Super Systems 9130 Series User Manual

Page 98

Advertising
background image

Series 9130 Operations Manual Rev -

97

Temperature Value Column

Atmosphere Value Column

Option Value Column


ID_INQ
ID Number Value

N/A

Option

This opcode is used to compare the ID value to the value in the temperature data. The

LIMIT

opcode

immediately following this opcode sets a time limit on the wait. A

BRANCH

opcode immediately following

this opcode can be used to change the program flow based on the inquiry results.
The ID Number Value is the ID to compare. The range is -301 (disable) – 30000.
The Option will determine how to compare the ID value against the value in the temperature data. The
options are: Equal, High, or Low.

ID_SET
ID Number Value

N/A

N/A

This opcode is used to set the ID number to the value specified in the temperature data. The ID number is
provided as a feature to track loads or jobs, and it is not used by any controller.
The ID Number Value is the value to set. The range is -301 (disable) – 30000.

IN_INQ
Input Value

Input

Option

This opcode will check a specific input against a specified value and can hold until the input matches the
value.
The Input Value is the value to check against. The range is -301 (disable) – 30000.
The Input is the specific input to check. The range is 1 – 3.
The options are: Wait, Wait Up, or Wait Down.

JUMP
N/A

N/A

Recipe Number

The JUMP opcode is used to go to another program when no return is needed. The difference between a

JUMP

and a

GOSUB

is that

GOSUB

will return to the original program when the called program completes.

A

JUMP

will not return to the original program.

The Recipe Number is the recipe number to go to. The range is 1 – 300.

LIMIT
N/A

N/A

Time Limit

This option is used to place a time limit on a wait or inquiry step. Should the time run out before the wait or
inquiry is satisfied an alarm occurs.
The Time Limit is the total time, in Hours:Minutes format, for the program to wait. The Hours range from 0
– 8, and the Minutes range from 0 – 59.

LOW_AL
Temperature Setpoint N/A

N/A

This opcode is used to enable a low limit alarm on the temperature. This alarm remains active until the
program ends.
The Temperature Setpoint is the setpoint to send for the temperature process variable. The range is -301
(disable) – 30000.

LOW_PO
Temperature PO Value N/A

N/A

This opcode is used to enable a low limit alarm on the temperature percent output.
The Temperature PO Value is the high limit point for the temperature percent output. The range is -101
(disable) – 100.
This alarm remains active until the program ends.

Advertising