
ioLogik MXIO DLL API Reference Direct I/O Command Sets
6-69
RTD2K_ResetMins
This function code is used to reset contiguous RTD channel's
minimize value.
C/C++
Arguments
Return Value
int RTD2K_ResetMins (int hConnection,
BYTE bytStartChannel,
BYTE bytCount);
hConnection: The handle for an I/O device connection.
bytStartChannel: Specifies the starting channel.
bytCount: The number of channels to be reset.
Succeed MXIO_OK.
RTD2K_ResetMax
This function code is used to reset the RTD input maximize value
for a specific channel.
C/C++
Arguments
Return Value
int RTD2K_ResetMax ( int hConnection,
BYTE bytChannel);
hConnection: The handle for an I/O device connection.
bytChannel: The specific channel to be reset.
Succeed MXIO_OK.
RTD2K_ResetMaxs
This function code is used to reset contiguous RTD channel's
maximize value.
C/C++
Arguments
Return Value
int RTD2K_ResetMaxs(int hConnection,
BYTE ytStartChannel,
BYTE bytCount);
hConnection: The handle for an I/O device connection.
bytStartChannel: Specifies the starting channel.
bytCount: The number of channels to be reset.
Succeed MXIO_OK.
Fail Refer to Return Codes.
Comentarios a estos manuales