20 general-purposed dio (mpc-8164/pxi-8164 only) – ADLINK PCI-8164 User Manual
Page 271

Function Library
259
6.20 General-purposed DIO (MPC-8164/PXI-8164 only)
@ Name
_8164_write_do – Digital Output (MPC-8164 only)
_8164_read_di – Digital Input (MPC-8164 only)
_8164_write_axis_do – Digital Output (PXI-8164 only)
_8164_read_axis_di – Digital Input (PXI-8164 only)
@ Description
_8164_write_do():
Outputs an 8-bit value once to control eight output channels.
_8164_read_di():
Reads back an 8-bit value once from eight input channels.
_8164_write_axis_do():
Controls the axis’ general digital output channel.
_8164_read_axis_di():
Reads back the axis’ general digital input channel.
@ Syntax
C/C++ (DOS, Windows 95/NT/2K/XP)
I16 _8164_write_do(I16 CardNo, U16 Value);
U16 _8164_read_di(I16 CardNo);
I16 _8164_write_axis_do(I16 AxisNo, U16 Value);
U16 _8164_read_axis_di(I16 AxisNo);
Visual Basic (Windows 95/NT/2K/XP)
B_8164_write_do (ByVal CardNo As Integer, ByVal
value As Integer) As Integer
B_8164_read_di (ByVal CardNo As Integer) As
Integer
B_8164_write_axis_do (ByVal AxisNo As Integer,
ByVal value As Integer) As Integer
B_8164_read_axis_di (ByVal AxisNo As Integer) As
Integer