HI,
I have 2 inputs, 4 outputs and 2stepper motors
In the first input(start) i manage to activate the stppermotors with the STEPMOVE command. Using the internal relay in that command i activated output 2 and 3 with its respective timer.
The problem comes in the second input(start2)
after start2 i pressed output4 is activated for a desire time, then stepper motor 1 is turned on using the same comand (STEPMOVE) but at the same time output1 and output2 need to be onn. and after the steppermotor finishes both outputs also need to clear... But an error pops up (output2 is already energized) i try using
"SETIO output2" but it will activate with the timer used in the first start..
Is there a solution to this?