Skip to main content

id

Usage

>> id [model | serial | version | fwtype ] 

Security

Open.

Description

This command is designed to be backward compatible with previous generations and, as such, does not conform to the Gen4 API.

This is a read-only command that reports basic information about the instrument:

  • model, model name of the instrument; for example, RBRconcerto4.

  • version, firmware version in <major>.<minor>.<patch>format; for example, 1.14.5.

  • serial, serial number is always reported using six digits, padded with leading zeroes if necessary; for example 092431.

  • fwtype, reports a firmware type code which depends on the product range that the instrument belongs to; for example, the code for an RBRsolo4, would be 130.

Examples

TEXT
>> id
<< id model = RBRoem, serial = 850032, version = 1.0.12, fwtype = 150
TEXT
>> id serial
<< id serial = 850032 
TEXT
>> id model
<< id model = RBRoem
TEXT
>> id version
<< id version = 1.0.12
TEXT
>> id fwtype
<< id fwtype = 150

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.