TSC AUTO ID Technology Co., Ltd. 132 Copyright 2013 All Rights Reserved.
DO…LOOP
Description
Repeats a block of statement while a condition is True.
Syntax
DO
[statement]
[EXITDO]
[statement]
LOOP
DO WHILE condition
[statement]
[EXITDO]
[statement]
LOOP
DO UNTIL condition
[statement]
[EXITDO]
[statement]
LOOP
DO
[statement]
[EXITDO]
[statement]
LOOP WHILE condition
DO
[statement]
[EXITDO]
[statement]
LOOP UNTIL condition
Available relational operator: <, >, =, <=, >=, <>
*Relational operator <>, not equal, was supported since V5.10 EZ.
One or more statements executed while condition is True.
Note:
This command has been supported since V5.10 EZ and later firmware.