Function Library
185
6.22 General-purposed DIO
@ Name
_8168_d_output
– Digital output
_8168_d_input
– Digital input
_8168_hd_output
– High speed digital output
_8168_hd_input
– High speed digital input
@ Description
_8168_d_output
():
Set the on_off status for general-purposed digital output pin.
_8168_d_input
():
Read status of general-purposed digital input pin.
_8168_hd_output
():
Set the on_off status for general-purposed high speed DO pin.
_8168_hd_input
():
Read status of general-purposed high speed DI pin.
@ Syntax
C/C++ (DOS, Windows)
I16 _8168_d_output(I16 AxisNo, I16 value)
I16 _8168_d_input(I16 AxisNo)
I16 _8168_hd_output(I16 AxisNo, I16 value)
I16 _8168_hd_input(I16 AxisNo)
Visual Basic (Windows)
B_8168_d_output (ByVal AxisNo As Integer, ByVal
value As Integer) As Integer
B_8168_d_input (ByVal AxisNo As Integer) As
Integer
B_8168_hd_output (ByVal AxisNo As Integer, ByVal
value As Integer) As Integer
B_8168_hd_input (ByVal AxisNo As Integer) As
Integer
Summary of Contents for cPCI-8168
Page 4: ......
Page 10: ...vi List of Figures...
Page 29: ...Installation 19 2 9 Overview of CN3 CN6...
Page 31: ...Installation 21 2 11 Switch Setting...
Page 204: ...194 Function Library...