![Hitachi SJ700 Series Software Instruction Manual Download Page 59](http://html.mh-extra.com/html/hitachi/sj700-series-software/sj700-series-software_instruction-manual_140536059.webp)
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
Summary of Contents for SJ700 Series Software
Page 8: ...Contents vii ...
Page 10: ......
Page 16: ...Chapter 1 Introduction 1 6 ...
Page 18: ......
Page 24: ...Chapter 2 Creation and Execution of a User Program 2 6 ...
Page 26: ......
Page 30: ...Chapter 3 Syntax 3 4 ...
Page 32: ......
Page 54: ......
Page 102: ......
Page 110: ...Chapter 6 Interface with the Inverter 6 8 ...
Page 112: ......
Page 115: ...Chapter 8 Appendix 8 1 Inverter Parameters and Available Settings 8 1 ...
Page 116: ......