Converting Analog Output Values for the sbRIO-9628/9629/9638 (FPGA Interface)
- Updated2025-04-03
- 1 minute(s) read
To configure the FPGA I/O Node to accept calibrated, fixed-point data in units of volts for the onboard analog output module, set the Calibration Mode to Calibrated in the Module Properties dialog box for the module.
When Calibration Mode is set to Raw, the FPGA I/O Node accepts only binary values. Convert output voltage values to binary values using the calibration constants before writing them to the FPGA I/O node. The conversion of voltage values to binary values can be done in the host VI.
Using an Equation to Convert Voltage to Binary
Use the following equation in the host VI to convert the analog output values to binary values:
Binary Value = (Voltage Value - Offset) ÷ LSB Weight
where
- Binary Value is the value you write to the FPGA I/O Node.
- Voltage Value is the voltage in V that you want the channel to output.
- Offset is the value returned by the Offset property.
- LSB Weight is the value returned by the LSB Weight property.
- Offset = 0 V
- LSB Weight = 320 µV/LSB