id
Usage
>> id [ model | version | serial | fwtype ]
Security
Open.
Description
This is a read-only command which report basic information about the instrument:
model, model name of the instrument.
version, firmware version.
serial, serial number is always reported using six digits, padded with leading zeroes if necessary.
fwtype, always report 104 for RBRvirtuoso³, RBRduo³, RBRconcerto³, and RBRmaestro³ models and all the L3 platform based models. The fwtype parameter is used to identify different products among the range of RBR's dataloggers.
mode, only reported when simulation mode is enabled, with the value SIMULATION
Examples
>> id serial
<< id serial = 050032
>> id
<< id model = RBRoem, version = 1.000, serial = 050032, fwtype = 104
>> simulation
<< simulation state = on, period = 3000
>> id
<< id mode = SIMULATION, model = RBRconcerto3, version = 1.000, serial = 012345, fwtype = 104
Refer to the command simulation for more details.
Errors
None.