Program Logic Commands
Overview
Program logic commands are used to:
-
Identify the program file to the custom logic editor
-
Execute a pre-defined operating mode
The following commands can be used:
-
LOGIC_ID -
CALL_EOM -
NOP
LOGIC_ID
The LOGIC_ID statement acts as an identifier for the program file.
LOGIC_ID values have an integer value range
from 256 to 511.
|
Arguments |
Representation |
|---|---|
|
1 |
|
|
Input argument |
Type |
Range |
Description |
|---|---|---|---|
|
|
|
256–511 |
Logic ID of the customized program |
No output arguments.
CALL_EOM
The CALL_EOM executes a pre-defined operating mode in the customized program.
|
Arguments |
Representation |
|---|---|
|
1 |
|
|
Input argument |
Type |
Range |
Representation |
|---|---|---|---|
|
|
|
12–22 |
Embedded operating mode (EOM):
|
No output arguments.
NOP
The NOP command performs no operation.
Use the NOP command as a placeholder in a program file to replace
a pre-existing command, or to reserve space for a future command.
|
Arguments |
Representation |
|---|---|
|
0 |
|
The NOP command has no
arguments.