6.30. NEXT(NEXT) Block Next
6.30. NEXT(NEXT):Block Next
Symbol | |
Factor | None |
Description | It will operate as below according to the step of FOR command. If step>0, it will be repeatedly executed until the value of inx relay is less than, or equal to the value of final. If step<0, it will be repeatedly executed until the value of inx relay is greater than, or equal to the value of final. If NEXT clause is executed without FOR clause, NEXT command will be ignored. Caution) Since the FOR/NEXT commands do not provide additional process for branches, if FOR command is written in one branch and if the NEXT is written in outside of the branch, or in another branch, the FOR command will not operate properly. |
Usage Example | Please refer to the usage example of FOR command. |