Hi
How i can control the inputs pins on the SSC-32, with change the states to high level or low level, to execute 3 different sequences saved on FlowBotics Studio AL5 ARM.
thx for the help
Welcome to our forums!
To change the states of the input pins, you have to send a low (0V) signal to them. By default, the pins are pulled high (5V) so the pins are active-low.
By default, the AL5 Arm project has the following actions for the input pins:
] A: no action/:m]
] B: play current pattern/:m]
] C: stop current pattern/:m]
] D: no action/:m]If you want to make three of the inputs execute three different patterns, you will need to do some modifications inside the User Programming area in the FlowBotics code to change the actions.
You will need to make three copies of the “Play Pattern1” module (modify the pattern specified inside each one), and then connect a Notify Input to each one of their Start inputs. Something like this:
Hope this helps and let us know if you have more questions,