340
Gemini GV6K/GT6K Command Reference
WRVAR
Write a Numeric Variable
Type
Communication
Interface
Syntax
<a_><!>WRVAR<i>
Units
i = variable number
Range
i = 1-225
Default
n/a
Response
WRVAR1: +0.0
See Also
EOT, [ READ ], VAR, WRITE, WRVARB, WRVARI, WRVARS
Product Rev
GT6K 6.0
GV6K 6.0
Use the
WRVAR
command to transfer a specific numeric variable (
VAR
) to the Ethernet port and the
RS-232C or RS-485 ports. Only the value and the
EOT
command characters are transmitted.
Example:
VAR1=100
; Set variable 1 equal to 100
WRVAR1
; Transmit variable 1 (the value +100.0 is transmitted)
WRVARB
Write a Binary Variable
Type
Communication Interface
Syntax
<a_><!>WRVARB<i>
Units
i = variable number
Range
i = 1-125
Default
n/a
Response
WRVARB1: XXXX_XXXX_XXXX_XXXX_XXXX_XXXX_XXXX_XXXX
See Also
EOT, [ READ ], VARB, WRITE, WRVAR, WRVARI, WRVARS
Product Rev
GT6K 6.0
GV6K 6.0
Use the
WRVARB
command to transfer a specific binary variable (
VARB
) to the Ethernet port and the
RS-232C or RS-485 ports. Only the binary value and the
EOT
command characters are transmitted.
Example:
VARB1=b1101
; Set binary variable 1 to 1101
WRVARB1
; Transmit binary variable 1
; (value transmitted =1101_XXXX_XXXX_XXXX_XXXX_XXXX_XXXX_XXXX)
WRVARI
Write an Integer Variable
Type
Communication Interface
Syntax
<a_><!>WRVARI<i><=i>
Units
1
st
i = variable number
2
nd
i = integer number
Range
1
st
i = 1-225
2
nd
i = -2,147,483,647 to +2,147,483,647
Default
n/a
Response
WRVARI1: +0
See Also
EOT, [ READ ], VARI, WRITE, WRVAR, WRVARB, WRVARS
Product Rev
GT6K 6.0
GV6K 6.0
Use the
WRVARI
command to transfer a specific integer variable (
VARI
) to the Ethernet port and the
RS-232C or RS-485 ports. Only the integer value and the
EOT
command characters are transmitted.
Integer variables should be used whenever possible to allow faster math operation than numeric
variables (
VAR
).
Example:
VARI1=100
; Set integer variable 1 equal to 100
WRVARI1
; Transmit integer variable 1 (the value +100 is transmitted)
www.comoso.com
Содержание Gemini GT6K
Страница 24: ...www comoso com ...
Страница 40: ...www comoso com ...
Страница 344: ...www comoso com ...
Страница 350: ...www comoso com ...