Ethernet & Sequencer ProgrammingSM15K28 / 44DELTA ELEKTRONIKA B.V.rev. Aug. 2019CJLCJL stands for Compare Jump if Less. Can be used in combination with Source / Measure Voltage /Current / Power and the variables. CJL allows to create conditional jumps to any step within the sequence.It compares the first two operands and branches if the first value is less than the second to the stepdeclared in the third operand.Syntax:CJL,,CJL,,CJL,,CJL,,CJL,,CJL,,CJL,,CJL,,CJL<#x>,,x = variable A,B,C,D,E,F,G,H,I or JFor example CJLSC,10,increase ; When the current setting is less than 10A, the program jumps tostep defined by the label define 'increase', otherwise it continues with the next step.6.2.3ArithmeticINCINC stands for Increment. Can be used in combination with Voltage, Current, Power and Variables.Syntax :INC,INC,INC,INC,INC,INC<#x>,x = A, B,C,D,E,F,G,H,I or JDECDEC stands for Decrement. Can be used in combination with Voltage, Current, Power and Variables.Syntax :DEC,DEC,DEC,DEC,DEC,DEC<#x>,x = A, B,C,D,E,F,G,H,I or J6.2.4MiscellaneousNOPNOP stands for No Operation. No actions are done when a step contains this command.This command can be used to arrange step numbers for future implementations or to create some smalldelays between commands.Syntax :NOPWW stands for Wait. Can be used to create an idle time. The operand declares the time (in seconds) theprogram has to wait before it continues with the next step.Syntax :W= = 0.001 ... 65535TRGTRG stands for Trigger. The program waits until a TRIGger:IMMediate command is received via TCP/IP.After that it continues with the next step of the sequence. This command sets the "Wait For Trigger"-bit inthe Status:Register:BSyntax :TRGENDEND stands for End of program. When the system reads this command, the program will stop. Everyprogram must have an END function included. (It's not necessary to have an END on the last step of thesequence ; e.g. after an END the program can have subroutines).Syntax :ENDWhen a sequence without END function is executed the "Program Open End Error"-bit is set in theStatus:Register:B