Command Set 21
(0 to 65535) that has been multiplied by 100 (Series 4000) or by
1,000 (Series 4100). Therefore, you must divide the integer that is
returned by 100 or 1000 to get the correct result. The termination
sequence for binary is 0xff 0xff.
If no begin-trigger is set, the data acquisition begins immediately
upon processing of the command. If a begin-trigger is set (set with
SBTxnnn.nn), the data acquisition begins as soon as the begin-
trigger condition is detected. If no end-trigger is set, then nnnn
samples will be used in the integral. If an end-trigger is set (set with
SETxnnn.nn), the acquisition will stop either when the end-trigger
condition is detected or when nnnn samples has been acquired;
whichever comes first. After the command is finished, a termination
sequence is sent to signal the end of the transfer.
Example 2) VA1000
Request volume measurement with at most 1000 samples, data
returned in ASCII.
Returns volume data as follows: OK <CR><LF> 130.651 <CR><LF>
Example 3) VB1000
Request volume measurement with at most 1000 samples, data
returned in binary.
Returns data as follows: 0x00 0x33 0x09 0xff 0xff
After conversion, the data would look like: 130.65