News CNCnetPDM About us Support  
       
  

CNC_WRPSCDSLOP | LASER

TOP

Description

Writes the slope control data of the cutting condition file.

MTConnect Fanuc Adapter

Universal Fanuc Driver

Fanuc Focas Library CD

Declaration

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

FWLIBAPI short WINAPI cnc_wrpscdslop(unsigned short FlibHndl,short s_no, short *number, IODBSLOP *slope);

Arguments

FlibHndl   [ in ]

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

s_no   [ in ]

Specify the start slope control data group number.

301 to 305: slope control data group number(UP/DOWN)

number   [ in/out ]

Pointer to the number of slope control data. Specify the number of slope control data to be written before function call, and the number of slope control data being written actually is stored after the function call.

slope   [ out ]

Pointer to the IODBSLOP structure including the slope control data of the cutting condition file. The IODBSLOP structure is as follows.


typedef struct iodbslop {
    long    slct;       /* Flag of data selection */
    long    upleng;     /* Step(UP) distance */
    short   upsp[10];   /* Step(UP) power 1 to 10 */
    long    dwleng;     /* Step(DOWN) distance */
    short   dwsp[10];   /* Step(DOWN) power 1 to 10 */
    short   reserve[10];/* (reserve) */
} IODBSLOP ;
slct
Flag of data selection must be set.
bit 0:Step(UP) distance
bit 1:Step(UP) power 1
bit 2:Step(UP) power 2
bit 3:Step(UP) power 3
bit 4:Step(UP) power 4
bit 5:Step(UP) power 5
bit 6:Step(UP) power 6
bit 7:Step(UP) power 7
bit 8:Step(UP) power 8
bit 9:Step(UP) power 9
bit10:Step(UP) power 10
bit11:Step(DOWN) distance
bit12:Step(DOWN) power 1
bit13:Step(DOWN) power 2
bit14:Step(DOWN) power 3
bit15:Step(DOWN) power 4
bit16:Step(DOWN) power 5
bit17:Step(DOWN) power 6
bit18:Step(DOWN) power 7
bit19:Step(DOWN) power 8
bit20:Step(DOWN) power 9
bit21:Step(DOWN) power 10
bit22,..,31:(reserve)
* In order to write the data to CNC, turn on the corresponding bit on this data.
up_leng
Specify step(UP) distance.
upsp
Specify step(UP) power is set.
upsp[0]:Step power 1
upsp[1]:Step power 2
:
upsp[8]:Step power 9
upsp[9]:Step power 10
dw_leng
Specify step(DOWN) distance is set.
dwsp
Specify step(DOWN) power is set.
dwsp[0]:Step power 1
dwsp[1]:Step power 2
:
dwsp[8]:Step power 9
dwsp[9]:Step power 10
reserve
(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 16i/18i-L.
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_DATA
(5)
Data error
The slope control 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 slope control 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.
1:Error of step(UP) distance
2:Error of step(UP) power 1
3:Error of step(UP) power 2
4:Error of step(UP) power 3
5:Error of step(UP) power 4
6:Error of step(UP) power 5
7:Error of step(UP) power 6
8:Error of step(UP) power 7
9:Error of step(UP) power 8
10:Error of step(UP) power 9
11:Error of step(UP) power 10
12:Error of step(DOWN) distance
13:Error of step(DOWN) power 1
14:Error of step(DOWN) power 2
15:Error of step(DOWN) power 3
16:Error of step(DOWN) power 4
17:Error of step(DOWN) power 5
18:Error of step(DOWN) power 6
19:Error of step(DOWN) power 7
20:Error of step(DOWN) power 8
21:Error of step(DOWN) power 9
22:Error of step(DOWN) power 10
EW_NOOPT
(6)
No option
The cutting condition setting function, the slope control function and the extended driver/library function are necessary.

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 slope control 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 not related to CNC parameter.

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) - - O - - 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_rdpscdslop  

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_wrpscdslop

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_rdpscdedge2

Reads the edge cutting data in the cutting conditions file. Each data is stored in the members within IODBEDGE2.... [read more]
Fanuc Focas Library | Laser | cnc_rdpscdedge2

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 | flist_Laser

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