Model 574 Programmable Counting System (PCS)
150 - GSE Scale Systems
Macro
Command
(message)
%Y
n%^
%[
%]
n,m%+
n,m%-
n,m%*
n,m%/
%\
Description
IF the operator presses [ENTER] then the
following macro commands are executed.
IF any other key is pressed, macro
execution will resume after the ELSE (%
N) or ENDIF (%N) command. For further
information, refer to the explanation of IF
commands.
GO TO macro "n". The currently
executing macro is aborted and the macro
specified by the "n" is begun. Execution
will NOT return to the current macro
when the GO TO'd macro is complete.
Refer to TABLE 1 regarding macro
invocation methods to clarify the possible
values for "n".
Saves any in process entry into a
temporary buffer so it can be retrieved
later when it is needed.
Retrieves the last saved entry into the
entry buffer.
Adds the value of parameter "n" to
parameter "m" and stores the result in
parameter "m".
Subtracts the value of parameter "m"
from parameter "n" and stores the result
in parameter "m".
Multiplies the values of parameter "n"
times parameter "m" and stores the result
in parameter "m".
Divides the value of parameter "n" by
parameter "m" and stores the result in
parameter "m".
IF there is NO entry in the entry buffer,
then the following macro commands are
executed. Otherwise macro execution
resumes at the first command following
the %N (ELSE) or %E (ENDIF)
command. Refer to the information
regarding branching for further
information.
Setpoint
Related
Operator
Input/
Output
X
X
X
X
Branch-
ing
X
X
X
Math
Com-
mands
X
X
X
X
Com-
muni-
cations
X
X
X
X