Programming language – Toshiba T2N User Manual

Page 229

Advertising
background image

5. Programming Language

216

PROSEC T2N

(12)

Macro Entry
This expresses the start of a macro program. The macro entry
has no action program. Steps are connected below the macro
entry. Only 1 macro entry can be programmed in 1 block.

mmm = Macro number (0-127)

(13)

Macro End
This expresses the end of a macro program. Macro end has
transition condition which corresponds 1 to 1, and returns to the
corresponding macro step when this transition condition is
satisfied.

(14)

SFC Jump
This expresses a jump to any arbitrary step. Jump has transition
condition which corresponds 1 to 1, and jump destination label
numbers. When the transition condition is satisfied, the active
state jumps to the step following the designated label. When the
jump transition condition and the transition condition for the
following step are simultaneously satisfed, jump has priority.

llll = Label number (0-1023)

‘SFC Jump’ is located immediately after a step. Jumps with the
same label number may be present in multiple locations.

Advertising