The descriptions of these is called different things from different sources:
Output 0 - Pulse (Step)
V40602.0 (C40) = Output Enabled, Out0_OutEnbld
V40602.1 (C41) = Position Loaded, Out0_PosLoded
V40602.2 (C42) = Output Suspended, Out0_OutSuspd
V40602.4 (C44) = Output Active, Out0_OutActiv
V40602.5 (C45) = Output Stalled, Out0_OutStald
V40602.6 (C46) = Cmd Error, Out0_CmdError
V40602.7 (C47) = Cmd Complete, Out0_CmdCmplt
V2040 = Command Code, Out0_CmdCode
V2041 = Parameter 1, Out0_Param1
V2042 = Parameter 2, Out0_Param2
V2030-2031 = Parameter 3, Out0_Param3
V40612.0 (C240) = Enable Output, Out0_EnablOut
V40612.1 (C241) = Goto Position, Out0_GotoPos
V40612.2 (C242) = Suspend Output, Out0_SuspOut
V40612.4 (C244) = Direction, Out0_Dirction
V40612.7 (C247) = Process Cmd, Out0_ProcCmd
I am using the CTRIO I-Boxes
IB-1000
IB-1001
I get success on loading my Dynamic Positioning file #1
I am using Stage Programing
I have the I-Boxes on lines 1 & 2 of the program outside of any stages...
as I understand:
the I-boxes take care of:
command Code ( I am getting 10 )
Parameter #1 ( I am getting 1 ) my Dynamic Positioning file is #1 OK...
Process Command (Success outputs to C400 Error on C401) C400 comes on... C401 stays off
after that I am having trouble...
in a Stage:
I load LDD from V10000 and OUTD to V2030
then I OUT C241
how do I turn off C241 when the CTRIO acknowledges the move, and how do I know when it is in the new loaded position

I want to Jump out of the "position" stage and into my stage that fires the output for this position.
then wait 1/2 a second turn off the output, and increment my position counter CTA0 and jump back to the Position Stage to move to next position.
I am having problems with this portion...