News CNCnetPDM About us Support  
       
  

CNC_WRHISSGNL | HISTORY

TOP

Description

Writes the target signal for the operation history.
Please use cnc_wrhissgnl2 instead of this function for Series 16i/18i/21i MODEL B with the extended operation history function.
And please use cnc_wrhissgnl3 function for Series 30i.

MTConnect Fanuc Adapter

Universal Fanuc Driver

Fanuc Focas Library CD

Declaration

#include "fwlib32.h"

FWLIBAPI short WINAPI cnc_wrhissgnl(unsigned short FlibHndl, IODBSIG *sig);

Arguments

FlibHndl   [ in ]

Specify the library handle. See "Library handle" for details.

sig   [ in ]

Pointer to the IODBSIG structure to set the various target signal information for the operation history. The IODBSIG structure is as follows.


typedef struct iodbsig {
    short      datano;   /* Not used          */
    short      type;     /* Number of signals */
    struct {
        short   ent_no;   /* Registration sequence number   */
        short   sig_no;   /* Registered signal number       */
        char    sig_name; /* Registered signal name         */
        char    mask_pat; /* Signal mask pattern            */
    } data[20];
} IODBSIG ;
type
Number of signals (from 1 to 20)
ent_no
Registration sequence number (from 1 to 20)
sig_no
Signal number to register
  • Series 15/15i
  • X:0~127
    G:0~511
    Y:0~127
    F:0~511
  • Series 16i/18i/21i, 0i, Power Mate i
  • X:0~127 or 1000~1063
    G:0~255 or 1000~1255 or 2000~2255
    Y:0~127 or 1000~1063
    F:0~255 or 1000~1255 or 2000~2255
sig_name
Signal address to register
0:No registration
1:X
2:G
3:Y
4:F
mask_pat
Signal mask pattern

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
EW_ATTRIB
(4)
Data attribute error
The specification of "Number of signals"(type) is wrong.
EW_DATA
(5)
Data error
In order to get more information for this err_no return value, execute cnc_getdtailerr function. The following detail status will be set onto the member, err_no of ODBERR structure.
0:Completion status other than EW_DATA
1:"Registration sequence number"(ent_no) error
2:"Signal number"(sig_no) error
3:"Signal address"(sig_name) error
And the wrong array number will be set onto the member, err_dtno of ODBERR.
EW_NOOPT
(6)
No option
The extended driver/library function is necessary.
EW_PARAM
(9)
CNC parameter error
  • 0013#5=1 (Series 15/15i),
  • 3112#5=0 (Series 16/18/21, 16i/18i/21i, 0i, Power Mate i),
  • 3112#5=1 (Series 16i/18i-W)

As for the other return codes or the details, see "Return status of Data window function"

CNC option

For HSSB connection,

    This function needs the extended driver/library function.

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, 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.

  • Series 15/15i
  • 0013#5=1 (must be set)
  • Series 16/18/21, 16i/18i/21i, 0i, Power Mate i
  • 3112#5=0 (must be set)
  • Series 16i/18i-W
  • 3112#5=1 (must be set)

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)H O X X H O H H H O O O O O O X X
T (Turning) H O X X H - H H H O O O O O O X X
LC (Loader) - - - - - - X X X X X X X X X - -

0i-D0i-F16i18i30i-A30i-B
P (Punch press)X X O O - X
L (Laser) - - O - - X
W (Wire) - - O O X X


Power Mate i-DO
Power Mate i-HO
Power Motion i-AX

"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_rdhissgnl   cnc_wrhissgnl2   cnc_wrhissgnl3  

Privacy notice

This website uses cookies. By continuing to use it you agree to our privacy policy. 

https://www.inventcom.net/fanuc-focas-library/history/cnc_wrhissgnl

Fanuc Focas Library | History | cnc_clearomhis

Clears the external operator's message history data. The specification for Series 30i, 0i-D/F and... [read more]
Fanuc Focas Library | History | cnc_clearomhis

Fanuc Focas Library | History | cnc_clearophis

Clears the operation history data and the alarm history data. At Series 30i 0i-D/F and PMi-A, the external operator's message history data are also... [read more]
Fanuc Focas Library | History | cnc_clearophis

Fanuc Focas Library | History | cnc_rdalmhisno

