Num 1020 Cnc Manual

  1. Num 1020 Cnc Manual Download
  2. Num 1020 Cnc Manual Diagram

Description

Reads the axis names from 1st axis to the specified axis number. In case that '*data_num' is bigger than the current controlled axis number, this function sets the actual read axis number (the current controlled axis number) to '*data_num' variable after execution. And in case that '*data_num' is smaller than the current controlled axis number, this function reads data for the specified axis number which is specified by '*data_num'.

BATTERY SPECIALISTS INC. 288 W 200 N STE 4 KAYSVILLE UT Phone: 800-262-9256 Fax: 801-262-9256 info@batteryspecialists.com.

MTConnect Fanuc Adapter

NUM AUTOMATIC CONTROL FUNCTION PROGRAMMING MANUAL LADDER LANGUAGE. NUM 1020/1040/1050/1060 T Addition to manual 938820/5. Read & Download CNC Machine Manuals without Limits on any device. Your best companion in cnc machine shop. CNC programming operating manuals and many more.


Universal Fanuc Driver
Fanuc Focas Library CD1020

Declaration

#include 'fwlib32.h' or 'fwlib64.h' FWLIBAPI short WINAPI cnc_rdaxisname(unsigned short FlibHndl, short *data_num, ODBAXISNAME *axisname);

Arguments

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

Specify the pointer to the number of data to be read. This function returns the number of data which was read actually.

Specify the pointer to the array of ODBAXISNAME structure to store the axis names. The number of array must be equal to '*data_num'.

The ODBAXISNAME structure is as follows.
name
Axis name is stored.
suff
Subscript of the axis name is stored.

Return

EW_OK is returned on successful completion, otherwise any value except EW_OK is returned.

The major error codes are as follows.

Return codeMeaning/Error handling
EW_LENGTH
(2)
Data block length error
The axis number (*data_num) is 0 or less.

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

CNC option

For HSSB connection,

    The extended driver/library function is necessary.

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/D/F, Series 30i and PMi-A, 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 15i

  • Series 16i/18i/21i, 0i, 30i, Power Mate i, PMi-A
  • 1020, 3131 (influenced by setting)

    CNC mode

    This function can be used in any CNC mode.

    Available CNC

    0i-A0i-B/C(Note)0i-D0i-F1515i16182116i-A18i-A21i-A16i-B18i-B21i-B30i-A30i-B
    M (Machining)XOOOXOXXXOOOOOOOO
    T (Turning) XOOOX - XXXOOOOOOOO
    LC (Loader) - - - - - - XXXXXXXXX - -
    0i-D0i-F16i18i30i-A30i-B
    P (Punch press)OOOO - O
    L (Laser) - - O - - O
    W (Wire) - - XXOO

    Power Mate i-DO
    Power Mate i-HO
    Power Motion i-AO

    Num 1020 Cnc Manual Download

    'O':Both Ethernet and HSSB
    'E':Ethernet
    'H':HSSB
    'X':Cannot be used
    '-':None

    Num 1020 Cnc Manual Diagram

    Note) 0i-C does not support the HSSB function.