Rockwell Automation 1775-S4B,D17756.5.3 User Manual SCANNER/MSG HND User Manual
Page 155

Report Generation Quick Reference Guide
Appendix C
CĆ5
Table C.F
Using Commands From the S4B> Prompt
If you want to:
Then do this:
Execute the command lines that make up a
procedure
Duplicate a procedure
Define a symbolic address
Remove a system symbol
Display a list of all the system symbols
Create a procedure or edit an existing
procedure
Display the contents of a procedure
Assign a new name to an existing procedure
@<procedure name>
CO/<scope number>/<section modifier>
@<original name> @<copy name>
CR/<scope modifier> @<symbol name>
$<logical address>
DEL/<scope modifier>/<section modifier>
@<system symbol>
DI
ED @<procedure name>
1
P @<procedure name>
RE/<scope modifier>/<section modifier>
@<old name> @<new name>
1
Refer to table C.E for editing commands
Table C.G
Using Commands Within Procedures
If you want to:
Then do this:
Next procedure execution
Assign a value from a specific source to a
specific destination
Call for a procedure to execute based on the
value of an expression
Remove a user symbol
Halt procedure execution
Jump to a specific place in the procedure
Execute a command based on the value from
an expression
Make the 1775ĆS4B scanner wait for data and a
carriage return to be entered before executing
the rest of the procedure
Execute a command if a runtime occurs during
procedure execution
Displays a string of test, user symbol, logical
address, symbolic address, or expression
Stop procedure execution and perform a
specific instruction
@<procedure name>
<destination>
<assignment statement><source>
CA(<expression>) @<procedure 1>
@<procedure 2> ... @<procedure n>
DEL <user symbol>
EX
G <label>
I(<expression>) <action command statement>
IN<user symbol> !<format><data specifier>
O<action command statement>
P<data specifier>
S<data specifier>