Owner's manual
Manuals
Brands
Rockwell Automation Manuals
Equipment
1746-BAS BASIC LANGUAGE
121
122
123
124
125
126
127
128
129
130
Public
ation
1746-RM
001A-US-P
10-8
Clock/Cal
endar Functio
ns
Synt
ax
PUSH [string
number]
CALL 52
Examp
le
>1
REM EXAMPLE PROGRAM
>10 STRING 100,20
>20 PUSH 1
: CALL 52
: REM PUT
DATE IN STRING 1
>30 PRINT $(1)
>40 END
READY
>RUN
16-JUN-91
READY
>
1
...
...
128
129
130
131
132
...
...
280