News CNCnetPDM About us Support  
       
  

CNC_RDPSCDEDGE2 | LASER

TOP

Description

Reads the edge cutting data in the cutting conditions file. Each data is stored in the members within IODBEDGE2.

MTConnect Fanuc Adapter

Universal Fanuc Driver

Fanuc Focas Library CD

Declaration

#include "fwlib32.h" or "fwlib64.h"

FWLIBAPI short WINAPI cnc_rdpscdedge2(unsigned short FlibHndl,short s_no, short *number, IODBEDGE2 *edge2);

Arguments

FlibHndl   [ in ]

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

s_no   [ in ]

The data group number to read is set.

When addition of the cutting condition data option is not provided.

201 to 205 edge cutting data group number

When addition of the cutting condition data option is provided.

201 to 220 edge cutting data group number

number   [ in/out ]

A pointer to the number of data items in edge cutting is set. Specifies the number to read before calling the function. The number which actually read after calling the function is set.

edge2   [ out ]

A pointer to the IODBEDGE2 structure in which to return the data group of edge cutting. The IODBEDGE2 structure is as follows.


typedef struct iodbedge2 {
    short    slct;          /* Flag of valid data              */
    short    power;         /* Peak power in piercing          */
    short    freq;          /* Frequency in piercing           */
    short    duty;          /* Duty in piercing                */
    short    g_press;       /* Assist gas pressure in piercing */
    short    g_kind;        /* Assist gas type in piercing     */
    long     pier_t;        /* Time in piercing                */
    long     angle;         /* Edge operation angle            */
    long     gap;           /* Standard displacement           */
    long     r_len;         /* Return distance                 */
    long     r_feed;        /* Return speed                    */
    short    r_freq;        /* Return frequency                */
    short    r_duty;        /* Return pulse duty               */
    char     gap_axis;     /* Gap control axis                */
    char     angle_dec;     /* Ddecimals places                */
    char     gap_dec;       /* Ddecimals places                */
    char     r_len_dec;     /* Ddecimals places                */
    char     r_feed_dec;    /* Ddecimals places                */
    char     reserve;      /* (reserve)                       */
    short    reserves[3];   /* (reserve)                       */
} IODBEDGE2 ;
slct
Flag of valid data is set.
bit 0:Edge operation angle
bit 1:Peak power in piercing
bit 2:Frequency in piercing
bit 3:Duty in piercing
bit 4:Time in piercing
bit 5:Assist gas pressure in piercing
bit 6:Assist gas type in piercing
bit 7:Return distance
bit 8:Return speed
bit 9:Return frequency
bit10:Return pulse duty
bit11:Standard displacement
bit12:Gap control axis
bit13,..,15:(reserve)
* When a bit is 0, it means the corresponding data hasno meaning.
power
The value of peak power in piercing is set.
(Setting range:0 to 9999,Unit:W)
freq
The pulse frequency in piercing is set.
(Setting range:1 to 32767,Unit:Hz)
duty
The pulse duty in piercing is set.
(Setting range:0 to 100,Unit:%)
g_press
The assist gas pressure in piercing is set.
(Setting range:0 to 9999,Unit:0.01MPa?0.1Kg/cm2)
g_kind
The assist gas type in piercing is set.
(Setting range:0 to 15,Unit:kind)
pier_t
The time in piercing is set.
(Setting range:0 to 999999,Unit:0.001sec)
angle
The edge operation angle is set.
(Setting range:0 to 999999999,Unit:degree)
gap
The standard displacement is set.
(Setting range:-999999999 to 999999999, Unit:mm/min(input unit))
r_len
The return distance is set.
(Setting range:-999999999 to 999999999,Unit:mm?inch(input unit))
r_feed
The return speed is set.
(Setting range:0 to 999999999,Unit:mm/min, inch/min(input unit))
r_freq
The return frequency is set.
(Setting range:1 to 32767,Unit:Hz)
r_duty
The return pulse duty is set.
(Setting range:0 to 100,Unit:%)
gap_axis
Whether The first gap control axis axis or The second gap control axis axis is commanded as a gap control axis is set.
The meaning of a set value of gap_axis is shown in the following table.
    gap_axis Setting of the gap control axis
    0The second gap control axis.
    1The first gap control axis.
    -1The gap control is invalid.
angle_dec
The number of decimals places at edge operation angle is set.
(Setting range:0 to 9)
gap_dec
The number of decimals places at standard displacement is set.
(Setting range:0 to 9)
r_len_dec
The number of decimals places at return distance is set.
(Setting range:0 to 9)
r_feed_dec
The number of decimals places at return speed is set.
(Setting range:0 to 9)
The corresponding data is as follows.
    decimals places corresponding data
    angle_decangle
    gap_decgap
    r_len_decr_len
    r_feed_decr_feed
