ICP DAS
LinPAC-52xx Series XV-Board API User Manual
13
2.4. getXVBit
Description:
This function is used to read the channel status value from a specified DI module in an
LP-22xx/52xx system using the Modbus protocol.
Syntax:
[ C ]
int
getXVBit(char cPort, WORD wAddr, WORD wCount, char szBuf, WORD wBufLen)
Parameters:
cPort:
[Input] The number of the COM port for the XV-Board. 1=COM1=/dev/ttyO1.
wAddr:
[Input]
The
channel
address.
Note
: Input the channel address mapping in
decimal
format.
wCount:
[Input] The number of channels.
szBuf[ ]:
[Output] The current status of the Digital Input.
wBufLen:
[Input] The length of the szBuf[ ].
Return Values:
0: The function was successfully processed.
Other: The processing failed.
Refer to Chapter 3: “
” for details of other returned values.