Description
Reads the current status of FOCAS2 library's optional specifications.
The readable options are as follows.
Value(optname) | Type | Default | Meaning |
LIB_MODE(0) | long | 0 | Gets the advanced mode(0) or the traditional mode(1). |
MOVE_RDPRGPTR(1) | long | 1 | Gets if the execution pointer would be moved(1) or not moved(0) after invoking cnc_rdpdf_line function. |
(As for the advanced/traditional mode, see "FS16i compatible mode")
Universal Fanuc Driver
Fanuc Focas Library CD
Declaration
Arguments
Specify the library handle. See "Library handle" for details.
Specify the kind of the option to be stored.
Specify the pointer to the buffer to be stored the data.
Specify the pointer to the variable which shows the number of bytes to be stored. Set the number of bytes to be read to this variable (*optlen). After reading, the number of bytes actually read is set in this variable(*optlen).
Return
EW_OK is returned on successful completion, otherwise any value except EW_OK is returned.
The major error codes are as follows.
Return code | Meaning/Error handling |
---|---|
(2) |
Size(optlen) is wrong. |
(4) |
Kind of the option(optname) is wrong. |
As for the other return codes or the details, see "Return status of Data window function"
CNC option
For HSSB connection,
For Ethernet connection,
The Ethernet function and the extended driver/library function are necessary. However, in case of Series 0i-F, 30i and PMi-A, the required CNC option is as follows. When Embedded Ethernet is used,above two optional functions are not required.
When Ethernet board is used,
- only Ethernet function is required.
Available CNC
0i-A | 0i-B/C(Note) | 0i-D | 0i-F | 15 | 15i | 16 | 18 | 21 | 16i-A | 18i-A | 21i-A | 16i-B | 18i-B | 21i-B | 30i-A | 30i-B | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
M (Machining) | |||||||||||||||||
T (Turning) | - | ||||||||||||||||
LC (Loader) | - | - | - | - | - | - | - | - |
0i-D | 0i-F | 16i | 18i | 30i-A | 30i-B | |
---|---|---|---|---|---|---|
P (Punch press) | - | |||||
L (Laser) | - | - | - | - | ||
W (Wire) | - | - |
Power Mate i-D | |
Power Mate i-H | |
Power Motion i-A | H |
"O" | : | Both Ethernet and HSSB | |
"E" | : | Ethernet | |
"H" | : | HSSB | |
"X" | : | Cannot be used | |
"-" | : | None |
Note) 0i-C does not support the HSSB function.
See Also