reserve
(reserve)
reserves
(reserve)

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_FUNC
(1)
Unavailable
This function cannot be used except 30i/31i-LB.
EW_LENGTH
(2)
Data block length error
Number of data(number) is wrong.
EW_NUMBER
(3)
Data number error
Start number(s_no) is wrong.
EW_NOOPT
(6)
No option
The cutting condition setting function, the edge cutting function and the extended driver/library function are necessary.
EW_PARAM
(9)
CNC parameter error(Series 30i/31i-LB only)
Mistake of laser oscillator (parameter No.15030)

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

CNC option

This function need the following CNC option.

  • The cutting condition setting function
  • The edge cutting function

For HSSB connection,

    The extended driver/library function is necessary.

For Ethernet connection,

    The Ethernet function and the extended driver/library function are necessary.

    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 30i/31i-LB
  • No.15030

    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-D0i-F16i18i30i-A30i-B
    P (Punch press)- - - - - -
    L (Laser) - - X - - ?
    W (Wire) - - - - - -


    Power Mate i-D-
    Power Mate i-H-
    Power Motion i-A-

    "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_wrpscdedge2  

    Privacy notice

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

    https://www.inventcom.net/fanuc-focas-library/laser/cnc_rdpscdedge2

    Fanuc Focas Library | Laser | cnc_rddischarge

    Reads data related to electrical discharge at power compensation ends.... [read more]
    Fanuc Focas Library | Laser | cnc_rddischarge

    Fanuc Focas Library | Laser | cnc_rddischrgalm

    Reads alarm history data related to electrical discharge. When you acquire data before and after updating the history data, there might not be... [read more]
    Fanuc Focas Library | Laser | cnc_rddischrgalm

    Fanuc Focas Library | Laser | cnc_rdlactnum

    Reads the active cutting number, active piercing number and active slope number. The data is stored in each member of the ODBLACTN... [read more]
    Fanuc Focas Library | Laser | cnc_rdlactnum

    Fanuc Focas Library | Laser | cnc_rdlagslt

    Reads the assist gas selection of laser setting data. The data is stored in each member of the IODBLAGSL structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlagslt

    Fanuc Focas Library | Laser | cnc_rdlagst

    Reads the assist gas flow of laser setting data. The data is stored in each member of the IODBLAGST structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlagst

    Fanuc Focas Library | Laser | cnc_rdlcmddat

    Reads the command data of laser. The data is stored in each member of the ODBLCMDT user define type.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlcmddat

    Fanuc Focas Library | Laser | cnc_rdlcmmt

    Reads the comment data of laser. The data is stored in 'comment' of the ODBLCMMT structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlcmmt

    Fanuc Focas Library | Laser | cnc_rdldsplc

    Reads the command data of reference displace.... [read more]
    Fanuc Focas Library | Laser | cnc_rdldsplc

    Fanuc Focas Library | Laser | cnc_rdldsplc2

    Reads the standard displacement. Each data is stored in the members within IODBDSPLC.... [read more]
    Fanuc Focas Library | Laser | cnc_rdldsplc2

    Fanuc Focas Library | Laser | cnc_rdledgprc

    Reads the laser power for contouring. The data is stored in each member of the IODBLEGPR structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdledgprc

    Fanuc Focas Library | Laser | cnc_rdlerrz

    Reads the error of Z-axis tracing.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlerrz

    Fanuc Focas Library | Laser | cnc_rdlppfbdt

    Reads the data which the function of actual output estimation type pulse power feedback use. The data is stored in each member of the... [read more]
    Fanuc Focas Library | Laser | cnc_rdlppfbdt

    Fanuc Focas Library | Laser | cnc_rdlprcprc

    Reads the laser power for piercing. The data is stored in each member of the IODBLPCPR structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlprcprc

    Fanuc Focas Library | Laser | cnc_rdlpscdpwrctl

    Reads the item of setting screen at power control. Each data is stored in the members within IODBPWRCTL.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlpscdpwrctl

    Fanuc Focas Library | Laser | cnc_rdlpwrcpst

    Reads the power compensation coefficient.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlpwrcpst

    Fanuc Focas Library | Laser | cnc_rdlpwrctrl

    Reads the on/off of laser power control.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlpwrctrl

    Fanuc Focas Library | Laser | cnc_rdlpwrdat

    Reads the laser power data. The data is stored in each member of the ODBLOPDT structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlpwrdat

    Fanuc Focas Library | Laser | cnc_rdlpwrdty

    Reads the duty data for power control. The data is stored in each member of the IODBLPWDT structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdlpwrdty

    Fanuc Focas Library | Laser | cnc_rdlpwrslt

    Reads the number of power devices (the number of effective discharge tubes).... [read more]
    Fanuc Focas Library | Laser | cnc_rdlpwrslt

    Fanuc Focas Library | Laser | cnc_rdmngtime

    Reads the management time data.... [read more]
    Fanuc Focas Library | Laser | cnc_rdmngtime

    Fanuc Focas Library | Laser | cnc_rdpscdedge

    Reads the edge cutting data of the cutting condition file. The data is stored in each member of the IODBEDGE structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdpscdedge

    Fanuc Focas Library | Laser | cnc_rdpscdpirc

    Reads the piercing data of the cutting condition file. The data is stored in each member of the IODBPIRC structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdpscdpirc

    Fanuc Focas Library | Laser | cnc_rdpscdproc

    Reads the cutting data of the cutting condition file. The data is stored in each member of the IODBPSCD structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdpscdproc

    Fanuc Focas Library | Laser | cnc_rdpscdslop

    Reads the slope control data of the cutting condition file. The data is stored in each member of the IODBSLOP structure.... [read more]
    Fanuc Focas Library | Laser | cnc_rdpscdslop

    Fanuc Focas Library | Laser | cnc_rdpwofsthis

    Reads the history data of the power compensation coefficient. When you acquire data before and after updating the history data, there might not be... [read more]
    Fanuc Focas Library | Laser | cnc_rdpwofsthis

    Fanuc Focas Library | Laser | cnc_wrlagslt

    Writes the assist gas selection of laser setting data.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlagslt

    Fanuc Focas Library | Laser | cnc_wrlagst

    Writes the assist gas flow of laser setting data.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlagst

    Fanuc Focas Library | Laser | cnc_wrldsplc

    Writes the command data of reference displace.... [read more]
    Fanuc Focas Library | Laser | cnc_wrldsplc

    Fanuc Focas Library | Laser | cnc_wrldsplc2

    Writes the standard displacement.... [read more]
    Fanuc Focas Library | Laser | cnc_wrldsplc2

    Fanuc Focas Library | Laser | cnc_wrledgprc

    Writes the laser power for contouring.... [read more]
    Fanuc Focas Library | Laser | cnc_wrledgprc

    Fanuc Focas Library | Laser | cnc_wrlppfbdt

    Writes the data which the function of actual output estimation type pulse power feedback use.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlppfbdt

    Fanuc Focas Library | Laser | cnc_wrlprcprc

    Writes the laser power for piercing.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlprcprc

    Fanuc Focas Library | Laser | cnc_wrlpscdpwrctl

    Writes the Power control data .... [read more]
    Fanuc Focas Library | Laser | cnc_wrlpscdpwrctl

    Fanuc Focas Library | Laser | cnc_wrlpwrcpst

    Writes the power compensation coefficient.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlpwrcpst

    Fanuc Focas Library | Laser | cnc_wrlpwrctrl

    Writes the on/off of laser power control.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlpwrctrl

    Fanuc Focas Library | Laser | cnc_wrlpwrdty

    Writes the duty data for power control.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlpwrdty

    Fanuc Focas Library | Laser | cnc_wrlpwrslt

    Writes the number of power devices (the number of effective discharge tubes). Either all tubes or half can be specified.... [read more]
    Fanuc Focas Library | Laser | cnc_wrlpwrslt

    Fanuc Focas Library | Laser | cnc_wrmngtime

    Writes the management time data.... [read more]
    Fanuc Focas Library | Laser | cnc_wrmngtime

    Fanuc Focas Library | Laser | cnc_wrpscdedge

    Writes the edge cutting data of the cutting condition file.... [read more]
    Fanuc Focas Library | Laser | cnc_wrpscdedge

    Fanuc Focas Library | Laser | cnc_wrpscdedge2

    Writes the edge cutting data in the cutting conditions file.... [read more]
    Fanuc Focas Library | Laser | cnc_wrpscdedge2

    Fanuc Focas Library | Laser | cnc_wrpscdpirc

    Writes the piercing data of the cutting condition file.... [read more]
    Fanuc Focas Library | Laser | cnc_wrpscdpirc

    Fanuc Focas Library | Laser | cnc_wrpscdproc

    Writes the cutting data of the cutting condition file.... [read more]
    Fanuc Focas Library | Laser | cnc_wrpscdproc

    Fanuc Focas Library | Laser | cnc_wrpscdslop

    Writes the slope control data of the cutting condition file.... [read more]
    Fanuc Focas Library | Laser | cnc_wrpscdslop

    Fanuc Focas Library | Laser | flist_Laser

    CNC: Function related to LASER... [read more]
    Fanuc Focas Library | Laser | flist_Laser
    Modified: 2023-12-05