Description
Writes the piercing data of the cutting condition file.
Universal Fanuc Driver
Fanuc Focas Library CD
Declaration
Arguments
Specify the library handle. See "Library handle" for details.
Specify the start piercing data group number.
·Series 16i/18i-L
101 to 103 | : | piercing data group number |
·Series 30i/31i-LB
When addition of the cutting condition data option is not provided.
101 to 103 | piercing data group number |
When addition of the cutting condition data option is provided.
101 to 110 | piercing data group number |
Pointer to the number of piercing data. Specify the number of piercing data to be written before function call, and the number of piercing data being written actually is stored after the function call.
Pointer to the IODBPIRC structure including the piercing data of the cutting condition file. The IODBPIRC structure is as follows.
·Series 16i/18i-L
typedef struct iodbpirc {
short slct; /* Flag of data selection */
short power; /* Peak power */
short freq; /* Initial frequency */
short duty; /* Initial duty */
short i_freq; /* Step frequency */
short i_duty; /* Step duty */
short step_t; /* Step time */
short step_sum; /* Step number */
long pier_t; /* Piercing time */
short g_press; /* Assist gas pressure */
short g_kind; /* Assist gas select */
short g_time; /* Assist gas setting time */
short def_pos; /* Reference displace */
short reserve[4]; /* (reserve) */
} IODBPIRC ;
·Series 30i/31i-LB
typedef struct iodbpirc {
short slct; /* Flag of data selection */
short power; /* Peak power */
short freq; /* Initial frequency */
short duty; /* Initial duty */
short i_freq; /* Step frequency */
short i_duty; /* Step duty */
short step_t; /* Step time */
short step_sum; /* Step number */
long pier_t; /* Piercing time */
short g_press; /* Assist gas pressure */
short g_kind; /* Assist gas select */
short g_time; /* Assist gas setting time */
short def_pos; /* Reference displace */
long def_pos2; /* Reference displace 2 */
char gap_axis; /* Gap control axis */
char def_pos2_dec;/* Decimals places */
short reserve; /* (reserve) */
} IODBPIRC ;
- slct
- Flag of data selection must be set.
- ·Series 16i/18i-L
bit 0 : Peak power bit 1 : Initial frequency bit 2 : Initial duty bit 3 : Step frequency bit 4 : Step duty bit 5 : Step time bit 6 : Step number bit 7 : Piercing time bit 8 : Assist gas pressure bit 9 : Assist gas select bit10 : Assist gas setting time bit11 : Reference displace bit12,..,15 : (reserve) - ·Series 30i/31i-LB
bit 0 : Peak power bit 1 : Initial frequency bit 2 : Initial duty bit 3 : Step frequency bit 4 : Step duty bit 5 : Step time bit 6 : Step number bit 7 : Piercing time bit 8 : Assist gas pressure bit 9 : Assist gas select bit10 : Assist gas setting time bit11 : Reference displace bit12 : Reference displace 2 bit13 : Gap control axis bit14,..,15 : (reserve) - * In order to write the data to CNC, turn on the corresponding bit on this data.
- power
- Specify peak power.
- (Setting range: 0 to 9999, Unit: W)
- freq
- Specify initial frequency.
- ·Series 16i/18i-L
- (Setting range: 5 to 2000, Unit: Hz)
- ·Series 30i/31i-LB
- (Setting range: 1 to 3276, Unit: Hz)
- duty
- Specify initial duty.
- (Setting range: 0 to 100, Unit: %)
- i_freq
- Specify step frequency.
- ·Series 16i/18i-L
- (Setting range: 5 to 2000, Unit: Hz)
- ·Series 30i/31i-LB
- (Setting range: 0 to 32767, Unit: Hz)
- i_duty
- Specify step duty.
- (Setting range: 0 to 99, Unit: %)
- step_t
- Specify step time.
- (Setting range: 0 to 9999, Unit: 0.001second)
- step_sum
- Specify step number.
- (Setting range: 0 to 99, Unit: time)
- pier_t
- Specify piercing time.
- (Setting range: 1 to 999999, Unit: 0.001sec.)
- g_press
- Specify assist gas pressure.
- ·Series 16i/18i-L
- (Setting range: 0 to 255, Unit: 0.1Kg/cm2)
- ·Series 30i/31i-LB
- (Setting range: 0 to 9999, Unit: 0.01MPa, 0.1Kg/cm2)
- g_kind
- Specify assist gas select.
- ·Series 16i/18i-L
- (Setting range: 1 to 7, Unit: kind)
- ·Series 30i/31i-LB
- (Setting range: 1 to 15, Unit: kind)
- g_time
- Specify assist gas setting time.
- (Setting range: 0 to 99, Unit: 0.1second)
- def_pos
- Specify reference displace.
- (Setting range: -32767 to 32767, Unit: 0.001mm)
- def_pos2
- ·Series 30i/31i-LB only
- Specify Reference displace 2.
- (Setting range: -999999999 to 999999999, Unit: mm, inch(input unit))
- gap_axis
- ·Series 30i/31i-LB only
- You cannot set the gap control axis even if you specified it.
- def_pos2_dec
- ·Series 30i/31i-LB only
- Specify decimals places in Reference displace 2.
- (Setting range: 0 to 9)
- The corresponding data is as follows.
- reserve
- (reserve)
decimals places | corresponding data |
---|---|
def_pos2_dec | def_pos2 |
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) |
This function cannot be used except 16i/18i-L, 30i/31i-LB. |
|||||||||||||||||||||||||||||||||||||||
(2) |
Number of data(number) is wrong. |
|||||||||||||||||||||||||||||||||||||||
(3) |
Start number(s_no) is wrong. |
|||||||||||||||||||||||||||||||||||||||
(5) |
The piercing data of the cutting condition file is wrong. In order to get more information for this err_no return value, execute cnc_getdtailerr function. The piercing data group number which an error occurred will be set onto the member of err_no of ODBERR structure, and the following detailed status will be set onto the member of err_dtno of ODBERR structure.
|
|||||||||||||||||||||||||||||||||||||||
(6) |
The cutting condition setting function and the extended driver/library function are necessary. |
|||||||||||||||||||||||||||||||||||||||
(9) |
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.
For HSSB connection,
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.
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" | : | Both Ethernet and HSSB | |
"E" | : | Ethernet | |
"H" | : | HSSB | |
"X" | : | Cannot be used | |
"-" | : | None |
Note) 0i-C does not support the HSSB function.
See Also