Programming language – Toshiba T2N User Manual

Page 230

Advertising
background image

5. Programming Language

User's manual

217

(15)

SFC Label
This expresses the return destination from an ‘SFC end’ and the
jump destination from a ‘SFC jump’. Label is located immediately
after transitions.

llll = Label number (0-1023)

Note that, when labels corresponding to ‘SFC Jump’ or ‘SFC End’ are
not present, or when labels with the same label number are present in
multiple locations, an error will occur when RUN starts-up.

(16)

Wait Step
This is a step which measures the time after becoming active and
does not execute transition, even if the following transition
condition is satisfied, until a set time has elapsed. It has an action
program corresponding 1 to 1.

ssss = Step number (0-2047)
T = Timer register (T000-T511)
xxxxx = Set time (0-65535)

(Note)

T000-T063 are 0.01 second timers
T064-T511 are 0.1 second timers

(17)

Alarm Step
This is a step which measures the time after becoming active
and, when the transition condition is not satisfied within a set
time, switches ON a designated alarm device. It has an action
program corresponding 1 to 1. Also, when the transition condition
is satisfied and the alarm step becomes inactive, the alarm
device also becomes OFF.

ssss = Step number (0-2047)
T = Timer register (T000-T511)
xxxxx = Set time (0-65535)
A = Alarm device (other than X, T., C.)

(Note)

T000-T063 are 0.01 second timers
T064-T511 are 0.1 second timers

NOTE

Advertising