R-54
Application System
2-7-2.
Arrangement program example
This section shows examples of arrangement programs.
The following example shows an arrangement program that executes X consolidation of
the file set in the batch 1 ~ 9 files for all terminals.
Example:
Programming the following operation for the arrangement table 12
– Set the mode to Inline X/Z.
– Enter operation code “1111100000000”.
– Wait for the numeric entries (batch number).
– Enter the <#-2> key.
– Enter the <ESC> key.
:S0012
; Designate the table number (mandatory)
122:03
; Set the mode to Inline X/Z.
NE
; Wait for the batch number
I<(0):ERR1
; If the input number is less than 1, the process jumps to the ERR1.
I>(9):ERR1
; If the input number is larger than 10, the process jumps to the ERR1.
%GET
; Save the entered number to the parameter save area.
202:0031
; Press “Clear” button.
(1111100000000) ; Input the operation code for system command
%PUT
; Pick up the entered number from the parameter save area.
KNO2
; Specify the <#-2> key for entering the operation code.
211:0045
; Specify the <ESC> key to execute this operation.
:ERR1
; When the input number is not 1 to 9, the following commands are
processed.
E
; End the program (mandatory).
2-7-3.
Scheduled execution of arrangement key function
An arrangement key function can be executed on a scheduled basis. In order to execute an
arrangement key function on a scheduled basis, it is necessary to make appropriate settings
in the scheduler file (file 062).
There are two functions for execution on a scheduled basis:
1) Execute an arrangement key function at the specified time.
2) Interval execution of an arrangement key function by setting start time, ending time,
and the interval.
See the page 42 of the programming manual for programming details.
Summary of Contents for QT-6000
Page 1: ...QT 6000 Touch Screen Smart Terminal Reference Manual Version 1 5 October 2006 c ...
Page 20: ...R 20 Hardware Configuration ...
Page 80: ...R 80 Application System ...
Page 120: ...R 120 Manager Operation ...
Page 140: ...R 140 Registration ...
Page 159: ...R 159 QT 6000 Reference Manual A 1 Function key list R 160 ...
Page 196: ...R 196 Calculation method ...
Page 204: ...R 204 Error messages ...