Download Q173SCCF C Controller Interface Module User`s Manual (API Library)

Transcript
4. API FUNCTION DETAILS
4.7.4 sscCheckPointOffset
The point number offset will be got.
int sscCheckPointOffset (
int board_id,
int channel,
int axnum,
short *offset
);
Argument
board_id [in]
Board ID number (0)
channel [in]
Channel number (1)
axnum [in]
Axis number (1 to 20)
offset [out]
Pointer to 2-byte variable (2 bytes × 1) which stores the point table offset
Return value
SSC_OK
Function succeeded.
SSC_NG
Function failed. (To confirm the detailed error code, use the sscGetLastError function.)
SSC_UNOPEN Before calling the sscOpen function.
Detailed error code
Value
Cause/countermeasure
SSC_FUNC_ERR_ARGUMENT_0
= 1 to 9: Argument location
The argument is outside the set range.
Point
None.
Supported version
API Ver.
Board Ver.
Header file
Ver.1.50
A3
q17nsccf-std.h
Reference
sscCheckPointDataEx
4 - 38