12
The Business of Science
®
•
•
•
GetVolt(channel) - Returns the voltage in Volts for the selected channel.
Channel
Channel
Channel
Channel: 1 or 2
Returns
Returns
Returns
Returns: $x.xxxx
Example (Get Channel 2 Voltage)
Example (Get Channel 2 Voltage)
Example (Get Channel 2 Voltage)
Example (Get Channel 2 Voltage)
SEND
SEND
SEND
SEND
$GetVolt 2\r\n
RECEIVE
RECEIVE
RECEIVE
RECEIVE
$1.2345\r\n
SetColdhead (Coldhead, on /off) Turns the coldhead on and off
Channel
Channel
Channel
Channel: 0 or 1
Returns
Returns
Returns
Returns: $0 or $1 (0/1 for OFF/ON)
Example (Turn Channel 1 on Manual )
Example (Turn Channel 1 on Manual )
Example (Turn Channel 1 on Manual )
Example (Turn Channel 1 on Manual )
SEND
SEND
SEND
SEND
$SetColdhead 0,1\r\n
RECEIVE
RECEIVE
RECEIVE
RECEIVE
$0 or $1\r\n
GetColdhead x (where x is the Coldhead number, and it returns 0/1 for OFF/ON)
Channel
Channel
Channel
Channel: 0 or 1
Returns
Returns
Returns
Returns: $0 or $1 (0/1 for OFF/ON)
Example (Get The status of th
Example (Get The status of th
Example (Get The status of th
Example (Get The status of the coldead)
e coldead)
e coldead)
e coldead)
SEND
SEND
SEND
SEND
$GetColdhead 0,1\r\n
RECEIVE
RECEIVE
RECEIVE
RECEIVE
$0 or $1\r\n
GetMode 0 (Channel, Mode) – Returns the mode of the selected channel, Coldhead or water pump
Channel
Channel
Channel
Channel: 0 or 1
Returns
Returns
Returns
Returns: $0 or $1 (0 = Waterpump ,1 = Cryopump)
Example (Get the mode of the output
Example (Get the mode of the output
Example (Get the mode of the output
Example (Get the mode of the output )
)
)
)
SEND
SEND
SEND
SEND
$Getmode 0 \r\n
RECEIVE
RECEIVE
RECEIVE
RECEIVE
$0 or $1\r\n