DMX ETH Manual
page 59
rev 1.16
ENDSUB
Description:
Indicates end of subroutine
When ENDSUB is reached, the program returns to the previously called
subroutine.
Note:
Sub 31 is reserved for error handling.
Syntax:
ENDSUB
Examples:
GOSUB 1
END
SUB 1
X0
WAITX
X1000
WAITX
ENDSUB
ENDWHILE
Description:
Indicate end of WHILE loop
Syntax:
ENDWHILE
Examples:
WHILE V1=1
;***While V1 is 1 continue to loop
X0
WAITX
X1000
WAITX
ENDWHILE
;***End of while loop so go back to WHILE
EO
Description:
Read:
Gets the enable output value
Write:
Sets the enable output value
Syntax:
Read:
[variable] = EO
Write:
EO = [value]
EO = [variable]
Conditional:
IF EO=[variable]
ENDIF
IF EO=[value]
ENDIF
Examples:
EO=1
;***Energize motor
Содержание DMX-ETH
Страница 10: ...DMX ETH Manual page 10 rev 1 16 3 Dimensions All dimensions in inches Controller Figure 3 0 NEMA 17 Figure 3 1...
Страница 13: ...DMX ETH Manual page 13 rev 1 16 Figure 4 1 Torque Curve NEMA 23 Figure 4 2...
Страница 14: ...DMX ETH Manual page 14 rev 1 16 Figure 4 3...
Страница 17: ...DMX ETH Manual page 17 rev 1 16 DMX ETH Interface Circuit Figure 5 2...
Страница 21: ...DMX ETH Manual page 21 rev 1 16 Main Control Screen Figure 6 3 A B C D E F L K J H M G I...