Description
Reads the cutting data of the cutting condition file.
The data is stored in each member of the IODBPSCD structure.
Universal Fanuc Driver
Fanuc Focas Library CD
Declaration
Arguments
Specify the library handle. See "Library handle" for details.
Specify the start cutting data group number.
·Series 16i/18i-L
1 to 10 | : | cutting data group number |
·Series 30i/31i-LB
When addition of the cutting condition data option is not provided.
1 to 10 | cutting data group number |
When addition of the cutting condition data option is provided.
1 to 30 | cutting data group number |
Pointer to the number of cutting data. Specify the number of cutting data to be read before functioncall, and the number of cutting data being read actually is stored after the function call.
Pointer to the IODBPSCD structure including the cutting data of the cutting condition file. The IODBPSCD structure is as follows.
·Series 16i/18i-L
typedef struct iodbpscd {
short slct; /* Flag of valid data */
long feed; /* Feedrate */
short power; /* Cutting peak power */
short freq; /* Cutting frequency */
short duty; /* Cutting duty */
short g_press; /* Assist gas pressure */
short g_kind; /* Assist gas select */
short g_ready_t; /* Gas setting time */
short displace; /* Reference displace */
long supple; /* Beam radius offset */
short edge_slt; /* Edge cutting select */
short appr_slt; /* Start-up select */
short pwr_ctrl; /* Power control */
short reserve[4]; /* (reserve) */
} IODBPSCD ;
·Series 30i/31i-LB
typedef struct iodbpscd {
short slct; /* Flag of valid data */
long feed; /* Feedrate */
short power; /* Cutting peak power */
short freq; /* Cutting frequency */
short duty; /* Cutting duty */
short g_press; /* Assist gas pressure */
short g_kind; /* Assist gas select */
short g_ready_t; /* Gas setting time */
short displace; /* Reference displace */
long supple; /* Beam radius offset */
short edge_slt; /* Edge cutting select */
short appr_slt; /* Start-up select */
short pwr_ctrl; /* Power control */
long displace2; /* Reference displace */
char gap_axis; /* Gap control axis */
char feed_dec; /* Decimals places */
char supple_dec; /* Decimals places */
char dsp2_dec; /* Decimals places */
} IODBPSCD ;
- slct
- Flag of valid data is set.
- ·Series 16i/18i-L
bit 0 : Feedrate bit 1 : Cutting peak power bit 2 : Cutting frequency bit 3 : Cutting duty bit 4 : Assist gas pressure bit 5 : Assist gas select bit 6 : Gas setting time bit 7 : Reference displace bit 8 : Beam radius offset bit 9 : Edge cutting select bit10 : Start-up select bit11 : Power control bit12,..,15 : (reserve) - ·Series 30i/31i-LB
bit 0 : Feedrate bit 1 : Cutting peak power bit 2 : Cutting frequency bit 3 : Cutting duty bit 4 : Assist gas pressure bit 5 : Assist gas select bit 6 : Gas setting time bit 7 : Reference displace bit 8 : Beam radius offset bit 9 : Edge cutting select bit10 : Start-up select bit11 : Power control bit12 : Reference displace2 bit13 : Gap control axis bit14,..,15 : (reserve) - * When a bit is 0, it means the corresponding data has no meaning.
- feed
- Feedrate is set.
- ·Series 16i/18i-L
- (Setting range: 0 to 240000, Unit: mm/min)
- ·Series 30i/31i-LB
- (Setting range: 0 to 999999999, Unit:mm/min?inch/min((input unit)))
- power
- Cutting peak power for contouring is set.
- (Setting range: 0 to 9999, Unit: W)
- freq
- Cutting frequency for contouring is set.
- ·Series 16i/18i-L
- (Setting range: 5 to 2000, Unit: Hz)
- ·Series 30i/31i-LB
- (Setting range: 1 to 32767, Unit:Hz)
- duty
- Cutting duty for contouring is set.
- (Setting range: 0 to 100, Unit: %)
- g_press
- Assist gas pressure is set.
- ·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
- Assist gas select is set.
- ·Series 16i/18i-L
- (Setting range: 1 to 7, Unit: kind)
- ·Series 30i/31i-LB
- (Setting range: 1 to 15, Unit: kind)
- g_ready_t
- Gas setting time is set.
- (Setting range: 0 to 99, Unit: 0.1second)
- displace
- Reference displace is set.
- (Setting range: -32767 to 32767, Unit: 0.001mm)
- supple
- Beam radius offset is set.
- ·Series 16i/18i-L
- (Setting range: -9999 to 9999, Unit: 0.001mm)
- ·Series 30i/31i-LB
- (Setting range: -999999999 ~ 999999999, Unit: mm, inch(input unit))
- edge_slt
- Edge cutting select is set.
- ·Series 16i/18i-L
- (Setting range: 0, 201 to 205)
- ·Series 30i/31i-LB
- When addition of the cutting condition data option is not provided.
- (Setting range: 0, 201 to 205)
- When addition of the cutting condition data option is provided.
- (Setting range: 0, 201 to 210)
- appr_slt
- Start-up select is set.
- ·Series 16i/18i-L
- (Setting range: 0, 201 to 205)
- ·Series 30i/31i-LB
- When addition of the cutting condition data option is not provided.
- (Setting range: 0, 201 to 205)
- When addition of the cutting condition data option is provided.
- (Setting range: 0, 201 to 210)
- pwr_ctrl
- Power control is set.
- (Setting range: 0, 901 to 910)
- displace2
- ·Series 30i/31i-LB only
- Reference displace 2 is set.
- (Setting range: -999999999 to 999999999, Unit: mm, inch(input unit))
- gap_axis
- ·Series 30i/31i-LB only
- 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.
- feed_dec
- ·Series 30i/31i-LB only
- decimals places in command value of feed rate is set.
- (Setting range: 0 to 9)
- supple_dec
- ·Series 30i/31i-LB only
- decimals places of beam diameter correction amount is set.
- (Setting range: 0 to 9)
- dsp2_dec
- ·Series 30i/31i-LB only
- decimals places in Reference displace 2 is set.
- (Setting range: 0 to 9)
- The corresponding data is as follows.
- reserve
- ·Series 16i/18i-L only
- (reserve)
gap_axis | Setting of the gap control axis |
---|---|
0 | The second gap control axis. |
1 | The first gap control axis. |
-1 | The gap control is invalid. |
decimals places | corresponding data |
---|---|
feed_dec | feed |
supple_dec | supple |
dsp2_dec | displace2 |
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. |
(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