PCI-82x Series Cards
Multifunction Boards
User Manual, Ver. 1.5, Jan. 2017, PMH-024-15, Page: 71
A1-4: Analog Output Functions
PCI82X_WriteAO
This function is used to output the voltage value to a specific D/A channel on a specified board in
float format.
Syntax:
WORD
PCI82X_WriteAO
(WORD wBoardNo,
WORD wChannel,
WORD wConfig,
float fValue);
Parameters:
wBoardNo
[Input]
The board number (Base 0)
wChannel
[Input]
The D/A channel number
wConfig
[Input]
Configures the voltage range for the Analog Output, as indicated below.
wConfig
Min.
Max.
0
0 V
+5 V
1
-5 V
+5 V
2
0 V
+10 V
3
-10 V
+10 V
fValue
[Input]
The data sent to the D/A channel in float format
Returns:
Appendix A1-1 Error Code Definitions