112
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Line No.
Operator
Source Operand
Destination
Operand
1
INP
*
2
ADD
*
TEMPVAR
which will add input data to TEMPVAR.
2. If TEMPVAR holds the string "Yourgroup," then
Line No.
Operator
Source Operand
Destination
Operand
1
ADD
"Co. LTD."
TEMPVAR
TEMPVAR se tornará “Yourgroup Co. LTD."
4.3.2 BEP
Syntax:
Operator
Source Operand
Destination Operand
BEP
OPERAND1
OPERAND2
Description:
Drive the Data Collector speaker to make a sound. OPERAND1 holds the
duration and OPERAND2 specifies the tone.
Operand Data Type:
•
OPERAND1
numeric constant, numeric variable,range from 100 (0.1 seconds) to 32767
(32.767 seconds)
•
OPERAND2
numeric constant, numeric variable range from 100 to 3000 HZ
Examples:
Line No.
Operator
Source Operand
Destination Op-
erand
1
BEP
500
600
2
DLY
800
Causes Data Collector unit speaker to emit a beep lasting for 0.5 seconds at 600
HZ and delay 0.8 seconds.