Description
Stops sampling the operation history data and the alarm history data of CNC.
In Series 30i/31i/32i, 0i-D/F and PMi-A, the sampling stop of the external operator's message history is also directed.
The operation history data and the alarm history data are automatically recorded on the CNC.
When these data are accessed, it is necessary to temporarily stop sampling on the CNC by this function.
And it is necessary to execute cnc_startophis function after reading to make the sampling stop time of the history data as short as possible.
The sequence of reading the history data is as follows.
1. | Stop sampling. This must be done. (by this function) |
2. | Read history data count.(by cnc_rdophisno, cnc_rdalmhisno functions) |
3. | Read history data.(by cnc_rdophistry, cnc_rdophistry2, cnc_rdophistry4, cnc_rdalmhistry, cnc_rdalmhistry2, cnc_rdalmhistry3, cnc_rdalmhistry5 functions) |
4. | Restart sampling. This must be done. (by cnc_startophis function) |
Universal Fanuc Driver
Fanuc Focas Library CD
Declaration
Arguments
Specify the library handle. See "Library handle" for details.
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 |
---|---|
(-1) |
cnc_stopophis function has been executed. |
(6) |
The extended driver/library function are necessary. |
(9) |
Please confirm the CNC parameter.(In Series 16/18/21, 16i/18i/21i, 0i-A/B/C, No.3112#5 to '0'. In Series 16i/18i-W, No.3112#5 to '1'.) |
(13) |
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 16i/18i/21i-B, 0i-B/C/D/F, Series 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.
CNC parameter
This function is related to the following CNC parameter.
See the manual of CNC parameter for details.
CNC mode
This function can be used in any CNC mode.
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 | O |
"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
cnc_startophis cnc_rdophisno cnc_rdophistry cnc_rdophistry2 cnc_rdophistry4 cnc_rdalmhisno cnc_rdalmhistry cnc_rdalmhistry2 cnc_rdalmhistry3 cnc_rdalmhistry5 cnc_clearophis