3 - 59                  3 - 59 
MELSEC-Q
3   SPECIFICATIONS 
 
(b)    If the program runs all the time 
The program runs all the time if an END command is not used at the end of 
the BASIC program, but instead a "GOTO" command is used to cause it to 
jump to a specific line. 
The task starts when the power is turned on or when there is a Reset, then 
runs until the GOTO command, then since it jumps to the specified line, it 
runs repeatedly between the specified line and the GOTO command. 
 
GO TO
Power On Reset
BASIC 
Program
Task with "START" set 
in the start condition.
BASIC 
Program