Chapter 4 - series 9130 opcodes, Rogrammer, Escription – Super Systems 9130 Series User Manual

Page 93: Pcodes

Advertising
background image

Series 9130 Operations Manual Rev -

92

Chapter 4 - SERIES 9130 Opcodes


Programmer Description

The SERIES 9130 Recipe Programmer provides a convenient operator interface and recipe
programmer.

The programmer uses enhanced opcodes that reduce the number of steps required for a program.
Each step may consist of: an opcode, a temperature value column, an atmosphere value column,
and an option value column. The opcode determines how and if each of the three values is used.
Because the SERIES 9130 controls only temperature, the atmosphere column is visible but is not
configurable.

An explanation of wait, wait up, and wait down options can be found at the end of this chapter.

Each opcode will be listed in the following format for readability:
Opcode
Temperature Value Column

Atmosphere Value Column

Option Value Column

Description

Opcodes

Temperature Value Column

Atmosphere Value Column

Option Value Column

ALARM
N/A

N/A

User Alarm Number

The alarm function is used to notify the operator that an operation is complete or that a manual action is
required. By use of the

Settings

menu screen, up to 99 User Alarms can be assigned, with a short text on

each that is displayed during an active alarm condition. The program waits until the alarm is acknowledged
to proceed. User Alarm 0 is used to turn off a user alarm. Its function is the same as the acknowledge
button

.


BRANCH
True Step Number

False Step Number

N/A

The Branch opcode can change program flow based upon an inquiry opcode. The True Step Number is the
program step to go to if the inquiry is evaluated as true; and the False Step Number is the program step to
go to if the inquiry is evaluated as false.
The True Step Number ranges from 1 – 24.
The False Step Number ranges from 1 – 24.

DELAY
N/A

N/A

Delay Time

This

opcode is used when a short delay is needed. The Delay Time is in seconds, from 1 - 500 seconds.

DEV_AL
Temperature Dev/Band N/A

Loop

The deviation alarm opcode is used to turn the temperature or vacuum deviation alarms ON or OFF.
The Temperature Dev/ Band will determine the deviation band for the temperature deviation alarm. The
Loop will determine which type of deviation alarm to use.
The Temperature Dev/Band ranges from -301 (Disable) – 30000.
The Loop options are: Off, T. Bnd (Temperature Band), A. Bnd (Atmosphere Band), A. Bnd, T. Bnd
(Atmosphere Band and Temperature Band), T. + Dev (Temperature + Deviation), T. – Dev (Temperature –
Deviation), A. Bnd, T. + Dev (Atmosphere Band and Temperature + Deviation), A. Bnd, T. – Dev (Atmosphere
Band and Temperature – Deviation), A. + Dev (Atmosphere + Deviation), A. + Dev, T. Bnd (Atmosphere +

Advertising