4. REMOTE OPERATION
Page 107
© 1998-2007 DH Instruments, a Fluke Company
BPR(=)
Purpose
Read or set the back pressure ratio (BPR) mode. This is only available
when using a molbloc-S.
Command:
Query:
“BPR
=
mode
”
“BPR=
mode, suspend
“BPR”
Defaults “BPR=2,0”
Arguments
mode:
‘0’ BPR is kept “OFF”
suspend:
‘1’ BPR is kept “ON”
‘2’ BPR is in “auto” mode.
‘0’ BPR normal operation
‘1’ BPR function is suspended, left in the current
condition until set back to normal operation.
Remarks
The BPR mode determines the operation when the back pressure ratio
is measured when using molbloc-S to measure flow. The optional
“
suspend
” argument can be used to leave the BPR valve state in it’s
current condition, allowing manual manipulation of the molbox valves
without the BPR function intervening. If the “
suspend
” argument is not
given, it is presumed to be ‘0’ for normal BPR operation.
Example
Sent:
Reply:
Sent:
Reply:
“BPR=2”
“2, 0”
“BPR=1,1”
“1, 1”
Errors
ERR# 6:
One of the arguments is out of range.
See Also
3.6.9
COMn(=)
Purpose
To set or read the configuration of the COM1 or COM2 ports.
Syntax “COM
n
=
baud,parity,data,stop
”
“COM
n
”
Arguments
n
:
The COM port: ‘1’ or ‘2’.
baud:
The baud rate. This may be ‘300’, ‘600’, ‘1200’,
‘2400’, ‘4800’, or ‘9600’.
parity:
The data parity. This may be ‘O’ for odd, ‘E’ for
even or ‘N’ for none.
data:
The data word length. This may be ‘7’ or ‘8’.
stop:
The number of stop bits. This may be ‘1’ or ‘2’.
Defaults “COM1=2400,E,7,1”
“COM2=2400,E,7,1”
Remarks
The COM1 port is used to communicate to the molbox RFM.
When the COM1 port configuration of the molbox RFM is
changed, the command reply will be sent at the old COM1
settings, but all subsequent communications will be
accomplished at the new COM1 settings.
The COM2 port is used to allow commands to be passed
through the molbox RFM to a device connected to the COM2
port (refer to the ‘#’ command).
Example Command:
Reply:
“COM1=9600,N,8,1”
“9600,N,8,1”
Error
ERR# 7:
Missing or improper command argument(s).
See Also
3.4.6