EasyManua.ls Logo

Hitachi SJ700-2 Series - Goto Statement; On Trip Goto Statement

Hitachi SJ700-2 Series
134 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 5 Instruction Words
5 - 5
goto statement Instruction to branch processing unconditionally
- Format
Format Description
goto <label name>
This instruction branches processing unconditionally to the step labeled
with <label name>.
- Explanation
Use this instruction to branch processing unconditionally to the step labeled with <label name>.
<label name>: Specifies the label name of the branch-target step (line).
- Sample program
goto LABEL1 : Unconditionally branch to step "LABEL1".
:
LABEL1 FW = 1 : Branch target
on trip goto statement Instruction to branch processing upon the occurrence of an
event
- Format
Format Description
on trip goto <label name>
This instruction branches processing to the step labeled with <label
name> when the inverter trips.
- Explanation
Use this instruction to branch processing to the step labeled with <label name> when the inverter trips.
- Sample program
on trip goto LABEL1 : Branch to step "LABEL1" when the inverter trips.
:
LABEL1 Y(00) = 1
: Branch target

Table of Contents

Related product manuals