Reads the number of alarm history data. It is necessary to stop sampling the alarm history data by using... [read more]
Fanuc Focas Library | History | cnc_rdalmhisno

Fanuc Focas Library | History | cnc_rdalmhistry

Reads the alarm history data. The unit of one alarm history data is called a record.... [read more]
Fanuc Focas Library | History | cnc_rdalmhistry

Fanuc Focas Library | History | cnc_rdalmhistry2

Reads the alarm history data. Please use this function instead of cnc_rdalmhistry for Series 15i.... [read more]
Fanuc Focas Library | History | cnc_rdalmhistry2

Fanuc Focas Library | History | cnc_rdalmhistry3

Reads the alarm history data. The unit of one alarm history data is called a record.... [read more]
Fanuc Focas Library | History | cnc_rdalmhistry3

Fanuc Focas Library | History | cnc_rdalmhistry4

Reads the alarm history data. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdalmhistry4

Fanuc Focas Library | History | cnc_rdalmhistry5

Reads the alarm history data. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdalmhistry5

Fanuc Focas Library | History | cnc_rdhissgnl

Reads the target signal for the operation history. Please use... [read more]
Fanuc Focas Library | History | cnc_rdhissgnl

Fanuc Focas Library | History | cnc_rdhissgnl2

Reads the target signal for the operation history. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdhissgnl2

Fanuc Focas Library | History | cnc_rdhissgnl3

Reads the target signal for the operation history. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdhissgnl3

Fanuc Focas Library | History | cnc_rdomhisinfo

Reads the maximum number, current number and maximum string length of external operator's message history data.... [read more]
Fanuc Focas Library | History | cnc_rdomhisinfo

Fanuc Focas Library | History | cnc_rdomhisno

Reads the number of the external operator's message history data. It is necessary to execute Stop... [read more]
Fanuc Focas Library | History | cnc_rdomhisno

Fanuc Focas Library | History | cnc_rdomhistry

Reads the external operator's message history data. Because the external operator's message history data is recorded... [read more]
Fanuc Focas Library | History | cnc_rdomhistry

Fanuc Focas Library | History | cnc_rdomhistry2

Reads the external operator's message history data. Please use this function for Series 30i, 0i-D/F and PMi-A.... [read more]
Fanuc Focas Library | History | cnc_rdomhistry2

Fanuc Focas Library | History | cnc_rdophisno

Reads the number of operation history data. It is necessary to stop sampling the operation history data by using... [read more]
Fanuc Focas Library | History | cnc_rdophisno

Fanuc Focas Library | History | cnc_rdophistry

Reads the operation history data. Please use... [read more]
Fanuc Focas Library | History | cnc_rdophistry

Fanuc Focas Library | History | cnc_rdophistry2

Reads the operation history data. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdophistry2

Fanuc Focas Library | History | cnc_rdophistry3

Reads the operation history data. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdophistry3

Fanuc Focas Library | History | cnc_rdophistry4

Reads the operation history data. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_rdophistry4

Fanuc Focas Library | History | cnc_startomhis

Restarts logging the external operator's message history data. The specification for Series 30i,... [read more]
Fanuc Focas Library | History | cnc_startomhis

Fanuc Focas Library | History | cnc_startophis

Restarts sampling the operation history data and the alarm history data of CNC. In Series 30i, 0i-D/F... [read more]
Fanuc Focas Library | History | cnc_startophis

Fanuc Focas Library | History | cnc_stopomhis

Stops logging the external operator's message history data. The specification for Series 30i,... [read more]
Fanuc Focas Library | History | cnc_stopomhis

Fanuc Focas Library | History | cnc_stopophis

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... [read more]
Fanuc Focas Library | History | cnc_stopophis

Fanuc Focas Library | History | cnc_wrhissgnl2

Writes the target signal for the operation history. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_wrhissgnl2

Fanuc Focas Library | History | cnc_wrhissgnl3

Writes the target signal for the operation history. Please use this function instead of... [read more]
Fanuc Focas Library | History | cnc_wrhissgnl3

Fanuc Focas Library | History | cnc_wrkeyhistry

The specified key code is recorded in the operation history in CNC. Even... [read more]
Fanuc Focas Library | History | cnc_wrkeyhistry

Fanuc Focas Library | History | flist_History

CNC: Function related to history data... [read more]
Fanuc Focas Library | History | flist_History
Modified: 2023-12-05