42
Chapter 2 Command Codes
~CREATE;TEST
HDUP;3;6
VDUP;3;1
ALPHA
I;1;1;0;0;001;RPT3;RST9;*A01*
STOP
VDUP;OFF
HDUP;OFF
ALPHA
I;1;18;0;0;001;RPT1;*B01*
STOP
END
~EXECUTE;TEST;2
~NORMAL
where:
I;1;1;0;0;001;RPT3;RST9;*A01*
Incremental alphanumeric command;
SR of 1; SC of 1;
VE and HE are 0;
001 stepmask increments by 1;
RPT3 repeats each field value 3 times;
RST9 prints and increments each field 9 times
before resetting;
*A01* is the starting value.
I;1;18;0;0;001;RPT1;*B01*
Incremental alphanumeric command;
SR of 1; SC of 18; VE and HE are 0;
001 stepmask increments by 1;
RPT1 repeats each field value once;
RST0 is not used (default value is 0), prints and
increments continuously without resetting;
*B01* is the starting value.
~CREATE;TEST;288
VDUP;3;6
ALPHA
IAF1;5;6;5;4;4
STOP
VDUP;OFF
END
~EXECUTE;TEST
~IAF1;+00002;*45678*
~NORMAL