Fpgacfg, Fpgav – Measurement Computing DAQFlex User Guide User Manual
Page 62

DAQFlex Software User's Guide
DAQFlex Message Reference – Programming messages – DEV
62
FPGACFG
Put the device into FPGA configuration mode.
Message
"DEV:FPGACFG/
Response "DEV:FPGACFG"
unlock code
Device-specific hex value.
Example
"DEV:FPGACFG/0xAD"
Note
The device must be in FPGA configuration mode in order to update the device's FPGA
configuration.
Get the status of the device's FPGA.
Message
"?DEV:FPGACFG"
Response "DEV:FPGACFG=value"
value
CONFIGURED, CONFIGMODE
Note
CONFIGURED indicates that the device's FPGA is currently configured.
CONFIGMODE indicates that the device's FPGA is not currently configured.
FPGAV
Get the firmware version of the device FPGA.
Message
"?DEV:FPGAV"
Response "DEV:FPGAV=value"
value
The firmware version of the device FPGA.
Example
"DEV:FPGAV=2.05"
FWV
Get the firmware version on the device.
Message
"?DEV:FWV"
Response "DEV:FWV=value"
value
The firmware version on the device.
Example
"DEV:FWV=01.02" or "DEV:FWV=01.01.00f00"
ID
Set the device ID.
Message
"DEV:ID=value"
Response "DEV:ID"
value
The ID set for the device. ID is set to MYDEVICE by default.
Example
"DEV:ID=MYDEVICE"
Note
The number of characters supported by value is device-dependent.