Parameter Manual Part 2
Parameter Manual Part 2
Parameter Manual Part 2
Interface Signals 2
Parameter Manual
Valid for
Control
SINUMERIK 840D sl/ 840DE sl
SINUMERIK 840Di sl/ 840DiE sl
Software Version
NCU system software for 840D sl/ 840DE sl 2.6
system software for 840Di sl/ 840DiE sl 1.4
03/2009
SINUMERIK®-Documentation
Printing history
Brief details of this edition and previous editions are listed below.
The status of each edition is shown by the code in the "Remarks" column.
Status codes in the "Remarks" column.
A .... New documentation.
B .... Unrevised reprint with new Order No.
C .... Revised edition with new status.
Registered Trademarks
All designations with the trademark symbol ® are registered trademarks of Siemens AG. Other designations in this
documentation may be trademarks whose use by third parties for their own purposes may infringe the rights of the owner.
Liability disclaimer
We have checked that the contents of this document correspond to the hardware and software described. Nonetheless,
differences might exist and therefore we cannot guarantee that they are completely identical. The information contained in this
document is, however, reviewed regularly and any necessary changes will be included in the next edition.
Siemens AG 2009.
Subject to change without prior notice
03/2009 Preface
Preface
Target group
This documentation is intended for project engineers, commissioning engineers,
machine operators, service and maintenance personnel.
Benefits
The Parameter Manual enables the intended target group to evaluate error and
fault indications and to respond accordingly.
With the help of the Parameter Manual, the target group has an overview of the
various diagnostic options and diagnostic tools.
With the present edition, the previous Lists will be subdivided into Lists (1st Book)
and Lists (2nd Book).
1 st Book contains:
• Overview of functions
• Maschine data (HMI, NCK, SD)
• SINAMICS Parameters
Standard version
This Parameter Manual only describes the functionality of the standard version.
Extensions or changes made by the machine tool manufacturer are documented by
the machine tool manufacturer.
Further, for the sake of simplicity, this documentation does not contain all detailed
information about all types of the product and cannot cover every conceivable case
of installation, operation or maintenance.
Technical Support
If you have any questions, please contact the following hotline:
Europe / Africa
Phone +49 180 5050 222
Fax +49 180 5050 223
€0.14/min. from German landlines, mobile phone prices may differ.
Internet http://www.siemens.de/automation/support-request
America
Phone +1 423 262 2522
Fax +1 423 262 2200
Email http:// mailto:[email protected]
Asia / Pacific
Phone +86 1064 757575
Fax +86 1064 747474
Email mailto:[email protected]
Note
Country telephone numbers for technical support are provided under the following
Internet address:
http://www.siemens.com/automation/service&support
Safety Instructions
This Manual contains information which you should carefully observe to ensure
your own personal safety and the prevention of material damage. The notices
referring to your personal safety are highlighted in the manual by a safety alert
symbol, notices referring to property damage only have no safety alert symbol The
warnings appear in decreasing order of risk as given below.
! Danger
Indicates an imminently hazardous situation which, if not avoided, will result in
death or serious injury or in substantial property damage.
! Warning
Indicates that death or severe personal injury will result if proper precautions are
not taken.
! Caution
with a warning triangle indicates that minor personal injury can result if proper
precautions are not taken.
Caution
without a warning triangle indicates that property damage can result if proper
precautions are not taken.
Notice
indicates a potential situation which, if not avoided, may result in an undesirable
event or state.
If several hazards of different degrees occur, the hazard with the highest degree
must always be given priority. A warning notice accompanied by a safety alert
symbol indicating a risk of bodily injury can also indicate a risk of property damage.
Qualified Personnel
The associated device/system may only be set up and operated using this
documentation. Commissioning and operation of a device/system may only be
performed by qualified personnel. Qualified persons are defined as persons who
are authorized to commission, to ground, and to tag circuits, equipment, and
systems in accordance with established safety practices and standards.
Table of Contens
1 Variables .....................................................................................................1-11
3 PLC-Blocks.................................................................................................3-425
I Index.............................................................................................................I-429
1 Variables
1
1.1 Introduction
This section describes the NCK variables that an HMI or the PLC can access
via the operator panel interface. (Access is read and for some variables write
also). The access methods of the various components are described in the
following user documentation:
OEM-HMI
OPI
MPI
NCK
OP 030 NCU 57x
NC data
block
PLC
The components shown on the left-hand side of the diagram each have their
own development environment which defines the syntax to be used. A
variable is always addressed according to a defined pattern. All the
information required for addressing the variables irrespective of the
programming language chosen is summed up in the following lists.
Mode group 1
Channel n
Channel 2
Channel 1
Axis n
Axis 2
Axis 1
Mode group
Contains variables such as the status data (S) that apply to the mode group.
Channel
Contains variables such as the system data (Y), protection zones (PA),
global status data (S) etc. that apply to each channel.
Tool
Contains variables such as the tool offset data (TO), general tool data (TD),
tool monitoring data (TS) etc. that apply to the tools on the machine. Each
tool area T is assigned to a channel.
Axis
Contains the setting data and machine data that apply to each axis or
spindle. For a description see Section "Axis-specific machine data".
Module Area
A B C H N T V
ETP 1
ETPD 1
DIAGN 1
FA 1 1
FB 1 1
FE 1
FU 1 1
M 1 1
NIB 1
PA 1 1
RP 1
S 1 1 1 1 1
SALA 1
SALAL 1
SALAP 1
SE 1 1 1
SEGA 1
SEMA 1 1
SGA 1
SINF 1
SMA 1 1
SNCF 1
SPARP 1
SPARPF 1
SPARPI 1
SPARPP 1
SSP 1 1
SSP2 1 1
SSYNAC 1
SYNACT 1
TD 1
TF 1
TG 1
TM 1
TMC 1
TMV 1
TO 1
TP 1
TPM 1
TS 1
TT 1
TU 1
TUE 1
TUM 1
TUP 1
TUS 1
TV 1
AD 1
AEV 1
TC 1
TOE 1
TOET 1
TOS 1
TOST 1
TOT 1
VSYN 1
Y 1 1
YNCFL 1
Single-line variables
Each of these variables consists of a single value. The following information
is required when accessing a variable of this type:
1. Area (and possibly area number)
2. Module
3. Variable name
numMachAxes
Number of existing machine axes
- Word r
Multi-line: no
Example for reading the number of machine axes in channel 1:
HMI:
/Channel/Configuration/numMachAxes[u1]
HMI/OP 030:
P_C_Y_numMachAxes
Multi-line variables
These variables are defined as a one-dimensional field. When accessing a
variable of this type the following information must be specified:
1. Area (and possibly area number)
2. Module
3. Variable name
4. Line number
actFeedRate $AA_VACTB[x] S5
Axial feedrate actual value (only if axis is a positioning axis "spec" = 1)
% Double r
Multi-line:yes Axis index numMachAxes
HMI:
/Channel/MachineAxis/actFeedRate[u1, 3]
HMI/OP 030:
P_C_SEMA_actFeedRate
cuttEdgeParam $TC_DPx[y,z]
Offset value parameters for a cutting edge
mm, inch or userdef 0 Double
HMI:
/Tool/Compensation/cuttEdgeParam[u1,c3, 51]
HMI/OP 030:
P_T_TO_cuttEdgeParam
In the tables below the individual fields have the following meaning:
1.1.5 Reference
Reference is made to the following documents:
/FB1/ Function Manual of basic machines, supporting manuals: A2, A3, B1,
B2, D1, F1, G2, H2, K1, K2, N2, P1, P3, R1, S1, V1, W1, Z1
/FB2/ Function Manual of expanded functions, supporting manuals: A4, B3,
B4, F3, H1, K3, K5, M1. M5, N3, N4, P2, P5, R2, S3, S7, T1, W3,
W4, Z2
/FB3/ Function Manual of special functions, supporting manuals F2, G1,
G3, K6, M3, S9, T3, TE01, TE02, TE1, TE3, TE4, TE6, TE7, TE8,
TE9, V2, W5, W6, Z3
/FBA/ Function manual of drive functions, supporting manuals: DB1, DD1,
DD2, DE1, DF1, DG1, DL1, DM1, DS1, DÜ1
/IAD/ 840D/611D Installation & Start-Up Guide
/IHAsl/ Commissioning HMI-Advanced, supporting manuals: IM4, BE2, HE1,
TX2, IM8
/FBO/ Configuring OP 030 Operator Interface
/FBW/ Description of Functions Tool Management
The machine tool builder or user configures the control with the help of the machine data. Configuration
can only be performed with certain access rights. The configuration of the NC can be read in the system
data regardless of current access rights.
accessLevel
Level of the access rights currently set. Can be changed by entering the password or turning the keyswitch.
0 = access level SIEMENS
1 = access level machine tool builder
2 = access level system start-up engineer (machine tool builder)
3 = access level end user with password
4 = access level key switch 3
5 = access level key switch 2
6 = access level key switch 1
7 = access level key switch 0
- UWord r
Multi-line: no
axisType
Axis types for all machine axes (necessary for start-up): If a machine axis is addressed via the M module, the units and
values are returned with reference to the axis type accessible via this variable. (The absolute machine axis index 1-
N_Y_maxnumGlobMachAxes is specified via the line index)
0 = Linear axis
1 = Rotary axis
- UWord r
Multi-line: yes Absolute machine axis number maxnumGlobMachAxes
basicLengthUnit
Global basic unit
0 = mm
1 = inch
4 = userdef
- UWord r
Multi-line: no
externCncSystem
CNC system whose part programs must be processed on the
SINUMERIK control.
0: No external language defined
1: System ISO Dialect0 Milling (obsolete)
2: System ISO Dialect0 Turning (obsolete)
3: External language via OEM application (from P6.2)
4: System ISO Dialect0 Milling (from P7.)
5: System ISO Dialect0 Turning (from P7.)
etc.
- UWord r
Multi-line: yes 1 1
extraCuttEdgeParams
Bit string that specifies which TO edge parameters are available
in addition to the 25 standard parameters.
Bit 0: Cutting edge parameter no. 26 valid (ISO Dialect Milling H No.)
Bit 1: Cutting edge parameter no. 27 valid (Orientation of the cutting edge)
Bit 2: Cutting edge parameter no. 28 valid (L1 of the orientation of the cutting edge)
Bit 3: Cutting edge parameter no. 29 valid (L2 of the orientation of the cutting edge)
Bit 4: Cutting edge parameter no. 30 valid (L3 of the orientation of the cutting edge)
Bit 5: Cutting edge parameter no. 31 valid (L1 of the orientation of the cutting edge normal)
Bit 6: Cutting edge parameter no. 32 valid (L2 of the orientation of the cutting edge normal)
Bit 7: Cutting edge parameter no. 33 valid (L3 of the orientation of the cutting edge normal)
Bit 8: Cutting edge parameter no. 34 valid (number of cutting edge teeth, always set)
etc.
- UWord r
Multi-line: yes 1 1
handWheelNr
Handwheel number, as required for selection via the PLC user interface.
- 0 UWord r
Multi-line: yes Handwheel number numHandWheels
kindOfSumcorr $MN_MM_KIND_OF_SUMCORR
Characteristics of total offsets in NCK:
Bit No. Value Meaning
0 0 Total offsets are saved at the same time as the tool data.
1 Total offsets are not saved at the same time as the tool data.
1 0 Setup offsets are saved at the same time as the tool data.
1 Setup offsets are not saved at the same time as the tool data.
2 0 If the "Tool management" function is in use: The existing total/setup offsets are not affected when tool status
"active" is set.
1 When tool status "active" is set, the existing total offsets are set to zero. The setup offsets are not affected.
3 0 If the "Tool management" function plus "Adapter" is in use: Transformation of total offsets
1 No transformation of total offsets
4 0 No setup offset data sets
1 Setup offset data sets are created additionally, in which case the total offset equals the product of total offset + "fine
total offset".
- UWord r
Multi-line: yes 1
maskToolManagement $MN_MM_TOOL_MANAGEMENT_MASK
Settings for NCK tool management function
Activation of tool management memory with "0" means: The set tool management data do not occupy any memory
space.
Bit 0=1: Memory for TM-specific data is made available
Bit 1=1: Memory for monitoring data is made available
Bit 2=1: Memory for user data (CC data) is made available
Bit 3=1: Memory for "Consider adjacent location" is made available
SW 5.1 and later:
Bit 5=0: Parameters and function for tool wear monitoring are not available.
Bit 5=1: Parameters and function for tool wear monitoring are available and, if bit 1 = 1, the wear monitoring function is
also available.
Bit 6=0: The wear group function is not available; i.e. parameters $TC_MAMP3, $TC_MAP9 cannot be programmed,
$TC_MPP5 is not defined for magazine locations of type 1.
Bit 6=1: The wear group function is available; i.e. parameters $TC_MAMP3, $TC_MAP9 can be programmed and wear
groups defined. $TC_MPP5 contains the wear group number for location type 1.
Bit 7=1: Tool adapter data sets are available.
Bit 8=1: Total offsets are available.
Bit 9=1: Tools in a turret are handled in OPI variable modules such that they are not "displayed" in tool half-locations,
but always displayed in a turret location. Please note, therefore, that tools in a turret remain (in display terms) in their
turret location in the event of a tool change.
Bit 9=0: Default response; Tools in a turret are "displayed" in the OPI in their actual (according to data) location.
- 0 Long Integer r
Multi-line: yes 1
maxCuttingEdgeNo $MN_MAX_CUTTING_EDGE_NO
Maximum value of D number
1 to 32000
- 9 1 32000 UWord r
Multi-line: yes 1
maxNoOfChannels
Maximum number of channels that can be activated.
This defines the upper limit of the option data $ON_NUM_CHANNELS.
- 1 1 UWord r
Multi-line: yes 1 1
maxNoOfProgLevel
Maximum number of program levels present in the system.
This defines the upper limit of the option data $ON_NUM_CHANNELS.
- UWord r
Multi-line: yes 1 1
maxNumAdapter $MN_MM_NUM_TOOL_ADAPTER
Maximum number of tool adapter data sets available in NCK
>0: Maximum number of adapter data sets.
0: Adapter data cannot be defined. Edge-specific parameters $TC_DP21, $TC_DP22, $TC_DP23 are available, i.e.
active tool management function with adapters is not in use.
-1: An adapter is automatically assigned to each magazine location, i.e. the number of adapters provided internally
corresponds to the number of magazine locations set in machine data $MN_MM_NUM_MAGAZINE_LOCATION.
- 0 -1 600 Long Integer r
Multi-line: yes 1
maxNumSumCorr $MN_MM_NUM_SUMCORR
Total number of total offsets in NCK
A setting of -1 means that the number of total offsets equals the
number of edges * number of total offsets per edge.
A setting of > 0 and < number of edges * number of total offsets per edge
means that a maximum number of total offsets equalling "number of total
offsets per edge" can be defined per edge, but need not be, i.e. it is thus
possible to use the buffer memory more economically.
In other words, only the edges have a total offset data set for which
data can be defined explicitly.
- Long Integer r
Multi-line: yes 1
maxnumAlarms
Size of NCK alarm buffer (maximum number of pending alarms)
- UWord r
Multi-line: no
maxnumChannels
Maximum number of available channels
- UWord r
Multi-line: no
maxnumContainer
Maximum number of available axis containers
- 0 UWord r
Multi-line: yes 1 1
maxnumContainerSlots
Maximum number of available slots per axis container
- UWord r
Multi-line: yes 1 1
maxnumCuttEdges_Tool $MN_MAX_CUTTING_EDGE_PER_TOOL
Max. number of edges per tool
1 to 12
- 9 UWord r
Multi-line: yes 1
maxnumDrives
Maximum number of available drives
- UWord r
Multi-line: no
maxnumEdgeSC $MN_MAX_SUMCORR_PERCUTTING_EDGE
Max. number of total offsets per edge
0 to 6
- 0 ??? NCK UWord r
Multi-line: yes 1
maxnumEventTypes
Maximum number of event types for the trace protocolling
- UWord r
Multi-line: no
maxnumGlobMachAxes
Maximum number of available machine axes
- UWord r
Multi-line: no
maxnumTraceProtData
Maximum number of data per data list for trace protocolling
- UWord r
Multi-line: no
maxnumTraceProtDataList
Maximum number of data per data list for trace protocolling
- UWord r
Multi-line: no
nckLogbookSeekPos
NCK logbook
- Long Integer wr
Multi-line: no 1
nckType
NCK type
0: 840D pl
1000: FM-NC (up to and including SW 6)
2000: 810D pl
3000: 802S (up to and including SW 6)
4000: 802D pl (up to and including SW 6)
5000: 840Di pl (up to and including SW 6)
6000: SOLUTIONLINE
10700: 840D sl
14000: 802D sl T/M
14000: 802D sl N/G or C/U
15000: 840Di sl
- UWord r
Multi-line: no
nckVersion
NCK version
Only the digits before the comma of the floating point number are evaluated, the digits after the comma may contain
identifiers for development-internal intermediate releases.
The digits before the comma includes the official NCK identifier for the software release: For software release 3.4 the
value of the variable is 34,....
- Double r
Multi-line: no
ncuPerformanceClass
NCU power class
Not defined in SW 6.2.
0: No special power class
1: Powerline
2-n: Reserved
- 0 0 UWord r
Multi-line: yes 1 1
numBAGs
Number of available mode groups
- UWord r
Multi-line: no
numBasisFrames $MN_MM_NUM_GLOBAL_BASE_FRAMES
Number of channel-independent basic frames
- 0 UWord r
Multi-line: yes 1 1
numChannels
Number of active channels
- UWord r
Multi-line: no
numContainer
Number of currently available axis containers
- 0 maxnumContainer UWord r
Multi-line: yes 1 1
numContainerSlots
Number of currently available slots per axis container
- maxnumContainerSlots UWord r
Multi-line: yes Index of axis container numContainer
numCuttEdgeParams
Number of P elements of a cutting edge
- UWord r
Multi-line: no
numCuttEdgeParams_tao $MN_MM_NUM_CCS_TOA_PARAM
Number of Siemens application cutting edge data in module TAO
!! Reserved for SIEMENS applications !!
- 0 0 10 UWord r
Multi-line: yes 1 1
numCuttEdgeParams_tas $MN_MM_NUM_CCS_MON_PARAM
Number of Siemens application monitoring data in module TAS
!! Reserved for SIEMENS applications !!
- 0 0 10 UWord r
Multi-line: yes 1 1
numCuttEdgeParams_ts
Number of P elements of a cutting edge in module TS (tool monitoring data)
- UWord r
Multi-line: no
numCuttEdgeParams_tus $MN_MM_NUM_CC_MON_PARAM
Number of parameters in the user monitoring data of a cutting edge in the module TUS
- 0 0 10 UWord r
Multi-line: yes 1 1
numDrives
Number of active drives
- UWord r
Multi-line: no
numGCodeGroups
Number of NC instruction groups
- UWord r
Multi-line: no
numGCodeGroupsFanuc
Number of NC instruction groups in ISO Dialect mode
(the number for the turning and milling versions is not the same)
- UWord r
Multi-line: yes 1 1
numGlobMachAxes
Number of active machine axes
- UWord r
Multi-line: no
numHandWheels
Maximum number of handwheels
- UWord r
Multi-line: no
numMagLocParams_tap $MN_MM_NUM_CCS_MAGLOC_PARAM
Number of Siemens application magazine location data in module TAP
!! Reserved for SIEMENS applications !!
- 0 0 10 UWord r
Multi-line: yes 1 1
numMagLocParams_u $MN_MM_NUM_CC_MAGLOC_PARAM
Number of parameters of the magazine user data for a tool magazine place in the module TUP
- 0 0 10 UWord r
Multi-line: yes 1 1
numMagParams_tam $MN_MM_NUM_CCS_MAGAZINE_PARAM
Number of Siemens application magazine data in module TAM
!! Reserved for SIEMENS applications !!
- 0 0 10 UWord r
Multi-line: yes 1 1
numMagParams_u $MN_MM_NUM_CC_MAGAZINE_PARAM
Number of parameters of the magazine user data for
a tool magazine
in the TUM module
- 0 0 10 UWord r
Multi-line: yes 1 1
numMagPlaceParams
Number of parameters of a magazine location
8 in SW 5.1 and later
- UWord r
Multi-line: yes 1
numOfISOCorr
Number of offset values in the ISO offset memory in ISO2 and ISO3 modes.
This defines the upper limit of the option data $ON_NUM_CHANNELS.
- 98 UWord r
Multi-line: yes 1 1
numParams_Adapt
Number of parameters per adapter
- 4 UWord r
Multi-line: yes 1
numPlaceMulti FBW
Number of possible multiple assignments of a location to magazines
- UWord r
Multi-line: no
numPlaceMultiParams FBW
Number of parameters of a multiple assignment
- UWord r
Multi-line: no
numToolHolderParams
Number of parameters in the data toolHolderData in the area C, module S
Number of parameters in toolHolderData.
If the tool magazine management is not active, the value =0 will be returned.
- 3 0 UWord r
Multi-line: no 1
numToolParams_tad $MN_MM_NUM_CCS_TDA_PARAM
Number of Siemens application tool data in module TAD
!! Reserved for SIEMENS applications !!
- 0 0 10 UWord r
Multi-line: yes 1 1
numUserFrames MN_MM_NUM_GLOBAL_USER_FRAMES
Number of channel-independent user frames
- 0 UWord r
Multi-line: yes 1 1
typeOfCuttingEdge
Type of D-number programming see MD: MM_TYPE_OF_CUTTING_EDGE
Value Meaning
0 no 'flat D number management' active
1 flat D numbers active
- UWord r
Multi-line: yes 1 1
userScale
User unit table with 13 elements (see Start-up Guide 2.4 and machine data)
0 = table not active
1 = table active
- UWord r
Multi-line: no 1
The machine tool builder or user configures the control with the help of the machine data. Configuration
can only be performed with certain access rights. The configuration of the NC can be read in the system
data regardless of current access rights.
maskToolManagement MC_TOOL_MANAGEMENT_MASK
Channel-specific settings for NCK tool management function
Activation of TM memory by "0" means: The set tool management data do not use any memory space.
Value=0: TM deactivated
Bit 0=1: TM active: The tool management functions are enabled for the current channel.
Bit 1=1: TM monitoring function active: Functions required to monitor tools (tool life and number of workpieces) are
enabled.
Bit 2=1: OEM functions active: The memory for user data can be utilized.
Bit 3=1: Consideration of adjacent location active
Bits 0 to 3 must be set identically to machine data MM_TOOL_MANAGEMENT_MASK (18080).
Bit 4=1: The PLC has the possibility of issuing another request for tool change preparation with modified parameters.
-------------------------For test purposes only :------------------------------------------------
Part program is halted in response to T selection or M06 until it has been
acknowledged by the PLC program.
Bit 5=1: The main run/PLC synchronization in response to a tool change for the main spindle is executed
simultaneously with the transport acknowledgement.
Bit 6=1: The main run/PLC synchronization in response to a tool change for the auxiliary spindle is executed
simultaneously with the transport acknowledgement.
Bit 7=1: The main run/PLC synchronization in response to a tool change for the main spindle is not executed until the
PLC acknowledgement confirms that the tool change is complete.
Bit 8=1: The main run/PLC synchronization in response to a tool change for the auxiliary spindle is not executed until
the PLC acknowledgement confirms that the tool change is complete..
-------------------------End For test purposes only :-------------------------------------------
Bit 9: Reserved
Bit 10=1: M06 is delayed until the preparation acknowledgement has been output by the PLC. The change signal (e.g.
M06 ) is not output until the tool selection ( DBX [ n+0 ].2 ) has been acknowledged. The part program is halted in
response to M06 until the T selection has been acknowledged.
Bit 11=1: The preparation command is output even if a preparation command has already been output for the same
tool. This setting is useful, for example, if the chain is to be positioned when "Tx" is first called and if the second call is
to initiate a check as to whether the tool is in the correct location for a tool change (e.g. in front of tool-change station).
Bit 12=1: The preparation command is executed even if the tool is already loaded in the spindle, i.e. the T selection
signal (DB72.DBXn.2) is set even if it has already been set for the same tool. (Tx...Tx)
Bit 13=1: Only on systems with sufficient memory space (NCU572, NCU573): Recording of tool sequences in a
diagnostics buffer. The commands are fetched from the diagnostics buffer in response to Reset and stored in a file in
the passive file system, NCATR xx.MPF under part program. The trace file is useful for the Hotline in the event of
errors and is not described in detail here.
Bit 14=1: Automatic tool change in response to Reset and Start according to machine data MD20120
TOOL_RESET_NAME MD20110 RESET_MODE_MASK MD20124 TOOL_MANAGEMENT_TOOLHOLDER. If
machine data RESET_MODE_MASK is in use, then this bit must be set as well. If RESET_MODE_MASK is set such
that the tool stored in TOOL_RESET_NAME must be loaded in response to RESET, then the select and change
command is output to the user interface (DB 72) in response to RESET or Start. If machine data
RESET_MODE_MASK is set such that the active tool must remain active after M30 or RESET and if the active tool is
disabled in the spindle (by user), then a change command for a replacement tool is output to the user interface in
response to RESET. If no replacement tool is available, then an error message is output.
Bit 15=1: No return transport of tool when several preparation commands are output. (Tx->Tx)
Bit 16=1: T location number is active
Bit 17=1: Tool life decrementation can be started/stopped via the PLC.
- 0 Long Integer r
Multi-line: yes 1
mmcCmd
Command from NCK to MMC
The string is made up of the following characters:
1st Character acknowledgement mode:
"N" no acknowledgement
"S" synchronous acknowledgement
"A" asynchronous acknowledgement
2. - 6th character: five-digit sequence number in ASCII that is generated by the NCK
7. - 207th character: Command string which ends with "\0"
- String[206] r
Multi-line: no
mmcCmdPrep
Command from the NCK-preparation task to the MMC (e.g. for calling external subprograms)
- String[206] r
Multi-line: yes 1 1
mmcCmdQuit
Acknowledgement from MMC for command from NCK to MMC
The string is made up of the following characters:
1st Character acknowledgement code:
"P" programmed
"B" busy
"F" failed
"E" executed
2. - 6th character: five-digit sequence number in ASCII for acknowledgement code "B", "F" or "E", generated by NCK
7. - 201th character: additional communication-specific information for acknowledgement code "B", "F" or "E", ends
with "\0"
- String[200] w
Multi-line: no
mmcCmdQuitPrep
Acknowledgemnt by MMC for an NCK-preparation command to the MMC (e.g. for calling external subprograms)
- String[200] wr
Multi-line: yes 1 1
numActAxes
Number of active tools in channel.
Channel axis gaps are not included in count which means that value might be lower than numMachAxes.
The following applies:
numMachAxes >= numGeoAxes + numAuxAxes
numActAxes = numGeoAxes + numAuxAxes
- 0 0 numMachAxes UWord r
Multi-line: yes 1 1
numAuxAxes
Number of auxiliary axes
- UWord r
Multi-line: no
numBasisFrames $MC_MM_NUM_BASE_FRAMES
Number of basic frames in channel
- 0 UWord r
Multi-line: yes 1 1
numContourInProtArea
Maximum number of polygon elements per protection zone
- UWord r
Multi-line: no
numGeoAxes
Number of geometry axes and orientation axes
- UWord r
Multi-line: no
numMachAxes
No. of highest channel axis.
This also corresponds to the number of axes in the
channel provided there are no gaps in the axis sequence.
- 0 1 UWord r
Multi-line: yes 1 1
numOriAxes
Number of orientation axes in channel
- 0 UWord r
Multi-line: yes 1 1
numSpindles
Number of spindles
- UWord r
Multi-line: no
numSpindlesLog
Number of logical spindles.
Specifies the number of lines in module SSP2.
- UWord r
Multi-line: no 1
oemProtText
OEM text to be entered next in the logging buffer.
- String[128] r
Multi-line: yes 1 1
progProtText
Programmable text to be entered next in the logging buffer
- String[128] r
Multi-line: yes 1 1
stringIsFileId
As soon as PI _N_STRGIS is executed, the result from interpretation of the transferred string
is stored as file ID in this variable. moduleId may be used instead of fileId.
Also refer to NC command STRINGIS.
Meaning Name of OPI area OPI modules
definition file in NCK (domain name)
(explanation)
0 String is unknown
1 GCODE (G code - Siemens and/or ISO )
2 NCADDRES (NCK NC address character)
3 NCADDRES_CHAN (channel NC?address character)
4 NCNAM (named NCK NC address)
5 NCNAM_CHAN (named channel NC address)
6 FRAME (frame variable)
7 TOOLCORR (tool parameter) TO (=4)
8 MACHDAT_NCK (machine data) NCK (=0) M (= 0x1A)
9 MACHDAT_CHAN (machine data) CHAN (=2) M (=-0x1A)
10 MACHDAT_AXIS (machine data) AXIS (=3) M (=-0x1A)
11 R_PARAM (R parameter) CHAN (=2) RP (= 0x15)
12 AC_MARKER (synchronized action marker)
13 AC_PARAM (synchronized action parameter)
14 PRED_FUNC (NC language function)
15 SYSDAT_NCK (status variable)
16 SYSDAT_CHAN (status variable)
17 SYSDAT_AXIS (status variable)
18 USER_NCK _N_SGUD_DEF NCK (=0) GD1 (= 0x36)
19 USER_CHAN _N_SGUD_DEF CHAN (=2) GD1 (= 0x36)
20 USER_AXIS _N_SGUD_DEF AXIS (=3) GD1 (= 0x36)
21 USERMACRO _N_SMAC_DEF
_N_MMAC_DEF
_N_UMAC_DEF
22 EEC (leadscrew parameter)
23 QEC (quadrant error parameter)
24 CEC (cross error compensation parameter)
25 TOOLMAGAZINE (magazine parameter) TO (=4)
26 PROTAREA (protection area parameter)
27 PROTAREA_CHAN (protection area parameter)
28 USER_NCK2 _N_MGUD_DEF NCK (=0) GD2 (= 0x2D)
29 USER_NCK3 _N_UGUD_DEF NCK (=0) GD3 (= 0x2E)
30 USER_NCK4 _N_GUD4_DEF NCK (=0) GD4 (= 0x2F)
31 USER_NCK5 _N_GUD5_DEF NCK (=0) GD5 (= 0x30)
32 USER_NCK5 _N_GUD6_DEF NCK (=0) GD6 (= 0x31)
33 USER_NCK5 _N_GUD7_DEF NCK (=0) GD7 (= 0x32)
34 USER_NCK5 _N_GUD8_DEF NCK (=0) GD8 (= 0x33)
35 USER_NCK5 _N_GUD9_DEF NCK (=0) GD9 (= 0x34)
36 USER_CHAN2 _N_MGUD_DEF CHAN (=2) GD2 (= 0x2D)
37 USER_CHAN3 _N_UGUD_DEF CHAN (=2) GD3 (= 0x2E)
38 USER_CHAN4 _N_GUD4_DEF CHAN (=2) GD4 (= 0x2F)
39 USER_CHAN5 _N_GUD5_DEF CHAN (=2) GD5 (= 0x30)
40 USER_CHAN6 _N_GUD6_DEF CHAN (=2) GD6 (= 0x31)
41 USER_CHAN7 _N_GUD7_DEF CHAN (=2) GD7 (= 0x32)
42 USER_CHAN8 _N_GUD8_DEF CHAN (=2) GD8 (= 0x33)
43 USER_CHAN9 _N_GUD9_DEF CHAN (=2) GD9 (= 0x34)
44 reserved
45 reserved
46 reserved
47 reserved
48 reserved
49 reserved
50 reserved
51 reserved
52 TOOLCARRIER (orientable tool carrier parameter TO (=4)
53 GCODESEXT (G code) NCK (=0) (G codes FANUC)
54 FRAME_NCK (frame) NCK (=0)
55 CYC_PARAM_CHAN (global cycle transfer parameter)r
56 TOOLENVMOD (tool environment parameter)
57 SYNAGUD_CHAN (synchronized action capable GUD CHAN (=2) GD1 (= 0x36)
58 SYNAGUD_CHAN2 (synchronized action capable GUD CHAN (=2) GD2 (= 0x2D)
59 SYNAGUD_CHAN3 (synchronized action capable GUD CHAN (=2) GD3 (= 0x2E)
60 SYNAGUD_CHAN4 (synchronized action capable GUD CHAN (=2) GD4 (= 0x2F)
61 SYNAGUD_CHAN5 (synchronized action capable GUD CHAN (=2) GD5 (= 0x30)
62 SYNAGUD_CHAN6 (synchronized action capable GUD CHAN (=2) GD6 (= 0x31)
63 SYNAGUD_CHAN7 (synchronized action capable GUD CHAN (=2) GD7 (= 0x32)
64 SYNAGUD_CHAN8 (synchronized action capable GUD CHAN (=2) GD8 (= 0x33)
65 SYNAGUD_CHAN9 (synchronized action capable GUD CHAN (=2) GD9 (= 0x34)
66 NKIN (kinematic chain parameter)
67 NPA (3D protection area parameter)
68 WAL_CS (work area in specific coordinate system)
69 TOOLISO22CORR (tool correction parameter with ISO2.2)
70 TOOLISO32CORR (tool correction parameter with ISO3.2)
71 EPS_PARAM (ePS services parameters (reserved for ePS use only !!)
>= 200 LUD (LUD / PUD - program local variable)
Note: via OPI normally only a subset of the NCK data blocks is made known.
Note: missing column entries means that no definition file has been defined for this line,
or that in OPI no domain name has been defined. Various NCK data may be accessed through
OPI variable blocks instead of through domain names. Example: tool data, frame data, etc.
It is possible that several OPI variable blocks exist for a value of stringIsFileId.
- UWord r
Multi-line: no
stringIsMeaning
As soon as PI _N_STRGIS is executed, the result from interpretation of the transferred string
is stored as a code in this variable. For example, the code for $P_TOOL is value 207.
Also refer to NC command STRINGIS.
000 = itemName string is unknown in the NCK
100 = itemName string is a language construct, but is not programmable (option/function is not active)
2xx = itemName string is a permissible language construct (option/function is active)
2xx = is defined by:
200 = no interpretation possible
201 = DIN address / NC address (e.g. MEAS)
202 = G code (e.g. G04, INVCW)
203 = NC language function (= command with return value, parameter Passing) (e.g. GETMDACT)
204 = NC language procedure (= command without return value, with parameter Passing) (e.g. SBLOF)
205 = NC key word (e.g. DEFINE)
206 = machine/setting/option data (= parameter starting with $M / $S / $O)
207 = NC system parameter (= parameter starting with R and $)
208 = cycle name (name created by cycle)
209 = GUD variable (name created by GUD definitions
210 = macro name (name created by macro definition file)
211 = LUD variable (name created by active program)
212 = no Siemens G code, but an ISO G code
400 = NC address, which is not xx=01 or xx=10, and which is also not: G or R (e.g. T, D, F, H, L, M)
- 0 0 4000 UWord r
Multi-line: no
stringIsSymbolId
As soon as PI _N_STRGIS is executed, the result from interpretation of the transferred string
is stored as symbol ID in this variable. The symbol ID is found in the NCK module, which is
specified in variable stringIsFileId.
This value can be found also in the corresponding ACC and ACX file.
- UWord r
Multi-line: no
systemFrameMask $MC_MM_SYSTEM_FRAME_MASK
Configuring screenform for channel-specific system frames
Indicates in bit-coded form which system frames are available
- 0 0 UWord r
Multi-line: yes 1 1
toolDataChangeBufferSize $MC_MM_TOOL_DATA_CHANGE_BUFFER_SIZE
Size of the effective ring buffer for the tool data modifications in the OPI block TDC (0x56).
This value is the maximum column number in the OPI block TDC.
If a number of channels works with a TO unit, the setting with the lowest channel number applies.
The value = 0 is returned if the the ring buffer is not active ($MN_TOOL_DATA_CHANGE_COUNTER, Bit2=0 and
Bit3=0).
- 0 0 UWord r
Multi-line: yes 1 1
Up to 10 protection zones can be defined. Each protection zone is described by a polygon function
consisting of up to 10 elements. The module PA contains the individual coordinates of the polygon
elements. The protection zones are addressed via the variable indices. The physical unit of the parameters
can be read from the variable "basicLengthUnit" in the module Y in area N.
The classification as NCK or channel-specific protection zones does not affect the protection zone
monitoring function, but indicates the area in which the protection zone is registered.
kinChain1stElem $NK_1ST_ELEM
First element of the kinematic chain
- String[32] r
Multi-line: yes Chain number $MN_MM_MAXNUM_KIN_CHAINS
kinChainName $NK_CHAIN_NAME
Name of the kinematic chain
- String[32] r
Multi-line: yes Chain number $MN_MM_MAXNUM_KIN_CHAINS
kinElemAngle $NK_ANG
Turning angle
Degree Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemAxis $NK_AXIS
Machine axis or OEM object name
- String[32] r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemAxisOffset $NK_A_OFF
Axis offset
mm, inch, degree, user
Double r
defined
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemAxisOffsetFine $NK_A_OFF_FINE
Fine offset of axis offset
mm, inch, degree, user
Double r
defined
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemLimitFine $NK_LIMIT_FINE
Input limit of fine offset
mm, inch, degree, user
Double r
defined
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemName $NK_NAME
Name of a kinematic element
- String[32] r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemNext $NK_NEXT
Reference to the next kinematic element
- String[32] r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemNextP $NK_NEXTP
Reference to a branching kinematic chain
- String[32] r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemOffDir0 $NK_OFF_DIR[0]
Offset or direction component in the X direction
mm, inch, user defined Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemOffDir1 $NK_OFF_DIR[1]
Offset or direction component in the Y direction
mm, inch, user defined Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemOffDir2 $NK_OFF_DIR[2]
Offset or direction component in the Z direction
mm, inch, user defined Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemOffDirFine0 $NK_OFF_DIR_FINE[0]
Fine offset of direction component in X direction
mm, inch, user defined Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemOffDirFine1 $NK_OFF_DIR_FINE[1]
Fine offset of direction component in Y direction
mm, inch, user defined Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemOffDirFine2 $NK_OFF_DIR_FINE[2]
Fine offset of direction component in Z direction
mm, inch, user defined Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemRotAx0 $NK_ROT[0]
Direction component in the X direction
- Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemRotAx1 $NK_ROT[1]
Direction component in the Y direction
- Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
kinElemRotAx2 $NK_ROT[2]
Direction component in the Z direction
- Double r
Multi-line: yes Number of the chain element $MN_MM_MAXNUM_KIN_CHAIN_ELEM
modelChangeCounter
Modification counter of the machine model
- UWord r
Multi-line: yes 1: Kinematic modification counter 4
pa3D1stProt $NP_1ST_PROT
Name of the first element of the protection zone
- String[32] r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DAuxIndex0 $NP_INDEX[0]
1st index for definition of variable protection zones
- UDoubleword r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DAuxIndex1 $NP_INDEX[1]
2nd index for definition of variable protection zones
- UDoubleword r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DBitIndex $NP_BIT_NO
Index of the bits assigned on the VDI interface
- UDoubleword r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DChainElem $NP_CHAIN_ELEM
Name of the kinematic element carrying the protection zone
- String[32] r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DChainName $NP_CHAIN_NAME
Name of the kinematic chain carrying the protection zone
- String[32] r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DElemAdd $NP_ADD
Name of a protection zone to be inserted
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemAngle $NP_ANG
Turning angle
- Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemDir0 $NP_DIR[0]
X components of rotary axis
- Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemDir1 $NP_DIR[1]
Y components of rotary axis
- Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemDir2 $NP_DIR[2]
Z components of rotary axis
- Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemName $NP_NAME
Name of the protection zone element
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemNext $NP_NEXT
Name of the next protection zone element
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemOffset0 $NP_OFF[0]
X components of the offset
mm, inch, user defined Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemOffset1 $NP_OFF[1]
Y components of the offset
mm, inch, user defined Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemOffset2 $NP_OFF[2]
Z components of the offset
mm, inch, user defined Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemPara0 $NP_PARA[0]
1st geometry parameter of protection zone element
mm, inch, user defined Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemPara1 $NP_PARA[1]
2nd geometry parameter of protection zone element
mm, inch, user defined Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemPara2 $NP_PARA[2]
3rd geometry parameter of protection zone element
mm, inch, user defined Double r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DElemType $NP_TYPE
Type of the protection zone element
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_AREA_ELEM
element
pa3DGroupAdd $NP_ADD_GROUP
Name of a protection zone group to be added
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_GROUPS
group
pa3DGroupMember1 $NP_MEMBER[0]
Name of 1st protection zone in this group
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_GROUPS
group
pa3DGroupMember2 $NP_MEMBER[1]
Name of 2nd protection zone in this group
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_GROUPS
group
pa3DGroupMember3 $NP_MEMBER[2]
Name of 3rd protection zone in this group
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_GROUPS
group
pa3DGroupMember4 $NP_MEMBER[3]
Name of 4th protection zone in this group
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_GROUPS
group
pa3DGroupName $NP_GROUP_NAME
Name of the protection zone group
- String[32] r
Number of the protection zone
Multi-line: yes $MN_MM_MAXNUM_3D_PROT_GROUPS
group
pa3DInitStat NP_INIT_STAT
Initialization status of the protection zone
ASCII code of the letters: "I", "A", "P"
- Character r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DProtName $NP_PROT_NAME
Name of a protection zone
- String[32] r
Multi-line: yes Number of the protection zone MN_MM_MAXNUM_3D_PROT_AREAS
pa3DState
Activation state of a protection zone
- 0 0 3 Character r
Multi-line: yes Number of the protection zone $MN_MM_MAXNUM_3D_PROT_AREAS
pa3DSuppressed
Collision monitoring suppressed by PLC
- 0 0 1 UWord r
Multi-line: no 1
trafoDatAuxPos0 $NT_AUX_POS[n,0]
X component of the auxiliary position for measuring cycles
mm, inch, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatAuxPos1 $NT_AUX_POS[n,1]
Y component of the auxiliary position for measuring cycles
mm, inch, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatAuxPos2 $NT_AUX_POS[n,2]
Z component of the auxiliary position for measuring cycles
mm, inch, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatBaseOrient0 $NT_BASE_ORIENT[n, 0]
X component of basic tool orientation
- Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatBaseOrient1 $NT_BASE_ORIENT[n, 1]
Y component of basic tool orientation
- Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatBaseOrient2 $NT_BASE_ORIENT[n, 2]
Z component of basic tool orientation
- Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatBaseOrientNormal0 $NT_BASE_ORIENT_NORMAL[n, 0]
X component of the normal vector of orientation
- Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatBaseOrientNormal1 $NT_BASE_ORIENT_NORMAL[n, 1]
Y component of the normal vector of orientation
- Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatBaseOrientNormal2 $NT_BASE_ORIENT_NORMAL[n, 2]
Z component of the normal vector of orientation
- Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatGeoAxName0 $NT_GEO_AX_NAME[n, 0]
Name of first geometry axis
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatGeoAxName1 $NT_GEO_AX_NAME[n, 1]
Name of second geometry axis
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatGeoAxName2 $NT_GEO_AX_NAME[n, 2]
Name of third geometry axis
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatHirthInc0 $NT_HIRTH_INC[n, 0]
Angle increment of 1st rotary axis with Hirth tooth system
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatHirthInc1 $NT_HIRTH_INC[n, 1]
Angle increment of 2nd rotary axis with Hirth tooth system
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatHirthInc2 $NT_HIRTH_INC[n, 2]
Angle increment of 3rd rotary axis with Hirth tooth system
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatHirthOff0 $NT_HIRTH_OFF[n, 0]
Angle offset of 1st rotary axis with Hirth tooth system
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatHirthOff1 $NT_HIRTH_OFF[n, 1]
Angle offset of 2nd rotary axis with Hirth tooth system
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatHirthOff2 $NT_HIRTH_OFF[n, 2]
Angle offset of 3rd rotary axis with Hirth tooth system
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatIdent $NT_IDENT[n]
Identification, ID no.
- Long Integer r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatName $NT_NAME[n]
Name of transformer data record
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatPChain1StElem $NT_P_CHAIN_1ST_ELEM[n]
Name of 1st element of kin. chain for workpiece
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatPChainLastElem $NT_P_CHAIN_LAST_ELEM[n]
Name of last element of kin. chain for workpiece
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatPChainName $NT_P_CHAIN_NAME[n]
Name of kin. chain for workpiece
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatPoleLimit $NT_POLE_LIMIT[n]
End angle tolerance with interpolation through pole
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatPoleTol $NT_POLE_TOL[n]
End angle tolerance for pole interpolation
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxMax0 $NT_ROT_AX_MAX[n, 0]
Maximum position of 1st manual rotary axis
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxMax1 $NT_ROT_AX_MAX[n, 1]
Maximum position of 2nd manual rotary axis
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxMax2 $NT_ROT_AX_MAX[n, 2]
Maximum position of 3rd manual rotary axis
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxMin0 $NT_ROT_AX_MIN[n, 0]
Minimum position of 1st manual rotary axis
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxMin1 $NT_ROT_AX_MIN[n, 1]
Minimum position of 2nd manual rotary axis
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxMin2 $NT_ROT_AX_MIN[n, 2]
Minimum position of 3rd manual rotary axis
Degree, user defined Double r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxName0 $NT_ROT_AX_NAME[n, 0]
Name of first rotary axis
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxName1 $NT_ROT_AX_NAME[n, 1]
Name of second rotary axis
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotAxName2 $NT_ROT_AX_NAME[n, 2]
Name of third rotary axis
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatRotOffsetFromFrame $NT_ROT_OFFSET_FROM_FRAME[n]
Accept rotary offset for transformer selection from WO
- Bool r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatTChain1StElem $NT_T_CHAIN_1ST_ELEM[n]
Name of 1st element of kin. chain for tool
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatTChainLastElem $NT_T_CHAIN_LAST_ELEM[n]
Name of last element of kin. chain for tool
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatTChainName $NT_T_CHAIN_NAME[n]
Name of kin. chain for tool
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
trafoDatTrafoType $NT_TRAFO_TYPE
Transformer type
- String[32] r
Multi-line: yes Number of transformer data record $MN_MM_NUM_TRAFO_DATA_SETS
Up to 10 protection zones can be defined. Each protection zone is described by a polygon function
consisting of up to 10 elements. The maximum permissible number of protection zones is specified in
"numProtArea" in the module Y in area C. The maximum permissible number of polygon definition
elements is specified in "numContourInProtArea" in module Y in area C. Module PA contains the individual
coordinates of the polygon elements. The protection zones are addressed via the variable indices.
The classification as NCK or channel-specific protection zone does not affect the protection zone
monitoring function but simply indicates the area in which the protection zone is registered.
The physical unit actually used for length quantities is defined in "/C/SGA/extUnit" in module SGA in area
C.
collisionAlarm $ON_COLLCHECK_LEVEL
Collision of two protection zones
- UWord r
1: 0=No collision in the channel,
Multi-line: yes 3
otherwise alarm number
declarProtObject
Declaration of a variable protection zone
0=No object
1=WORKPIECE
2=FIXTURE
- UWord r
Multi-line: yes 1 1
declarProtObjectReal
Real parameters of the declaration of a variable protection zone
- Double r
Number of the real parameter. The
Multi-line: yes 10
number and significance
declarProtObjectString
String parameter(s) of the declaration of a variable protection zone
- String[32] r
Multi-line: yes Number of the string parameter 4
All G functions currently configured for the channels are made available for reading by the NCK. They are
configured via machine data. Since the G functions are organized in groups, only one of which can be
active at a time, this module is organized as a table.
There are two columns for each G group. The 1st column lists the number of G functions in a group
(/N/YNCFL/Gruppe_NUM), this corresponds to the number of rows in each subsequent column. This
second column contains all the G functions belonging to a group (/N/YNCFL/Gruppe).
As a result, the data for a certain G group are calculated via a column offset.
The column offset of each variable is:
2 * (G group number - 1)
The number of G groups is given in the variable "numGCodeGroups" in area N / module Y. The resultant
the maximum column offset of the variables is thus 2 * numGCodeGroups.
Gruppe
Instruction group
- String[16] r
Multi-line: yes Serial number Gruppe_NUM
Gruppe_NUM
Number of G functions in the relevant group
- UWord r
Multi-line: yes 1 1
During NC operation different internal states occur and system-specific data may change during operation.
To distinguish those from system variables, they are classified as state data.
aDbsb $A_DBSB
PLC data byte
- 0 -128 127 Long Integer r
Position offset within the I/O range
Multi-line: yes 1023
0-
aDbsw $A_DBSW
PLC data word
- 0 -32768 32767 Long Integer r
Position offset within the I/O range
Multi-line: yes 1022
0-
aDlb $A_DLB[index]
Data byte (8 bits) in link area
- UWord wr
Multi-line: yes Position offset within link data area
aDld $A_DLD[index]
Data double word (32 bits) in link data area
- Long Integer wr
Multi-line: yes Position offset within link data area
aDlr $A_DLR[index]
Read data (32 bits) in link data area
- Double wr
Multi-line: yes Position offset within link data area
aDlw $A_DLW[index]
Data word (16 bits) in link data area
- UWord wr
Multi-line: yes Position offset within link data area
aDpInConf $A_DP_IN_CONF
PROFIBUS configured input data areas
- 0 0 0xffffffff Long Integer r
Multi-line: yes 1 1
aDpInLength $A_DP_IN_LENGTH
PROFIBUS length of input data area
- 0 0 128 Long Integer r
Multi-line: yes RangeIndex 16
aDpInState $A_DP_IN_STATE
PROFIBUS status of input data area
- 0 0 3 Long Integer r
Multi-line: yes RangeIndex 16
aDpInValid $A_DP_IN_VALID
PROFIBUS valid input data areas
- 0 0 0xffffffff Long Integer r
Multi-line: yes 1 1
aDpOutConf $A_DP_OUT_CONF
PROFIBUS configured output data areas
- 0 0 0xffffffff Long Integer r
Multi-line: yes 1 1
aDpOutLength $A_DP_OUT_LENGTH
PROFIBUS length of output data area
- 0 0 128 Long Integer r
Multi-line: yes RangeIndex 16
aDpOutState $A_DP_OUT_STATE
PROFIBUS status of output data area
- 0 0 3 Long Integer r
Multi-line: yes RangeIndex 16
aDpOutValid $A_DP_OUT_VALID
PROFIBUS valid output data areas
- 0 0 0xffffffff Long Integer r
Multi-line: yes 1 1
aDpbIn $A_DPB_IN
PROFIBUS input byte (unsigned)
- 0 0 255 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpbOut $A_DPB_OUT
PROFIBUS output byte (unsigned)
- 0 0 255 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDprIn $A_DPR_IN
PROFIBUS input data (32 bit REAL)
- 0 Float r
Multi-line: yes LowByte: RangeOffset
aDprOut $A_DPR_OUT
PROFIBUS output data (32 bit REAL)
- 0 Float r
Multi-line: yes LowByte: RangeOffset
aDpsbIn $A_DPSB_IN
PROFIBUS input byte (signed)
- 0 -128 127 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpsbOut $A_DPSB_OUT
PROFIBUS output byte (signed)
- 0 -128 127 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpsdIn $A_DPSD_IN
PROFIBUS input data double word (signed)
- 0 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpsdOut $A_DPSD_OUT
PROFIBUS output data double word (signed)
- 0 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpswIn $A_DPSW_IN
PROFIBUS input word (signed)
- 0 -32768 32767 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpswOut $A_DPSW_OUT
PROFIBUS output word (signed)
- 0 -32768 32767 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpwIn $A_DPW_IN
PROFIBUS input word (unsigned)
- 0 0 65535 Long Integer r
Multi-line: yes LowByte: RangeOffset
aDpwOut $A_DPW_OUT
PROFIBUS output word (unsigned)
- 0 0 65535 Long Integer r
Multi-line: yes LowByte: RangeOffset
aInsip
Corresponds to safeIntInpValPlcBit
0: Input not set
1: Input set
- 0 0 1 UWord r
Multi-line: yes Bit number 64
aPbbIn $A_PBB_IN[index]
Data byte (8bits) in PLC input/output area IN
(also available on 810D CCU2)
Neg. values are also permitted in spite of TYPE_UWORD
- UWord r
Position offset within PLC
Multi-line: yes
input/output area
aPbbOut $A_PBB_OUT[index]
Data byte (8 bits) in PLC input/output area OUT
(also available on 810D CCU2)
Can be written from SW 6.4.
Neg. values are also permitted in spite of TYPE_UWORD
- UWord wr
Position offset within PLC
Multi-line: yes
input/output area
aPbdIn $A_PBD_IN[index]
Data double word (32bits) in PLC input/output area IN
- Long Integer r
Position offset within PLC
Multi-line: yes
input/output area
aPbdOut $A_PBD_OUT[index]
Data double word (32 bits) in the PLC input/output area OUT
(also available on 810D CCU2)
Can be written from SW 6.4.
- Long Integer wr
Position offset within PLC
Multi-line: yes
input/output area
aPbrIn $A_PBR_IN[index]
Real data (32bits) in PLC input/output area IN
(also available on 810D CCU2)
- Double r
Position offset within PLC
Multi-line: yes
input/output area
aPbrOut $A_PBR_OUT[index]
Real data (32 bits) in the PLC input/output area OUT
(also available on 810D CCU2)
Can be written from SW 6.4.
- Double wr
Position offset within PLC
Multi-line: yes
input/output area
aPbwIn $A_PBW_IN[index]
Data word (16bits) in PLC input/output area IN
(also available on 810D CCU2)
Neg. values are also permitted in spite of TYPE_UWORD
- UWord r
Position offset within PLC
Multi-line: yes
input/output area
aPbwOut $A_PBW_OUT[index]
Data word (16 bits) in the PLC input/output area OUT
(also available on 810D CCU2)
Can be written from SW 6.4.
Neg. values are also permitted in spite of TYPE_UWORD
- UWord wr
Position offset within PLC
Multi-line: yes
input/output area
aProbe $A_PROBE
Probe status
0: Not deflected
1: Deflected
- 0 0 1 UWord r
Multi-line: yes Probe number 2
aStopesi $A_STOPESI
Current Safety Integrated Stop E for some axis
Value 0: No Stop E
Value not equal to 0: A Stop E is currently applied for some axis
- 0 0 UWord r
Multi-line: yes 1 1
aXfaultsi $A_XFAULTSI
Information about Stop F for a safety axis:
Bit 0 = 1: An actual value error has been discovered in the cross-check between NCK and
611D of an arbitrary safety axis.
Bit 1 = 1: Some error has been discovered in the cross-check between NCK and
611D of an arbitrary safety axis
and the waiting time until Stop B is triggered is running or has expired
($MA_SAFE_STOP_SWITCH_TIME_F)
- 0 0 Long Integer r
Multi-line: yes 1 1
accIndex
Global upload starting point for ACC entries. If a value is set here, upload access to _N_xx_yyy_ACC modules starts
from this entry.
- 1 UWord wr
Multi-line: no
anAuxfuListChanno $AN_AUXFU_LIST_CHANNO[n]
Channel number of the auxiliary function collected in the channel.
The variable is only valid in combination with block search type 5 (SERUPRO).
- 0 0 MD_MAXNUM_AUXFU_CHANNELS Long Integer wr
Multi-line: yes List index 1280
anAuxfuListEndindex $AN_AUXFU_LIST_ENDINDEX
The variable determines the last valid index for the global auxiliary function list.
- 0 -1 MD_MAXNUM_AUXFU_LIST_INDEX Long Integer r
Multi-line: yes 1 1
anAuxfuListGroupindex $AN_AUXFU_LIST_GROUPINDEX[n]
Group index of the auxiliary function collected in the channel.
The variable is only valid in combination with block search type 5 (SERUPRO).
MD_MAXNUM_AUXFU_GROUPS
- 0 0 Long Integer wr
-1
Multi-line: yes List index 1280
anAxCtAS $AN_AXCTAS[n]
Current container rotation, i.e. by how many slots the axis
container has been currently advanced. The original container
assignment is valid after Power On and outputs value 0.
maxCount = Maximum number of assigned locations in the axis container - 1
maxnumContainerSlots
- 0 0 UWord r
-1
Multi-line: yes Container no. numContainer
anAxCtSwA $AN_AXCTSWA[CTn]
A rotation is currently being executed on the
axis container.
- 0 0 1 UWord r
Multi-line: yes Container no. numContainer
anAxEsrTrigger $AN_ESR_TRIGGER
(Global) control signal "Start Stop/Retract". With a signal edge change
from 0 to 1, the reactions parameterized beforehand in axial MD $MA_ESR_REACTION
and enabled via system variable $AA_ESR_ENABLE are started.
Independent drive reactions subsequently require a Power-Off / Power-On,
independent NC reactions require at least an opposite edge change in the
relevant system variable as well as a Reset.
0: FALSE
1: TRUE
- 0 0 1 UWord r
Multi-line: yes 1 1
anCollMemAvailable $AN_COLL_MEM_AVAILABLE
Collision calculation requires internal memory, the size of which is either calculated automatically from the number of
available protection zones, protection zone elements, facets and the number of machine axes, or it can be explicitly
defined by machine data $MN_MM_MAXNUM_3D_COLLISION.
The size of the reserved memory area in kbytes can be read with system variable $AN_COLL_MEM_AVAILABLE.
- 0 0 Double r
Multi-line: yes 1 1
anCollMemUseAct $AN_COLL_MEM_USE_ACT
Collision calculation requires internal memory, the size of which is either calculated automatically from the number of
available protection zones, protection zone elements, facets and the number of machine axes, or it can be explicitly
defined by machine data $MN_MM_MAXNUM_3D_COLLISION.
The size of the reserved memory area in kbytes can be read with system variable $AN_COLL_MEM_AVAILABLE.
The system variable $AN_COLL_MEM_USE_ACT returns the current (that is the last calculated) memory space
required for collision calculation as a percentage of the reserved memory area.
It can be reset by writing with the value 0. Any attempt to write any other value than 0 is rejected with an error
message.
- 0 0 Double wr
Multi-line: yes 1 1
anCollMemUseMax $AN_COLL_MEM_USE_MAX
Collision calculation requires internal memory, the size of which is either calculated automatically from the number of
available protection zones, protection zone elements, facets and the number of machine axes, or it can be explicitly
defined by machine data $MN_MM_MAXNUM_3D_COLLISION.
The size of the reserved memory area in kbytes can be read with system variable $AN_COLL_MEM_AVAILABLE.
The system variable $AN_COLL_MEM_USE_MAX returns the maximum memory space required for collision
calculation as a percentage of the reserved memory area.
It can be reset by writing with the value 0. Any attempt to write any other value than 0 is rejected with an error
message.
- 0 0 Double wr
Multi-line: yes 1 1
anCollMemUseMin $AN_COLL_MEM_USE_MIN
Collision calculation requires internal memory, the size of which is either calculated automatically from the number of
available protection zones, protection zone elements, facets and the number of machine axes, or it can be explicitly
defined by machine data $MN_MM_MAXNUM_3D_COLLISION.
The size of the reserved memory area in kbytes can be read with system variable $AN_COLL_MEM_AVAILABLE.
The system variable $AN_COLL_MEM_USE_MIN returns the minimum memory space required for collision
calculation as a percentage of the reserved memory area.
It can be reset by writing with the value 0. Any attempt to write any other value than 0 is rejected with an error
message.
- 0 0 Double wr
Multi-line: yes 1 1
anIpoActLoad $AN_IPO_ACT_LOAD
Current IPO runtime including the runtime of the
synchronized actions of all channels
- 0 0 Double r
Multi-line: yes 1 1
anIpoLoadLimit $AN_IPO_LOAD_LIMIT
IPO utilization limit reached
0: Utilization limit not reached
1: Utilization limit reached
- 0 0 1 UWord r
Multi-line: yes 1 1
anIpoLoadPercent $AN_IPO_LOAD_PERCENT
Ratio of curr. IPO runtime / IPO cycle
- 0 0 Double r
Multi-line: yes 1 1
anIpoMaxLoad $AN_IPO_MAX_LOAD
Maximum IPO runtime including the runtime of the
synchronized actions of all channels
- 0 0 Double r
Multi-line: yes 1 1
anIpoMinLoad $AN_IPO_MIN_LOAD
Minimum IPO runtime including the runtime of the
synchronized actions of all channels
- 0 0 Double r
Multi-line: yes 1 1
anPrepActLoad $AN_PREP_ACT_LOAD
Current preprocessing run time throughout all channels
- 0 0 Double r
Multi-line: yes 1 1
anPrepActLoadGross $AN_PREP_ACT_LOAD_GROSS
Current gross preprocessing run time throughout all channels
- 0 0 Double r
Multi-line: yes 1 1
anPrepMaxLoad $AN_PREP_MAX_LOAD
Longest preprocessing run time throughout all channels
- 0 0 Double r
Multi-line: yes 1 1
anPrepMaxLoadGross $AN_PREP_MAX_LOAD_GROSS
Longest gross preprocessing run time throughout all channels
- 0 0 Double r
Multi-line: yes 1 1
anPrepMinLoad $AN_PREP_MIN_LOAD
Shortest preprocessing run time throughout all channels
- 0 0 Double r
Multi-line: yes 1 1
anPrepMinLoadGross $AN_PREP_MIN_LOAD_GROSS
Shortest gross preprocessing run time throughout all channels
- 0 0 Double r
Multi-line: yes 1 1
anRebootDelayTime $AN_REBOOT_DELAY_TIME
Time until reboot
- 0 0 Double r
Multi-line: yes 1 1
anServoActLoad $AN_SERVO_ACT_LOAD
Current runtime of the position controller
- 0 0 Double r
Multi-line: yes 1 1
anServoMaxLoad $AN_SERVO_MAX_LOAD
Maximum runtime of the position controller
- 0 0 Double r
Multi-line: yes 1 1
anServoMinLoad $AN_SERVO_MIN_LOAD
Minimum runtime of the position controller
- 0 0 Double r
Multi-line: yes 1 1
anSyncActLoad $AN_SYNC_ACT_LOAD
Current runtime for synchronized actions
- 0 0 Double r
Multi-line: yes 1 1
anSyncMaxLoad $AN_SYNC_MAX_LOAD
Maximum runtime for synchronized actions
- 0 0 Double r
Multi-line: yes 1 1
anSyncToIpo $AN_SYNC_TO_IPO
Percentage of Synact / IPO computing time
- 0 0 Double r
Multi-line: yes 1 1
anTimer $AN_TIMER[n]
Global NCK timer in seconds.
s, user defined 0 0 Double r
Multi-line: yes Index in $AN_TIMER[n] $MN_MM_NUM_AN_TIMER
anVModelStatus $AN_VMODEL_STATUS
System variable for the status of the VRML model
1: MODIFIED_STATE: The model has been modified internally
This is the original status. It may change,
if machine parameters such as protection zones change.
2: COPIED_STATE: This status is generated outside the NCK,
if the model file is ready for being displayed.
3: DISPLAYED_STATE: If the NCK sends the instruction for
display of the model in the display program.
- 1 1 3 Long Integer wr
Multi-line: yes 1 1
axisActivInNcu
Display indicating whether the axis is active, i.e. whether it can be traversed via a channel
of its own NCU or via another NCU (link axis).
This data can be utilized by MMCs in order to suppress the display of any non-active axes.
badMemFfs
Number of bytes which are defective in the Flash File System (FFS)
- 0 Long Integer r
Multi-line: yes 1 1
basisFrameMask $P_NCBFRMASK
Display indicating which channel-independent basic frames are active.
Every bit in the mask indicates whether the appropriate basic frame
is active. Bit0 = 1st basic frame, Bit1 = 2nd basic frame, etc.
- UWord r
Multi-line: yes 1 1
checkSumForAcxData
Current checksum of selected ACX data, in order to check relatively quickly whether ACX data have changed.
The data required for the OPI access are at the start of the downloaded ACX file.
- String[32] r
Multi-line: yes 1: _N_NC_TEA_ACX 6
completeDocAcxChangeCnt
Modification counter of ACX for the configuration of
DO of all SINAMICS on all PROFIBUS segments (_N_COMPLETE_DOC_ACX) that is
incremented when the ACX is changed. If the contents of ACX
is or becomes invalid, the modification counter will be set to 0.
If the contents of ACX is valid again, the modification counter will
be reset to the value it had before the contents of ACX became invalid,
and will simultaneously be incremented (only the value), if the contents of
ACX has really changed.
== 0: Contents of _N_COMPLETE_DOC_ACX is invalid
!= 0: Contents of _N_COMPLETE_DOC_ACX is valid
- 0 0 UWord r
Multi-line: no 1
completeDotAcxChangeCnt
Modification counter of ACX that describes all
SINAMICS DO types known to the OPI (_N_COMPLETE_DOT_ACX) and that
is incremented when ACX changes. If the contents of ACX is or becomes
invalid, the modification counter will be set to 0.
If the contents of ACX is valid again, the modification counter will be
reset to the value it had before the contents of ACX became invalid and will
be incremented (only the value) simultaneously, if the contents of ACX has really changed.
completeDpcAcxChangeCnt
Modification counter of ACX for the PROFIBUS configuration of
all PROFIBUS segments (_N_COMPLETE_DPC_ACX) that is
incremented when ACX is changed. If the contents of ACX
is or becomes invalid, the modification counter will be set to 0.
If the contents of ACX is valid again, the modification counter will
be reset to the value it had before the contents of ACX became invalid,
and will simultaneously be incremented (only the value), if the contents of
ACX has really changed.
== 0: Contents of _N_COMPLETE_DPC_ACX is invalid
!= 0: Contents of _N_COMPLETE_DPC_ACX is valid
- 0 0 UWord r
Multi-line: no 1
diagnoseDataFfs
Diagnostic data for Flash File System (FFS)
- 0 Double r
Multi-line: yes 1: realspace (bytes) 8
driveType
Digital drive type. Coded according to machine data 13040, but additional code.
Note:
As long as the OPI variable contains the identifier 0x100 "Drive type unknown" after an NCK ramp-up, the information
is not yet consistent and must not be evaluated.
As soon as the identifier 0x100 is deleted, in NCU systems with SIMODRIVE 611D drives it can be assumed that the
content can only change after renewed link to the NCK.
(e.g. after modification of the drive modules), i.e. it need not be cyclically checked for change.
driveTypeChangeCnt
This counter is incremented by 1 every time driveType is modified.
The next value after 65535 is 0.
- 0 0 UWord r
Multi-line: no 1
freeDirectorys
Number of directories that can be created
- UWord r
Multi-line: yes 1 1
freeFiles
Number of files that can be created
- UWord r
Multi-line: yes 1 1
freeMem
Free SRAM in bytes
- Long Integer r
Multi-line: yes 1 1
freeMemDram
Free memory in bytes
- Long Integer r
Multi-line: yes 1 1
freeMemDramEPassF
Memory in bytes available in the passive file system for executing from external drives
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemDramMPassF
Free memory of the passive file system of the "Machine manufacturer" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemDramPassF
Memory available in passive file system (DRAM no. 1) in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemDramSPassF
Free memory of the passive file system of the "Control manufacturer" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemDramTPassF
Free memory of the passive file system of the "Temp" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemDramUPassF
Free memory of the passive file system of the "User" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemFfs
Number of bytes that are still available in the Flash File System (FFS)
- 0 Long Integer r
Multi-line: yes 1 1
freeMemISram
Free internal SRAM
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemSettings
Free SRAM for the part programs and persistent
data for the present (possibly not yet active) memory layout. It is updated when
memory-configuring machine data is changed. The size of the current
file system is taken into account.
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemSettingsDram
Free DRAM memory for data for the present
(may not yet be active) memory layout. Is updated when memory-
configuring machine data is changed.
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemSettingsISram
Free internal SRAM for the current
(possibly not yet active) memory layout. It is updated when the
memory-configuring machine data is updated.
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemSramPassF
Memory available in passive file system (SRAM) in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemWarrant
Guaranteed free memory for part programs and persistent data (from catalog NC60)
- 0 0 Long Integer r
Multi-line: yes 1 1
freeMemWarrantDram
Guaranteed memory (DRAM)
- 0 0 Long Integer r
Multi-line: yes 1 1
freeProtokolFiles
Logging: Number of protocol files that can still be created
- 0 0 1 UWord r
Multi-line: yes User No. (1-10) 10
fsInfoChangeCounter
First line enabled for modification in part program fsInfoPathName.
- UDoubleword r
Multi-line: yes No. of info object 20
fsInfoChangeDateTime
Change time of the file system object fsInfoPathName.
- String[13] r
Multi-line: yes No. of info object 20
fsInfoChangeDateTimeSub
Change time of the files contained in the fsInfoPathName directory.
- String[13] r
Multi-line: yes No. of info object 20
fsInfoFileLength
Length of the file system object fsInfoPathName.
- UDoubleword r
Multi-line: yes No. of info object 20
fsInfoObjStatus
Status of file system object fsInfoPathName.
Bit-coded (may be added to later):
Bit0 = 0: Object not loaded in the NCK.
Bit0 = 1: Object loaded in the NCK.
Bit1 = 0: Object is a file.
Bit1 = 1: Object is a directory
- 0 3 UWord r
Multi-line: yes No. of info object 20
fsInfoPartition
Partition and lifetime of the file fsInfoPathName
SRP: SRAM persistent
USV: DRAM User volatile
USP: DRAM User persistent
SIP: DRAM Siemens persistent
MAV: DRAM Manufacturer volatile
MAP: DRAM Manufacturer persistent
TMV: DRAM Temporary volatile
D1V: DRAM System 1 volatile
EXV: DRAM External volatile
EXP: DRAM External persistent
- String[160] r
Multi-line: yes No. of info object 20
fsInfoPathName
Name of a file or directory to be observed
- String[160] wr
Multi-line: yes No. of info object 20
fsInfoRights
Access protection and lifetime of file fsInfoPathName
0-7 ASCII-coded for read / write / execute / show / delete rights
- "77777" String[6] r
Multi-line: yes No. of info object 20
fsInfoSeekw
First line enabled for modification in part program fsInfoPathName
- UDoubleword r
Multi-line: yes No. of info object 20
fsInfoUsed
Assignment of file system info object.
The client first searches for a free info object by reading the list fsInfoUsed.
This is assigned by writing fsInfoUsed with 1.
If there is no error in the assignment, the desired file or directory can be selected by writing the fsInfoPathName.
The information about this object can then be read from the other variables.
0: Info object free. It must be explicitly released by writing 0.
1: Info object assigned. If an assigned object is assigned again then this is acknowledged negatively.
- 0 1 UWord wr
Multi-line: yes No. of info object 20
handWheelTestDiffPulses
Handwheel pulses specified incrementally via OPI
- Long Integer wr
Multi-line: yes Handwheel number numHandWheels
handwheelStatus
Handwheel status
0 = PASSIVE
1 = ACTIVE
- UWord wr
Multi-line: yes Number of handwheel numHandWheels
hwMLFB
MLFB of the NCU module
- String[24] r
Multi-line: yes 1 1
hwProductSerialNr
Unique hardware number of the NCU module
- String[16] r
Multi-line: yes 1 1
hwProductSerialNrL
Unique hardware number of the NCU module
- String[32] r
Multi-line: yes 1 1
licenseKeyInputCount
Statement of how often the license key can still be entered
> 0: LicenseKey can still be entered x times
= 0: LicenseKey can no longer be entered. An NCK Power On is required before a new entry can be made.
- 3 0 3 UWord r
Multi-line: yes 1 1
licenseStatus
Licensing status
0: Licensed,
1: Insufficiently licensed
2: Not licensed
- 0 UWord r
Multi-line: yes 1 1
mmcCmdPrepCounter
Counter that is incremented with each call of EXTCALL
- UWord r
Multi-line: yes 1 1
As long as a cyclic read service is set for this variable, one of the MMC-CPU-Ready signals
is set in the PLC interface.
Which of the signals is set is determined on the one hand by the line number and, on the other,
by the client's "gloports":
line index = 1 and gloports 0x20-0x2f --> DB10.DBX108 bit2 MMC1-CPU-Ready to MPI
line index = 1 and gloports 0x10-0x1f --> DB10.DBX108 bit3 MMC1-CPU-Ready to OPI
line index = 2 --> DB10.DBX108 bit1 MMC2-CPU-Ready
Note: The related NCK-CPU-Ready signal is stored in DB10,DBX104.7.
- UWord r
Multi-line: yes MMC No. 2 (ab SW 5.2)
nckMode
Mode in which the NCK works.
The mode can be set with the PI _N_NCKMOD.
Bit0: NCK works accelerated in simulation mode.
This mode is currently provided only for the VNCK.
Bit1: NCK slowed down in order to give the simulation more computing time on the same processor.
NC start not possible.
Bit2: PowerOn-Init-Finish; power-up initialization finished.
Meaning:
State = 1
All channels of the NCK have been powered up and
have interpreted the DEF files.
Thus the HMI may receive consistent data from the NCK.
Example of a call from HMI to NCK:
What macros are available?
What GUDs are available?
Note: With Init-Finish==1 the POWER-ON progevent has NOT yet been run.
State = 0
Power up has not yet been finished, or initialization
could not been executed due to a fatal alarm
Bit3: PowerOn-Ready ; power-up finished
Meaning:
State == 1
NCK has finished initialization, AND the power-up progevent has been executed.
OR the power-up progevent could not be executed due to an alarm.
Note: The next RESET will catch up on the power-
up progevent. This will no longer influence PowerOn-Ready.
Without PowerOn-Progevent bit 3 and bit 2 are the same.
- 0 0 f UWord r
Multi-line: yes 1 1
nckModeAccFact
NCK acceleration factor.
The acceleration factor can be set with the PI _N_NCKMOD.
The NCK executes the programs in SERUPRO mode. This mode is currently provided only for the VNCK.
0 VNCK executes a program at normal speed.
>0 VNCK executes a program at accelerated speed.
nckModeAccFact defines the acceleration factor.
- 0 0 Double r
Multi-line: yes 1 1
ncuLinkActive
Display indicating whether NCU link is activated (via machine data setting)
Based on display, MMC decides whether link-specific calculations and
displays are required.
0: NCU link not activated
1: NCU link activated
- 0 0 1 UWord r
Multi-line: yes 1 1
nettoMemFfs
Net number of bytes which are available for the
Flash File System (FFS).
This memory stores the files contents and
management data (e.g. file names).
- 0 Long Integer r
Multi-line: yes 1 1
numAlarms
Number of pending general alarms
- UWord r
Multi-line: no
numFilesPerDir
Maximum number of files per directory (see: $MN_MM_NUM_FILES_PER_DIR)
- UWord r
Multi-line: yes 1 1
numSubDirsPerDir
Maximum number of subdirectories per directory see:
$MN_MM_NUM_SUBDIR_PER_DIR
- UWord r
Multi-line: yes 1 1
numTraceProtocDataList $MM_PROTOC_NUM_ETPD_STD_LIST
Logging: Number of standard data lists per user
- 0 UWord r
Multi-line: yes User No. (1-10) 10
numTraceProtocOemDataList $MM_PROTOC_NUM_ETPD_OEM_LIST
Logging: Number of OEM data lists per user
- 0 0 UWord r
Multi-line: yes User No. (1-10) 10
passFChangeCounter
Counter is incremented by 1 when there is a change in
the passive file system (but not for changes to the FFS)
- 0 0 UWord r
Multi-line: yes 1 1
protCnfgAutoLoad
Log: Controls automatic loading of the trace session
from the description file during the NCK start-up process
0: Automatic load is disabled
1: Load trace session from description file during NCK start-up
2: Same as (1), but cancel automatic load when stop trigger fires
3: Same as (1), but update the description file whenever the logging state changes
- 0 0 3 UWord wr
Multi-line: yes User no. (1-10) 10
protCnfgAutoLoadFile
Log: Directory path and file name from which
the trace session is to be loaded during NCK start-up
- String[64] wr
Multi-line: yes User no. (1-10) 10
protCnfgAutoSave
Log: Automatically save the trace session into a description file
0: Automatic save is disabled
1: Save the trace session to a description file whenever data logging is terminated
2: Save the trace session and diagnostic information to a description file whenever data logging is terminated
- 0 0 2 UWord wr
Multi-line: yes User no. (1-10) 10
protCnfgCtl
Log: Control word to manipulate the trace session description file
0: Do nothing
1: Save the trace session into a description file
2: Save the trace session with diagnostic information into a description file
3: Load the trace session from a description file and reset all active triggers to the armed state
4: Load the trace session from a description file with the saved trigger states
5: Delete the trace session description file
- 0 0 5 UWord wr
Multi-line: yes User no. (1-10) 10
protCnfgFilename
Log: Directory path and file name of the
session description file that is managed by protCnfgCtl
- String[64] wr
Multi-line: yes User no. (1-10) 10
protCnfgStat
Log: Result from the most recent save or load of a description file
0: No Error
- 0 UWord wr
Multi-line: yes User no. (1-10) 10
protSessAccR
Logging: Access rights of the session
- String[32] wr
Multi-line: yes User No. (1-10) 10
protSessComm
Logging: Comments on session
- String[128] wr
Multi-line: yes User No. (1-10) 10
protSessConn
Logging: Connection of the session
- String[32] wr
Multi-line: yes User No. (1-10) 10
protSessName
Logging: Name of the session
- String[32] wr
Multi-line: yes User No. (1-10) 10
protSessPrior
Logging: Priority of the session
- String[32] wr
Multi-line: yes User No. (1-10) 10
protocLastValNetIpoCycle
Logging: Runtime of all events of all channels of a user in the last IPO cycle
- 0 0 Double r
Multi-line: yes User No. (1-10) 10
protocMaxValNetIpoCycle
Logging: Maximum run time of all events of all channels of a user
- 0 0 Double wr
Multi-line: yes User No. (1-10) 10
protocStrtMaskInt16
Logging: Integer 16 bit screen form with which the start trigger variable is logically AND-ed before the comparison is
made with the trigger value. There is no logic operation with the value 0.
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtMaskInt32
Logging: Integer 32 bit screen form with which the start trigger variable is logically AND-ed before the comparison is
made with the trigger value. There is no logic operation with the value 0.
- 0 0 Long Integer wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtMatchCount
Logging: Specifies how often the comparison must match before the start trigger fires.
The trigger will only fire, if all trigger conditions are fulfilled.
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocStrtNumEvDelay
Logging: Number of events which are still to be omitted after the occurrence of the trigger event before logging is
started.
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocStrtOperation
Logging:
There are two start trigger variables. Each of these two variables is monitored using protocTrigType.
The result from each of these monitoring actions is: Trigger: yes/no
Since there are two variables, there are also two results, which can now be combined with a
logic operator. This operator is specified with this variable
protocStrtRemMatchCount
Logging: Specifies how often the comparison must match before the start trigger fires.
The trigger will only fire, if all trigger conditions are fulfilled.
- 0 0 UWord r
Multi-line: yes User No. (1-10) 10
protocStrtState
Logging: Status of the start triggering
0: Passive (trigger inactive)
1: Active (trigger is active, but has not yet responded)
2: Delay (trigger has responded and is still waiting the delay time)
3: Firing (trigger has responded, but must still respond more frequently until the triggering takes place)
4: Done (trigger has responded and is inactive)
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocStrtType
Logging: Type of start triggering
0: Monitoring for equality
1: Monitoring for more than or equal to
2: Monitoring for greater than
3: Monitoring for less than or equal to
4: Monitoring for less than
5: Monitoring for inequality
6: Monitoring for value change
7: Monitoring for increasing values
8: Monitoring for falling values
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtValueInt16
Logging: Integer 16 bit value with which the start trigger variable is to be compared
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtValueInt32
Logging: Integer 32 bit value with which the start trigger variable is to be compared
- 0 0 Long Integer wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtValueReal32
Logging: Real 32 bit value with which the start trigger variable is to be compared
- 0 0 Float wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtValueReal64
Logging: Real 64 bit value with which the start trigger variable is to be compared
- 0 0 Double wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtVarArea
Logging: Variable which is to be monitored for start triggering.
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtVarCol
Logging: Variable which is to be monitored for the start triggering.
Statement of the "Col"
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtVarRow
Logging: Variable which is to be monitored for the start triggering.
Statement of the "Row"
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtVarType
Logging: Variable which is to be monitored for the start triggering.
Statement of the "Type"
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocStrtVarUnit
Logging: Variable which is to be monitored for the start triggering.
Statement of the "Unit".
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigMaskInt16
Logging: Integer 16-bit mask with which the trigger variable is logically
ANDed before the comparison with the trigger value is made.
Variable is not ANDed if value is 0.
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigMaskInt32
Logging: Integer 32-bit mask with which the trigger variable is logically
ANDed before the comparison with the trigger value is made.
Variable is not ANDed if value is 0.
- 0 0 Long Integer wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigMatchCount
Logging: Specifies how often the comparison in total must match before the trigger fires.
The trigger will only fire, if all trigger conditions are fulfilled.
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocTrigNumEvDelay
Logging: Number of events to be recorded after the trigger event
has occurred before the logging operation is stopped.
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocTrigOperation
Logging:
There are two start trigger variables. Each of these two variables is monitored using protocTrigType.
The result from each of these monitoring actions is: Trigger: yes/no
Since there are two variables, there are also two results, which can now be combined with a
logic operator. This operator is specified with this variable
protocTrigRemMatchCount
Logging: Specifies how often the comparison must match before the trigger fires.
The trigger will only fire, if all trigger conditions are fulfilled.
- 0 0 UWord r
Multi-line: yes User No. (1-10) 10
protocTrigState
Logging: Triggering status
0: Passive (trigger inactive)
1: Active (trigger is active, but has not yet responded)
2: Delay (trigger has responded and is still waiting the delay time)
3: Firing (trigger has responded, but must still respond more frequently until the triggering takes place)
4: Done (trigger has responded and is inactive)
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocTrigType
Logging: Triggering method
0: Monitor for equals
1: Monitor for greater than/equal to
2: Monitor for greater than
3: Monitor for less than/equal to
4: Monitor for less than
5: Monitoring for inequality
6: Monitoring for value change
7: Monitoring for increasing values
8: Monitoring for falling values
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigValueInt16
Logging: Integer 16-bit value with which trigger variable must be
compared
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigValueInt32
Logging: Integer 32-bit value with which trigger variable must be
compared
- 0 0 Long Integer wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigValueReal32
Logging: Real 32-bit value with which trigger variable must be
compared
- 0 0 Float wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigValueReal64
Logging: Real 64-bit value with which trigger variable must be
compared
- 0 0 Double wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigVarArea
Logging: Variable which is to be monitored for the start triggering.
Specification of "Area".
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigVarCol
Logging: Variable to be monitored for triggering.
Specification of "Col".
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigVarRow
Logging: Variable to be monitored for triggering.
Specification of "Row".
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigVarType
Logging: Variable to be monitored for triggering.
Specification of "Type".
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
protocTrigVarUnit
Logging: Variable to be monitored for triggering.
Specification of "Unit".
- 0 0 UWord wr
low byte: user no. (1-10); high byte:
Multi-line: yes 10
variable index (0-1)
safeExtInpValNckBit $A_INSE[n]
External NCK input of the SI programmable logic from the NCK periphery
- 0 0 1 UWord r
Multi-line: yes Input number 64
safeExtInpValNckWord $A_INSED
Image of the external NCK inputs of the SI programmable logic
- 0 Long Integer r
1: image of the system variables
Multi-line: yes 2
$A_INSE[1]...[32]
safeExtInpValPlcBit $A_INSEP[n]
External PLC input of the SI programmable logic from the PLC periphery
- 0 0 1 UWord r
Multi-line: yes Input number 64
safeExtInpValPlcWord $A_INSEPD
Image of the external PLC inputs of the SI programmable logic
- 0 Long Integer r
1: image of the system variables
Multi-line: yes 2
$A_INSEP[1]...[32]
safeExtOutpValNckBit $A_OUTSE[n]
External NCK output of the SI programmable logic to the NCK periphery
- 0 0 1 UWord r
Multi-line: yes Output number 64
safeExtOutpValNckWord $A_OUTSED
Image of the external NCK outputs of the SI programmable logic
- 0 Long Integer r
1: image of the system variables
Multi-line: yes 2
$A_OUTSE[1]...[32]
safeExtOutpValPlcBit $A_OUTSEP[n]
External PLC output of the SI programmable logic to the PLC periphery
- 0 0 1 UWord r
Multi-line: yes Output number 64
safeExtOutpValPlcWord $A_OUTSEPD
Image of the external PLC outputs of the SI programmable logic
- 0 Long Integer r
1: image of the system variable
Multi-line: yes 2
$A_OUTSEP[1]...[32]
safeFdpActCycle
Current value of the F_DP communication cycle in seconds
s, user defined 0.0 Double r
Multi-line: yes 1 1
safeFdpMaxCycle
Maximum value of F_DP communication cycle in s
s, user defined 0.0 Double r
Multi-line: yes 1 1
safeFrdpAckReqNck $A_FRDP_ACK_REQ[n]
After a communication error, the F_DP communication is back in cyclic operation. A user acknowledgement is required
to release normal operation with output of the process values.
0 = No user acknowledgement required
1 = User acknowledgement required
- 0 0 1 UWord r
Multi-line: yes 3 3
safeFrdpActComTime
Current F_RECVDP communication time in seconds
s, user defined 0.0 Double r
Multi-line: yes 3 3
safeFrdpDiagNck $A_FRDP_DIAG[n]
Diagnostics data for F_RECVDP communication/system error
01H = Timeout detected (TO)
02H = Sequence number error detected (SN)
04H = CRC error detected (CRC)
2000H = Deviations in the F telegram data detected (TD)
4000H = Sign-of-life monitoring error detected (LS)
8000H = Asynchronous error state detected (SF)
- 0 0 0x7 UDoubleword r
Multi-line: yes 3 3
safeFrdpDriverStateNck
Current state of the F_RECVDP driver
0 = Not parameterized
1 = Initialization
2 = Communication buildup, F_RECVDP ready: waiting for F_SENDDP
3 = Communication buildup, F_SENDDP ready: waiting for sequence number = 1
4 = F_SENDDP and F_RECVDP ready: waiting for user acknowledgement
5= Normal operation
- 0 0 5 UWord r
Multi-line: yes 3 3
safeFrdpErrReacNck $A_FRDP_ERR_REAC[n]
The user can define the error reaction irrespective of the machining situation or the coupling of the communication
partners.
0 = Alarm 27350 + stop D/E
1 = Alarm 27350
2 = Alarm 27351 (display only, self-clearing)
3 = No reaction
- 0 0 3 UDoubleword r
Multi-line: yes 3 3
safeFrdpErrReacPlc
The user can define the error reaction irrespective of the machining situation or the coupling of the communication
partners.
0 = Alarm 27350 + stop D/E
1 = Alarm 27350
2 = Alarm 27351 (display only, self-clearing)
3 = No reaction
- 0 0 3 UDoubleword r
Multi-line: yes 3 3
safeFrdpErrorNck $A_FRDP_ERROR[n]
An F_RECVDP communication error has been detected. The cause is stated in the diagnostics data.
0 = No communication error
1 = Communication error detected
- 0 0 1 UWord r
Multi-line: yes 3 3
safeFrdpFDataNck
F user data received
- 0 0 0xFFFF UDoubleword r
Multi-line: yes 3 3
safeFrdpMaxComTime
Maximum value of F_RECVDP communication time in s
s, user defined 0.0 Double r
Multi-line: yes 3 3
safeFrdpSendModeNck $A_FRDP_SENDMODE[n]
Current operating mode of the F-CPU of the F_SENDDP communication partner
0: FALSE: The F-CPU is in safety mode
1: TRUE: The F-CPU is in deactivated safety mode
- 0 0 1 UWord r
Multi-line: yes 3 3
safeFrdpSubsNck $A_FRDP_SUBS[n]
The user can define substitute values. These are then output to the application during power up, and communication
errors are output instead of the process values.
- 0 0 0xFFFF UDoubleword r
Multi-line: yes 3 3
safeFrdpSubsOnNck $A_FRDP_SUBS_ON[n]
During power up and in the event of a communication error, substitute values are output.
ERROR = 0 AND SUBS_ON = 1 => Power up
ERROR = 1 AND SUBS_ON = 1 => Communication error
0 = Process values are output
1 = Substitute values are output
- 0 0 1 UWord r
Multi-line: yes 3 3
safeFrdpSubsPlc
The user can define substitute values. These are then output to the application during power up, and communication
errors are output instead of the process values.
- 0 0 0xFFFF UDoubleword r
Multi-line: yes 3 3
safeFsdpActComTime
Current F_SENDDP communication time in seconds
The communication time is the time from F_SENDDP sending the message telegram
until the arrival of the correct acknowledge telegram from F_RECVDP.
s, user defined 0.0 Double r
Multi-line: yes 3 3
safeFsdpDiagNck $A_FSDP_DIAG[n]
Diagnostics data for F_SENDDP communication/system error
01H = Timeout detected (TO)
02H = Sequence number error detected (SN)
04H = CRC error detected (CRC)
2000H = Deviations in the F telegram data detected (TD)
4000H = Sign-of-life monitoring error detected (LS)
8000H = Asynchronous error state detected (SF)
- 0 0 0x7 UDoubleword r
Multi-line: yes 3 3
safeFsdpDriverStateNck
Current state of the F_SENDDP driver
0 = Not parameterized
1 = Initialization
2 = F_SENDDP ready: waiting for F_RECVDP
3 = F_SENDDP and F_RECVDP ready: waiting for user acknowledgement from F_RECVDP
4 = Normal operation
- 0 0 4 UWord r
Multi-line: yes 3 3
safeFsdpErrReacNck $A_FSDP_ERR_REAC[n]
The user can define the error reaction irrespective of the machining situation or the coupling of the communication
partners.
0 = Alarm 27350 + stop D/E
1 = Alarm 27350
2 = Alarm 27351 (display only, self-clearing)
3 = No reaction
- 0 0 3 UDoubleword r
Multi-line: yes 3 3
safeFsdpErrReacPlc
The user can define the error reaction irrespective of the machining situation or the coupling of the communication
partners.
0 = Alarm 27350 + stop D/E
1 = Alarm 27350
2 = Alarm 27351 (display only, self-clearing)
3 = No reaction
- 0 0 3 UDoubleword r
Multi-line: yes 3 3
safeFsdpErrorNck $A_FSDP_ERROR[n]
A communication error has been detected. The cause is stated in the diagnostics data
0 = No communication error
1 = Communication error detected
- 0 0 1 UWord r
Multi-line: yes 3 3
safeFsdpFDataNck
The F user data sent from F_SENDDP to F_RECVDP
- 0 0 0xFFFF UDoubleword r
Multi-line: yes 3 3
safeFsdpMaxComTime
Maximum value of the F_SENDDP communication time in s
After a communication error, the maximum value is reset to 0 by the user acknowledgement.
s, user defined 0.0 Double r
Multi-line: yes 3 3
safeFsdpStatusSubsNck
Status signal in the acknowledgement telegram from F_RECVDP to F_SENDDP.
F_RECVDP informs F_SENDDP with this signal that there is a communication error, and it is currently outputting
substitute values.
F_RECVDP resets the signal when it receives a user acknowledgement
0 = F_RECVDP outputs process values
1 = F_RECVDP outputs substitute values
- 0 0 1 UWord r
Multi-line: yes 3 3
safeFsdpSubsOnNck $A_FSDP_SUBS_ON[n]
The communication relationship is not in normal operation.
If F_RECVDP is active, it outputs substitute values. The signal is set during the start-up of the F communication and in
the event of a communication error.
ERROR = 0 AND SUBS_ON = 1 => Power up
ERROR = 1 AND SUBS_ON = 1 => Communication error
0 = Process values are output by F_RECVDP
safeIntInpValNckBit $A_INSI[n]
Internal NCK input of the SI programmable logic from the NCK's SI monitoring channel
- 0 0 1 UWord r
Multi-line: yes Input number 64
safeIntInpValNckWord $A_INSID
Image of the internal NCK inputs of the SI programmable logic from the NCK's SI monitoring channel
- 0 Long Integer r
1: image of the system variables
Multi-line: yes 2
$A_INSID[1]
safeIntInpValPlcBit $A_INSIP[n]
Internal PLC input of the SI programmable logic from the 611D's SI monitoring channel
- 0 0 1 UWord r
Multi-line: yes Input number 64
safeIntInpValPlcWord $A_INSIPD
Image of the internal PLC inputs of the SI programmable logic from the 611D's SI monitoring channel
- 0 Long Integer r
1: image of the system variables
Multi-line: yes 2
$A_INSIPD[1]
safeIntOutpValNckBit $A_OUTSI[n]
Internal NCK output of the SI programmable logic to the NCK's SI monitoring channel
- 0 0 1 UWord r
Multi-line: yes Output number 64
safeIntOutpValNckWord $A_OUTSID
Image of the internal NCK outputs of the SI programmable logic to the NCK's SI monitoring channel
- 0 Long Integer r
1: image of the system variable
Multi-line: yes 2
$A_OUTSI[1]...[32]
safeIntOutpValPlcBit $A_OUTSIP[n]
Internal PLC output of the SI programmable logic to the 611D's SI monitoring channel
- 0 0 1 UWord r
Multi-line: yes Output number 64
safeIntOutpValPlcWord $A_OUTSIPD
Image of the internal PLC outputs of the SI programmable logic to the 611D's SI monitoring channel
- 0 Long Integer r
1: image of the system variable
Multi-line: yes 2
$A_OUTSIP[1]...[32]
safeMarkerNck $A_MARKERSI
NCK flag for the SI programmable logic
- 0 0 1 UWord r
Multi-line: no 64
safeMarkerNckWord
NCK flag words for the safe programmable logic
- 0 0 Long Integer r
1: Image of the system variable
Multi-line: yes 2
$A_MARKERSID[1]
safeMarkerPlc $A_MARKERSIP
Image of the PLC flag-variable for SI programmable logic
- 0 0 1 UWord r
Multi-line: no 64
safeMarkerPlcWord
Image of the PLC flag words for the safe programmable logic
- 0 0 Long Integer r
1: Image of the system variable
Multi-line: yes 2
$A_MARKERSIPD[1]
safeNumActiveFrdp
Number of active F_RECVDP connections
- 0 0 3 UWord r
Multi-line: yes 1 1
safeNumActiveFsdp
Number of active F_SENDDP connections
- 0 0 3 UWord r
Multi-line: yes 1 1
safePlcIn $A_PLCSIIN[index]
Bit image of the single channel safety signals from PLC to NCK
- 0 0 1 UWord r
Multi-line: yes Index for $A_PLCSIIN[1...32] 32
safePlcOut $A_PLCSIOUT[index]
Bit image of the single channel safety signals from NCK to PLC
- 0 0 1 UWord r
Multi-line: yes Index for $A_PLCSIOUT[1...32] 32
safeSplStatus
Status of components and parameter settings required for
operation of Safe Programmable Logic
safeTimerNck $A_TIMERSI
NCK timer-variable for the SI programmable logic
s, user defined 0.0 Double r
Multi-line: no 8
safeXcmpCmd $A_CMDSI[index]
Command word for cross-checking (KDV) between NCK and PLC
0:No command
1:Extension of time window for different signal levels in cross-checking operation between NCK and PLC
- 0 0 1 UWord r
Multi-line: no 32
safeXcmpLevel $A_LEVELSID
Fill-level display for cross-checking operation (KDV)
between NCK and PLC. Specifies the current number
of signals of different levels between the NCK and PLC)
- 0 0 Long Integer r
Multi-line: no 1
safeXcmpState $A_STATSID
Cross-checking (KDV) error has occurred between NCK and PLC.
scalingSystemCounter
Modification counter for dimension system
- UWord r
Multi-line: yes 1 1
semaDataAvailable
Display indicating whether complete SEMA data are available for individual axes.
This is the case if a channel can be assigned to the relevant NCU axis, thus allowing
the data in the channel context to be accessed. This does not apply to link axes as these
are traversed by a channel of another NCU.
This data can be utilized by MMCs in order to conceal specific, inaccessible data
in link axis data displays.
simo611dSupport
This data specifies the extent to which the system supports
611 drives.
Bit 0 set: NCK software supports 611D drives
Bit 1 set: Hardware supports 611D drives (only if bit 0 is also set).
- 0 0 UWord r
Multi-line: yes 1 1
stopCond
Number of the NC stop state in the NCK
More than one stop state can be active simultaneously. The highest priority stop state appears below the first line, this
is followed by those with lower priorities.
stopCondChan
Channel in which the NC stop state was reported
More than one stop state can be active simultaneously. The highest priority stop state appears below the first line, this
is followed by those with lower priorities.
stopCondChangeCounter
Modification counter for stop states in the NCK.
This is incremented as soon as one of the stop states has changed.
- UWord r
Multi-line: yes 1 1
stopCondNumNck
Number of active stop states in the NCK
Specifies the number of occupied lines in stopCond
- UWord r
Multi-line: yes 1 1
stopCondPar
Stop state parameters in the NCK.
More than one stop state can be active simultaneously. The highest priority
stop state appears below the first line, this is followed by those with lower priorities.
- UWord r
High byte: No. of the active stop
Multi-line: yes
state
stopCondParA
Stop state parameters in the NCK.
More than one stop state can be active simultaneously. The highest priority
stop state appears below the first line, this is followed by those with lower priorities.
- String[32] r
High byte: No. of the active stop
Multi-line: yes
state
stopCondTime
BCD time stamp for stop state in the NCK.
More than one stop state can be active simultaneously. The highest priority
stop state appears below the first line, this is followed by those with lower priorities.
- Date+Time r
Multi-line: yes Number of the active stop state stopCondNumNck
swLicensePIN
PIN for licensing
- String[128] wr
Multi-line: yes 1 1
sysTimeBCD
Time represented in PLC format:
<month>.<day>.<year> <hours>:<minutes>:<seconds>.<milliseconds> <weekday> <status>
<weekday> can take following values: "SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"
- Date+Time r
Multi-line: no
sysTimeNCSC
NCSC system time in microseconds
- 0 0 Long Integer r
Multi-line: yes 1 1
sysTimeNCSCatTraceStart
Logging: NCSC time stamp for the trace start time in µs
- 0 0 Long Integer r
Multi-line: yes User no. (1-10) 10
sysTimeNCSCatTraceTrig
Logging: NCSC time stamp for the trace start trigger time in µs
- 0 0 Long Integer r
Multi-line: yes User no. (1-10) 10
sysTimeNCSCdiffTraceStart
Logging: Time difference for the trace start time in µs
- 0 0 Long Integer r
Multi-line: yes User no. (1-10) 10
sysTimeNCSCdiffTraceTrig
Logging: time difference for the trace start trigger time in µs
- 0 0 Long Integer r
Multi-line: yes User no. (1-10) 10
sysTimeSinceStartup
System run time in seconds since NCK ramp-up
s, user defined 0 0 Double r
Multi-line: yes 1 1
sysTimeUdword
Time sysTimeBCD in special data format:
6 bits for second (bits of the lowest priority)
6 bits for minute
5 bits for hour
5 bits for day
4 bits for month
6 bits for the last two digits of the year
This coding is suitable for using the absolute time as trigger for logging.
Also see: protocStrtValueInt32 and protocTrigValueInt32
- UDoubleword r
Multi-line: no
tlkNr
Unique copy number for the temporary license key
- String[32] r
Multi-line: yes 1 1
tlkPIN
Temporary license key
- String[128] r
Multi-line: yes 1 1
tlkStatus
Status of the temporary license key
0: active
1: inactive
10: incorrect input
11: max. number of incorrect inputs exceeded
200: internal error (TLK_BUFFER_TOO_SMALL)
- 1 UWord r
Multi-line: yes 1 1
totalDirectorys
Maximum number of directories which may be created
see:
$MN_MM_NUM_DIR_IN_FILESYSTEM
- UWord r
Multi-line: yes 1 1
totalFiles
Maximum number of files which may be created (see: $MM_NUM_FILES_IN_FILESYSTEM)
- UWord r
Multi-line: yes 1 1
totalMem S7
Total SRAM in bytes (user memory)
- Long Integer r
Multi-line: yes 1
totalMemDram
total DRAM in bytes
- Long Integer r
Multi-line: yes 1 1
totalMemDramEPassF
Size in bytes of the passive file system for executing from external drives
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemDramMPassF
Size of the passive file system of the "Machine manufacturer" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemDramPassF
Size of passive file system (DRAM No. 1) in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemDramSPassF
Size of the passive file system of the "Control manufacturer" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemDramTPassF
Size of the passive file system of the "Temp" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemDramUPassF
Size of the passive file system of the "User" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemFfs
Number of bytes reserved on the PCMCIA card for the
Flash File System (FFS)
- 0 Long Integer r
Multi-line: yes 1 1
totalMemISram
Total internal SRAM in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalMemSramPassF
Size of passive file system (SRAM) in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
totalProtokolFiles $MM_PROTOC_NUM_FILES
Logging: Maximum number of log files which may be created
- 0 0 1 UWord r
Multi-line: yes User No. (1-10) 10
traceProtocolActive $A_PROTOC
Logging: User status
1 = Not active
2 = Active
- 0 0 1 UWord r
Multi-line: yes User No. (1-10) 10
traceProtocolLock $A_PROT_LOCK
Logging: Recording disable of a user
0: No disable
1: Disable
- 0 0 1 UWord wr
Multi-line: yes User No. (1-10) 10
traceStopAction
Logging: Actions on ending the recording
Bit 0: Automatic restart
1: Disable
- 0 0 UWord wr
Multi-line: yes User No. (1-10) 10
usedDirectorys
Number of directories that have already been created
- UWord r
Multi-line: yes 1 1
usedFiles
Number of files that have already been created
- UWord r
Multi-line: yes 1 1
usedMem S7
Used memory in bytes
- Long Integer r
Multi-line: yes 1
usedMemDram
Used DRAM in bytes
- Long Integer r
Multi-line: yes 1 1
usedMemDramEPassF
Memory in bytes occupied by the passive file system for executing from external drives
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemDramMPassF
Occupied memory of the passive file system of the "Machine manufacturer" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemDramPassF
Memory used in passive file system (DRAM No. 1) in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemDramSPassF
Occupied memory of the passive file system of the "Control manufacturer" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemDramTPassF
Occupied memory of the passive file system of the "Temp" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemDramUPassF
Occupied memory of the passive file system of the "User" area in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemFfs
Number of used bytes in the Flash File System (FFS)
- 0 Long Integer r
Multi-line: yes 1 1
usedMemISram
Occupied internal SRAM
- 0 0 Long Integer r
Multi-line: yes 1 1
usedMemSramPassF
Memory used in passive file system (SRAM) in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
usedOptionsNotLicensed
List of options which are not licensed
- String[200] r
Multi-line: yes 1 1
usedProtokolFiles
Logging: Number of protocol files that have already been created
- 0 0 1 UWord r
Multi-line: yes User No. (1-10) 10
- 0 0 Long Integer r
100 * axis index + word offset in the
Multi-line: yes 100 * numMachAxes + 19
message frame
The NCK alarms are sorted in a list in the order they occurred, the oldest alarm appears at the top of the
list. The alarm parameters are transferred as ASCII strings, the first character contains the type information
for that parameter. The following types are used:
S: General string, e.g. part program name
A: Axis name / spindle name
K: Channel name
N: Block number
Y: System error
D: Drive number
All variables in this module are privileged variables! This means that cyclic acknowledgements are sent for
these variables even if the cyclic services are no longer serviced by the NCK because of block cycle
problems.
Attention: Privileged variables lose this characteristic if they are combined with non-privileged variables in
a request. -> Do not combine alarm variables with other variables in a cluster!
In addition it is presumed that the cyclic services are set "on change" for the alarm variables and are not
combined with other variables (not even with privileged variables) in the same request.
The module SALA only contains the alarms that are generated in the NCK. It contains neither PLC nor
MMC alarms. In order to read all alarms, the OEM-MMC user should use the alarm server functions and
not read the SALA module directly.
alarmNo DA
Ordinal number of an alarm (how many alarms since control ON)
0 = unknown alarm
- Long Integer r
Multi-line: yes Alarm list index 16
clearInfo DA
Acknowledgement criterion for an alarm
1 = Power On
2 = Reset
3 = Cancel
4 = Alarm is cancelled by NCK-software (from SW 4.1)
5 = Alarm is cancelled by starting a program
6 = Alarm is cancelled by RESET in all channels of the bags (from SW 4.1)
7 = Alarm is cancelled by RESET in all channels of the NC (from SW 4.1)
- Long Integer r
Multi-line: no 1
fillText1 DA
Parameter 1 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText2 DA
Parameter 2 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText3 DA
Parameter 3 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText4 DA
Parameter 4 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
textIndex
Alarm number (actual alarm)
- Long Integer r
Multi-line: yes Alarm list index 16
timeBCD
Time stamp of an alarm
Time stamp, displayed in PLC format DATE_AND_TIME
- Date+Time r
Multi-line: yes Alarm list index 16
The alarms of the NCK are arranged in a list in the order of their priorities. The highest-priority alarm is set
to position 1. The alarm list is sorted according to the following criteria:
The alarm parameters are transferred as ASCII strings, the first character contains the type information for
the parameter. The following types are used:
S: General string, e.g. part program name
A: Axis name / spindle name
K: Channel name
N: Block name
Y: System error
D: Drive number
All variables in this module are privileged variables! This means that cyclic acknowledgements are sent for
these variables even if the cyclic services are no longer serviced by the NCK because of block cycle
problems.
Notice: Privileged variables lose this characteristic if they are combined with non-privileged variables in a
request. -> Do not combine alarm variables with other variables in a cluster!
In addition it is presumed that the cyclic services are set "on change" for the alarm variables and are not
combined with other variables (not even with privileged variables) in the same request.
The module SALAP only contains the alarms that are generated in the NCK. It contains neither PLC nor
MMC alarms. In order to read all alarms, the OEM-MMC user should use the alarm server functions and
not read the SALAP module directly.
alarmNo DA
Ordinal number of an alarm (how many alarms since control ON)
0 = unknown alarm
- Long Integer r
Multi-line: yes Alarm list index 16
clearInfo DA
Acknowledgement criterion for an alarm
1 = Power On
2 = Reset
3 = Cancel
4 = Alarm is cancelled by NCK-software (from SW 4.1)
5 = Alarm is cancelled by starting a program
6 = Alarm is cancelled by RESET in all channels of the bags (from SW 4.1)
7 = Alarm is cancelled by RESET in all channels of the NC (from SW 4.1)
- Long Integer r
Multi-line: no
fillText1 DA
Parameter 1 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText2 DA
Parameter 2 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText3 DA
Parameter 3 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText4 DA
Parameter 4 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
textIndex
Alarm number (actual alarm)
- Long Integer r
Multi-line: yes Alarm list index 16
timeBCD
Time stamp of an alarm
Time stamp, displayed in PLC format DATE_AND_TIME
- Date+Time r
Multi-line: yes Alarm list index 16
The NCK alarms are sorted in a list in the order they occurred, the most recent alarm appears at the
bottom of the list. The alarm parameters are transferred as ASCII strings, the first character contains the
type information for that parameter. The following types are used:
S: General string, e.g. part program name
A: Axis name / spindle name
K: Channel name
N: Block number
Y: System error
D: Drive number
All variables in this module are privileged variables! This means that cyclic acknowledgements are sent for
these variables even if the cyclic services are no longer serviced by the NCK because of block cycle
problems.
Attention: Privileged variables lose this characteristic if they are combined with non-privileged variables in
a request. -> Do not combine alarm variables with other variables in a cluster!
In addition it is presumed that the cyclic services are set "on change" for the alarm variables and are not
combined with other variables (not even with privileged variables) in the same request.
The module SALA only contains the alarms that are generated in the NCK. It contains neither PLC nor
MMC alarms. In order to read all alarms, the OEM-MMC user should use the alarm server functions and
not read the SALA module directly.
alarmNo DA
Ordinal number of an alarm (how many alarms since control ON)
0 = unknown alarm
- Long Integer r
Multi-line: yes Alarm list index 16
clearInfo DA
Acknowledgement criterion for an alarm
1 = Power On
2 = Reset
3 = Cancel
4 = Alarm is cancelled by NCK-software (from SW 4.1)
5 = Alarm is cancelled by starting a program
6 = Alarm is cancelled by RESET in all channels of the bags (from SW 4.1)
7 = Alarm is cancelled by RESET in all channels of the NC (from SW 4.1)
- Long Integer r
Multi-line: no
fillText1 DA
Parameter 1 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText2 DA
Parameter 2 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText3 DA
Parameter 3 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
fillText4 DA
Parameter 4 of the alarm
- String[32] r
Multi-line: yes Alarm list index 16
textIndex
Alarm number (actual alarm)
- Long Integer r
Multi-line: yes Alarm list index 16
timeBCD
Time stamp of an alarm
Time stamp, displayed in PLC format DATE_AND_TIME
- Date+Time r
Multi-line: yes Alarm list index 16
All state data that are dependent on machine movement and are defined specifically for machine axes
(geometry and special axes) are combined in module SMA. Supplementary information is to be found in
module SEMA. The individual variables are defined as fields where the line index is the number of the
machine axis (assigned to the current channel). The variable "name" in module SMA with the line index in
question identifies the axis.
The assignment of the line indices in modules SMA and SEMA is identical.
actIncrVal H1
Active INC weighting of the axis
0 = INC_10000
1 = INC_1000
2 = INC_100
3 = INC_10
4 = INC_1
5 = INC_VAR
6 = INC_JOG_CONT
7 = no incremental mode set
- UWord r
Multi-line: yes Axis index numMachAxes
actToolBasePos
Tool base position. Physical unit is defined in the variable extUnit (from this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdToolBasePos
Tool base position, desired value . Physical unit is defined in variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
extUnit
Current physical unit of the axis position
0 = mm
1 = inch
2 = degree
3 = indexing position
4 = userdef
- UWord r
Multi-line: yes Axis index numMachAxes
name
Axis name
- String[32] r
Multi-line: yes Axis index numMachAxes
status
Axis status
0 = travel command in plus direction
1 = travel command in minus direction
2 = exact position coarse reached
3 = exact position fine reached
- UWord r
Multi-line: yes Axis index numMachAxes
toolBaseDistToGo
Tool base distance-to-go. Physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
toolBaseREPOS
Tool base REPOS. Physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
varIncrVal
Settable value for INC_VAR. The physical value depends on whether the axis is linear or rotary.
Linear axis: unit is 1 mm
Rotary axis: unit is 1/1000 degrees
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
1.3.6 Area N, Module SEMA: State data: Machine axes (extension of SMA)
OEM-MMC: Linkitem /Nck/MachineAxis/...
All state data that are dependent on machine movement and are defined specifically for machine axes
(geometry and special axes) are combined in module SMA. Supplementary information is to be found in
module SEMA. The individual variables are defined as fields where the line index is the number of the
machine axis (assigned to the current channel). The variable "name" in module SMA with the line index in
question identifies the axis.
The assignment of the line indices in modules SMA and SEMA is identical.
PRESETActive
Preset state
0 = no preset active
1 = preset active
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
PRESETVal
The function PRESETON (...) programs a work offset for an axis. The value of the offset is stored in the variable
'PRESETVal'. The variable can be overwritten by the part program and by the MMC.
mm, inch, user defined Double wr
Multi-line: yes Axis index maxnumGlobMachAxes
aaAcc
Current axial acceleration value
m/s2, 1000 inch/ s2, rev/s2,
0 0 Double r
user defined
Multi-line: yes Axis index maxnumGlobMachAxes
aaAccPercent
Current acceleration value for single-axis interpolation in percent
- 0 0 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaActIndexAxPosNo
Current indexing position; the display depends on
$MN_INDEX_AX_NO_MODE and the division (via table or equidistant)
- 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
aaAlarmStat
Display indicating whether alarms are active for a PLC-controlled axis.
The relevant coded alarm reactions can be used as a source for
the "Extended Stop and Retract" function.
The data is bit-coded, allowing, where necessary, individual states to be
masked or evaluated separately (bits not listed supply a value of 0)
Bit2 = 1: NOREADY (active rapid deceleration + cancelation of servo enable)
Bit6 = 1: STOPBYALARM (rampm stop in all channel axes)
Bit9 = 1: SETVDI (VDI interface signal "Setting alarm")
Bit13 = 1: FOLLOWUPBYALARM (Follow-up)
- 0 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaAxChangeStat
Axis status with respect to axis replacement
0: Axis can be replaced
1: Axis is linked to the channel, but can become the PLC, command or reciprocating axis
2: Axis cannot be replaced
- 0 0 2 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaAxChangeTyp
Axis type with respect to axis replacement
0: Axis assigned to the NC program
1: Axis assigned to the PLC or active as command axis or reciprocating axis
2: Other channel has interpolation right
3: Neutral axis
4: Neutral axis controlled from the PLC
5: Other channel has interpolation right; axis is requested for the NC program
6: Other channel has interpolation right; axis is requested as neutral axis
7: Axis is PLC axis or is active as command axis or reciprocating axis; axis is requested for the
NC program
8: Axis is PLC axis or is active as command axis or reciprocating axis; axis is requested as
neutral axis
- 0 0 8 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaBcsOffset
Sum of all axial offsets of an axis,
such as DRF, online tool offset, $AA_OFF and ext. WO.
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaBrakeCondB
Shows the pending braking requests (conditions) for the interpolator stop of the axis / spindle.
A braking request consists of a collision direction relating to a coordinate axis in the BCS and a braking priority relating
to the machining step.
If the axis / spindle receives a current braking request on account of these requirement(s), bit 0 is set in
The braking priorities in the negative direction are indicated in bits 16 to 18:
0 to 7: Same meaning as bits 0 to 2
- 0 0 0x70007 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
aaBrakeCondM
Shows the pending braking requests (conditions) for the interpolator stop of the axis / spindle.
A braking request consists of a collision direction relating to a coordinate axis in the MCS and a braking priority relating
to the machining step.
The braking priorities in the positive direction are indicated in bits 0 to 2:
0: No pending braking request
1: Priority 1 covers all positioning actions (G0, POS, SPOS)
2: Priority 2 covers DYNNORM and all priority 1 motions
3: Priority 3 covers DYNPOS and all priority 1 to 2 motions
4: Priority 4 covers DYNROUGH and all priority 1 to 3 motions
5: Priority 5 covers DYNSEMIFIN and all priority 1 to 4 motions
6: Priority 6 covers all motions (including DYNFINISH)
7: Priority 7 covers all motions. The request was triggered by the VDI interface signal DB31,..DBX4.3 "Feed stop /
Spindle stop".
Braking always takes place, irrespective of the direction of motion.
The braking priorities in the negative direction are indicated in bits 16 to 18:
0 to 7: Same meaning as bits 0 to 2
- 0 0 0x70007 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
aaBrakeState
Returns for the axis / spindle whether braking has been initiated on account of the request of $AA_BRAKE_CONDB[X]
or a VDI interface signal DB31,..DBX4.3 "Feed stop / Spindle stop".
- 0 0 1 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
aaChanNo
The variable supplies the number of the channel in which the axis
is currently being interpolated.
With value 0, the axis could not be assigned to any channel.
- 0 0 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaCoupAct
Current coupling state of the slave spindle
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaCoupCorr
This variable is used to execute the function "Correct synchronism error".
It returns the compensation value for the position offset for the generic coupling with CPFRS = "MCS".
The actual values of this spindle are compared with the setpoints for the duration (MD 30455
MISC_FUNCTION_MASK, bit 7) of the activation of the VDI interface signal
DB31..,DBX31.6 'Correct synchronism' for the following spindle with coupling active.
The difference is the compensation value, which can be read with this variable.
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaCoupCorrDist
Generic coupling: path still to be retracted for aaCoupCorr
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaCoupOffs
Position offset of the synchronous spindle desired value
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaCurr
Actual value of the axis/spindle current in A (611D only)
A Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDepAxO
Dependency on other axes.
Returns an axis code for the defined axis AX containing all the machine axes that have a mechanical dependency on
the defined axis.
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbb
Axis-specific distance from the beginning of the block in the BCS for positioning and synchronous axes used in
synchronous actions
(note: SYNACT only)
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbreb
The estimated total distance until the end of deceleration is reached, BCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbrebCmd
Specified section of the decelaration distance, BCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbrebCorr
Offset section of the deceleration distance, BCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbrebDep
Dependent section of the decelaration distance, BCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbrem
The estimated total distance until the end of deceleration is reached, MCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbremCmd
Specified section of the decelaration distance, MCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbremCorr
Offset section of the deceleration distance, MCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtbremDep
Dependent section of the decelaration distance, MCS
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDteb
Axis-specific distance to the end of the block in the BCS for positioning and synchronous axes used in synchronous
actions
(note: SYNACT only)
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaDtepb
Axis-specific distance-to-go of infeed during oscillation in the BCS
(note: SYNACT only)
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEnc1Active
First measuring system is active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEnc1Ampl
Enc1: Percentage gain factor of the amplitude control
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEnc2Active
Second measuring system is active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEnc2Ampl
Enc2: Percentage gain factor of the amplitude control
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEncActive
Measuring system is active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEsrEnable
(Axial) enabling of reactions of "Extended Stop and Retract" function.
The selected axial ESR reaction must be parameterized in MD $MA_ESR_REACTION.
beforehand. The corresponding Stop or Retract reactions can be activated via
$AN_ESR_TRIGGER (or for individual drives in the event of communications failure/
DC-link undervoltage), generator-mode operation is automatically activated in response to
undervoltage conditions.
0: FALSE
1: TRUE
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaEsrStat
(Axial) status checkback signals of "Extended Stop and Retract" function,
which can be applied as input signals for the gating logic of the ESR (synchronous actions).
aaEsrTrigger
Activation of "NC-controlled ESR" for PLC-controlled axis
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaFixPointSelected
Selected fixed point: Number of the fixed point that is to be approached
- 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
aaIbnCorr
Current BZS setpoint value of an axis including override components
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaIenCorr
Current SZS setpoint value of an axis including override components
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaInSync
Synchronization status of the following axis with master value coupling and ELG
0: Synchronization is not running
1: Synchronization is running, i.e. following axis is being synchronized
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaInposStat
Status for the programmed position
0: No status available (axis/spindle is outside of the programmed position)
1: Travel motion pending
2: Position setpoint reached
3: Position reached with 'exact stop coarse'
4: Position reached with 'exact stop fine'
- 0 0 4 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaJerkCount
Total traverse processes of an axis with jerk
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaJerkTime
Total traverse time of an axis with jerk
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaJerkTotal
Overall total jerk of an axis
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaJogPosAct
Position reached for JOG to position
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaJogPosSelected
JOG to position is active
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLeadP
Actual lead value position
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLeadPTurn
Current master value - position component lost
as a result of modulo reduction
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLeadSp
Simulated lead value - position
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLeadSv
Simulated leading value velocity
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLeadV
Actual lead value - velocity
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLoad
Drive load in % (611D only)
% Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaMaslState
Each slave axis currently coupled via master-slave delivers the machine axis number of the corresponding master
axis.
Zero is displayed as default for inactive coupling. A master axis also shows default value zero.
0: No coupling for this axis configured, or axis is master axis, or no coupling active
>0: Machine axis number of the master axis with which the slave axis is currently coupled
- 0 0 numGlobMachAxes UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaMeaAct
Axial measuring active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaMm
Latched probe position in the machine coordinate system
- Double wr
Multi-line: yes Axis index maxnumGlobMachAxes
aaMm1
Access to measurement result of trigger event in the MCS
- Double wr
Multi-line: yes Axis index maxnumGlobMachAxes
aaMm2
Access to measurement result of trigger event in the MCS
- Double wr
Multi-line: yes Axis index maxnumGlobMachAxes
aaMm3
Access to measurement result of trigger event in the MCS
- Double wr
Multi-line: yes Axis index maxnumGlobMachAxes
aaMm4
Access to measurement result of trigger event in the MCS
- Double wr
Multi-line: yes Axis index maxnumGlobMachAxes
aaOff
Superimposed position offset from synchronous actions
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOffLimit
Limit for axial correction $AA_OFF reached (Note: for SYNACT only)
0: Limit value not reached
1: Limit value reached in positive axis direction
11: Limit value reached in negative axis direction
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOffVal
Integrated value of overlaid motion for an axis.
The negative value of this variable can be used to cancel an overlaid motion.
e.g. $AA_OFF[axis] = -$AA_OFF_VAL[axis]
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOnFixPoint
Current fixed point, number of the fixed point at which the axis stands
- 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOscillBreakPos1
Oscillation interrupt position 1
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOscillBreakPos2
Oscillation interrupt position 2
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOscillReversePos1
Current reverse position 1 for oscillation in the BCS. For synchronous actions the value of the setting data
$SA_OSCILL_REVERSE_POS1 is evaluated online; (note: SYNACT only)
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOscillReversePos2
Current reverse position 2 for oscillation in the BCS; For synchronous actions the value of the setting data
$SA_OSCILL_REVERSE_POS1 is evaluated online; (note: SYNACT only)
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaOvr
Axial override for synchronous actions
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaPlcOvr
Axial override specified by PLC for motion-synchronous actions
- 100 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaPolfa
The programmed retraction position of the single axis
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaPolfaValid
States whether the retraction of the single axis is programmed
0: No retraction programmed for the single axis
1: Retraction programmed as position
2: Retraction programmed as distance
- 0 0 2 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaPower
Drive power in W (611D only)
W Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaProgIndexAxPosNo
Programmed indexing position
0: No indexing axis, therefore no indexing position available
>0: Number of the programmed indexing position
- 0 0 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaRef
Axis is referenced
0: Axis is not referenced
1: Axis is referenced
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaReposDelay
REPOS suppression active
0: REPOS suppression is currently not active for this axis
1: REPOS suppression is currently active for this axis
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaScPar
Current setpoint parameter set
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
aaSnglAxStat
Display status of a PLC-controlled axis
0: Not a single axis
1: Reset
2: Ended
3: Interrupted
4: Active
5: Alarm
- 0 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaSoftendn
Software end position, negative direction
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaSoftendp
Software end position, positive direction
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaStat
Axis state
0: no axis state available
1: travel command is active
2: axis has reached the IPO end. only for channel axes
3: axis in position (exact stop coarse) for all axes
4: axis in position (exact stop fine) for all axes
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaSync
Coupling status of the following axis with master value coupling
0: No synchronism
1: Synchronism coarse
2: Synchronism fine
3: Synchronism coarse and fine
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaSyncDiff
Setpoint synchronism difference
mm, inch, degree, user
0 0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
aaSyncDiffStat
Status of the setpoint synchronism difference
-4: No valid value in aaSyncDiff, coupled motion from part program
-3: Reserved
-2: Reserved
-1: No valid value in aaSyncDiff
aaTorque
Desired torque value in Nm (611D only)
Nm Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTotalOvr
The total axial override for motion-synchronous actions
- 100 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTravelCount
Total traverse processes of an axis
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTravelCountHS
Total traverse processes of an axis at high speed
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTravelDist
Total travel path of an axis in mm or degrees
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTravelDistHS
Total travel path of an axis at high speed in mm or degrees
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTravelTime
Total traverse time of an axis in seconds
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTravelTimeHS
Total traverse time of an axis at high speed in seconds
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
aaTyp
Axis type
0: axis in other channel
1: channel axis of same channel
2: neutral axis
3: PLC axis
4: reciprocating axis
5: neutral axis, currently traversing in JOG
6: slave axis coupled via master value
7: coupled motion slave axis
8: command axis
9: compile cycle axis
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaType
Cross-channel axis type
0: Axis type cannot be determined
1: NC program axis
2: Neutral axis
3: PLC axis
4: Reciprocating axis
5: Neutral axis that is currently executing a JOG or homing motion
6: Following axis coupled to the master value
7: Coupled motion of the following axis, activated in a synchronized action
8: Command axis
9: Compile Cycle axis
10: Coupled slave axis (master-slave function.)
11: Program axis that is currently executing a JOG or homing motion
- 0 0 11 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaVactB
Axis velocity in basic coordinate system
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
aaVactM
Axis velocity in machine coordinate system
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
aaVc
Additive correction value for path feed or axial feed
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
acRpValid
Reapproach position valid
0: Reapproach position not valid
1: Reapproach position valid
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
ackSafeMeasPos
Confirmation of SI actual position
0 = not confirmed
0x00AC = confirmed
- UWord wr
Multi-line: yes Axis index maxnumGlobMachAxes
actCouppPosOffset S3
Position offset of an axis to a leading axis / leading spindle (actual value)
mm, inch, degree, user
0 360 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
actFeedRate S5
Actual value of axis-specific feedrate, if the axis is a positioning axis.
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
actIndexAxPosNo
Current indexing position number
0 = no indexing position
>0 = indexing position number
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
actSpeedRel
Actual value of rotary speed (referring to the maximum speed in %; for 611D in MD1401), for linear drives actual value
of the velocity.
% Double r
Multi-line: yes Axis index maxnumGlobMachAxes
actValResol
Actual value resolution. The physical unit is defined in measUnit (in this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
activeSvOverride
Currently active SG override factor in the NCK
- -1 -1 100 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
amSetupState
State variable of the PI Service Automatic set-up of an asynchronous motor
0 = inactive
1 = wait for PLC enable
2 = wait for key NC-start
3 = active
4 = stopped by Servo + fine code in the upper byte
5 = stopped by 611D + fine code in the upper byte
6 = stopped by NCK + fine code in the upper byte
- 0 0 0xff06 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
axComp
Sum of axis-specific compensation values (CEC Cross Error compensation and temperature compensation). The
physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
axisActiveInChan
Flag indicating whether axis is active in this channel
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
axisFeedRateUnit
Unit of axial feedrate
0 = mm/min
1 = inch/min
2 = degree/min
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
chanAxisNoGap
Display of existing axis, i.e. no axis gap in channel.
0: Axis does not exist
1: Axis does exist
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
chanNoAxisIsActive
Channel number in which the channel axis is currently active
0 = axis is not assigned to any channel
1 to maxnumChannels (Area.:N / Module:Y) = channel number
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
cmdContrPos
Desired value of position after fine interpolation
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
cmdCouppPosOffset S3
Position offset of an axis referring to the leading axis / leading spindle (desired value)
mm, inch, degree, user
0 360 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
cmdFeedRate
Desired value of axis-specific feedrate for a positioning axis.
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
cmdSpeedRel
Desired value of rotary speed. (referring to the max. speed in %; for 611D in MD 1401). For linear motors actual value
of velocity.
% Double r
Multi-line: yes Axis index maxnumGlobMachAxes
contrConfirmActive
Controller enable
0 = no controller enable
1 = controller enable
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
contrMode
Identifier for controller mode servo
0 = position control
1 = speed control
2 = stop
3 = park
4 = follow-up
(set the mode through VDI interface and partly through part program)
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
displayAxis
Identifier indicating whether axis is displayed by MMC as a machine axis.
0 = Do not display at all
0xFFFF = Always display everything
bit 0 = Display in actual-value window
bit 1 = Display in reference point window
bit 2 = Display in Preset / Basic offset / Scratching
bit 3 = Display in handwheel selection
- 0xFFFF 0 0xFFFF UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
distPerDriveRevol
Rotary drive: Load-side path corresponding to one revolution of the drive.
Is returned in the unit of the internal computational resolution INT_INCR_PER_MM (for linear axes) or
INT_INCR_PER_DEG (for rotary axes / spindles) taking into account gear ratios etc.
In the case of linear axes, the pitch of the ball screw is also included in the calculation.
In the case of linear motors, a fixed value of "1mm" is used for the ball screw pitch instead of the non-existent ball
screw.
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
drfVal
DRF value
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
drive2ndTorqueLimit
2nd torque limit. With linear motors: 2nd force limit
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveActMotorSwitch
Actual motor wiring (star/delta)
0 = star
1 = delta
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveActParamSet
Number of the actual drive parameter set
- 1 8 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveClass1Alarm
Message ZK1 drive alarm
0 = no alarm set
1= alarm set (fatal error occured)
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveContrMode
Control mode of drive
0 = current control
1 = speed control
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveCoolerTempWarn
Heatsink temperature monitoring
0 = temperature OK
1 = overtemperature
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveDesMotorSwitch
Motor wiring selection (star/delta)
0 = star
1 = delta
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveDesParamSet
Desired parameter set of the drive
- 1 8 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveFastStop
Ramp-function generator rapid stop
0 = not stopped
1 = stopped
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveFreqMode
I/F mode
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveImpulseEnabled
Enable inverter impulse (checkback signal to impulseEnable)
0 = not enabled
1 = enabled
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveIndex
Drive assignment (logical drive number)
0 = drive does not exist
1 to 15 = logical drive number
- 0 15 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveIntegDisable
Integrator disable
0 = not disabled
1 = disabled
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveLinkVoltageOk
State of the DC link voltage
0 = OK
1 = not OK
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveMotorTempWarn
Motor temperature warning
0 = temperature OK
1 = overtemperature
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveNumCrcErrors
CRC errors on the drive bus
(transmission errors when writing data to the 611D; values may range up to FFFFH)
0 = no error
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveParked
Parking axis
0 = no parking axis
1 = parking axis
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
drivePowerOn
Drive switched on
0 = drive not switched on
1 = drive switched on
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveProgMessages
Configurable messages (via machine data)
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveReady
Drive ready
0 = drive not ready
1 = drive ready
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveRunLevel
Current state reached during the boot process
(range: coarse state (0 to 5) * 100 + fine state (up to 22)
Booting the firmware ---> 0 XX
entering the configuration ---> 1XX
hardware-init, communication-init
loading, converting data ---> 2XX
changing bus addressing ---> 3XX
preparing synchronization ---> 4XX
activating interrupt ---> 519
driveSetupMode
Set-up mode
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
driveSpeedSmoothing
Smoothing the desired value of the rotary speed, for linear drives: smoothing the desired value of the velocity
0 = no smoothing
1 = smoothing
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
effComp1
Sum of the compensation values for encoder 1. The value results from: Temperature compensation, backlash
compensation, quadrant error compensation, beam sag compensation, leadscrew error compensation. The physical
unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
effComp2
Sum of the compensation values for encoder 2. The value results from: Temperature compensation, backlash
compensation, quadrant error compensation, beam sag compensation, leadscrew error compensation. The physical
unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
encChoice
Active encoder
0 = does not exist
1 = encoder 1
2 = encoder 2
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
fctGenState
State of the function generator
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
feedRateOvr
Feedrate override (only if axis is a positioning axis)
% Double r
Multi-line: yes Axis index maxnumGlobMachAxes
focStat
Current status of "Travel with limited torque" function
0-2
0: FOC not active
1: FOC modal active (programming of FOCON[])
2: FOC non-modal active (programming of FOC[])
- 0 0 2 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
fxsInfo
Additional information on travel to fixed stop if
$VA_FXS[]=2, or OPI variable fxsStat=2.
0 No additional information available
1 No approach motion programmed
2 Programmed end position reached, movement ended
3 Abort by NC RESET (Reset key)
4 Fixed stop window exited
5 Torque reduction was rejected by drive
6 PLC has canceled enable signals
- 0 0 6 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
fxsStat
State after travelling to fixed stop
0 = normal control
1 = fixed stop reached
2 = failed
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
handwheelAss
Number of handwheel assigned to axis
0 = no handwheel assigned
1 to 3 = handwheel number
- 0 3 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
impulseEnable
Impulse enable for drive
0 = not enabled
1 = enabled
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
isDriveUsed
One or more machine axes are assigned to each drive.
The drive can only be controlled at any one time by one of these machine axes.
The machine manufacturer makes the selection.
The status of the drive control changes dynamically.
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
kVFactor
position control gain factor
16.667 1/s Double r
Multi-line: yes Axis index maxnumGlobMachAxes
lag
Following error = desired value of position after fine interpolation - actual value of position. The physical unit is defined
in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
logDriveNo
Drive assignment (logical drive number)
0 = not available
1 to 15 = drive number
- 0 15 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
measFctState
State of the probing function
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
measPos1
Actual value of position for encoder 1. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
measPos2
Actual value of position for encoder 2. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
measPosDev
Actual position difference between the two encoders. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
measUnit
Unit for service values of the drives
0 = mm
1 = inch
2 = grd
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
paramSetNo
Number of parameter set
- 1 8 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
preContrFactTorque
Feed forward control factor torque
Nm Double r
Multi-line: yes Axis index maxnumGlobMachAxes
preContrFactVel
Feed forward control factor velocity
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
preContrMode
Feed forward control mode
0 = inactive
1 = velocity feed forward
2 = torque feed forward
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
progIndexAxPosNo
Programmed indexing position number
0 = no indexing position
>0 = indexing position number
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
qecLrnIsOn
Quadrant error compensation learning active
0 = inactive
1 = Neuronal-QEC learning active
2 = Standard-QEC active
3 = Standard-QEC with adaptation of correction value active
4 = Neuronal-QEC active
5 = Neuronal-QEC with adaptation of measuring time active
6 = Neuronal-QEC with adaptation of decay time of correction value active
7 = Neuronal-QEC with adaptation of measuring time and decay time of correction value active
- 0 7 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
refPtBusy
Axis is being referenced
0 = axis is not being referenced
1 = axis is being referenced
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
refPtCamNo
Reference point cam
0 = no cam approached
1 = cam 1
2 = cam 2
3 = cam 3
4 = cam 4
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
refPtPhase
Referencing phases
0 = False
1 = Phase 1
2 = Phase 2
3 = Phase 3
4 = Phase 4
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
refPtStatus
Identifier indicating whether an axis requires referencing and is referenced.
resolvStatus1
Encoder status for measuring system 1
0 = Undefined
1 = Referenced
2 = Activated
3 = Limit frequency exceeded
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
resolvStatus2
Encoder status for measuring system 2
0 = Undefined
1 = Referenced
2 = Activated
3 = Limit frequency exceeded
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeAcceptCheckPhase
Flag for NCK-side acceptance test phase, the human-machine interface can determine which acceptance test phase is
present on the NCK.
safeAcceptTestMode
SI PowerOn alarms can be acknowledged by Reset in acceptance test mode
0: Acceptance test mode: SI PowerOn alarms cannot be acknowledged by Reset
0ACH: Acceptance test mode: SI PowerOn alarms can be acknowledged by Reset
- 0 0 0FFH UWord wr
Multi-line: yes Axis index maxnumGlobMachAxes
safeAcceptTestPhase
Flag for acceptance test phase
0: Acceptance test Wizard not selected, activate NCK-side alarm suppression
0ACH: Dialogs for acceptance test support selected, deactivate NCK-side alarm suppression
- 0 0 0FFH UWord wr
Multi-line: yes Axis index maxnumGlobMachAxes
safeAcceptTestSE
Flag for NCK-side SE acceptance test. The human-machine interface starts checking the safe limit positions during the
acceptance test
0: NCK has SE acceptance test inactive = 0. The single channel SW limit positions are activated.
0ACH: NCK is to activate SE acceptance test. The single channel SW limit positions are deactivated in this way.
- 0 0 0ACH UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeAcceptTestState
Flag for acceptance test status, the human-machine interface can determine which acceptance test mode is present
on the NCK.
safeActPosDiff
Current actual value difference betw. NCK and drive monitoring channels
mm, inch, degree, user
0.0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
safeActVeloDiff
Current speed difference between NCK and drive monitoring channels
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
safeActVeloLimit
Safe limit of actual speed
-1 => no actual speed limit active
>= 0 => limit of actual speed is active
mm, inch, degree, user
-1 Double r
defined
Multi-line: no maxnumGlobMachAxes
safeActiveCamTrack
Status Safe cam track (active/inactive)
Bit 0 = 1/0: Safe cam track 1 active/inactive
Bit 1 = 1/0: Safe cam track 2 active/inactive
Bit 2 = 1/0: Safe cam track 3 active/inactive
Bit 3 = 1/0: Safe cam track 4 active/inactive
- 0 0 0xF UWord r
Multi-line: no maxnumGlobMachAxes
safeDesVeloLimit
Safe limit of desired speed
-1 => no desired speed limit active
>= 0 => desired speed limit is active
mm, inch, degree, user
-1 Double r
defined
Multi-line: no maxnumGlobMachAxes
safeFctEnable
Safe operation active
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeInputSig
Safe input signals of the axis
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeInputSig2
Safe input signals part 2
- 0 0xffff UWord r
Multi-line: no maxnumGlobMachAxes
safeInputSigDrive
Safe input signals of the drive
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeInputSigDrive2
Safe input signals of the drive part 2
- 0 0xffff UWord r
Multi-line: no maxnumGlobMachAxes
safeMaxVeloDiff
Maximum speed difference between NCK and drive monitoring channels since last NCK Reset
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
safeMeasPos
Safe actual position of the axis. The physical unit is defined in the variable measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
safeMeasPosDrive
Safe actual position of drive. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
safeOutputSig
Safe output signals of the axis
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeOutputSig2
Safe output signals part 2
- 0 0xffff UWord r
Multi-line: no maxnumGlobMachAxes
safeOutputSigCam
Results of the NCK safe cam evaluation
- 0 0 3FFFFFFF Long Integer r
Multi-line: no maxnumGlobMachAxes
safeOutputSigCamDrive
Results of the drive safe cam evaluation
- 0 0 3FFFFFFF Long Integer r
Multi-line: no maxnumGlobMachAxes
safeOutputSigDrive
Safe output signals of the drive
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
safeOutputSigDrive2
Safe output signals of the drive part 2
- 0 0xffff UWord r
Multi-line: no maxnumGlobMachAxes
safePosCtrlActive
Axis monitors absolute position
0 = Axis does not monitor absolute position (no SE/SN)
1 = Axis monitors absolute position
- 0 0 1 UWord r
Multi-line: no maxnumGlobMachAxes
safeStopOtherAxis
Stop on another axis
0: No stop on another axis
1: Stop on another axis
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
spec
Axis specification
0 = path axis
1 = positioning axis
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
stateContrActive
State controller (not available)
1 = TRUE
0 = FALSE
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
subSpec T1
Subspecification
0 = normal axis
1 = indexing axis
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
torqLimit
Torque limitation value (referring to the nominal value of the drive). For linear motors: force limitation value.
% Double r
Multi-line: yes Axis index maxnumGlobMachAxes
traceState1
State of trace channel 1
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
traceState2
State of trace channel 2
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
traceState3
State of trace channel 3
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
traceState4
State of trace channel 4
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
trackErrContr
Position controller difference (actual value / desired value of position)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
trackErrDiff
Contour deviation (difference actual value of position and calculated dynamical model)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
type
Axis type
1 = linear axis
2 = rotary axis
3 = spindle
- UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc1DeltaInit
Enc1: Initial difference
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc1ErrCnt
Enc 1: Error counter for absolute encoder
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc1State
Enc1: Status of absolute encoder interface
Bit0: Interface is active
Bit1: Error during parity check
vaAbsoluteEnc1ZeroMonMax
Enc1:Maximum of vaEnc1ZeroMonAct with absolute encoder
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc2DeltaInit
Enc2: Initial difference
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc2ErrCnt
Enc 2: Error counter for absolute encoder
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc2State
Enc2: Status of absolute encoder interface
Bit0: Interface is active
Bit1: Error during parity check
Bit2: Error bit alarm
Bit3: Error bit CRC error
Bit4: Start bit missing with EnDat transfer
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
vaAbsoluteEnc2ZeroMonMax
Enc2:Maximum of vaEnc2ZeroMonAct with absolute encoder
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaCecCompVal
Axial sag compensation value
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
vaCurr
Drive actual current value
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaDistTorque
Disturbing torque/max. torque (motor end, York)
% 0 -100 100 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaDpe
Status of power enable of a machine axis
0-1
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc1CompVal
Leadscrew error compensation (LEC) value encoder 1
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc1ZeroMonAccessCnt
Enc1: Update counter
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc1ZeroMonAct
Enc1: Zero monitoring values
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc1ZeroMonErrCnt
Enc 1: Error counter for zero mark monitoring
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc1ZeroMonInit
Enc1:Hardware counter value of the basic zero mark
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc2CompVal
Leadscrew error compensation (LEC) value encoder 2
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc2ZeroMonAccessCnt
Enc2: Update counter
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc2ZeroMonAct
Enc2: Zero monitoring values
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc2ZeroMonErrCnt
Enc 2: Error counter for zero mark monitoring
- 0 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
vaEnc2ZeroMonInit
Enc2:Hardware counter value of the basic zero mark
- 0 0 UDoubleword r
Multi-line: yes Axis index maxnumGlobMachAxes
vaFoc
Actual status of "ForceControl"
0: ForceControl not active
1: Modal ForceControl active
2: Non-modal ForceControl active
- 0 0 2 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
vaFxs
Actual status of "Travel to fixed stop"
0: Axis not at fixed stop
1: Successful travel to fixed stop
2: Unsuccessful travel to fixed stop
3: Travel to fixed stop selection active
4: Fixed stop has been detected
5: Travel to fixed stop deselection active
- 0 0 5 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
vaIm
Encoder actual value in the machine coordinate system (measured
active measuring system)
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaIm1
Actual value in the machine coordinate system (measured encoder 1)
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaIm2
Actual value in the machine coordinate system (measured encoder 2)
- 0 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaLagError
Axis following error
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaLoad
Drive utilization in %
- 0 -100 100 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaPosctrlMode
Position controller mode"
0: Position control
1: Speed control
2: Holding
3: Parking
4: Tracking
- 0 0 4 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
vaPower
Active drive power
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaPressureA
Pressure on A end of the cylinder in bar (only for 611D Hydraulic)
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaPressureB
Pressure on B end of the cylinder in bar (only for 611D Hydraulic)
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaSce
Status of speed controller enable
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
vaStopSi
Stop from Safety Integrated
-1: No stop
0: Stop A
1: Stop B
2: Stop C
3: Stop D
4: Stop E
5: Stop F
10: Test stop of NC
11: Test of ext. pulse suppression
- 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
vaSyncDiff
Actual value synchronism difference
mm, inch, degree, user
0 Long Integer r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
vaSyncDiffStat
Status of the actual value synchronism difference
-4: Reserved
-3: No valid value in $VA_SYNCDIFF, tangential control
-2: No valid value in $VA_SYNCDIFF, master value coupling and simulated master value
-1: No valid value in $VA_SYNCDIFF
0: No valid value in $VA_SYNCDIFF, coupling not active
1: Valid value in $VA_SYNCDIFF
mm, inch, degree, user
0 -4 1 Long Integer r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
vaTempCompVal
Axial temperature compensation value
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index maxnumGlobMachAxes
vaTorque
Drive torque setpoint
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaTorqueAtLimit
Status "effective torque equals specified torque limit"
vaVactm
Axis velocity actual value on the load side in the MCS
- Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaValveLift
Actual valve lift in mm (only for 611D Hydraulic)
- 0 Double r
Multi-line: yes Axis index maxnumGlobMachAxes
vaXfaultSi
Stop F through cross-checking error active
Bit 0 set: An actual value error has been discovered in the cross-check between NCK and 611D
Bit 1 set: Some error has been discovered in the cross-check between NCK and 611D
and the waiting time until Stop B ($MA_SAFE_STOP_SWITCH_TIME_F) is triggered is running or has
expired
- 0 Long Integer r
Multi-line: yes Axis index maxnumGlobMachAxes
All status data that refer to the spindle are combined in the module SSP. The individual variables are
defined as arrays where the row index is the number of the spindle (assigned to the current channel). The
spindle can be identified by reading the variables "name" or "index" in the same module with the respective
row index.
The number of spindles can be read from "numSpindles" in the module Y in the area C.
Values of 0 or ' ' are supplied for axes which are not spindles. The value SSP:index = 0 indicates that the
axis is not a spindle.
acConstCutS
Current constant cutting rate
m/min, ft/min, user defined 0 Double r
Multi-line: yes Spindle index numSpindles
acSMode
Spindle mode
0: No spindle present in channel or spindle is active in another channel or
is being used by PLC (FC18) or by synchronized actions.
1: Open-loop speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 1 0 4 UWord r
Multi-line: yes Spindle index numSpindles
acSmaxAcc
Active acceleration of the spindle
This variable returns the active acceleration of the spindle for spindle mode.
Bit 7 of $AC_SPIND_STATE (spindle accelerating) is set for the duration of the acceleration to the defined setpoint
speed.
Bit 8 of $AC_SPIND_STATE (spindle braking ) is set for the duration of the braking to the defined setpoint speed.
Apart from that, the acceleration-determining machine and setting data can be determined with the system variable
$AC_SMAXACC_INFO.
If the spindle is in axis mode, then $AC_SMAXACC does not return the current acceleration, instead the machine data
(MAX_AX_VELO, MAX_AX_ACCEL, ...) typical for axis mode are active.
acSmaxAccInfo
Identifier for the active spindle acceleration data
This system variable provides additional information to $AC_SMAXACC and returns the
definitive machine data as identifier/index.
The index can be used to determine the active acceleration data on the basis of the following table of existing spindle
accelerations.
The number range is oriented to the system variable $AC_SMAXVELO_INFO:
0: No acceleration limitation (SERUPRO)
1: Not used
2: Acceleration in speed control mode in the current gear stage
without position control,
MD 35200 GEAR_STEP_SPEEDCTRL_ACCEL * ACC * ACCFXS
3: Acceleration in the current gear stage with active position control
(e.g. SPCON, SPOS )
MD 35210 GEAR_STEP_POSCTRL_ACCEL * ACC * ACCFXS
4: Acceleration in the current gear stage with active position control
while tapping (G331, G332 - only with corresponding configuration
of the second data block)
MD 35212 GEAR_STEP_POSCTRL_ACCEL2
5: Not used
6: Not used
7: Not used
8: Acceleration limited by the preparation for thread cutting
and with synchronous spindle coupling of the leading spindle on account of
limited acceleration of the following spindle.
9: Not used
10: Not used
11: Not used
12: Acceleration limited by tool parameter $TC_TP_MAX_ACCEL
13: Not used
- Long Integer r
Multi-line: yes Spindle index numSpindles
acSmaxVelo
Maximum spindle speed
This variable returns the maximum spindle speed for spindle mode.
This is formed from the smallest active speed limitation, and cannot be exceeded by speed programming or override >
100%.
A speed limitation is indicated by the VDI interface signal DB31..,DBX83.1 'Setpoint speed limited' and by
$AC_SPIND_STATE, bit 5 (speed limitation active).
The cause of the speed limitation (machine, setting data, G code, VDI interface signal etc.) can also be determined
with the system variable $AC_SMAXVELO_INFO.
If the spindle is in axis mode, then the speed is not limited by $AC_SMAXVELO but instead the machine data
(MAX_AX_VELO, ...) typical for axis mode are active.
acSmaxVeloInfo
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations .
0: No limitation (SERUPRO)
1: Speed limited by clamping arrangement (chuck speed),
MD 35100 SPIND_VELO_LIMIT;
2: Speed limitation (upper limit, that is maximum speed) in the current gear stage,
MD 35130 GEAR_STEP_MAX_VELO_LIMIT * VELOLIMA
(maximum speed factor from part program)
3: Speed limitation in the current gear stage with position control active
MD 35132 GEAR_STEP_PC_MAX_VELO_LIMIT * VELOLIMA
(among other items with SPCON, SPOS )
4: Speed limited to
SD 43220 SPIND_MAX_VELO_G26
(part program instruction: G26 S.. or PI service from HMI)
5: Speed limited by set VDI interface signal DB31,...DBX3.6 to
MD 35160 SPIND_EXTERN_VELO_LIMIT
6: Speed limited at constant cutting speed by
part program instruction: LIMS (G96, G97, G961)
SD 43230 SPIND_MAX_VELO_LIMS;
7: Speed limited by Safety Integrated to safe speed (SG)
8: Speed limited by the preparation for thread cutting and
synchronous spindle coupling of the leading spindle on account of the
speed limitation of the following spindle.
9: Speed limited to the maximum speed of the drive by the drive parameters,
e.g. SINAMICS: p1082.
10: Speed limited to
MD 36300 ENC_FREQ_LIMIT
with functions that require a functioning measuring system,
e.g. position control and for the master spindle with the
G functions G95, G96, G97, G33..35. The limitation takes into account the
encoder speed, the MS arrangement (direct/indirect),
acSminVelo
Minimum spindle speed
This variable returns the minimum spindle speed for speed control mode.
This is formed from the highest active speed increase, and cannot be undershot by speed programming or override <
100%.
A speed increase is indicated by the VDI interface signal DB31..,DBX83.2 'Setpoint speed increased' and by
$AC_SPIND_STATE, bit 6 (speed increase active).
The cause of the speed increase (machine, setting data, G code, VDI interface signal etc.) can also be determined with
the system variable $AC_SMINVELO_INFO.
If the spindle is in axis or positioning mode, then the speed is not increased by $AC_SMINVELO.
rev/min, user defined Double r
Multi-line: yes Spindle index numSpindles
acSminVeloInfo
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations.
The system variable provides additional information about $AC_SMINVELO, and returns the speed increasing data
(machine, setting data) as identifier/index.
The speed-increasing data can be determined with the index from the following table of existing spindle speed
increases.
- Long Integer r
Multi-line: yes Spindle index numSpindles
acSpindState
This variable returns the spindle status in speed control mode only (Bit0 =1).
The variable $AA_INPOS_STAT is relevant in positioning and axis modes.
$AC_SPIND_STATE returns no values in synchronous mode.
Bit 0: "Speed control mode active" (condition for validity of the bits of the variable $AC_SPIND_STATE[)
Bit 1: "Spindle stopped" (corresponds to VDI interface signal DB31..,DBX61.4)
Bit 2: "Spindle programmed" (e.g. M3, M4 S.., FC18, ..) (corresponds to VDI interface signal DB31..,DBX64.4/5 or 6/7)
Bit 3: "Spindle in set range" (corresponds to VDI interface signal DB31..,DBX83.5)
Bit 4: Free
Bit 5: "Limitation of setpoint speed active" remains as long as the programmed or overrride speed remains higher than
the speed in the system variable $AC_SMAXVELO. Corresponds to VDI interface signal
DB31..,DBX83.1 'Setpoint speed limited'.
Bit 6: "Increasing setpoint speed active" remains as long as the programmed speed remains less than the speed in the
system variable $AC_SMINVELO.
Corresponds to VDI interface signal DB31..,DBX83.2 'Setpoint speed increasing'
Bit 7: "Spindle accelerating" (setpoint side), remains as long as the spindle is accelerating to the defined setpoint
speed.
Bit 8: "Spindle braking" (setpoint side), remains as long as the spindle is braking to the defined setpoint speed or
comes to a standstill.
Bit 9: "Position control active"
- Long Integer r
Multi-line: yes Spindle index numSpindles
actGearStage
Actual gear stage of spindle
- UWord r
Multi-line: yes Spindle index numSpindles
actSpeed
Spindle speed actual value
rev/min, user defined Double r
Multi-line: yes Spindle index numSpindles
channelNo
Number of channel in which spindle is configured
- UWord r
Multi-line: yes Spindle index numSpindles
cmdAngPos
Spindle position (SPOS)
Degree, user defined Double r
Multi-line: yes Spindle index numSpindles
cmdConstCutSpeed
Constant cutting rate of the master spindle. The requested value for the master spindle differs from SSP:cmdSpeed
only if G96 is active.
(For a certain OEM customer this variable is now available retroactively in software version 3.2)
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Spindle index numSpindles
cmdGearStage
Requested gear stage
- UWord r
Multi-line: yes Spindle index numSpindles
cmdGwps
Programmed SUG desired value (SUG is the function "constant perimeter speed of grinding wheel")
m/s, ft/s Double r
Multi-line: yes Spindle index numSpindles
cmdSpeed
Spindle speed desired value
rev/min , m/min Double r
Multi-line: yes Spindle index numSpindles
driveLoad
Load
% Double r
Multi-line: yes Spindle index numSpindles
dummy
dummy
- UWord r
Multi-line: yes Spindle index numSpindles
gwpsActive
SUG programming active (SUG is the function "constant perimeter speed of grinding wheel)
0 = inactive
1 = active
- UWord r
Multi-line: yes Spindle index numSpindles
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Spindle index numSpindles
name
Spindle name
Note: If several logical spindles are referred to one physical spindle with active spindle conversion and access is made
via area N of module SSP2, then the name of the first suitable logical spindle is output.
- String[32] r
Multi-line: yes Spindle index numSpindles
namePhys
Name of assigned physical spindle, identical to "name" variable.
- String[32] r
Multi-line: yes Spindle index numSpindles
opMode
Spindle mode
0 = spindle mode
1 = oscillation mode (gear step changeover)
2 = positioning mode
3 = synchronous mode
4 = axis mode
- UWord r
Multi-line: yes Spindle index numSpindles
pSMode
Last programmed spindle mode
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- UWord r
Multi-line: yes Spindle index numSpindles
pSModeS
Last programmed spindle mode with block search
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- UWord r
Multi-line: yes Spindle index numSpindles
psModePos
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value actToolEdgeCenterPosEns is returned, otherwise 0.
- 0 Double r
Multi-line: yes Spindle index numSpindles
psModePosS
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value cmdToolEdgeCenterPosEnsS is returned, otherwise 0.
- 0 Double r
Multi-line: yes Spindle index numSpindles
speedLimit
Current speed limitation for spindle
rev/min , m/min Double r
Multi-line: yes Spindle index numSpindles
speedOvr
Spindle override
% Double r
Multi-line: yes Spindle index numSpindles
spindleType
Spindle type
0 = master spindle
1 = no master spindle
- UWord r
Multi-line: yes Spindle index numSpindles
status
Spindle status
Bit0 = following spindle
Bit1 = leading spindle
Bit2 = master spindle (expansion from SW 4.1)
Bit3 = constant cutting rate (G96) active (expansion from SW 4.1)
Bit0 = following spindle
Bit1 = leading spindle
- UWord r
Multi-line: yes Spindle index numSpindles
turnState
State of spindle rotation
value range to be read via BTSS variable
0 = clockwise
1 = counter-clockwise
2 = stop
value range to be read via $ variable
3 = clockwise
4 = counter-clockwise
5 = stop
- UWord r
Multi-line: yes Spindle index numSpindles
All state data that refer to a spindle, if a spindle converter (logical spindles) is active
acConstCutS
Current constant cutting rate
m/min, ft/min, user defined 0 Double r
Multi-line: yes Logical spindle index numSpindlesLog
acSMode
Spindle mode
0: No spindle present in channel or spindle is active in another channel or
is being used by PLC (FC18) or by synchronized actions.
1: Open-loop speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 1 0 4 UWord r
Multi-line: yes Logical spindle index numSpindlesLog
acSmaxAcc
Active acceleration of the spindle
This variable returns the active acceleration of the spindle for spindle mode.
Bit 7 of $AC_SPIND_STATE (spindle accelerating) is set for the duration of the acceleration to the defined setpoint
speed.
Bit 8 of $AC_SPIND_STATE (spindle braking ) is set for the duration of the braking to the defined setpoint speed.
Apart from that, the acceleration-determining machine and setting data can be determined with the system variable
$AC_SMAXACC_INFO.
If the spindle is in axis mode, then $AC_SMAXACC does not return the current acceleration, instead the machine data
(MAX_AX_VELO, MAX_AX_ACCEL, ...) typical for axis mode are active.
acSmaxAccInfo
Identifier for the active spindle acceleration data
This system variable provides additional information to $AC_SMAXACC and returns the
definitive machine data as identifier/index.
The index can be used to determine the active acceleration data on the basis of the following table of existing spindle
accelerations.
The number range is oriented to the system variable $AC_SMAXVELO_INFO:
0: No acceleration limitation (SERUPRO)
1: Not used
2: Acceleration in speed control mode in the current gear stage
without position control,
MD 35200 GEAR_STEP_SPEEDCTRL_ACCEL * ACC * ACCFXS
3: Acceleration in the current gear stage with active position control
(e.g. SPCON, SPOS )
MD 35210 GEAR_STEP_POSCTRL_ACCEL * ACC * ACCFXS
4: Acceleration in the current gear stage with active position control
while tapping (G331, G332 - only with corresponding configuration
of the second data block)
MD 35212 GEAR_STEP_POSCTRL_ACCEL2
5: Not used
6: Not used
7: Not used
8: Acceleration limited by the preparation for thread cutting
and with synchronous spindle coupling of the leading spindle on account of
limited acceleration of the following spindle.
9: Not used
10: Not used
11: Not used
12: Acceleration limited by tool parameter $TC_TP_MAX_ACCEL
13: Not used
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
acSmaxVelo
Maximum spindle speed
This variable returns the maximum spindle speed for spindle mode.
This is formed from the smallest active speed limitation, and cannot be exceeded by speed programming or override >
100%.
A speed limitation is indicated by the VDI interface signal DB31..,DBX83.1 'Setpoint speed limited' and by
$AC_SPIND_STATE, bit 5 (speed limitation active).
The cause of the speed limitation (machine, setting data, G code, VDI interface signal etc.) can also be determined
with the system variable $AC_SMAXVELO_INFO.
If the spindle is in axis mode, then the speed is not limited by $AC_SMAXVELO but instead the machine data
(MAX_AX_VELO, ...) typical for axis mode are active.
acSmaxVeloInfo
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations .
0: No limitation (SERUPRO)
1: Speed limited by clamping arrangement (chuck speed),
MD 35100 SPIND_VELO_LIMIT;
2: Speed limitation (upper limit, that is maximum speed) in the current gear stage,
MD 35130 GEAR_STEP_MAX_VELO_LIMIT * VELOLIMA
(maximum speed factor from part program)
3: Speed limitation in the current gear stage with position control active
MD 35132 GEAR_STEP_PC_MAX_VELO_LIMIT * VELOLIMA
(among other items with SPCON, SPOS )
4: Speed limited to
SD 43220 SPIND_MAX_VELO_G26
(part program instruction: G26 S.. or PI service from HMI)
5: Speed limited by set VDI interface signal DB31,...DBX3.6 to
MD 35160 SPIND_EXTERN_VELO_LIMIT
6: Speed limited at constant cutting speed by
part program instruction: LIMS (G96, G97, G961)
SD 43230 SPIND_MAX_VELO_LIMS;
7: Speed limited by Safety Integrated to safe speed (SG)
8: Speed limited by the preparation for thread cutting and
synchronous spindle coupling of the leading spindle on account of the
speed limitation of the following spindle.
9: Speed limited to the maximum speed of the drive by the drive parameters,
e.g. SINAMICS: p1082.
10: Speed limited to
MD 36300 ENC_FREQ_LIMIT
with functions that require a functioning measuring system,
e.g. position control and for the master spindle with the
G functions G95, G96, G97, G33..35. The limitation takes into account the
encoder speed, the MS arrangement (direct/indirect),
MS limiting frequency and the current parameter set.
11: Limitation of the overlaid movement of the following spindle to the
dynamic remaining after the coupling.
12: Speed limited by tool parameter (in preparation)
13: Speed limited by tool carrier (in preparation)
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
acSminVelo
Minimum spindle speed
This variable returns the minimum spindle speed for speed control mode.
This is formed from the highest active speed increase, and cannot be undershot by speed programming or override <
100%.
A speed increase is indicated by the VDI interface signal DB31..,DBX83.2 'Setpoint speed increased' and by
$AC_SPIND_STATE, bit 6 (speed increase active).
The cause of the speed increase (machine, setting data, G code, VDI interface signal etc.) can also be determined with
the system variable $AC_SMINVELO_INFO.
If the spindle is in axis or positioning mode, then the speed is not increased by $AC_SMINVELO.
rev/min, user defined Double r
Multi-line: yes Logical spindle index numSpindlesLog
acSminVeloInfo
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations.
The system variable provides additional information about $AC_SMINVELO, and returns the speed increasing data
(machine, setting data) as identifier/index.
The speed-increasing data can be determined with the index from the following table of existing spindle speed
increases.
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
acSpindState
This variable returns the spindle status in speed control mode only (Bit0 =1).
The variable $AA_INPOS_STAT is relevant in positioning and axis modes.
$AC_SPIND_STATE returns no values in synchronous mode.
Bit 0: "Speed control mode active" (condition for validity of the bits of the variable $AC_SPIND_STATE[)
Bit 1: "Spindle stopped" (corresponds to VDI interface signal DB31..,DBX61.4)
Bit 2: "Spindle programmed" (e.g. M3, M4 S.., FC18, ..) (corresponds to VDI interface signal DB31..,DBX64.4/5 or 6/7)
Bit 3: "Spindle in set range" (corresponds to VDI interface signal DB31..,DBX83.5)
Bit 4: Free
Bit 5: "Limitation of setpoint speed active" remains as long as the programmed or overrride speed remains higher than
the speed in the system variable $AC_SMAXVELO. Corresponds to VDI interface signal
DB31..,DBX83.1 'Setpoint speed limited'.
Bit 6: "Increasing setpoint speed active" remains as long as the programmed speed remains less than the speed in the
system variable $AC_SMINVELO.
Corresponds to VDI interface signal DB31..,DBX83.2 'Setpoint speed increasing'
Bit 7: "Spindle accelerating" (setpoint side), remains as long as the spindle is accelerating to the defined setpoint
speed.
Bit 8: "Spindle braking" (setpoint side), remains as long as the spindle is braking to the defined setpoint speed or
comes to a standstill.
Bit 9: "Position control active"
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
actGearStage
Actual gear stage of spindle
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
actSpeed
Spindle speed actual value
rev/min, user defined Double r
Multi-line: yes Logical spindle index numSpindlesLog
channelNo
Number of channel in which spindle is configured
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
cmdAngPos
Spindle position (SPOS)
Degree, user defined Double r
Multi-line: yes Logical spindle index numSpindlesLog
cmdConstCutSpeed
Constant cutting rate of the master spindle. The requested value for the master spindle differs from SSP:cmdSpeed
only if G96 is active.
(For a certain OEM customer this variable is now available retroactively in software version 3.2)
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Logical spindle index numSpindlesLog
cmdGearStage
Requested gear stage
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
cmdGwps
Programmed SUG desired value (SUG is the function "constant perimeter speed of grinding wheel")
m/s, ft/s Double r
Multi-line: yes Logical spindle index numSpindlesLog
cmdSpeed
Spindle speed desired value
rev/min , m/min Double r
Multi-line: yes Logical spindle index numSpindlesLog
driveLoad
Load
% Double r
Multi-line: yes Logical spindle index numSpindlesLog
dummy
dummy
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
gwpsActive
SUG programming active (SUG is the function "constant perimeter speed of grinding wheel)
0 = inactive
1 = active
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
name
Spindle name
Note: If several logical spindles are referred to one physical spindle with active spindle conversion and access is made
via area N of module SSP2, then the name of the first suitable logical spindle is output.
- String[32] r
Multi-line: yes Logical spindle index numSpindlesLog
namePhys
Name of assigned physical spindle.
- String[32] r
Multi-line: yes Logical spindle index numSpindlesLog
opMode
Spindle mode
0 = spindle mode
1 = oscillation mode (gear step changeover)
2 = positioning mode
3 = synchronous mode
4 = axis mode
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
pSMode
Last programmed spindle mode
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
pSModeS
Last programmed spindle mode with block search
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
psModePos
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value actToolEdgeCenterPosEns is returned, otherwise 0.
- 0 Double r
Multi-line: yes Logical spindle index numSpindlesLog
psModePosS
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value cmdToolEdgeCenterPosEnsS is returned, otherwise 0.
- 0 Double r
Multi-line: yes Logical spindle index numSpindlesLog
speedLimit
Current speed limitation for spindle
rev/min , m/min Double r
Multi-line: yes Logical spindle index numSpindlesLog
speedOvr
Spindle override
% Double r
Multi-line: yes Logical spindle index numSpindlesLog
spindleType
Spindle type
0 = master spindle
1 = no master spindle
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
status
Spindle status
Bit0 = following spindle
Bit1 = leading spindle
Bit2 = master spindle (expansion from SW 4.1)
Bit3 = constant cutting rate (G96) active (expansion from SW 4.1)
Bit0 = following spindle
Bit1 = leading spindle
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
turnState
State of spindle rotation
value range to be read via BTSS variable
0 = clockwise
1 = counter-clockwise
2 = stop
value range to be read via $ variable
3 = clockwise
4 = counter-clockwise
5 = stop
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
linShiftFine
Fine offset for frames, extension of the basic frames and the settable frames.
mm, inch, user defined Double wr
Frame index *
Multi-line: yes maxnumGlobMachAxes + axis 6 * maxnumGlobMachAxes
number
The PI service SETUFR has to be called in order to activate the settable frames.
linShift PA
Translation of settable work offset (the physical unit is defined in basicLengthUnit in module Y in area N).
mm, inch, user defined Double wr
Frame index *
$MN_MM_NUM_GLOBAL_USER_FRAMES *
Multi-line: yes maxnumGlobMachAxes + axis
maxnumGlobMachAxes
number
linShiftFine
Fine offset with frames, expansion of basic frames and settable frames
mm, inch, user defined Double wr
Frame index *
$MN_MM_NUM_GLOBAL_USER_FRAMES *
Multi-line: yes maxnumGlobMachAxes + axis
maxnumGlobMachAxes
number
mirrorImgActive PA
Mirroring enabled in a settable work offset
0 = mirroring not active
1 = mirroring active
- UWord wr
Frame index *
$MN_MM_NUM_GLOBAL_USER_FRAMES *
Multi-line: yes maxnumGlobMachAxes + axis
maxnumGlobMachAxes
number
rotation
Dummy variable, do not use
- Double r
Multi-line: no
scaleFact PA
Scaling factor of a settable work offset
- Double wr
Frame index *
$MN_MM_NUM_GLOBAL_USER_FRAMES *
Multi-line: yes maxnumGlobMachAxes + axis
maxnumGlobMachAxes
number
All G functions currently configured for the channels are made available for reading by the NCK. They are
configured via machine data. Since the G functions are organized in groups, only one of which can be
active at a time, this module is organized as a table.
There are two columns for each G group. The 1st column lists the number of G functions in a group
(/N/YFAFL/Gruppe_NUM), this corresponds to the number of rows in each subsequent column. This
second column contains all the G functions belonging to a group (/N/YFAFL/Gruppe).
As a result, the data for a certain G group are calculated via a column offset.
The column offset of each variable is:
2 * (G group number - 1)
The number of G groups is given in the variable "numGCodeGroupsFanuc" in area N / module Y. The
resultant maximum column offset of the variables is thus 2 * numGCodeGroupsFanuc.
Gruppe
Instruction group
- String[16] r
Multi-line: yes Serial number Gruppe_NUM
Gruppe_NUM
Number of Fanuc-G functions in the relevant group
- 0 UWord r
Multi-line: yes 1 1
During NC operation different internal states occur and system-specific data may change during operation.
To distinguish those from system variables, they are classified as state data.
autoJogState $MC_AUTO_JOG_STATE
Status of Automatic+JOG mode
1: Automatic is selected, $MN_JOG_MODE_MASK is set, and the mode group
is in "Mode group reset". Thus can ??? by pressing the +/- buttons or the hand wheel in Auto.
2: This mode group has been switched internally to JOG on account of a JOG motion.
VDI and OPI still show Automatic.
0: In all other cases
- 0 0 2 UWord r
Multi-line: yes Mode group number numBAGs
ncAutoCounter
Counter which is incremented with each 0->edge of
the Auto key
- 0 0 UWord r
Multi-line: yes Mode group number numBAGs
ncJogCounter
Counter which is incremented with each 0->edge of
the Jog key
- 0 0 UWord r
Multi-line: yes Mode group number numBAGs
ncMDACounter
Counter which is incremented with each 0->edge of
the MDI key
- 0 0 UWord r
Multi-line: yes Mode group number numBAGs
1.3.14 Area N, Module SALAC: Alarm actions: List in rev. chronol. order,
oldest alarm act. appears first
In a given alarm, all values in the SALAC module are identical to the corresponding variables in the SALA,
SALAP and SALAL modules with the exception of actionType and actionCount.
The same alarm can be found in the various modules by comparing the values of alarmNo.
A client is registered with an alarm server when cyclic reading of the SALAC module has been set.
If the operator panel sets cyclic reading when a data in the module changes and column index 0 has been
specified, then the variable server sends the entire data block to the operator panel if the alarm server
receives a new alarm action.
Another alarm server client is registered at each cyclic reading of the SALAC module which has been set.
This mechanism therefore functions with more than one user interface connected. Registration is
withdrawn when the corresponding cyclic reading is terminated. As cyclic reading only applies to registered
clients,
each regular and noncyclic reading returns the default value for the requested variable.
actionCount
A unique number assigned to Alarm Action.
On power ON it is reset to zero by the NCK.
For each new alarm action it will be incremented by one.
- 0 Long Integer r
Multi-line: yes 1 1
actionType
Specifies whether the alarm is deleted or activated.
0: No alarm action pending
1: Alarm set
2: Alarm deleted
- 0 0 2 Long Integer r
Multi-line: yes 1 1
alarmNo
A unique number assigned to the alarm.
It will be incremented by one for each reported alarm.
- 0 Long Integer r
Multi-line: yes 1 1
clearInfo
Describes the acknowledgement criterion for the alarm.
1 = Power ON
2 = Reset
3 = Delete
4 = Alarm is deleted by NCK software (from SW 4.1)
5 = Alarm is deleted by program call
6 = Alarm is deleted by RESET in all channels of the mode groups (from SW 4.1)
7 = Alarm is deleted by RESET in all channels of the NC (from SW 4.1)
- 1 1 7 Long Integer r
Multi-line: yes 1 1
fillText1
Parameter 1, ASCII string which is inserted
in the standard alarm text to supplement the alarm description.
- 0 String[32] r
Multi-line: yes 1 1
fillText2
Parameter 2, ASCII string which is inserted
in the standard alarm text to supplement the alarm description.
- 0 String[32] r
Multi-line: yes 1 1
fillText3
Parameter 3, ASCII string which is inserted
in the standard alarm text to supplement the alarm description.
- 0 String[32] r
Multi-line: yes 1 1
fillText4
Parameter 4, ASCII string which is inserted
in the standard alarm text to supplement the alarm description.
- 0 String[32] r
Multi-line: yes 1 1
textIndex
Identifies the alarm for alarm description.
- 0 Long Integer r
Multi-line: yes 1 1
timeBCD
Date and time of the occurred alarm in BCD format.
- Date+Time r
Multi-line: yes 1 1
During NC operation different internal states occur and system-specific data may change during operation.
To distinguish those from system variables, they are classified as state data.
G0Mode $AC_G0MODE
G00 is active and $MC_G0_LINEAR_MODE is FALSE (Siemens mode) or $MC_EXTERN_G0_LINEAR_MODE is
FALSE (ISO mode) and therefore non-linear interpolation is active with G0, i.e. the path axes are traversed as
positioning axes.
0: G00 not active
1: G00 and linear interpolation active
2: G00 and non-linear interpolation active
- 0 0 2 UWord r
Multi-line: yes 1 1
aGG $A_GG
active G function in synchronized action
- 0 0 UWord r
Multi-line: yes Number of the G function group Gruppe_NUM
aLinkTransRate $A_LINK_TRANS_RATE
Link transfer rate
Number of bytes that can still be transferred in the
current IPO cycle via the NCU link communication.
- 0 UWord r
Multi-line: yes 1 1
aMonifact $A_MONIFACT
Factor for tool life monitoring
- 0 0 Double r
Multi-line: yes 1 1
aTcAckC $AC_TC_ACKC
Counter variable: aTcAckC (AcknowledgeCounter) is incremented by 1
every time the PLC acknowledges a tool management command.
- 0 0 UWord wr
Multi-line: yes 1 1
aTcCmdC $AC_TC_CMDC
Counter variable: aTcCmdC (CoMmandCounter) is incremented by
1 every time the tool management outputs a command to the PLC.
- 0 0 UWord wr
Multi-line: yes 1 1
aTcFct $AC_TC_FCT
Command number
- UWord r
Multi-line: yes 1 1
aTcLfn $AC_TC_LFN
Source location number of new tool
- UWord r
Multi-line: yes 1 1
aTcLfo $AC_TC_LFO
Source location number of old tool
- UWord r
Multi-line: yes 1 1
aTcLmyn $AC_TC_LMYN
Owner location number of the new tool
- -1 32000 UWord r
Multi-line: yes 1 1
aTcLtn $AC_TC_LTN
Target location number of new tool
- UWord r
Multi-line: yes 1 1
aTcLto $AC_TC_LTO
Target location number of old tool
- UWord r
Multi-line: yes 1 1
aTcMfn $AC_TC_MFN
Source magazine of new tool
- UWord r
Multi-line: yes 1 1
aTcMfo $AC_TC_MFO
Source magazine number of old tool
- UWord r
Multi-line: yes 1 1
aTcMmyn $AC_TC_MMYN
Owner magazine number of the new tool
- -1 32000 UWord r
Multi-line: yes 1 1
aTcMtn $AC_TC_MTN
Target magazine number of new tool
- UWord r
Multi-line: yes 1 1
aTcMto $AC_TC_MTO
Target magazine number of old tool
- UWord r
Multi-line: yes 1 1
aTcStatus $AC_TC_STATUS
Command status
- UWord r
Multi-line: yes 1 1
aTcThno $AC_TC_THNO
Number of toolholder for new tool
- UWord r
Multi-line: yes 1 1
aTcTno $AC_TC_TNO
T number of new tool
- UWord r
Multi-line: yes 1 1
aaATol $AA_ATOL
aaATol provides the axis tolerance for compressor and smoothing, which was effective during preprocessing of the
current main run block.
mm, inch, degree, user
0 0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaAccLimA $AA_ACCLIMA[a]
Axial acceleration override in main run
1-200
- 100 1 200 UWord r
Multi-line: yes (Axis index ) numMachAxes
aaEgActive $AA_EG_ACTIVE[a,b]
Electronic gear:
Link to the specified master axis is operative, i.e. activated.
0: Deactivated
1: Activated
- 0 0 1 UWord r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis) + 1
aaEgAx $AA_EG_AX[n,a]
Electronic gear:
Axis number of nth master axis (1-n).
(Axis index = axis number - 1)
1-numMachAxes
- 0 1 numMachAxes UWord r
(Axis index of slave axis) * 5 +
Multi-line: yes numMachAxes * 5
(index of master axis) + 1
aaEgDenom $AA_EG_DENOM[a,b]
Electronic gear:
Denominator of link factor for the specified master axis.
The link factor of the gear is the result of $AA_EG_NUMERA[a,b]/$AA_EG_DENOM[a,b].
- 1 Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis) + 1
aaEgNumLa $AA_EG_NUM_LA[a]
Electronic gear:
Number of master axes specified with EGDEF.
If the axis has not been specified with EGDEF as slave axis,
the value is 0.
0-5
- 0 0 5 UWord r
Multi-line: yes (Axis index of slave axis + 1) numMachAxes
aaEgNumera $AA_EG_NUMERA[a,b]
Electronic gear:
Numerator of link factor for the specified master axis.
The link factor of the gear is the result of $AA_EG_NUMERA[a,b]/$AA_EG_DENOM[a,b].
- 0 Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis) + 1
aaEgSyn $AA_EG_SYN[a,b]
Electronic gear:
Synchronous position for the specified master axis.
mm, inch, degree, user
0 Double r
defined
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis) + 1
aaEgSynFa $AA_EG_SYNFA[a]
Electronic gear:
Synchronous position for the slave axis.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes (Axis index of slave axis + 1) numMachAxes
aaEgType $AA_EG_TYPE[a,b]
Electronic gear:
Type of link for the specified master axis
0: Actual-value linkage
1: Setpoint linkage
- 0 0 1 UWord r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis) + 1
aaFgref $AA_FGREF
The variable provides the radius used by a rotary axis to contribute to the path travel. The default value is 180 mm/PI =
57,296 mm, which corresponds to a contribution of 1mm per degree.
For linear axes the variable always provides 1.
mm, inch, user defined 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaFgroup $AA_FGROUP
If the travel of an axis influences the path velocity in the current main run block (FGROUP), the variable provides
TRUE, otherwise FALSE.
- 0 Bool r
Multi-line: yes Axis index numMachAxes
aaJerkLimA $AA_JERKLIMA[a]
Axial jerk override in run in
1-200
- 100 1 200 UWord r
Multi-line: yes (Axis index ) numMachAxes
aaMeasP1Valid $AA_MEAS_P1_VALID
Save axial measuring point P1 for workpiece and
tool measurement
0: Clear axial measuring point
1: Write actual axial values to axial measuring point
- 0 0 1 Long Integer wr
Multi-line: yes Axis index numMachAxes
aaMeasP2Valid $AA_MEAS_P2_VALID
Save axial measuring point P2 for workpiece and
tool measurement
0: Clear axial measuring point
1: Write actual axial values to axial measuring point
- 0 0 1 Long Integer wr
Multi-line: yes Axis index numMachAxes
aaMeasP3Valid $AA_MEAS_P3_VALID
Save axial measuring point P3 for workpiece and
tool measurement
0: Clear axial measuring point
1: Write actual axial values to axial measuring point
- 0 0 1 Long Integer wr
Multi-line: yes Axis index numMachAxes
aaMeasP4Valid $AA_MEAS_P4_VALID
Save axial measuring point P4 for workpiece and
tool measurement
0: Clear axial measuring point
1: Write actual axial values to axial measuring point
- 0 0 1 Long Integer wr
Multi-line: yes Axis index numMachAxes
aaMeasPoint1 $AA_MEAS_POINT1
1st measuring point for workpiece and tool measurement
mm, inch, user defined 0 Double wr
Multi-line: yes Axis index numMachAxes
aaMeasPoint2 $AA_MEAS_POINT2
2nd measuring point for workpiece and tool measurement
mm, inch, user defined Double wr
Multi-line: yes Axis index numMachAxes
aaMeasPoint3 $AA_MEAS_POINT3
3rd measuring point for workpiece and tool measurement
mm, inch, user defined Double wr
Multi-line: yes Axis index numMachAxes
aaMeasPoint4 $AA_MEAS_POINT4
4th measuring point for workpiece and tool measurement
mm, inch, user defined Double wr
Multi-line: yes Axis index numMachAxes
aaMeasSetangle $AA_MEAS_SETANGLE
Setpoint angle of an axis
Degree, user defined Double wr
Multi-line: yes Axis index
aaMeasSetpoint $AA_MEAS_SETPOINT
Setpoint position of edge, corner or hole
mm, inch, user defined Double wr
Multi-line: yes Axis index numMachAxes
aaMeasSpValid $AA_MEAS_SP_VALID
Save axial setpoint for workpiece and
tool measurement
0: Clear axial setpoint
1: Validate axial setpoint
- 0 0 1 Long Integer wr
Multi-line: yes Axis index numMachAxes
aaSyncDiff $AA_SYNCDIFF[]
Setpoint synchronism difference for all types of coupling
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index of the following axis numMachAxes
aaSyncDiffStat $AA_SYNCDIFF_STAT[]
Status of setpoint synchronism difference
-4: No valid value in $AA_SYNCDIFF, coupled motion from part program
-3: Reserved
-2: Reserved
-1: No valid value in $AA_SYNCDIFF
0: No valid value in $AA_SYNCDIFF, coupling not active
1: Valid value in $AA_SYNCDIFF
- 0 -4 1 Long Integer r
Multi-line: yes Axis index of the following axis numMachAxes
aaVeloLimA $AA_VELOLIMA[a]
Axial velocity override in main run
1-200
- 100 1 200 UWord r
Multi-line: yes (Axis index ) numMachAxes
acAlarmStat $AC_ALARM_STAT
!=0: Alarms are pending, the appropriate coded alarm reactions can be used as source for
"Extended stop and retract".
The data is bit-coded. Individual states can therefore be masked or
evaluated separately if necessary (bits excluded below produce a value of 0)
Bit2 = 1: NOREADY (active rapid deceleration + cancellation of servo enable)
Bit6 = 1: STOPBYALARM (ramp stop of all channel axes)
Bit9 = 1: SETVDI (VDI interface signal alarm setting)
Bit13 = 1: FOLLOWUPBYALARM (follow-up)
- 0 UWord r
Multi-line: yes 1 1
acAsup $AC_ASUP
Code number for the reason for the activation of an ASUB
The reasons are bit-coded.
BIT0: Activation because of: User interrupt "ASUB with Blsync".
BIT1: Activation because of: User interrupt "ASUB".
BIT2: Activation because of: User interrupt "ASUB from channel state Ready".
BIT3: Activation because of: User interrupt "ASUB in manual mode".
BIT4: Activation because of: Activation because of: User interrupt "ASUB".
BIT5: Activation because of: Abort of the subroutine repetition.
BIT6: Activation because of: Activation of decoding single block.
BIT7: Activation because of: Activation of DDTG.
BIT8: Activation because of: Activation of axis synchronization.
BIT9: Activation because of: Change of operating mode.
BIT10: Activation because of: Program continuation under TeachIn or after TeachIn deactivation.
BIT11: Activation because of: Selection overstore.
BIT12: Activation because of: Alarm with reaction compensation block with REPOS ( COMPBLOCKWITHREORG).
BIT13: Activation because of: Retraction motion with G33 and Stop.
BIT14: Activation because of: Activation of dry run feed.
BIT15: Activation because of: Deactivation of dry run feed.
BIT16: Activation because of: Activation of skip block.
BIT17: Activation because of: Deactivation of skip block.
BIT18: Activation because of: Activate machine data.
BIT19: Activation because of: Activate tool offset.
BIT20: Activation because of: System ASUB after search type SERUPRO has reached the search target.
- 0 0 Long Integer r
Multi-line: yes 1 1
acAxCtSwA $AC_AXCTSWA[CTn]
Channel status of axis container rotation
TRUE: The channel has enabled rotation for the axis container
and rotation is still in progress.
FALSE: Axis container rotation is already finished
- 0 0 1 UWord r
Multi-line: yes Container no. numContainer
acCTol $AC_CTOL
acCTol provides the contour tolerance for compressor and smoothing which was used to preprocess the current main
run block.
mm, inch, user defined 0 0 Double r
Multi-line: yes 1 1
acConeAngle $AC_CONE_ANGLE
Currently effective taper angle for taper turning.
The taper angle is specified by the setting data $SC_CONE_ANGLE and is
effective in the operating mode JOG only.
Degree 0 -90 90 Double r
Multi-line: yes 1 1
acDelt $AC_DELT
Stored distance-to-go of the path in the WCS after delete-distance-to-go of the path DELDTG for synchronous action
(Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acDtbb $AC_DTBB
Distance from the beginning of the block in the BCS (Note: SYNACT only)
- Double r
Multi-line: yes 1 1
acDtbw $AC_DTBW
Distance from the beginning of the block in the WCS
(Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acDteb $AC_DTEB
Distance to the end of the block in the BCS (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acDtew $AC_DTEW
Distance to the end of the block in the WCS
(Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acEsrTrigger $AC_ESR_TRIGGER
Activation of "NC-controlled ESR"
- 0 0 1 UWord r
Multi-line: yes 1 1
acFGo $AC_F_G0
Max. rapid traverse rate in the block
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: yes 1 1
acFZ $AC_FZ
Tooth feedrate, setpoint. The physical unit is defined in variable 'feedRateIpoUnit'.
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: no
acFgroupMask $AC_FGROUP_MASK
acFgroupMask bit-coded provides the channel axes which are to contribute to the path velocity
- 0 0 0xFFFF Long Integer r
Multi-line: yes 1 1
acIpoState $AC_IPO_STATE
The variable provides selected information about whether certain
functions are active:
Bit 0: Free-form surface mode is active
Bit 1: Compressor active
- 0 0 0x0003 UWord r
Multi-line: yes 1 1
acIwStat $AC_IW_STAT
Current position of machine
Bit-coded:
Bit 0: Tool inv. position
Bit 1: Axis 2/3 position
Bit 2: Axis 5 position
Bit 3-31: Not yet assigned
- 0 Long Integer r
Multi-line: yes 1 1
acIwTu $AC_IW_TU
Current position of channel axes
Bit-coded:
Bit 0: Channel axis 1 position
Bit 1: Channel axis 2 position
Bit 2: Channel axis 3 position
Bit 3: Channel axis 4 position
...
- 0 Long Integer r
Multi-line: yes 1 1
acJogCircleSelected $AC_JOG_CIRCLE_SELECTED
JOG in circles has been selected
- 0 0 1 UWord r
Multi-line: yes 1 1
acJogCoord $AC_JOG_COORD
Setting the coordinate system for the manual travel
0: Work
1: SZS
- 0 0 1 Long Integer wr
Multi-line: no
acLiftFast $AC_LIFTFAST
Information about the execution of LIFTFAST.
At the start of the LIFTFAST operation, the variable
is set internally by the NC to the value "1".
The variable must be reset to the initial state ($AC_LIFTFAST=0)
by the evaluating program (if available), in order to be able to
detect a subsequent LIFTFAST.
0: Initial state
1: LIFTFAST has been executed
- 0 0 1 UWord r
Multi-line: yes 1 1
acMea $AC_MEA
Touch probe has switched
No. of touch probe
- 0 0 1 UWord r
Multi-line: yes No. of touch probe 2
acMeasActPlane $AC_MEAS_ACT_PLANE
Plane setting for measurement calculation
0: G17, 1: G18, 2: G19
- 0 2 Long Integer wr
Multi-line: yes 1 1
acMeasChbfr $AC_MEAS_CHBFR
Channel basic frame screen form for setting up the new frame
- 0 0 Long Integer wr
Multi-line: no
acMeasChsfr $AC_MEAS_CHSFR
System frame bit screen form for setting up the new frame
- 0 0 Long Integer wr
Multi-line: no
acMeasCornerAngle $AC_MEAS_CORNER_ANGLE
Calculated cutting angle of corner
Degree, user defined Double r
Multi-line: yes 1 1
acMeasCornerSetangle $AC_MEAS_CORNER_SETANGLE
User-selectable setpoint cutting angle of corner
Permissible input range between 0 and 180 degrees
Degree, user defined 0 180.0 Double wr
Multi-line: yes 1 1
acMeasDNumber $AC_MEAS_D_NUMBER
Selected tool edge number
- 0 Long Integer wr
Multi-line: yes 1 1
acMeasDiameter $AC_MEAS_DIAMETER
Calculated diameter
mm, inch, user defined Double r
Multi-line: yes 1 1
acMeasDirApproach $AC_MEAS_DIR_APPROACH
Approach direction towards workpiece
0: +x 1: -x 2: +y 3: -y 4: +z 5: -z
- 0 5 Long Integer wr
Multi-line: yes 1 1
acMeasFineTrans $AC_MEAS_FINE_TRANS
Correction in fine offset
0: Correction in coarse translation
1: Correction in fine translation
- 0 1 Long Integer wr
Multi-line: yes 1 1
acMeasFrameSelect $AC_MEAS_FRAME_SELECT
The frame calculated during workpiece measurement is
entered in the selected frame.
0: $P_SETFR
10.. 25: $P_CHBFR[0..15]
50.. 65: $P_NCBFR[0..15]
100.. 199: $P_UIFR[0..99]
1010..1025: $P_CHBFR[0..15]
1050..1065: $P_NCBFR[0..15]
- 0 1065 Long Integer wr
Multi-line: yes 1 1
acMeasInput $AC_MEAS_INPUT[n]
Data for the workpiece and tool measurement
- 0 Double wr
Multi-line: yes Index 10
acMeasLatch $AC_MEAS_LATCH
Save measuring points for workpiece and tool measurement
acMeasNcbfr $AC_MEAS_NCBFR
Global basic frame screen form for setting up the new frame
- 0 0 Long Integer wr
Multi-line: no
acMeasP1Coord $AC_MEAS_P1_COORD
Coordinate system of the 1st measuring point
0: Work 1: BCS 2: MCS
- 0 0 Long Integer wr
Multi-line: no
acMeasP2Coord $AC_MEAS_P2_COORD
Coordinate system of the 2nd measuring point
0: Work 1: BCS 2: MCS
- 0 0 Long Integer wr
Multi-line: no
acMeasP3Coord $AC_MEAS_P3_COORD
Coordinate system of the 3rd measuring point
0: Work 1: BCS 2: MCS
- 0 0 Long Integer wr
Multi-line: no
acMeasP4Coord $AC_MEAS_P4_COORD
Coordinate system of the 4th measuring point
0: Work 1: BCS 2: MCS
- 0 0 Long Integer wr
Multi-line: no
acMeasPframe $AC_MEAS_PFRAME
Programmable frame is not included
- 0 0 1 Long Integer wr
Multi-line: no
acMeasResults $AC_MEAS_RESULTS[n]
Measurement results
- Double r
Multi-line: yes Index 10
acMeasScaleunit $AC_MEAS_SCALEUNIT
Unit of measurement for input and output values
0: Unit of measurement as configured
1: Unit of measurement in relation to active G code G70/G700/G71/G710
- 0 Long Integer wr
Multi-line: yes 1 1
acMeasSema $AC_MEAS_SEMA
Variable for disabling and enabling the measurement interface
0: Not assigned
1: Assigned
- 0 0 1 Long Integer wr
Multi-line: yes 1 1
acMeasSetCoord $AC_MEAS_SET_COORD
Coordinate system of the set point
0: Work 1: BCS 2: MCS
- 0 0 Long Integer wr
Multi-line: no
acMeasTNumber $AC_MEAS_T_NUMBER
Selected tool number
- 0 Long Integer wr
Multi-line: yes 1 1
acMeasToolLength $AC_MEAS_TOOL_LENGTH
Calculated tool length
mm, inch, user defined Double r
Multi-line: yes 1 1
acMeasToolMask $AC_MEAS_TOOL_MASK
Tool setting for the measurement calculation
Bit 0: Tool radius is not included in the calculation
- 0 0 Long Integer wr
Multi-line: no
acMeasType $AC_MEAS_TYPE
Measurement type specification
0: Default
1: x edge
2: y edge
3: z edge
4: Corner 1
5: Corner 2,
6: Corner 3
7: Corner 4
8: Hole
9: Shaft
10: Tool length
11: Tool diameter
12: Groove
13: Web
14: Actual value setting for geo and special axes
15: Actual value setting for special axes only
16: Edge_2P
17: Plane_Angles
18: Plane_Normal
19: Dimension_1
20: Dimension_2
21: Dimension_3
- 0 0 21 Long Integer wr
Multi-line: yes 1 1
acMeasUifr $AC_MEAS_UIFR
Settable data management frame for setting up the new frame
- 0 0 99 Long Integer wr
Multi-line: no
acMeasValid $AC_MEAS_VALID
Validity bits for measurement input values
Bit 0: $AA_MEAS_POINT1[axis]
Bit 1: $AA_MEAS_POINT2[axis]
Bit 2: $AA_MEAS_POINT3[axis]
Bit 3: $AA_MEAS_POINT4[axis]
Bit 4: $AA_MEAS_SETPOINT[axis]
Bit 5: $AC_MEAS_WP_SETANGLE
Bit 6: $AC_MEAS_CORNER_SETANGLE
Bit 7: $AC_MEAS_T_NUMBER
Bit 8: $AC_MEAS_D_NUMBER
Bit 9: $AC_MEAS_DIR_APPROACH
Bit 10: $AC_MEAS_ACT_PLANE
Bit 11: $AC_MEAS_FRAME_SELECT
Bit 12: $AC_MEAS_TYPE
Bit 13: $AC_MEAS_FINE_TRANS
- 0 Long Integer wr
Multi-line: yes 1 1
acMeasWpAngle $AC_MEAS_WP_ANGLE
Calculated workpiece position angle
Degree, user defined Double r
Multi-line: yes 1 1
acMeasWpSetangle $AC_MEAS_WP_SETANGLE
User-selectable setpoint workpiece position angle
Permissible input range less than +/- 90 degrees
Degree, user defined -90.0 90.0 Double wr
Multi-line: yes 1 1
acMonMin $AC_MONMIN
Ratio of the actual tool monitoring value to the setpoint
- 0 0 Double r
Multi-line: yes 1 1
acMsNum $AC_MSNUM
Number of the master spindle
0: No spindle available
1..n: Number of the master spindle
- 0 0 UWord r
Multi-line: yes 1 1
acMthNum $AC_MTHNUM
Number of the current master tool holder.
Is only meaningful with active magazine management.
0: No master tool holder available
1..n: Number of the master tool holder
- 0 0 UWord r
Multi-line: yes 1 1
acOTol $AC_OTOL
acOTol provides the orientation tolerance for compressor and smoothing which was used to preprocess the current
main run block.
Degree, user defined 0 0 Double r
Multi-line: yes 1 1
acOvr $AC_OVR
Path override for synchronous actions (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acPRTimeA
For simulation: Estimation of program runtime in seconds - downtime
s, user defined Double wr
Multi-line: yes 1 1
acPRTimeM
For simulation: Estimation of program runtime in seconds - machining time
s, user defined Double wr
Multi-line: yes 1 1
acPathAcc $AC_PATHACC
Path acceleration for real-time events
m/s2, 1000 inch/ s2, user
0 0 Double r
defined
Multi-line: yes 1 1
acPathJerk $AC_PATHJERK
Path jerk for real-time events
mm/s3, 1000 inch / s3, user
0 0 Double r
defined
Multi-line: yes 1 1
acPathn $AC_PATHN
Normalized path parameter (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acPlcOvr $AC_PLC_OVR
Path override for synchronized actions specified by the PLC
- 100 0 Double r
Multi-line: yes 1 1
acPltbb $AC_PLTBB
Path length from the beginning of the block in the BCS (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acPlteb $AC_PLTEB
Path length to the end of the block in the BCS (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acPrepActLoad $AC_PREP_ACT_LOAD
Current preprocessing run time
- 0 0 Double r
Multi-line: yes 1 1
acPrepActLoadGross $AC_PREP_ACT_LOAD_GROSS
Current preprocessing gross run time
- 0 0 Double r
Multi-line: yes 1 1
acPrepMaxLoad $AC_PREP_MAX_LOAD
Longest preprocessing run time
- 0 0 Double r
Multi-line: yes 1 1
acPrepMaxLoadGross $AC_PREP_MAX_LOAD_GROSS
Longest preprocessing gross run time
- 0 0 Double r
Multi-line: yes 1 1
acPrepMinLoad $AC_PREP_MIN_LOAD
Shortest preprocessing run time
- 0 0 Double r
Multi-line: yes 1 1
acPrepMinLoadGross $AC_PREP_MIN_LOAD_GROSS
Shortest preprocessing gross run time
- 0 0 Double r
Multi-line: yes 1 1
acProg $AC_PROG
Program status
(identical to progStatus but with coding that corresponds to $AC_PROG)
0: aborted (reset)
1: halted (stop)
2: running (active)
3: waiting
4: interrupted
- 0 UWord r
Multi-line: yes 1 1
acPtpSup
Cartesian point-to-point travel (PTP) is supported by transformation
0: Cart. PTP travel is not supported
1: Cart. PTP travel is supported
- 0 0 1 UWord r
Multi-line: yes 1 1
acSafeSynaMem $AC_SAFE_SYNA_MEM
Free Safety synchronized action elements
The maximum number of elements is configured in $MC_MM_NUM_SAFE_SYNC_ELEMENTS
- 0 0 UWord r
Multi-line: yes 1 1
acStat $AC_STAT
Channel status
(identical to chanStatus but with coding that corresponds to $AC_STAT)
0: reset
1: interrupted
2: active
- 0 UWord r
Multi-line: yes 1 1
acSynaMem $AC_SYNA_MEM
Free memory for synchronous actions: Shows how many elements of the memory set with
$MC_MM_NUM_SYNC_ELEMENTS are still free.
- UWord r
Multi-line: yes 1 1
acSyncActLoad $AC_SYNC_ACT_LOAD
Current runtime for synchronized actions of the last IPO cycle in the channel
- 0 0 Double r
Multi-line: yes 1 1
acSyncAverageLoad $AC_SYNC_AVERAGE_LOAD
Average runtime for synchronized actions of an IPO cycle in the channel
- 0 0 Double r
Multi-line: yes 1 1
acSyncMaxLoad $AC_SYNC_MAX_LOAD
Longest runtime for synchronized actions of an IPO cycle in the channel
- 0 0 Double r
Multi-line: yes 1 1
acTaneb $AC_TANEB
Tangent angle at the block end point
- 0 0 Double r
Multi-line: yes 1 1
acTc $AC_TC
Active tool carrier
- 0 0 Long Integer r
Multi-line: yes 1 1
acTcAckt $AC_TC_ACKT
Trigger variable ACKnowledgeTrigger always assumes a value of 1
for an IPO cycle when the PLC acknowledges a command of the tool management.
- 0 Long Integer r
Multi-line: yes 1 1
acTcCmdt $AC_TC_CMDT
Trigger variable: CoMmadTrigger always assumes a value of 1 for an
IPO cycle when a new command of the magazine management is output to the PLC.
- 0 Long Integer r
Multi-line: yes 1 1
acThreadPitch $AC_THREAD_PITCH
Programmed lead
- 0 Double r
Multi-line: yes 1 1
acThreadPitchAct $AC_THREAD_PITCH_ACT
Current lead
- 0 Double r
Multi-line: yes 1 1
acThreadPitchInc $AC_THREAD_PITCH_INC
Current lead change
- 0 Double r
Multi-line: yes 1 1
acTime $AC_TIME
Time from the beginning of the block in seconds (Note: for SYNACT only)
s Double r
Multi-line: yes 1 1
acTimec $AC_TIMEC
Time from the beginning of the block in interpolation cycles (Note: for SYNACT only)
IPO cycle Double r
Multi-line: yes 1 1
acToolOAct $AC_TOOLO_ACT
Supplies the setpoint value of the current tool orientation.
The orientation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 Double r
Multi-line: no
acToolODiff $AC_TOOLO_DIFF
Supplies the angle remaining between the current and end vectors of the tool orientation block
- 0 0 180 Double r
Multi-line: yes 1 1
acToolOEnd $AC_TOOLO_END
Supplies the end orientation of the current block.
The orientation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 Double r
Multi-line: yes 1: X component 3
acToolRAct $AC_TOOLR_ACT
Setpoint of the tool rotation.
The orientation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 1 Double r
Multi-line: yes 1: X component 3
acToolRDiff $AC_TOOLR_DIFF
Angle remaining between the current and end rotation vectors of the tool orientation block
- 0 0 180 Double r
Multi-line: yes 1 1
acToolREnd $AC_TOOLR_END
End rotation vector of the current block
The orientation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 1 Double r
Multi-line: yes 1: X component 3
acTotalOvr $AC_TOTAL_OVR
Total path override for synchronized actions
- 100 0 Double r
Multi-line: yes 1 1
acTrafo $AC_TRAFO
Code number of the active transformation (encoded as for $AC_TRAFO)
- UWord r
Multi-line: yes 1 1
acTrafoChain $AC_TRAFO_CHAIN
Active chained transformation
Code numbers of the chained transformations of the active TRACON corresponding
to machine data $MC_TRAFO_TYPE_m.
0: No master tool holder available
1..n: Number of the master tool holder
- 0 0 UWord r
Multi-line: yes Index of the chained transformation 4
acTrafoPar $AC_TRAFO_PAR[n]
Supplies the value of parameter 'n' of the current transformation, e.g. the cylinder diameter in the case of TRACYL
- Double r
Number of the parameter
Multi-line: yes (dependent on the transformation 8
type)
acTrafoParSet $AC_TRAFO_PARSET
Number of current transformation data record.
The variable is '0' if no transformation is active.
- 0 UWord r
Multi-line: yes 1 1
acVactB $AC_VACTB
Path velocity in basic coordinate system
mm/min, inch/min, user
0 Double r
defined
Multi-line: yes 1 1
acVactBf $AC_VACTBF
Path velocity in the BCS.
FGroup and FGREF are taken into account.
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: yes 1 1
acVactWf $AC_VACTWF
Path velocity in the workpiece coordinate system.
FGroup and FGREF are taken into account.
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: yes 1 1
acVactw $AC_VACTW
Path velocity in the work piece coordinate system (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
acVc $AC_VC
Additive path feedrate correction value for synchronous actions (Note: for SYNACT only)
- Double r
Multi-line: yes 1 1
actDLNumber ??
Number of active total offset DL
- UWord r
Multi-line: yes 1
actDLNumberS ??
Corresponds to actDLNumber for block search with calculation
Caution: This variable is not available for the Variable Service,
but only for logging in the case of block search events!.
- UWord r
Multi-line: yes 1
actDNumber $P_TOOL
Number of active tool edge
- 0 9 UWord r
Multi-line: no
actDNumberFanuc
With programming in ISO Dialect mode:
Offset memory number radius.
Assigned only in conjunction with ISO Dialect M external language.
- UWord r
Multi-line: yes 1 1
actDNumberS
Corresponds to actNumber for block search with calculation
Attention: This variable is available for protocolling block search events only, not for the Variable Service!
- UWord wr
Multi-line: yes 1 1
actDuploNumber
Duplo number of active tool
- 0 UWord r
Multi-line: no 1
actFeedRateIpo
Actual value of the interpolation feedrate. The actual value is the feed actually moved with. (depends on the
acceleration profiles, LookAhead, velocity limits etc. ) The variable 'feedRateIpoUnit' defines the physical unit.
mm/min, inch/min, user
Double r
defined
Multi-line: no
actFrameIndex $P_UIFRNUM
Index of the active set frame (index in G group 8 "Settable work offset"). Frames 0 - 4 (corresponds to G500 ... G57)
can be set in the standard version. The number of frames can be changed via machine data
MM_NUM_USER_FRAMES.
0 = no frame selected
1 = G54
2 = G55
3 = G56
4 = G57
5 = G505
to
99 = G599
- UWord r
Multi-line: no
actHNumberFanuc
With programming in ISO Dialect mode:
Offset memory number length.
Assigned only in conjunction with ISO Dialect M external language.
- UWord r
Multi-line: yes 1 1
actIpoType
Active interpolation mode used for the path motion. This date corresponds to a large degree to the SNCF:ncFktBin for
the first G-group.
The value differs for automatically generated intermediate blocks only. This is e.g. the case if two lines are connected
with an arc by the command RND. The value is the index of the active G-code (analog with SNCF:ncFktBin)
- UWord r
Multi-line: yes 1 1
actIpoTypeS
Active mode of interpolation applied during block searches.
This data is very similar to SNCF:ncFktBinS for the 1st G group.
Its value is different only in the case of automatically generated intermediate blocks,
such as when, for example, two straight lines are connected to an arc
by means of command RND.
The value is the index of the active G function (analogous to SNCF:ncFktBinS).
- UWord r
Multi-line: yes 1 1
actLanguage
Active language mode
0: Siemens
1: ISO mode
2: Reserviert for later language expansions
- UWord r
Multi-line: yes 1
actMasterToolHolderNo
Active number of the master tool holder.
Especially for $MC_RESET_MODE_MASK, Bit0=0, this is the value of
SETMS or SETMTH last programmed in the RESET status of the NCK.
Especially for $MC_RESET_MODE_MASK, Bit0=1, this is the value in the RESET status of the NCK for
$MC_SPIND_DEF_MASTER_SPIND (if $MC_TOOL_MANAGEMENT_TOOLHOLDER=0);
or $MC_TOOL_MANAGEMENT_TOOLHOLDER (if $MC_TOOL_MANAGEMENT_TOOLHOLDER > 0)
max. Anzahl der
- 1 UWord r
Kanalachsen
Multi-line: yes 1 1
actOriToolLength1
X component in workpiece coordinate system (WCS) of active tool length,
taking into account the tool orientation, incl. adapter data, mirroring and TCARR
(orientable toolholder).
- 0 Double r
Multi-line: yes 1 1
actOriToolLength2
Y component in workpiece coordinate system (WCS) of active tool length,
taking into account the tool orientation, incl. adapter data, mirroring and TCARR
(orientation-capable toolholder).
- 0 Double r
Multi-line: yes 1 1
actOriToolLength3
Z component in workpiece coordinate system (WCS) of active tool length,
taking into account the tool orientation, incl. adapter data, mirroring and TCARR
(orientation-capable toolholder).
- 0 Double r
Multi-line: yes 1 1
actParts $AC_ACTUAL_PARTS
Total number of workpieces machined in current run:
This counter registers the number of workpieces
machined since it started.
When the required number is reached, the counter is set
to zero automatically.
- 0 Double wr
Multi-line: no
actProgNetTime $AC_ACT_PROG_NET_TIME
The current net runtime of the current program, that is the time in which the program was stopped, is subtracted.
actProgNetTime is automatically reset to zero with the part program start in automatic mode, chanel status RESET.
The net runtime does not include the time during which the program pauses on account of override=0.
actProgNetTime can be further manipulated with progNetTimeTrigger.
Seconds
s, user defined 0 0 Double r
Multi-line: yes 1 1
actTNumber $P_TOOLNO W1
Number of active tool
- 0 32000 UWord r
Multi-line: no
actTNumberLong
Number of the active tool using flat D-numbers with up to 8 digits
- Long Integer r
Multi-line: yes 1 1
actTNumberS
Corresponds to actTNumber for block search with calculation.
Attention: This variable is available for protocolling the block search events only, not for the Variable Service!
- UWord wr
Multi-line: yes 1 1
actToolEdgeCenterPosEns
Corresponds to actToolEdgeCenterPosEns in the SEGA block
for the three geometry axes
The variable consists of three values of the DOUBLE type, i.e. is 24 bytes long.
- 0 0 Double r
Multi-line: yes 1 1
actToolIdent W1
Identifier of active tool
- "\0" String[32] r
Multi-line: no 1
actToolLength1 $P_TOOLL[1] W1
Active tool length 1
mm, inch, user defined Double r
Multi-line: no
actToolLength2 $P_TOOLL[2] W!
Active tool length 2
mm, inch, user defined Double r
Multi-line: no
actToolLength3 $P_TOOLL[3] W1
Active tool length 3
mm, inch, user defined Double r
Multi-line: no
actToolRadius $P_TOOLR W1
Active tool radius
mm, inch, user defined Double r
Multi-line: no
actTransform
Active transformation
- \0 String[32] r
Multi-line: yes 1 1
actWaCSCoordSys $AC_WORKAREA_CS_COORD_SYSTEM
Coordinate system of the active coordinate system-specific working area limitation
Identifier for the coordinate system in which the working area limitation is to apply.
The following are valid:
0: Working area limitation in the WCS
3: Working area limitation in the SZS
- 0 UWord r
Multi-line: yes 1 1
actWaCSLimitMinus $AC_WORKAREA_CS_LIMIT_MINUS
Position of the coordinate system-specific working area limitation in the negative direction for the addressed axis and
working area group.
Position of the working area limitation in the negative direction
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Channel axis index numMachAxes
actWaCSLimitPlus $AC_WORKAREA_CS_LIMIT_PLUS
Position of the coordinate system-specific working area limitation in the positive direction for the addressed axis and
working area group
Position of the working area limitation in the positive direction
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Channel axis index numMachAxes
actWaCSMinusEnable $AC_WORKAREA_CS_MINUS_ENABLE
The coordinate-specific working area limitation in the negative direction of actWaCSLimitMinus is valid.
TRUE: The value in the variable actWaCSLimitMinus is valid for the axis.
FALSE: There is no limitation in the coordinate-specific working area in the negative direction for this axis.
- 0 UWord r
Multi-line: yes Channel axis index numMachAxes
actWaCSPlusEnable $AC_WORKAREA_CS_PLUS_ENABLE
The coordinate system-specific working area limitation in the positive direction of actWaCSLimitPlus is valid.
TRUE: The value in the variable actWaCSLimitPlus is valid for the axis.
FALSE: There is no limitation for this axis in the positive direction in the coordinate-specific working area.
- 0 UWord r
Multi-line: yes Channel axis index numMachAxes
actWalimGroupNo $AC_WORKAREA_CS_GROUP
Active working area group in the IPO
Writing is only possible if the channel has been aborted or stopped
0: Not activated
n: $MC_MM_NUM_WORKAREA_CS_GROUPS
- 0 0 10 UWord wr
Multi-line: yes 1 1
allAxesStopped
Code specifying whether axes are in exact stop
0 = at least one axis is not in exact stop
1 = All axes in exact stop
- UWord r
Multi-line: no
basisFrameMask $P_CHBFRMASK
Display indicating which channel-specific basic frames are active
Every bit in the mask indicates whether the appropriate basic frame
is active. Bit0 = 1st basic frame, Bit1 = 2nd basic frame, etc.
- UWord r
Multi-line: yes 1 1
blockType $AC_BLOCKTYPE
Identifies the type of a block (programmed or generated internally)
0: No internally generated block
1: Internally generated block, but cannot be specified in detail
2: Block was generated on chamfering/rounding
3: Smooth approach and retraction (SAR)
4: Block was generated during tool offset
5: Block was generated on smoothing
6: Block was generated by TLIFT (tangential correction)
7: Block was generated during path segmentation
8: Block was generated by compile cycles
- 0 0 8 Long Integer r
Multi-line: yes 1 1
blockTypeInfo $AC_BLOCKTYPEINFO
Detailed information on block type
The value range and the meaning of this variable depend on the current
value of system variable blockType
Depending on the value of system variable blockType, different values are possible:
2. Chamfer/round: blockType = 2
2001: straight
2002: circle
3. SAR: blockType = 3
3001: Approach with straight
3002: Approach with quadrant
3003: Approach with semicircle
6. TLIFT: blockType = 6
6001: TLIFT block with linear movement of the tangential axis and without retraction movement.
6002: TLIFT block with non-linear tangential axis (polynomial)
and without retraction movement.
6003: TLIFT block with retraction movement; tangential axis movement and retraction movement
start simultaneously.
6004: TLIFT block with retraction movement; tangential axis will only start, if certain
retraction position has been reached.
cIn $C_IN[n]
Signal from PLC to cycle (reserved for
SIEMENS application, e.g. ShopMill/ManualTurn)
- UWord r
Multi-line: yes No. of input signal 16
cOut $C_OUT[n]
Signal from cycle to PLC (reserved for
SIEMENS application, e.g. ShopMill/ManualTurn)
- UWord r
Multi-line: yes No. of output signal 16
chanAxisNoGap
Display of existing axes, i.e. no axis gap in channel.
Bits 0-31 represent the axes of the channel.
Bitn = 0: Axis does not exist.
Bitn = 1: Axis does exist.
- 0 Long Integer r
Multi-line: yes 1 1
changeAxConfCounter
A counter which is incremented if the axes configuration has changed. This is the case, if e.g. geometry axes are
switched or axes have been changed between channels. The counter is set to 0 at PowerOn and it might overflow.
You cannot be sure, that the axes configuration actually has changed when the counter is incremented.
- UWord r
Multi-line: yes 1 1
cmdDwellTime
Programmed dwell time
See timeOrRevolDwell
- 0 0 Double r
Multi-line: yes 1 1
cmdFeedRateIpo $AC_F
Desired feedrate of the interpolation feedrate. The physical unit is defined in the variable 'feedRateIpoUnit'
mm/min, inch/min, user
Double r
defined
Multi-line: no
cmdFeedRateIpoS
Interpolation feed during search.
The physical unit is in the variable feedRateIpoUnitS
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: yes 1 1
cmdTrafoParS $P_TRAFO_PAR[n]
Supplies the value of parameter 'n' of the programmed transformation, e.g. the cylinder diameter in the case of
TRACYL
- Double r
Number of the parameter
Multi-line: yes (dependent on the transformation 8
type)
cmdTrafoParSetS $P_TRAFO_PARSET
Number of programmed transformation data record for block search
The variable is '0' if no transformation is active.
- 0 UWord r
Multi-line: yes 1 1
cmdTrafoS $P_TRAFO
Code number of programmed transformation for block search
Coding as for variable $AC_TRAFO
- 0 UWord r
Multi-line: yes 1 1
contourDev
Contour deviation
mm, inch, user defined Double r
Multi-line: no
corrBlActive
Incorrect block has occurred (correction block)
0 = no incorrect block
1 = incorrect block
- UWord r
Multi-line: no
cycServRestricted
Code whether restricted cyclic variable service is available.
This is a privileged variable: Cyclic result acknowledgements for this variable are produced even if the cyclic services
are no longer served by the NCK because of block cycle time problems.
Caution: Privileged variables lose this characteristic if they are mixed with non-privileged variables in one request. ->
Do not combine the variable cycServRestricted in a cluster with other variables!
0 = normal cycl. service
1 = no cyclic service (but acknowledgement)
- UWord r
Multi-line: no
delayFSt
Delay Feed Stop, Stop is delayed in the current program area
0: Stop in the current program area is effective immediately
1: Stop in the current program area is effective after a delay
2: Stop in the current program area is effective immediately (same as 0), although
a stop delay area was programmed in the parts program.
(This means that the NCK could not switch on the stop delay area.)
- 0 0 2 UWord r
Multi-line: yes 1 1
direction
Traversing direction
0 = normal travel
1 = forward travel
2 = reverse travel
3 = reference point cycle
4 = stop state
- UWord r
Multi-line: no
enableOvrRapidFactor
Activate additional rapid traverse override $SC_OVR_RAPID_FACTOR
0: not activated
1: activated
- 0 0 1 UWord wr
Multi-line: yes 1 1
feedRateIpoOvr
Interpolation feedrate, override
% Double r
Multi-line: no
feedRateIpoUnit
Interpolation feedrate, units
0 = mm/min
1 = mm/rev
2 = inch/min
3 = inch/rev
- UWord r
Multi-line: no
feedRateIpoUnitS
Interpolation feed, units during search
0 = mm/min
1 = mm/rev
2 = inch/min
3 = inch/rev
- 0 0 UWord r
Multi-line: yes 1 1
incoapB $P_INCOAP_B
Boolean supply and return parameter(s) of the COA application cutting generator
- 0 0 1 UWord wr
Multi-line: yes Array index incoapSize[1]
incoapC $P_INCOAP_C
CHAR supply and return parameter(s) of the COA application cutting generator
- 0 0 255 UWord wr
Multi-line: yes Array index incoapSize[2]
incoapI $P_INCOAP_I
INT supply and return parameter(s) of the COA application cutting generator
- 0 UDoubleword wr
Multi-line: yes Array index incoapSize[3]
incoapR $P_INCOAP_R
DOUBLE supply and return parameter(s) of the COA application cutting generator
- 0 Double wr
Multi-line: yes Array index incoapSize[4]
incoapS16 $P_INCOAP_S16[]
CHAR16 supply and return parameter(s) of the COA application cutting generator
- 0 String[16] wr
Multi-line: yes Array index incoapSize[5]
incoapS160 $P_INCOAP_S160[]
CHAR160 supply and return parameter(s) of the COA application cutting generator
- 0 String[160] wr
Multi-line: yes Array index incoapSize[6]
incoapS32 $P_INCOAP_S32[]
CHAR32 supply and return parameter(s) of the COA application cutting generator
- 0 String[32] wr
Multi-line: yes Array index incoapSize[6]
incoapSize $P_INCOAP_SIZE[]
Array size of the supply and return parameters of the COA application cutting generator
- 0 0 UWord wr
Multi-line: yes 1: Array size of $incoapB 7
isoActHDNo $P_ISO2_HNO[n],$P_ISO2_DNO,$P_ISO3_NO
The following applies to rows 1- 4:
This value is only practical if ISO2 mode is permissible.
This value contains the H number of the tool length offsets in the 3 geometry dimensions in rows 1 - 3 and the D
number of the tool radius offset.
If H99 is programmed, then
all 3 geometry dimensions (=rows 1-3) have the value "-1"
the radius (= row 4) has the value "-1"
If H=D ($MN_EXTERN_TOOLPROG_MODE,Bit6=0), then these variables contain the last programmed D or H.
If an offset D > 1 is selected in Siemens mode, all rows have the value "-2".
If ISO2 mode cannot be activated ($MN_MM_EXTERN_CNC_SYSTEM != 4), the variable has the value=-3.
The following applies to row 5:
This value is only practicable if ISO3 mode is permissible.
This value contains the current number of tool offsets in ISO3 mode.
If an offset D > 1 is selected in Siemens mode, the value "-2" is returned.
If ISO3 mode cannot be activated ($MN_MM_EXTERN_CNC_SYSTEM != 5), the variable value =-3.
-3: ISO2 or ISO3 mode inactive
-2: Siemens offset selected with D > 1.
-1: H99 programmed in ISO mode, Siemens offset D1 active
- 0 short Integer r
Multi-line: yes 1: H number for L1 in ISO2 mode 5
ludAccCounter
Counter indicating that a new LUD ACC is available. If subprograms are called during an automatic program execution,
a new set of LUDs becomes valid. In order to indicate to the MMC that it has to modify the display of the LUDs,
respectively that the validity of the LUDs has changed, the variable 'ludAccCounter' is incremented. It is only necessary
for the MMC to inquire a change of the variable's value, the value itself is of no importance.
- UWord r
Multi-line: no
markActiveList
Status array for the active marker in channel m.
The first element (markActiveList[1] ) of the array specifies the currently active marker number of this channel (channel
m).
The second element ( markActiveList[2] ) specifies bit-coded whether channel m is still waiting for the mark to
be reached in the other channels (channel n), in short "waiting status".
ncProgEndCounter
Counter which is incremented
as soon as the NCK has processed an end of program.
- 0 0 UWord r
Multi-line: yes 1 1
ncResetCounter
Counter which is incremented with each 0->edge of
the Reset key
- 0 0 UWord r
Multi-line: yes 1 1
ncStartCounter
Counter for the NC-start key. Pressing this key increments the variable 'ncStartCounter'. The value of the variable can
be ignored, the MMC must just inquire the change of the variable to see whether the start-key has been pressed.
- UWord r
Multi-line: no
ncStartSignalCounter
Counter that is incremented
as soon as the channel-specific NC start signal has been activated in the VDI interface.
- 0 0 UWord r
Multi-line: yes 1 1
numChanAlarms
Number of present channel-specific alarms
- UWord r
Multi-line: no
numToolHolders $P_MAGNS
Number of tool holders/ spindles (buffer locations of the location type = spindle) from the magazine configuration of the
TOA which are allocated to the channel. The number of tool holders / spindles is solely a function of the magazine
configuration and does not change during an NC program execution.
Value = 0, if there is no magazine configuration or the TMMG (tool management magazines) is not present in the NC.
- 0 0 numMachAxes UWord r
Multi-line: no 1
numTraceProtocEventType
Logging: Number of standard event types
- 0 UWord r
Multi-line: yes User No. (1-10) 10
numTraceProtocOemEventType $MM_PROTOC_NUM_ETP_OEM_TYP
Logging: Number of OEM event types
- 0 UWord r
Multi-line: yes User No. (1-10) 10
oldProgNetTime $AC_OLD_PROG_NET_TIME
oldProgNetTime is the net runtime of the just correctly ended program.
That is the program was not canceled with RESET, but terminated normally with M30.
If a new program is started, oldProgNetTime remains unaffected until M30 is reached again.
The implicit procedure of copying actProgNetTime to oldProgNetTime takes place only if progNetTimeTrigger is not
written.
oldProgNetTime is reset to zero with the PI "Select program".
Seconds
s, user defined 0 0 Double r
Multi-line: yes 1 1
oldProgNetTimeCounter $AC_OLD_PROG_NET_TIME_COUNT
This is zero in the power ON status. oldProgNetTimeCounter is always increased when the NCK has newly written
oldProgNetTime.
This enables the user to ensure that oldProgNetTime has been written, that is, if the user cancels the current program
with reset, oldProgNetTime and oldProgNetTimeCounter remain unchanged.
Note: Two programs running consecutively can have identical runtimes and be correctly terminated.
The user can then only detect this by the changed oldProgNetTimeCounter.
Modification counter
- 0 0 UWord r
Multi-line: yes 1 1
pCutInv $AC_CUT_INV
States that a turning tool is rotated against the machining plane
(typically through 180 degrees around the C axis with G18) such that the
direction of spindle rotation has to be inverted.
FALSE, TRUE
- 0 0 1 UWord r
Multi-line: yes 1 1
pCutInvS
States that a turning tool is rotated against the machining plane
(typically through 180 degrees around the C axis with G18) such that the
direction of spindle rotation has to be inverted.
For block search.
FALSE, TRUE
- 0 0 1 UWord r
Multi-line: yes 1 1
pCutMod $AC_CUTMOD
Reads the current valid value that was last programmed with the language command CUTMOD
(number of the tool carrier for which the cutting edge data modification is to be activated).
If the last programmed value was CUTMOD = -2 (activation with the currently active tool carrier with orientation
capability),
the value -2 is not returned but the number of the active tool carrier with orientation capability at the time of
programming.
-2, 999999
- 0 0 1 Long Integer r
Multi-line: yes 1 1
pCutModS
Reads the current valid value that was last programmed with the language command CUTMOD
(number of the tool carrier for which the cutting edge data modification is to be activated).
If the last programmed value was CUTMOD = -2 (activation with the currently active tool carrier with orientation
capability),
the value -2 is not returned but the number of the active tool carrier with orientation capability at the time of
programming.
For block search
-2, 999999
- 0 0 1 Long Integer r
Multi-line: yes 1 1
pEgBc $P_EG_BC[a]
Electronic gear:
Block change criterion. Important for EGON, EGONSYN
0: NOC Block change is performed immediately
1: IPOSTOP Block change is performed with setpoint synchronism
2: COARSE Block change is performed with "Synchronism coarse"
3: FINE Block change is performed with "Synchronism fine"
- 3 0 3 UWord r
Multi-line: yes (Axis index of slave axis + 1) numMachAxes
pMthSDC $P_MTHSDC
Master tool holder no. or master spindle no. is determined with reference to the active tool for the next D offset
selection. This is important if the master spindle changes after the last tool change.
>0 Successful read access
0 No master tool holder or no master spindle available.
The next D offset works with TO.
-1 TMMG not available
- 0 0 numMachAxes Long Integer r
Multi-line: no 1
pOffn $P_OFFN
Last programmed offset normal
- 0 Double r
Multi-line: no
pTCutMod $P_AD[2]
Angle of rotation for modification of edge position and cutting direction
Angle between 0 and 360 degrees
Degree 0 0 360 Double r
Multi-line: yes 1 1
pTCutModS
Angle of rotation for edge position and
cutting direction for block search
Angle between 0 and 360 degrees
Degree 0 0 360 Double r
Multi-line: yes 1 1
pTc $P_TC
The active orientatable toolholder
- 0 0 UWord r
Multi-line: yes 1 1
pTcAng $P_TCANG[n]
The current angles of the two axes of an orientation-capable toolholder
Degree 0 Double r
Multi-line: yes Axis no. of toolholder 2
pTcDiff $P_TCDIFF[n]
The difference between the exact and the actually used
angles of the two axes of
an orientation-capable toolholder
Degree 0 Double r
Multi-line: yes Axis no. of toolholder 2
pTcNum $P_TCNUM
Number of available orientable tool carriers in the channel
- 0 0 UWord r
Multi-line: yes 1 1
pTcSol $P_TCSOL
Number of solutions (configuration options for rotary
axes) on selection of an orientatable toolholder. The variable
value can be between 0 and 2, where 0 to 2 means either none,
1 solution or 2 solutions.
- 0 0 UWord r
Multi-line: yes 1 1
pTcStat $P_TCSTAT
Specifies the status of an orientable tool carrier.
The variable is bit-coded with the following meanings:
0x0001 The first rotary axis is available
0x0002 The second rotary axis is available
0x0004 The angles used for the calculation come from an orientation in the frame direction
0x0008 The angles used for the calculation have been absolutely defined
0x0010 The polar axis angle is not defined in the case of orientation in the frame direction
pToolO $P_TOOLO
Supplies the current tool orientation
The orientation vector is normalized, i.e. it has the value 1.
- 0 -1 1 Double r
Multi-line: yes 1: X component 3
pToolRot $P_TOOLROT
Current tool rotation
The rotation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 1 Double r
Multi-line: yes 1: X component 3
paAccLimA $PA_ACCLIMA[a]
Axial acceleration override in run in
1-200
- 100 1 200 UWord r
Multi-line: yes (Axis index ) numMachAxes
paJerkLimA $PA_JERKLIMA[a]
Axial jerk override in run in
1-200
- 100 1 200 UWord r
Multi-line: yes (Axis index ) numMachAxes
paVeloLimA $PA_VELOLIMA[a]
Axial velocity override in run in
1-200
- 100 1 200 UWord r
Multi-line: yes (Axis index ) numMachAxes
progDLNumber
Dummy - do not use!
- UWord r
Multi-line: no
progDNumber
Dummy - do not use!
- UWord r
Multi-line: no
progDuploNumber
Duplo number of programmed tool (does not yet have to be active)
- 0 UWord r
Multi-line: no 1
progNetTimeTrigger $AC_PROG_NET_TIME_TRIGGER
Serves for the selective measurement of program sections, that is the time measurement can be switched on and off
again by the program by writing progNetTimeTrigger.
Certain values of progNetTimeTrigger are given a special function in order to fully exploit all trigger options:
0 Neutral:
The trigger is not active, the value is taken from reset with the start key.
1 Terminate:
Terminates the measurement and copies actProgNetTime -> oldProgNetTime. actProgNetTime is set to zero and then
runs on again.
2 Start:
Starts the measurement and sets actProgNetTime to zero. oldProgNetTime remains unchanged.
3 Stop:
Stops the measurement. Does not change oldProgNetTime and holds actProgNetTime constant until resume.
4 Resume:
Resumption of the measurement, that is a previously stopped measurement is resumed.
actProgNetTime runs on. oldProgNetTime remains unchanged.
- 0 0 4 UWord r
Multi-line: yes 1 1
progTNumber
Number of programmed tool
- UWord r
Multi-line: no
progTNumberLong
Number of the programmed tool using flat D-numbers with up to 8 digits
- 0 Long Integer r
Multi-line: yes 1 1
progToolIdent
Identifier of programmed tool (does not yet have to be active)
- "\0" String[32] r
Multi-line: no 1
progUsekt
Programmed value of the command $P_USEKT.
Bit-coded data for the programmed tool subgroup
available for the tool change.
- 0 0 0xF Long Integer r
Multi-line: no
progWaitForEditUnlock
The interpreter is waiting until the editor has saved the specified parts
program and has enabled it by means of _N_F_MODE
- 0 String[160] r
Multi-line: yes 1 1
protAreaCounter
Counter is incremented by 1 every time a
protection zone (block PA) is modified
- UWord r
Multi-line: yes 1 1
protocHmiEvent
Logging: When writing, the defined event is activated during preprocessing.
49: HMI_TRIG_1
50: HMI_TRIG_2
51: HMI_TRIG_3
- 0 UWord wr
Multi-line: yes User No. (1-10) 10
protocUserActive $MM_PROTOC_USER_ACTIVE
Logging: Displays active users
0: User inactive
1: User active
- 0 0 1 UWord r
Multi-line: yes User No. (1-10) 10
rapFeedRateOvr
Rapid traverse override
% Double r
Multi-line: no
remainDwellTime
Remaining dwell time
See timeOrRevolDwell
- 0 0 Double r
Multi-line: yes 1 1
reqParts $AC_REQUIRED_PARTS
Number of required workpieces (workpiece requirement):
The workpiece count at which the number of current
workpieces $AC_ACTUAL_PARTS is set to zero can be
defined in this counter.
- 0 Double wr
Multi-line: no
rotSys $AC_ROT_SYS
Reference system for orientation movements with cartesian manual traversal
0: Axis-specific manual traversal active
1: Cartesian manual traversal in basic coordinate system active
2: Cartesian manual traversal in workpiece coordinate system active
3: Cartesian manual traversal in tool coordinate system active
- 0 0 3 UWord r
Multi-line: yes 1 1
searchRunMode
Type of function in which search run has been integrated
1: Search run is used directly
2: Simulation search run
3: Execute program area
The user can preselect a program area via HMI with "Execute program area",
which he/she would like to execute "real" on the machine.
To do this, the NCK uses an internal block search to approach the start of the
program area (abbreviation: APb) correctly. Internal cancellation at the end of the program area
(abbreviation: EPb) via reset.
0: Otherwise
- 0 1 3 UWord r
Multi-line: yes Axis index of the following axis numMachAxes
searchRunStatus
Status of the search run
1: activeSearchRun
Simulation active, that is the NCK simulates the part program from the start
to the agreed search target (or APb) in order to find, among other things, the correct starting
position of the search target block.
2: targetFound
The search target has been found and the NCK is waiting for the Start button.
Simulation has finished.
3: activeAdaption
After the start, the NCK outputs action blocks which set the machine to
the search target (M± function output, spindle speeds) and, if applicable,
starts an ASUB in which the user uses the ASUB program to adapt the machine
to the part program situation in the target block.
(For example, a programmed tool is read and a tool-changing cycle
exchanges it with the current tool.) The NCK stops automatically after the
action blocks or after the ASUB with alarm 10208.
4: finishedAdaption
The NCK waits for the start.
5: activeStopRun
After the adaptation, the REPOS function goes to the target block, and then
the execution of the program is resumed. The NCK executes the program
area after the target block, but is still within the function Execute program area.
The blocks are scanned to see whether the end of the program area (EPb) could
already have been reached. The program is cancelled at EPb with reset
and searchRunStatus is cleared.
0: Otherwise
- 0 1 5 UWord r
Multi-line: yes 1 1
seruproMasterChanNo
The search type SERUPRO (search via program testing) may be
started simultaneously in several channels in order to start a channel grouping
correctly. A search target must be specified in one channel (master channel) in the grouping.
The other channels do not need a search target, they wait until they have reached a
stop condition and the master channel has reached the search target. These channels generally
stop at WAIT marks. The variable seruproMasterChanNo defines the master channel.
- 0 0 numChannels UWord wr
Multi-line: yes 1 1
seruproMasterNcuNo
The search type SERUPRO (search via program testing) may be
started simultaneously in several channels in order to start a channel grouping
correctly. A search target must be specified in one channel (master channel) in the grouping.
The other channels do not need a search target, they wait until they have reached a
stop condition and the master channel has reached the search target. These channels generally
stop at WAIT marks. The variable seruproMasterChanNo defines the master channel.
seruproMasterNcuNo specifies the master channel in more detail if it is not on the active NCU.
- 0 0 $MN_MM_LINK_NUM_OF_MODULES UWord wr
Multi-line: yes 1 1
simTolerance keine
The NCK simulation can run part programs at a higher speed (see PI _N_NCKMOD).
Only then is simTolerance evaluated and it ONLY affects geometry blocks that have not been programmed as circles
or straight lines.
These blocks are slowed down so that two successive interpolation points can be connected by a straight line.
This straight line deviates from the programmed contour by not more than 'simTolerance'.
mm, inch, user defined 0 Double wr
Multi-line: no
simulationSupport
Block information for the support of the JobShop simulation
Bit0: Change of the transformation in the curr. block
Bit1: Change of the frame in the curr. block
Bit2: Curr. block in an action block
Bit3: Curr. block in the last action block
Bit4: Curr. block has PTP active (as of 510600)
- 0 0 UWord r
Multi-line: no 1
simulationSupportS
Block information for the support of the JobShop simulation during search
Bit0: -
Bit1: -
Bit2: -
Bit3: -
Bit4: Curr. block has PTP active
- 0 0 UWord r
Multi-line: no 1
specParts $AC_SPECIAL_PARTS
Number of current workpieces as defined by user:
This counter enables the user to define his own
workpiece count. The counter is reset to zero automatically
only when the control system boots on defaults.
- 0 Double wr
Multi-line: no
splitBlock $AC_SPLITBLOCK
Identifier of internally splitted blocks
0: A BLOCK programmed unchanged
(a BLOCK generated by the compressor is regarded as programmed BLOCK):
<>0: BLOCK was shortened or is an internally generated BLOCK; the following values are possible:
1: It is an internally generated BLOCK or a shortened original BLOCK
3: It is the last block in a chain of internally generated
blocks or shortened original blocks.
- 0 0 2 Long Integer r
Multi-line: yes 1 1
startLockState
Status of the global start disable.
Also see PI _N_STRTLK and _N_STRTUL.
0: No start disable
1: Start disable is switched on and program is not running
2: Start disable is switched on and program is running nevertheless
The NCK changes from 2->1 as soon as the program is stopped.
- 0 0 2 UWord r
Multi-line: yes 1 1
startRejectCounter
Counter that is incremented
as soon as an NC start is rejected due to a global start
disable (see _N_STRTLK) or a program-specific
start disable (see _N_F_STLO).
- 0 0 UWord r
Multi-line: yes 1 1
stopCond
Replaced by stopCondNew
- 0 0 UWord r
Multi-line: yes 1 1
stopCondChangeCounter
Modification counter for stop states.
Is incremented as soon as one of the stop states has changed.
- UWord r
Multi-line: yes 1 1
stopCondNew
Number of the NC stop state
More than one stop state can be active simultaneously.
The highest priority stop state appears below the first line, this is followed by those with lower priorities.
The documentation explains the meanings of the individual stop states.
- 0 0 UWord r
Multi-line: yes Number of the active stop state stopCondNum
stopCondNum
Number of active stop states.
Specifies the number of occupied lines in stopCond
- UWord r
Multi-line: yes 1 1
stopCondPar
Replaced by stopCondParNew
- UWord r
Multi-line: yes 1
stopCondParA
Stop state parameter(s).
More than one stop state can be active simultaneously. The highest priority
stop state appears below the first line, this is followed by those with lower priorities.
- String[32] r
High byte: No. of the active stop
Multi-line: yes
state
stopCondParNew
Stop state parameter(s).
More than one stop state can be active simultaneously. The highest priority
stop state appears below the first line, this is followed by those with lower priorities.
- UWord r
High byte: No. of the active stop
Multi-line: yes
state
stopCondTime
BCD time stamp for stop state.
More than one stop state can be active simultaneously. The highest priority
stop state appears below the first line, this is followed by those with lower priorities.
- Date+Time r
Multi-line: yes Number of the stop state stopCondNum
stopRunActive
Stop run active
0 = inactive
1 = active
- 0 0 1 UWord r
Multi-line: yes 1 1
stopRunCounter
Modification counter for stop run.
This is always incremented when the NCK has stopped at a stop block.
- 0 0 UWord r
Multi-line: yes 1 1
suppProgFunc
Disabling of language commands
Bit0 = 0: SBLOF command is active
Bit0 = 1: SBLOF command is disabled
- Bit0 = 0 UWord wr
Multi-line: yes 1 1
syntaxCheckAlarmNo
Alarm number in the case of a syntax error during the syntax check
- 0 0 Long Integer r
Multi-line: yes 1 1
syntaxCheckAlarmPara1
Parameter 1 for an alarm in the case of a syntax error during the syntax check
- 0 0 String[32] r
Multi-line: yes 1 1
syntaxCheckAlarmPara2
Parameter 2 for an alarm in the case of a syntax error during the syntax check
- 0 0 String[32] r
Multi-line: yes 1 1
syntaxCheckAlarmPara3
Parameter 3 for an alarm in the case of a syntax error during the syntax check
- 0 0 String[32] r
Multi-line: yes 1 1
syntaxCheckAlarmPara4
Parameter 4 for an alarm in the case of a syntax error during the syntax check
- 0 0 String[32] r
Multi-line: yes 1 1
syntaxCheckSeek
Line number of the faulty line in the syntax check
- 0 0 Long Integer r
Multi-line: yes 1 1
syntaxCheckStatus
Status of the "Syntax check" function
0: Syntax check not active (initialization status)
1: Syntax check selected
2: Syntax check active
3: Syntax check stopped with alarm on account of system error
4: Syntax check terminated
5: Syntax check canceled
6: Syntax check canceled on account of errors
- 0 0 6 UWord r
Multi-line: yes 1 1
tOffL1L2L3 $AC_TOFFL
Tool length offset programmed in coordinates of the tool length components L1/L2/L3.
mm, inch, degree, user
0 Double r
defined
1: Tool length offset programmed in
Multi-line: yes the tool length component direction 3
L1
tOffLXYZ $AC_TOFF
Tool length offset TOFFL programmed in coordinates of the WCS.
mm, inch, degree, user
0 Double r
defined
1: Tool length offset programmed in
Multi-line: yes the direction of the 1st geometry 3
axis
tOffR $AC_TOFFR
Programmed tool radius offset.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes 1 1
threadPitch
Current lead
- 0 0 Double r
Multi-line: yes 1 1
threadPitchS
Current lead during search run
- 0 0 Double r
Multi-line: yes 1 1
timeOrRevolDwell
Dwell time unit in seconds or spindle revolutions
0: cmdDwellTime and remainDwellTime in seconds
1: cmdDwellTime and remainDwellTime in spindle revolutions
- 0 0 1 UWord r
Multi-line: yes 1 1
timeS $AC_TIMES
Time after a block change between programmed blocks in seconds
Each programmed block can be divided up into a chain of part blocks that are
processed one after the other.
O n l y with the 1st cycle of the 1st block of the chain, timeS is set to zero and
then counted up in seconds. Therefore, the variable enables time measurements
throughout the entire block chain.
s, user defined 0 0 Double r
Multi-line: yes 1 1
timeSC $AC_TIMESC
Time after a block change between programmed blocks in IPO cycles
Each programmed block can be divided up into a chain of part blocks that are
processed one after the other.
Only (!) with the 1st cycle of the 1st block of the chain, timeSC is set to zero and
then counted up in seconds. Therefore, the variable enables time measurements
throughout the entire block chain.
- 0 0 Double r
Multi-line: yes 1 1
toolCounter
Counter of the changes of the tool data assigned to a channel.
The counter is incremented each time a tool data is changed.
All changes of tool data made by BTSS, part programs, INI files and by the Tool Management software are considered.
Tool data are tool compensations, grinding-specific tool parameters, OEM tool parameters and Tool Managment data
including magazine data.
There is one exception: the present tool-in-use-time, since it is changed in each IPO cycle.
- UWord r
Multi-line: yes 1 1
toolCounterC
Counter for modifications to tool offset data assigned to the channel
(analog toolCounter).
- UWord r
Multi-line: yes 1 1
toolCounterIso keine
Each change of a tool offset value for ISO2.2 and ISO3.2 modes is counted.
This is to enable the HMI to record data changes.
- 0 Long Integer r
Multi-line: yes 1 1
toolCounterM
Counter for modifications to magazine data assigned to the channel
(analog toolCounter).
- UWord r
Multi-line: yes 1 1
An array access is possible to toolHolderData, with which the data of all numToolHolders tool holders can be read at
one time.
0 will be returned for line 1 only, if tool magazine management is not active.
- 0 0 Double r
The line index addresses the
Multi-line: yes parameters of the tool holder and numToolHolderParams * numToolHolders
the tool holder itself:
totalParts $AC_TOTAL_PARTS
Total number of all machined workpieces:
This counter specifies the number of workpieces machined
since it was started. The counter is automatically
set to zero only if the control system boots on defaults.
- 0 Double wr
Multi-line: no
transSys $AC_TRANS_SYS
Reference system for translation with cartesian manual traversal
0: Axis-specific manual traversal active
1: Cartesian manual traversal in basic coordinate system active
2: Cartesian manual traversal in workpiece coordinate system active
3: Cartesian manual traversal in tool coordinate system active
- 0 0 3 UWord r
Multi-line: yes 1 1
K1,
transfActive DB21-28, DBX33.6
M1
Transformation active
0 = inactive
1 = active
- UWord r
Multi-line: no
vaEgSyncDiff $VA_EG_SYNCDIFF[a]
Electronic gear:
Synchronism deviation (actual values). The comparison between this value
and $MA_COUPLE_POS_TOL_... determines whether the appropriate
"Synchronism" VDI signal is set.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes (Axis index of slave axis + 1) numMachAxes
vaEgSyncDiffS $VA_EG_SYNCDIFF_S[a]
Electronic gear:
Synchronous run difference (actual values) with sign.
Whether the corresponding VDI signal "synchronous run" is set depends upon the comparison of this value with
$MA_COUPLE_POS_TOL_....
vaSyncDiff $VA_SYNCDIFF[]
Actual value synchronism difference for all types of coupling
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index of the following axis numMachAxes
vaSyncDiffStat $VA_SYNCDIFF_STAT[]
Status of the actual value synchronism difference
-4: Reserved
vcToolO $VC_TOOLO
Supplies the actual value of the current tool orientation.
The orientation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 1 Double r
Multi-line: yes 1: X component 3
vcToolODiff $VC_TOOLO_DIFF
Supplies the angle between the setpoint and actual vectors of the tool orientation
- 0 0 180 Double r
Multi-line: yes 1 1
vcToolOStat $VC_TOOLO_STAT
Supplies the status of the computation of the actual orientation
- 0 -1 0 Long Integer r
Multi-line: no
vcToolR $VC_TOOLR
Actual value of tool rotation
The rotation vector is normalized, i.e. it has the absolute value 1.
- 0 -1 1 Double r
Multi-line: yes 1: X component 3
vcToolRDiff $VC_TOOLR_DIFF
Angle between setpoint and actual tool rotation vectors
Degree 0 0 180 Double r
Multi-line: yes 1 1
vcToolRStat $VC_TOOLR_STAT
Status of the computation of the actual rotation
- 0 -1 0 Long Integer r
Multi-line: yes 1 1
workPnameSubstitution
Path name defined by HMI on selection of a progam or workpiece in /_N_EXT_DIR,
which is displayed in the path variable of the OPI instead of the internal NCK path.
The string must be terminated with "\0". The last character before the
terminating zero is interpreted by the NCK as a separator between the path part and
the file name (typically "\" or "/").
Permitted character set: ASCII without control characters.
Handling: workPnameSubstitution is written by the HMI before the program selection.
NCK initially stores this information in a buffer.
The information in the buffer becomes active on the program selection
(PI _N_SELECT, _N_EXTERN, _N_EXTMOD) provided that the selection refers to the /_N_EXT_DIR.
Otherwise workPnameSubstitution is deleted.
- 0 0 String[128] r
Multi-line: no
During automatic execution of a part program different parameters can influence the type of machining.
The current status data for the selected part program are combined in module SINF. The status data must
only be changed via the PLC. interface.
DRFActive
DRF active
0 = not active
1 = active
- UWord r
Multi-line: no
feedStopActive
Feed disable
0 = inactive
1 = active
- UWord r
Multi-line: no
ipoBlocksOnly
Display traversing blocks
0 = normal block transfer
1 = exclusively traversing blocks
- UWord r
Multi-line: no
optAssStopActive
Associated M01 selected
0: Not selected
1: Selected
- 0 UWord r
Multi-line: yes 1 1
optStopActive
M01 selected
0 = not selected
1 = selected
- UWord r
Multi-line: no
rapFeedRateOvrActive
ROV rapid traverse override
0 = inactive
1 = active
- UWord r
Multi-line: no
singleBlockActive
Single block, SBL
0 = no single block
1 = SBL 1
2 = SBL 2
- UWord r
Multi-line: no
singleBlockType
Single block mode
1 = interpolation single block
2 = decoder single block
- UWord wr
Multi-line: no
skipLevel0Active
Info whether skip level /0 is activated.
0: Skip level /0 not active
1: Skip level /0 active
- 0 0 1 UWord r
Multi-line: no
skipLevel1Active
Info whether skip level /1 is activated
0: Skip level /1 not active
1: Skip level /1 active
- 0 0 1 UWord r
Multi-line: no
skipLevel2Active
Info whether skip level /2 is activated
0: Skip level /2 not active
1: Skip level /2 active
- 0 0 1 UWord r
Multi-line: no
skipLevel3Active
Info whether skip level /3 is activated
0: Skip level /3 not active
1: Skip level /3 active
- 0 0 1 UWord r
Multi-line: no
skipLevel4Active
Info whether skip level /4 is activated
0: Skip level /4 not active
1: Skip level /4 active
- 0 0 1 UWord r
Multi-line: no
skipLevel5Active
Info whether skip level /5 is activated
0: Skip level /5 not active
1: Skip level /5 active
- 0 0 1 UWord r
Multi-line: no
skipLevel6Active
Info whether skip level /6 is activated.
0: Skip level /6 not active
1: Skip level /6 active
- 0 0 1 UWord r
Multi-line: no
skipLevel7Active
Info whether skip level /7 is activated.
0: Skip level /7 not active
1: Skip level /7 active
- 0 0 1 UWord r
Multi-line: no
skipLevel8Active
Info whether skip level /8 is activated.
0: Skip level /8 not active
1: Skip level /8 active
- 0 0 1 UWord r
Multi-line: no
skipLevel9Active
Info whether skip level /9 is activated.
0: Skip level /9 not active
1: Skip level /9 active
- 0 0 1 UWord r
Multi-line: no
This module contains information on the currently active part programm in the respective channel.
absoluteBlockBufferName
File name with path of upload buffer in which display blocks are stored
absoluteBlockBufferPreview
Part of content of file absoluteBlockBufferName.
The desired content of the variables is set by $MC_MM_ABSBLOCK_BUFFER_CONF.
If there is insufficient space for all parts program blocks, then the previous blocks are first replaced by empty blocks
("LF"), if this is still insufficient, the blocks at the end are also omitted.
- String[198] r
Multi-line: yes 1 1
absoluteBlockCounter
Modification counter for display information in the upload buffer
- 0 0 UWord r
Multi-line: yes 1 1
actBlock
Current part program block.
If search run is active, then search run block is displayed.
With DISPLOF an empty string is returned; with search run the subroutine call.
- String[66] r
Multi-line: yes 1 1
actBlockA
Current part program block.
If search run is active, then search run block is displayed.
Display is always made irrespective of DISPLOF.
- String[66] r
Multi-line: yes 1 1
actBlockI
Current part program in the interpreter.
Display is always made irrespective of DISPLOF.
- String[66] r
Multi-line: yes 1 1
actLineNumber
Line number of the current NC instruction (starting at 1)
0: before program start
-1: not available due to an error
-2: not available because of DISPLOF
- Long Integer r
Multi-line: yes 1 1
actPartProgram
Content of the current part program starting with the previous block.
Blocks may be cut off at the end of the string.
The line index determines the section within the program.
An efficient current block display can be achieved with the aid of a cyclical variable service.
If multiple lines are required then it must be ensured that the client reads line 1 first so that an NCK internal buffer is
filled which ensures that the following lines are returned accordingly.
- String[200] r
If the index=1, the first data block is
Multi-line: yes returned, for index=n the nth data 3
block.
block
To display the currently active part programm, NCK supplies 3 ascii-blocks of the part programm in one single variable
job (last, current and next block). That means the variable 'block' consists of a maximum of 3 lines:
To gain consistent information, all 3 array elements must be processed in one variable request. This is why the
maximum string length of each array element is limited to 66 characters.
- String[66] r
Block index, 1 = last, 2 = current, 3
Multi-line: yes 3
= next block
blockNoStr
Block number
- String[12] r
Multi-line: no
circleCenter
Center of the circle (WCS)
- Double r
Line index 1 - 3 for geometry axis
Multi-line: yes 3
and only effective for G02 or G03
circleCenterS
Corresponds to circleCenter for search with calculation
Attention: This variable is available for protocolling the block search events only, not for the Variable Service!
- 0 Double r
Multi-line: yes No. of the geometry axis 3
circlePlane
The vector perpendicular to the circular plane (axial) is output
to enable identification of the position of a circle in space
- Double r
Multi-line: yes No. of the geometry axis 3
circlePlaneData
To identify the position of a circle in space, the vector,
which is vertical to the plane of the circle, is output (vector)
- Double r
Multi-line: no 1
circlePlaneDataNorm
To identify the position of a circle in space,
the vector, which is vertical to the plane of the circle, is output
(normalized vector)
- UWord r
Multi-line: no 1
circlePlaneDataNormS
To identify the position of a circle in space during the search,
the vector, which is vertical to the plane of the circle, is output
(normalized vector)
- UWord r
Multi-line: no 1
circlePlaneS
The vector perpendicular to the circular plane (axial) is output
to enable identification of the position of a circle in space
- Double r
Multi-line: yes No. of the geometry axis 3
circleRadius
Radius of the circle (only effective for G02/G03)
- Double r
Multi-line: no
circleRadiusS
Corresponds to circleRadius for block search with calculation.
Note: This variable is not available for the variable service, but only for logging in connection with block search events!
- Double r
Multi-line: yes 1
circleTurn
Progr. number of additional circular passes with
helical interpolation in curr. program
- 0 0 Long Integer r
Multi-line: yes 1 1
circleTurnS
Programmed number of additional circular passes with
helical interpolation in the current program for search with calculation.
Note: This variable is not available for the Variable Service, but only for
logging of block search events
- 0 0 Long Integer r
Multi-line: yes 1 1
cmdToolEdgeCenterCircleCenterEns
Arc center in relation to WOS frame, i.e. with tool length but
without tool radius
- 0 Double r
Multi-line: yes No. of the geometry axis 3
cmdToolEdgeCenterCircleCenterEnsS
Corresponds to circleCenterWos for block search with calculation
in relation to the WOS frame, i.e. with tool length but without tool radius
Note: This variable is not available for the variable service, but only for
logging in connection with block search events!
- 0 Double r
Multi-line: yes No. of the geometry axis 3
cmdToolEdgeCenterCircleDataEns
Corresponds to cmdToolEdgeCenterCircleCenterEns for the three geometry axes
as well as cmdToolEdgeCenterCircleRadiusEns
The variable consists of four values of the DOUBLE type, i.e. is 32 bytes long.
- Double r
Multi-line: yes 1 1
cmdToolEdgeCenterCircleRadiusEns
Arc radius in relation to WOS frame as center-point path, i.e. with tool
length but without tool radius
- 0 Double r
Multi-line: yes 1 1
cmdToolEdgeCenterCircleRadiusEnsS
Corresponds to circleRadiusWos for block search with calculation
in relation to WOS frame as center-point path. i.e. with tool length
but without tool radius
Note: This variable is not available for the variable service, but only for
logging in connection with block search events!
- 0 Double r
Multi-line: yes 1 1
lastBlockNoStr
Indicates the last programmed block number, if $MN_DISPLAY_FUNCTION_MASK bit 0 is set.
A block number is shown until either a new block number is programmed or the subroutine level which generated the
block number has been left.
msg PG
Messages from a part program can be programmed with the instruction 'MSG (...)'. The variable 'msg' contains the text
of the current 'MSG(...)'-instruction until a new instrucion is processed or until the message is deleted with the
instruction 'MSG ()'.
- String[128] r
Multi-line: no 1
progName
Progam name of the currently active program (or subroutine)
- String[32] r
Multi-line: no 1
seekOffset
Line number of the current NC block in the program workPandProgName
- Long Integer r
Multi-line: no 1
seekw
First line enabled for modification in part program
- 0 0 Long Integer r
Multi-line: yes 1 1
selectedWorkPProg
Currently selected program, i.e. the program that has been selected
with "Select".
The variable also displays the program in the JOG and MDI modes.
During the simulation, the simulation search temporarily deselects
the selected program and selects the program to be simulated.
This is hidden by selectedWorkPProg, i.e. during the simulation search,
selectedWorkPProg remains unchanged.
- String[160] r
Multi-line: yes 1 1
singleBlock
In most cases the variable 'block' is used to read the currently active blocks of the part program. Because this variable
is limited to 66 characters per string, it might be necessary (for long blocks) to read longer strings. The variable
'singleBlock' can read complete blocks (up to strings with 198 charecters) . 3 lines can be addressed:
It is not guaranteed for rapid block changes, that the information of 3 successive blocks is always consistent, because
each block is read with a single variable request. This method is only safe, if the part program has stopped.
- String[198] r
Block index, 1 = last, 2 = current, 3
Multi-line: yes 3
= next block
stepEditorFormName
Current module name for step editor is stored
- String[128] r
Multi-line: yes 1 1
workPName
Name of the active workpiece
- String[32] r
Multi-line: no 1
workPNameLong
Name of the active workpiece
- String[128] r
Multi-line: no
workPandProgName
Workpiece name and name of current program.
- String[160] r
Multi-line: yes 1 1
In automatic mode it is possible to branch to several subroutine levels from the main program level. The
state of the program can be determined for every program level. Each variable of the module consists of
12 rows. This makes it possible to address the main program level and 11 subroutine levels (incl. ASUP
levels).
1 = Main program
2 = 1st subroutine level
3 = 2nd subroutine level
4 = 3rd subroutine level
5 = 4th subroutine level
6 = 5th subroutine level
7 = 6th subroutine level
8 = 7th subroutine level
9 = 1st asynchronous subroutine level
10 = 2nd asynchronous subroutine level
11 = 3rd asynchronous subroutine level
12 = 4th asynchronous subroutine level
actInvocCount
Subroutine call counter, actual value. Specifies the number of subroutine passes. Is always set 1 for the main program
and for asynchronous subroutines.
- UWord r
Multi-line: yes Index of program level 12
blockLabel
Block label
- String[32] r
Multi-line: yes Index of program level 12
blockNoStr
Block number
[:][N]<No>
- String[12] r
Multi-line: yes Index of program level 12
cmdInvocCount
Subroutine call counter, desired value. Specifies the number of subroutine passes. Is always set to 1 for the main
program and for asynchronous subroutines.
- UWord r
Multi-line: yes Index of program level 12
displayState
Display state for block display.
(Blocks should not be displayed automatically for program levels for which DISPLAY OFF has been programmed in the
PROC instruction.
This is valid also for the subroutine levels below).
Value Meaning
0 = DISPLAY OFF for the program level
1 = DISPLAY ON for the program level
- 0 UWord r
Multi-line: yes Index of program level 12
extProgBufferName
Name of FIFO buffer for execution from external source
- String[160] wr
Multi-line: yes Index of program level 12
extProgFlag
Indicates whether programs are being executed externally
0: Program is being processed from NCK program memory
1: Program is being executed externally
- UWord r
Multi-line: yes Index of program level 12
lastBlockNoStr
Returns the last programmed block number for each program level when $MN_DISPLAY_FUNCTION_MASK bit 0 is
set.
A block number is shown until either a new block number is programmed or the subroutine level which generated the
block number has been left.
progName
Program name
- String[32] r
Multi-line: yes Index of program level 12
seekOffset
Search pointer (block offset, each block consists of a string that ends with a line feed)
- Long Integer r
Multi-line: yes Index of program level 12
seekw
First line enabled for modification in part program
- 0 0 Long Integer r
Multi-line: yes Index of program level 12
workPName
Workpiece name = path name in the NC file structure
- String[32] r
Multi-line: yes Index of program level 12
workPNameLong
Workpiece name = path name in the NCK file structure
Note: This variable is ignored when lines are accessed!
- String[128] r
Multi-line: yes Index of program level 12
workPandProgName
Workpiece name and name of current program.
- String[160] r
Multi-line: yes Index of program level 12
In order to be able to continue at the point of interruption in a program, the current states of the main
program and any subroutines must be stored. On a program interrupt the information is immediately
updated in the NCK and reamins valid even after RESET.
This makes it possible to read the states of the main program level and the 11 subroutine levels (incl.
ASUP levels).
1 = main program
2 = 1st subroutine level
3 = 2nd subroutine level
4 = 3rd subroutine level
5 = 4th subroutine level
6 = 5th subroutine level
7 = 6th subroutine level
8 = 7th subroutine level
9 = 1st asynchronous subroutine level
10 = 2nd asynchronous subroutine level
11 = 3rd asynchronous subroutine level
12 = 4th asynchronus subroutine level
displayState
Display state for block display.
(Blocks should not be displayed automatically for program levels for which DISPLAY OFF has been programmed in the
PROC instruction. This is valid also for the subroutine levels below).
Value Meaning
0 = DISPLAY OFF for the program level
1 = DISPLAY ON for the program level
- 0 UWord r
Multi-line: yes Index of program level 12
forward
Search direction
2 = forwards
- UWord r
Multi-line: yes Index of program level 12
haltBlock
The following applies to the SPARPI: The interrupt pointer does not mark the block where the program was cancelled
but a previous block (hold block), which enables a better resumption.
The hold block is explicitly set with the part program commands IPTRLOCK and IPTRUNLOCK, or implicitly
manipulated via $MC_AUTO_IPTR_LOCK.
The following applies to the SPARPF: If SPARPI is copied completely, the value of the hold block which was set by the
NCK is retained.
This enables the NCK to recognize the situation, and it responds with the suppressed message alarm 16950.
NOTE: For SPARPI and SPARPF this value is ONLY defined for program level 0.
- 0 0 1 UWord r
Program levels (only defined for
Multi-line: yes 1
level 0)
invocCount
Actual value of the subroutine call counter. Is always 1 for the main program.
- UWord r
Multi-line: yes Index of program level 12
plcStartReason
Specifies for the SERUPRO function which channel has to be started by the PLC so that the current channel starts.
- 0 0 UWord r
Multi-line: yes Index of program level 12
progName
Program name
- String[32] r
Multi-line: yes Index of program level 12
searchString
Search string (the first 64 characters of the NC block - corresponding to the search pointer)
- String[64] r
Multi-line: yes Index of program level 12
searchType
Search type
5 = search pointer block-oriented (searching for line feed characters)
- UWord r
Multi-line: yes Index of program level 12
seekOffset
Search pointer (block-oriented, searching for linefeed characters)
1fffffff HEX is returned if the value is invalid.
- Long Integer r
Multi-line: yes Index of program level 12
status
Informs about whether block SPARPI includes currently
valid values, and provides the reason for the last update of the
block, if available.
Note: If an interruption occurs in a program range between the command
IPTRLOCK and IPTRUNLOCK, the first block after IPTRLOCK will be provided
in the SPARPI instead of the current block.
The first interruption between IPTRLOCK and IPTRUNLOCK will set "status"
and any additional interruption prior to IPTRUNLOCK will neither change "status" nor SPARPI.
0: Program is running, i.e. SPARPI variables are not up-to-date
1: Program selection, i.e. SPARPI has been reset
2: Block selection through PI service _N_SEL_BL
3: Reset (program abort)
4: Stop after program instruction, e.g. M0
5: Stop with STOP key
6: Stop caused by alarm
- 1 0 6 UWord r
Multi-line: yes 1 1
workPName
Workpiece name = path name in the NC file structure
- String[32] r
Multi-line: yes Index of program level 12
workPNameL
Workpiece name = path name in the NCK file structure
Note: This variable is ignored when lines are accessed!
- String[160] r
Multi-line: yes Index of program level 12
workPNameLong
Workpiece name = path name in the NCK file structure
Note: This variable is ignored when lines are accessed!
- String[128] r
Multi-line: yes Index of program level 12
1.4.7 Area C, Module SPARPF: Program pointers for block search and
stop run
OEM-MMC: Linkitem /Channel/Search/...
To look for a particular block within a parts program the user can enter search criteria and start a block
search. The variables to be entered are combined in the module SPARPF and must be written by the
MMC (or another component on the MPI bus).
One main program level and 11 subroutine levels can be processed. These levels are the row indices of
the individual variables. The search targets (seek pointer and search string) can only be used mutually
exclusively in one level. If a collision occurs, a negative acknowledgement results when the block search is
started.
Depending on the search type, the search string is either a block label, block number or any string.
If no path name is specified, the default search strategy for subroutine calls is used. The main program
entered in the first program level must be selected for the block search; otherwise the search request is
acknowledged negatively.
displayState
Display state for block display.
(Blocks should not be displayed automatically for program levels for which DISPLAY OFF has been programmed in the
PROC instruction. This is valid also for the subroutine levels below).
Value Meaning
0 = DISPLAY OFF for the program level
1 = DISPLAY ON for the program level
- 0 UWord r
Multi-line: yes 1 12
forward
Search direction
Search direction "backwards" is only possible in the mode without calculation
1 = backwards (without calculation)
2 = forwards
- UWord wr
Multi-line: yes Index of program level 12
haltBlock
The following applies to the SPARPI: The interrupt pointer does not mark the block where the program was cancelled
but a previous block (hold block), which enables a better resumption.
The hold block is explicitly set with the part program commands IPTRLOCK and IPTRUNLOCK, or implicitly
manipulated via $MC_AUTO_IPTR_LOCK.
The following applies to the SPARPF: If SPARPI is copied completely, the value of the hold block which was set by the
NCK is retained.
This enables the NCK to recognize the situation, and it responds with the suppressed message alarm 16950.
NOTE: For SPARPI and SPARPF this value is ONLY defined for program level 0.
- 0 0 1 UWord r
Program levels (only defined for
Multi-line: yes 1
level 0)
invocCount
Actual value of the subroutine call counter. Is always 1 for the main program.
- UWord wr
Multi-line: yes Index of program level 12
plcStartReason
Specifies for the SERUPRO function which channel has to be started by the PLC so that the current channel starts.
- 0 0 UWord wr
Multi-line: yes Index of program level 112
progName
Program name. The main program that is used in the first main program level must be selected for the block search,
otherwise the search request will be acknowledged negatively.
- String[32] wr
Multi-line: yes Index of program level 12
searchString
Search string (the first 64 characters of the NC block - corresponding to search pointer). Contents of the search string
depends on the search type and are either:
block label
block number
any string
- String[64] wr
Multi-line: yes Index of program level 12
searchType
Search type
1 = block number
2 = label
3 = string
4 = program level
5 = search pointer block-oriented (searching for line feeds)
- UWord wr
Multi-line: yes Index of program level 12
seekOffset
Search pointer (block-oriented, searching for line feeds). If the search pointer is used, a program name (progName)
always must have been defined. The search pointer refers to this program.
- Long Integer wr
Multi-line: yes Index of program level 12
status
This variable is without function in block SPARPF.
It has only been introduced to achieve the same structure of SPARPI and SPARPF.
- 0 0 0 UWord wr
Multi-line: yes 1 1
workPName
Workpiece name = path name in the NC file structure. If no path name is specified, the default search strategy for
subroutine calls is used.
- String[32] wr
Multi-line: yes Index of program level 12
workPNameL
Workpiece name = path name in the NCK file structure. If no path name is specified, the default search strategy for
subroutine calls is used.
Note: This variable is ignored when lines are accessed!
- String[160] wr
Multi-line: yes Index of program level 12
workPNameLong
Workpiece name = path name in the NCK file structure. If no path name is specified, the default search strategy for
subroutine calls is used.
Note: This variable is ignored when lines are accessed!
- String[128] wr
Multi-line: yes Index of program level 12
Several synchronous actions (M, H, S, E, F, T, D) can be active simultaneously in one channel. The
module SSYNAC contains a list of all the synchronous actions programmed in the current block. This
module consists of arrays of varying length because some types of synchronous actions might be
programmed several times in a block. A synchronous action that is not assigned produces a negative
number for the respecitive index.
For each synchronous action there is an address variable and a variable in which the value of the address
is entered.
5 M functions
3 S functions
3 H functions
1 T function
1 D function
6 F functions
1 E function
can be programmed in each part program block, but no more than 10 synchronous actions must be
programmed in a single block.
Dadr
D-number. There is only one active D-number per channel.
- Long Integer r
Multi-line: no 1
Dval
Value of the current D-number
- Long Integer r
Multi-line: no 1
Eadr S5
Number of active E-function
- UWord r
Multi-line: no 1
Eval S5
Value of the E-function
mm/min, inch/min, user
Double r
defined
Multi-line: no 1
Hadr S5
Number of active auxiliary functions (H-functions). Up to three H-functions can be active simultaneously.
- 0 99 UWord r
Multi-line: yes Serial number 3
Hval S5
Value of the H-function
- -99999,9999 99999,9999 Double r
Multi-line: yes Serial number 3
Madr S5
Number of the active M-function. Up to 5 M-functions can be active simultaneously.
- 0 99 UWord r
Multi-line: yes Serial number 5
Mval S5
Value of the M-function
- 0 99999999 Long Integer r
Multi-line: yes Serial number 5
Sadr S5
Number of active S-functions. Up to three S-functions can be active simultaneously.
- 0 6 UWord r
Multi-line: yes Serial number 3
Sval S5
Value of the S-function. Specifies the spindle speed.
rev/min , m/min 0 999999,999 Double r
Multi-line: yes Serial number 3
TPreSelAdr
Number of the preselected T-function
- UWord r
Multi-line: no 1
TPreSelVal
Value of the preselected T-function
- Long Integer r
Multi-line: no 1
Tadr
Active T-number. Only one T-number can be active at any a time.
- UWord r
Multi-line: no 1
Tval
T-function value
- Long Integer r
Multi-line: no 1
This module contains information on the synchronous actions. The 1000 digit of the cell contains the user
protection level (0-7) needed for displaying the corresponding synchronous action.
blockNoStrAct
If a technology cycle is active: block number of the current action
- String[12] r
(Protection level) * 1000 + no. of the
Multi-line: yes 7 * 1000 + numSynAct
synchronous action
blockNoStrProg
Number of the block where the synchronous action has been programmed
- String[12] r
(Protection level) * 1000 + no. of the
Multi-line: yes 7 * 1000 + numSynAct
synchronous action
id
ID of the synchronous action; value 0 means that there is no ID defined (blockwise)
- UWord r
(Protection level) * 1000 + no. of the
Multi-line: yes 7 * 1000 + numSynAct
synchronous action
latchRow
Consistent backup of a line in the module.
When writing with a line number, the data in this line is consistently backed up.
numElem
Number of occupied SYNACT elements
- UWord r
Multi-line: yes See module header
numSynAct
Number of synchronous actions
- UWord r
Multi-line: yes (protection level) * 1000 + 1 7 * 1000 + 1
numVars
Number of SYNACT variables
- UWord r
Multi-line: yes See module header
progLineOffset
SYNACT offset within the progPathName file
- Long Integer r
Multi-line: yes See module header
progPathName
Synchronized action file
- String[160] r
Multi-line: yes See module header
selectMask
Masks some of the entries in the relevant SYNACT list.
Only those SYNACTS are entered in the lists for which
(selectMask-lowByte AND synActInfo-lowByte) AND (selectMask-higByte AND synActInfo-highByte) apply.
The default value 0xFFFF generates completely unfiltered lists.
Bit0: Area: User
Bit1: Area: Manufacturer
Bit2: Area: System
Bit3: Area: Safety
Bit8: Type: Static
Bit9: Type: Modal
- UWord r
Multi-line: yes See module header
synActCounter
Modification counter for the SYNACT entries in the relevant list.
- UWord r
Multi-line: yes See module header
synActInfo
Information on classification of the SYNACT
Bit0: Area: User
Bit1: Area: Manufacturer
Bit2: Area: System
Bit3: Area: Safety
Bit8: Type: Static
Bit9: Type: Modal
- UWord r
Multi-line: yes See module header
synactBlock
Current synchronized action block (short)
- String[66] r
Multi-line: yes See module header
synactBlockL
Current synchronized action block (long)
- String[198] r
Multi-line: yes See module header
typStatus
Type and state of the synchronous action
Bits0-7 describe the state:
Bit0: active, i.e. condition fullfilled, action is being executed
Bit1: lock, i.e. action is locked by PLC or Synact
Bits8-15 describe the type:
Bit8: static
Bit9: modal
Bit10: blockwise (to be recognized by id=0)
- UWord r
(Protection level) * 1000 + no. of the
Multi-line: yes 7 * 1000 + numSynAct
synchronous action
varName
Name of SYNACT variable
- String[32] r
Multi-line: yes See module header
varTyp
Data type of SYNACT variable. Coding according to ACX.
0: BOOL (2 bytes)
3: LONG
10: DOUBLE
12: CHAR[32]
- UWord r
Multi-line: yes See module header
varValue
Value of SYNACT variable
- String[32] r
Multi-line: yes See module header
All G functions are organized in G groups. Only one function of each G group can be active at a time.
The module SNCF consists of a single variable that is organized as an array. The row index corresponds
to the G group number.
ncFkt
Active G-function of relevant group
G <No>.
If there is no function active within the corresponding G-group, the variable returns an empty string "\0".
- String[16] r
Multi-line: yes G group number numGCodeGroups
ncFktAct
Active G function of relevant current group in current
language mode.
Depending on whether function has been programmed in Siemens or
ISO Dialect mode, this is identical to ncFkt or ncFktFanuc.
- String[16] r
G group number or ISO Dialect G numGCodeGroups bzw.
Multi-line: yes
group number numGCodeGroupsFanuc
ncFktBin
Active G-function of the correponding group
- UWord r
Multi-line: yes G group number numGCodeGroups
ncFktBinAct
Active G function of relevant current group in current
language mode.
Depending on whether function has been programmed in Siemens or
ISO Dialect mode, this is identical to ncFktBin or ncFktBinFanuc.
(The value is the index of the active G function within the group)
- UWord r
G group number or ISO Dialect G numGCodeGroups bzw.
Multi-line: yes
group number numGCodeGroupsFanuc
ncFktBinFanuc
Active G function of relevant ISO Dialect group
(the value is the index of the active G function within the group)
- UWord r
Multi-line: yes ISO Dialect G group number numGCodeGroupsFanuc
ncFktBinS
Active G-function of the correponding group for block search with calculation
(The value is the index of the active G-function within the group)
Attention:
This variable is available for protocolling block search events only, but not for the Variable Service.
- UWord r
Multi-line: yes G group number numGCodeGroups
ncFktFanuc
Active G function of relevant ISO Dialect group
- String[16] r
Multi-line: yes ISO Dialect G group number numGCodeGroupsFanuc
ncFktS
Active G-function of the correponding group for block search with calculation
Attention:
This variable is available for protocolling block search events only, but not for the Variable Service.
- String[16] r
Multi-line: yes G group number numGCodeGroups
actPunchRate N4
Strokes per minute
- UWord r
Multi-line: no 1
automCutSegment N4
Identifier that indicates which type of automatic block division is active. The division is specified by the commands
'SPP' and 'SPN' in the part program.
0 = no block division
1 = number of segments per block ('SNP')
2 = segments of fixed length ('SPP')
- UWord r
Multi-line: no 1
numStrokes N4
Number of strokes when the instruction 'SPN' divides the block into segments (variable 'automCutSegment' = 1).
- UWord r
Multi-line: no 1
partDistance N4
If the block has been divided in segments with the instruction 'SPP' (variable 'automCutSegment' = 2) the variable
specifies the length of the path between the punches.
mm, inch, user defined Double r
Multi-line: no 1
punchActive N4
Identification of punching or nibbling active. The part program turns off/on punching and nibbling with 'SPOF', 'SON'
and 'PON'.
Rapid punching and nibbling are turned on/off with 'SONS' and 'PONS'.
- UWord r
Multi-line: no 1
punchDelayActive N4
Identifier that indicates whether punching with delay is active. The part program can turn on/off the delay with the
instructions 'PDELAYON' and 'PDELAYOF'. The variable 'PunchDelayActive' indicates the present state.
0 = inactive
1 = active
- UWord r
Multi-line: no 1
strokeNr
Current stroke number
- UWord r
Multi-line: no 1
The module includes the active auxiliary functions for each group.
In the line, the auxiliary function group (64 groups) and the
desired view are addressed:
Line 1001-1064: Active auxiliary function from the point of view of the NCK
Line 2001-2064: Collected auxiliary function (after search run) from the point of view of the NCK
Line 3001-3064: Active auxiliary function from the point of view of the PLC
Line 1-64: Summary of the above views
acAuxfuMTick $AC_AUXFU_M_TICK[groupIndex]
The variable is used to read the time stamp of the last auxiliary function group
collected (search function) or output for an auxiliary function group.
If no auxiliary function has been output for a specified group yet,
the variable provides value -1.
- -1 INT_MIN INT_MAX Long Integer wr
Multi-line: yes Group of auxiliary functions/view 3128
acAuxfuPredefIndex $AC_AUXFU_PREDEF_INDEX[groupIndex]
The variable is used to read the pre-defined index of the last auxiliary function group
collected (search function) or output for an auxiliary function group.
If no auxiliary function has been output for a specified group yet,
the variable provides value -1.
- -1 -1 INT_MAX Long Integer wr
Multi-line: yes Group of auxiliary functions/view 3064
acAuxfuSpec $AC_AUXFU_SPEC[groupIndex]
The variable is used to read the output specification of the last auxiliary function group
collected (search function) or output for an auxiliary function group.
If no auxiliary function has been output for a specified group yet,
the variable provides value -1.
acAuxfuTickHifu $AC_AUXFU_TICK[groupIndex,2]
The variable is used to read the auxiliary function counter per package
of the last auxiliary function group
collected (search function) or output for an auxiliary function group.
- 0 INT_MIN INT_MAX Long Integer wr
Multi-line: yes Group of auxiliary functions/view 3064
acAuxfuTickPack $AC_AUXFU_TICK[groupIndex,1]
The variable is used to read the package counter per sequence
of the last auxiliary function group
collected (search function) or output for an auxiliary function group.
- 0 INT_MIN INT_MAX Long Integer wr
Multi-line: yes Group of auxiliary functions/view 3064
acAuxfuTickSeq $AC_AUXFU_TICK[groupIndex,0]
The variable is used to read the output sequence counter (all outputs within an IPO cycle)
of the last auxiliary function group
collected (search function) or output for an auxiliary function group.
- 0 INT_MIN INT_MAX Long Integer wr
Multi-line: yes Group of auxiliary functions/view 3064
extension $AC_AUXFU_EXT[groupIndex]
Extension of the auxiliary function
- 0 0 UWord wr
Multi-line: yes Group of auxiliary functions/view 3128
status
Status of the auxiliary function
Bit0 = 1: Auxiliary function has been collected (NCK view)
Bit1 = 1: Auxiliary function has been output to PLC (NCK view)
Bit2 = 1: Auxiliary function has been acknowledged by PLC (NCK view)
Bit3 = 1: Auxiliary function has been acknowledged by PLC (PLC view)
Bit4 = 1: Auxiliary function has been functionally completed (PLC view)
type $AC_AUXFU_TYPE[groupIndex]
Type of the auxiliary function, e.g. "M", "S", "T", "D", "F", "H", "L".
- String[2] wr
Multi-line: yes Group of auxiliary functions/view 3128
valueDo $AC_AUXFU_VALUE[groupIndex]
Value of the auxiliary function.
This value will be supplied, if "status" Bit15 = 1
- 0 0 Double wr
Multi-line: yes Group of auxiliary functions/view 3128
valueLo $AC_AUXFU_M_VALUE[groupIndex]
Value of the auxiliary function.
This value will be supplied, if "status" Bit14 = 1
- 0 0 Long Integer wr
Multi-line: yes Group of auxiliary functions/view 3128
All state data that are dependent on machine movement and are defined specifically for machine axes
(geometry and special axes) are combined in module SMA. Supplementary information is to be found in
module SEMA. The individual variables are defined as fields where the line index is the number of the
machine axis (assigned to the current channel). The variable "name" in module SMA with the line index in
question identifies the axis.
The assignment of the line indices in modules SMA and SEMA is identical.
actToolBasePos $AA_IM[x] x = Ax is
Tool base position. Physical unit is defined in the variable extUnit (from this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdToolBasePos
Tool base position, desired value . Physical unit is defined in variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
extUnit
Current physical unit of the axis position
0 = mm
1 = inch
2 = degree
3 = indexing position
4 = userdef
- UWord r
Multi-line: yes Axis index numMachAxes
name
Axis name
- String[32] r
Multi-line: yes Axis index numMachAxes
status
Axis status
0 = travel command in plus direction
1 = travel command in minus direction
2 = exact position coarse reached
3 = exact position fine reached
- UWord r
Multi-line: yes Axis index numMachAxes
toolBaseDistToGo
Tool base distance-to-go. Physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
toolBaseREPOS
Tool base REPOS. Physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
varIncrVal
Settable value for INC_VAR. The physical value depends on whether the axis is linear or rotary.
Linear axis: unit is 1 mm
Rotary axis: unit is 1/1000 degrees
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
1.5.2 Area C, Module SEMA: State data: Machine axes (extension of SMA)
All state data that are dependent on machine movement and are defined specifically for machine axes
(geometry and special axes) are combined in module SMA. Supplementary information is to be found in
module SEMA. The individual variables are defined as fields where the line index is the number of the
machine axis (assigned to the current channel). The variable "name" in module SMA with the line index in
question identifies the axis.
The assignment of the line indices in modules SMA and SEMA is identical.
PRESETActive
Preset state
0 = no preset active
1 = preset active
- UWord r
Multi-line: yes Axis index numMachAxes
aaAcc $AA_ACC[Achse]
Current axial acceleration value
m/s2, 1000 inch/ s2, rev/s2,
0 Double r
user defined
Multi-line: yes Axis index numMachAxes
aaAccPercent $AA_ACC_PERCENT[Achse]
Current acceleration value for single-axis interpolation in percent
- 0 0 UWord r
Multi-line: yes Axis index numMachAxes
aaActIndexAxPosNo $AA_ACT_INDEX_AX_POS_NO[<Achse>]
Current indexing position; the display depends on
$MN_INDEX_AX_NO_MODE and the division (via table or equidistant)
- 0 Long Integer r
Multi-line: yes Axis index numMachAxes
aaAlarmStat $AA_ALARM_STAT
Display indicating whether alarms are active for a PLC-controlled axis.
The relevant coded alarm reactions can be used as a source for
the "Extended Stop and Retract" function.
The data is bit-coded, allowing, where necessary, individual states to be
masked or evaluated separately (bits not listed supply a value of 0)
Bit2 = 1: NOREADY (active rapid deceleration + cancelation of servo enable)
Bit6 = 1: STOPBYALARM (rampm stop in all channel axes)
Bit9 = 1: SETVDI (VDI interface signal "Setting alarm")
Bit13 = 1: FOLLOWUPBYALARM (Follow-up)
- 0 UWord r
Multi-line: yes Axis index numMachAxes
aaAxChangeStat $AA_AXCHANGE_STAT[Achse]
Axis status with respect to axis replacement
0: Axis can be replaced
1: Axis is linked to the channel, but can become the PLC, command or reciprocating axis
2: Axis cannot be replaced
- 0 0 2 UWord r
Multi-line: yes Axis index numMachAxes
aaAxChangeTyp $AA_AXCHANGE_TYP[Achse]
Axis type with respect to axis replacement
0: Axis assigned to the NC program
1: Axis assigned to the PLC or active as command axis or reciprocating axis
2: Other channel has interpolation right
3: Neutral axis
4: Neutral axis controlled from the PLC
5: Other channel has interpolation right; axis is requested for the NC program
6: Other channel has interpolation right; axis is requested as neutral axis
7: Axis is PLC axis or is active as command axis or reciprocating axis; axis is requested for the
NC program
8: Axis is PLC axis or is active as command axis or reciprocating axis; axis is requested as
neutral axis
- 0 0 8 UWord r
Multi-line: yes Axis index numMachAxes
aaAxDisable $AA_AX_DISABLE[<Achse>]
Resulting status of axis/spindle disable.
0: Axis/spindle disable not active.
1: Axis/spindle disable active.
- 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
aaAxDisableSrc $AA_AX_DISABLE_SRC[<Achse>]
Bitmask which provides the status and source of the currently active axis/spindle disable.
If bit 0 has been set, the axis/spindle disable is active.
The data is bit-coded. Individual states can therefore be masked or evaluated separately if necessary:
Bit0 = 1: Resulting state from all sources: axis/spindle disable active.
Bit1 = 1: Axial signal 'Axis/spindle disable triggered by PLC' is active.
Bit2 = 1: Channel-specific program test is active.
Bit3 = 1: Axial suppression of 'Program test triggered by the PLC' is active.
Bit4 = 1: Axial signal 'Program test (energy saving mode)' is active.
Bit5 = 1: SERUPRO is active.
Bit6 = 1: Coupling object 'Total state is axis/spindle disable' is active.
Bit7 = 1: Coupling object 'Total state is real traveling' is active.
- 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
aaBcsOffset $AA_BCS_OFFSET[Achse]
Sum of all axial offsets of an axis,
such as DRF, online tool offset, $AA_OFF and ext. WO.
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaBrakeCondB $AA_BRAKE_CONDB[axis]
Shows the pending braking requests (conditions) for the interpolator stop of the axis / spindle.
A braking request consists of a collision direction relating to a coordinate axis in the BCS and a braking priority relating
to the machining step.
If the axis / spindle receives a current braking request on account of these requirement(s), bit 0 is set in
$AA_BRAKE_STATE[X] (in the next IPO cycle).\
The highest deceleration priority in positive direction is shown in bits 0 to 3:
0: No pending deceleration request
1: Priority 1 covers all positioning actions (G0, POS, SPOS)
2: Priority 2 covers DYNNORM and all priority 1 motions
3: Priority 3 covers DYNPOS and all priority 1 to 2 motions
4: Priority 4 covers DYNROUGH and all priority 1 to 3 motions
5: Priority 5 covers DYNSEMIFIN and all priority 1 to 4 motions
6: Priority 6 covers all motions (including DYNFINISH)
7: Priority 7 covers all motions. The request was triggered by the VDI interface signal DB31,..DBX4.3 "Feed stop /
Spindle stop".
Deceleration always takes place, irrespective of the direction of motion.
13: Priority 13 comprises all motions. Axial deceleration takes place with an emergency stop deceleration ramp.
If the value of the variable is shown in hexadecimal format, the fifth character from the right shows the deceleration
priority
in negative direction while the first number from the right shows the deceleration priority in positive direction.
- 0 0 0xD000D UDoubleword r
Multi-line: yes Axis index numMachAxes
aaBrakeCondM $AA_BRAKE_CONDM[axis]
Shows the pending braking requests (conditions) for the interpolator stop of the axis / spindle.
A braking request consists of a collision direction relating to a coordinate axis in the MCS and a braking priority relating
to the machining step.
The highest deceleration priority in positive direction is shown in bits 0 to 3:
0: No pending deceleration request
1: Priority 1 covers all positioning actions (G0, POS, SPOS)
2: Priority 2 covers DYNNORM and all priority 1 motions
3: Priority 3 covers DYNPOS and all priority 1 to 2 motions
4: Priority 4 covers DYNROUGH and all priority 1 to 3 motions
5: Priority 5 covers DYNSEMIFIN and all priority 1 to 4 motions
6: Priority 6 covers all motions (including DYNFINISH)
7: Priority 7 covers all motions. The request was triggered by the VDI interface signal DB31,..DBX4.3 "Feed stop /
Spindle stop".
Deceleration always takes place, irrespective of the direction of motion.
13: Priority 13 comprises all motions. Axial deceleration takes place with an emergency stop deceleration ramp.
aaBrakeState $AA_BRAKE_STATE[axis]
Returns for the axis / spindle whether an active deceleration request has been set on account of the request of
aaBrakeCondB or a VDI interface signal DB31,..DBX4.3 "Feed stop / Spindle stop".
- 0 0 1 UDoubleword r
Multi-line: yes Axis index numMachAxes
aaChanNo $AA_CHANNO[Achse]
The variable supplies the number of the channel in which the axis
is currently being interpolated.
With value 0, the axis could not be assigned to any channel.
- 0 0 UWord r
Multi-line: yes Axis index numMachAxes
aaCoupCorr $AA_COUP_CORR[Achse]
This variable is used to execute the function "Correct synchronism error".
It returns the compensation value for the position offset for the generic coupling with CPFRS = "MCS".
The actual values of this spindle are compared with the setpoints for the duration (MD 30455
MISC_FUNCTION_MASK, bit 7) of the activation of the VDI interface signal
DB31..,DBX31.6 'Correct synchronism' for the following spindle with coupling active.
The difference is the compensation value, which can be read with this variable.
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaCoupCorrDist $AA_COUP_CORR_DIST[Achse]
Generic coupling: path still to be retracted for aaCoupCorr
- 0 Double r
Multi-line: yes Axis index numMachAxes
A Double r
Multi-line: yes Axis index numMachAxes
aaDepAxO $AA_DEPAXO[Achse]
Dependency on other axes.
Returns an axis code for the defined axis AX containing all the machine axes that have a mechanical dependency on
the defined axis.
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
aaDtbreb $AA_DTBREB[axis]
The estimated total distance until the end of deceleration is reached, BCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbrebCmd $AA_DTBREB_CMD[axis]
Specified section of the decelaration distance, BCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbrebCorr $AA_DTBREB_CORR[axis]
Offset section of the deceleration distance, BCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbrebDep $AA_DTBREB_DEP[axis]
Dependent section of the decelaration distance, BCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbrem $AA_DTBREM[axis]
The estimated total distance until the end of deceleration is reached, MCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbremCmd $AA_DTBREM_CMD[axis]
Specified section of the decelaration distance, MCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbremCorr $AA_DTBREM_CORR[axis]
Offset section of the deceleration distance, MCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaDtbremDep $AA_DTBREM_DEP[axis]
Dependent section of the decelaration distance, MCS
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaEnc1Active $AA_ENC1_ACTIVE[Achse]
First measuring system is active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaEnc1Ampl $AA_ENC_AMPL[1,ax]
Enc1: Percentage gain factor of the amplitude control
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaEnc2Active $AA_ENC2_ACTIVE[Achse]
Second measuring system is active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaEnc2Ampl $AA_ENC_AMPL[2,ax]
Enc2: Percentage gain factor of the amplitude control
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaEncActive $AA_ENC_ACTIVE[Achse]
Measuring system is active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaEsrEnable $AA_ESR_ENABLE[Achse]
(Axial) enabling of reactions of "Extended Stop and Retract" function.
The selected axial ESR reaction must be parameterized in MD $MA_ESR_REACTION.
beforehand. The corresponding Stop or Retract reactions can be activated via
$AN_ESR_TRIGGER (or for individual drives in the event of communications failure/
DC-link undervoltage), generator-mode operation is automatically activated in response to
undervoltage conditions.
0: FALSE
1: TRUE
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaEsrStat $AA_ESR_STAT[Achse]
(Axial) status checkback signals of "Extended Stop and Retract" function,
which can be applied as input signals for the gating logic of the ESR (synchronous actions).
aaEsrTrigger $AA_ESR_TRIGGER
Activation of "NC-controlled ESR" for PLC-controlled axis
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaFixPointSelected $AA_FIX_POINT_SELECTED[<Achse>]
Selected fixed point: Number of the fixed point that is to be approached
- 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
aaIbnCorr $AA_IBN_CORR[<Achse>]
Current BZS setpoint value of an axis including override components
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaIenCorr $AA_IEN_CORR[<Achse>]
Current SZS setpoint value of an axis including override components
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaInSync $AA_IN_SYNC[Achse]
Synchronization status of the following axis with master value coupling and ELG
0: Synchronization is not running
1: Synchronization is running, i.e. following axis is being synchronized
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaInposStat $AA_INPOS_STAT[Achse]
Status for the programmed position
0: No status available (axis/spindle is outside of the programmed position)
1: Travel motion pending
2: Position setpoint reached
3: Position reached with 'exact stop coarse'
4: Position reached with 'exact stop fine'
- 0 0 4 UWord r
Multi-line: yes Axis index numMachAxes
aaJerkCount $AA_JERK_COUNT[Achse]
Total traverse processes of an axis with jerk
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaJerkTime $AA_JERK_TIME[Achse]
Total traverse time of an axis with jerk
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaJerkTotal $AA_JERK_TOT[Achse]
Overall total jerk of an axis
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaJogPosAct $AA_JOG_POS_ACT[Achse]
Position reached for JOG to position
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaJogPosSelected $AA_JOG_POS_SELECTED[Achse]
JOG to position is active
- 0 0 1 UWord r
Multi-line: yes Axis index maxnumGlobMachAxes
aaLeadPTurn $AA_LEAD_P_TURN
Current master value - position component lost
as a result of modulo reduction
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
aaMaslState $AA_MASL_STAT
Each slave axis currently coupled via master-slave delivers the machine axis number of the corresponding master
axis.
Zero is displayed as default for inactive coupling.
A master axis also shows default value zero.
0: No coupling for this axis configured, or axis is master axis, or no coupling active
>0: Machine axis number of the master axis with which the slave axis is currently coupled
- 0 0 numMachAxes UWord r
Multi-line: yes Axis index numMachAxes
aaMeaAct $AA_MEAACT[Achse]
Axial measuring active
0: Measuring system is not active
1: Measuring system is active
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaOffVal $AA_OFF_VAL[x]
Integrated value of overlaid motion for an axis.
The negative value of this variable can be used to cancel an overlaid motion.
e.g. $AA_OFF[axis] = -$AA_OFF_VAL[axis]
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaOnFixPoint $AA_FIX_ON_POINT[<Achse>]
Number of the fixed point at which the axis stands
- 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
aaOscillBreakPos1 $AA_OSCILL_BREAK_POS1[<Achse>]
Oscillation interrupt position 1
- Double r
Multi-line: yes Axis index numMachAxes
aaOscillBreakPos2 $AA_OSCILL_BREAK_POS2[<Achse>]
Oscillation interrupt position 2
- Double r
Multi-line: yes Axis index numMachAxes
aaPlcOvr $AA_PLC_OVR[Achse]
Axial override specified by PLC for motion-synchronous actions
- 100 0 Double r
Multi-line: yes Axis index numMachAxes
aaPolfa $AA_POLFA
The programmed retraction position of the single axis
- Double r
Multi-line: yes Axis index numMachAxes
aaPolfaValid $AA_POLFA_VALID
States whether the retraction of the single axis is programmed
0: No retraction programmed for the single axis
1: Retraction programmed as position
2: Retraction programmed as distance
- 0 0 2 UWord r
Multi-line: yes Axis index numMachAxes
aaProgIndexAxPosNo $AA_PROG_INDEX_AX_POS_NO[Achse]
Programmed indexing position
0: No indexing axis, therefore no indexing position available
>0: Number of the programmed indexing position
- 0 0 UWord r
Multi-line: yes Axis index numMachAxes
aaRef $AA_REF[Achse]
Axis is referenced
0: Axis is not referenced
1: Axis is referenced
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaReposDelay $AA_REPOS_DELAY[Achse]
REPOS suppression active
0: REPOS suppression is currently not active for this axis
1: REPOS suppression is currently active for this axis
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaScPar $AA_SCPAR[Achse]
Current setpoint parameter set
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
aaSnglAxStat $AA_SNGLAX_STAT
Display status of a PLC-controlled axis
0: Not a single axis
1: Reset
2: Ended
3: Interrupted
4: Active
5: Alarm
- 0 UWord r
Multi-line: yes Axis index numMachAxes
aaStat $AA_STAT[]
Axis state
0: no axis state available
1: travel command is active
2: axis has reached the IPO end. only for channel axes
3: axis in position (exact stop coarse) for all axes
4: axis in position (exact stop fine) for all axes
- UWord r
Multi-line: yes Axis index numMachAxes
aaSyncDiff $AA_SYNCDIFF[Achse]
Setpoint synchronism difference
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaSyncDiffStat $AA_SYNCDIFF_STAT[Achse]
Status of the setpoint synchronism difference
-4: No valid value in aaSyncDiff, coupled motion from part program
-3: Reserved
-2: Reserved
-1: No valid value in aaSyncDiff
0: No valid value in aaSyncDiff, coupling not active
1: Valid value in aaSyncDiff
- 0 -4 1 Long Integer r
Multi-line: yes Axis index numMachAxes
aaTotalOvr $AA_TOTAL_OVR[Achse]
The total axial override for motion-synchronous actions
- 100 0 Double r
Multi-line: yes Axis index numMachAxes
aaTravelCount $AA_TRAVEL_COUNT[Achse]
Total traverse processes of an axis
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaTravelCountHS $AA_TRAVEL_COUNT_HS[Achse]
Total traverse processes of an axis at high speed
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaTravelDist $AA_TRAVEL_DIST[Achse]
Total travel path of an axis in mm or degrees
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaTravelDistHS $AA_TRAVEL_DIST_HS[Achse]
Total travel path of an axis at high speed in mm or degrees
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaTravelTime $AA_TRAVEL_TIME[Achse]
Total traverse time of an axis in seconds
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaTravelTimeHS $AA_TRAVEL_TIME_HS[Achse]
Total traverse time of an axis at high speed in seconds
- 0 Double r
Multi-line: yes Axis index numMachAxes
aaType $AA_TYPE[Achse]
Cross-channel axis type
0: Axis type cannot be determined
1: NC program axis
2: Neutral axis
3: PLC axis
4: Reciprocating axis
5: Neutral axis that is currently executing a JOG or homing motion
aaVactB $AA_VACTB[X]
Axis velocity in basic coordinate system
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaVactM $AA_VACTM[X]
Axis velocity in machine coordinate system
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
acRpValid $AC_RPVALID[Achse]
Reapproach position valid
0: Reapproach position not valid
1: Reapproach position valid
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
ackSafeMeasPos
Confirmation of SI actual position
0 = not confirmed
0x00AC = confirmed
- UWord wr
Multi-line: yes Axis index numMachAxes
actFeedRate S5
Actual value of axis-specific feedrate, if the axis is a positioning axis.
- Double r
Multi-line: yes Axis index numMachAxes
actIndexAxPosNo
Current indexing position number
0 = no indexing position
>0 = indexing position number
- UWord r
Multi-line: yes Axis index numMachAxes
actSpeedRel
Actual value of rotary speed (referring to the maximum speed in %; for 611D in MD1401), for linear drives actual value
of the velocity.
% Double r
Multi-line: yes Axis index numMachAxes
actValResol
Actual value resolution. The physical unit is defined in measUnit (in this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
activeSvOverride
Currently active SG override factor in the NCK
- -1 -1 100 Long Integer r
Multi-line: yes Axis index numMachAxes
amSetupState
State variable of the PI Service Automatic set-up of an asynchronous motor
0 = inactive
1 = wait for PLC enable
2 = wait for key NC-start
3 = active
4 = stopped by Servo + fine code in the upper byte
5 = stopped by 611D + fine code in the upper byte
6 = stopped by NCK + fine code in the upper byte
- 0 0 0xff06 UWord r
Multi-line: yes Axis index numMachAxes
axComp
Sum of axis-specific compensation values (CEC Cross Error compensation and temperature compensation). The
physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
axisActiveInChan
Flag indicating whether axis is active in this channel
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index numMachAxes
axisFeedRateUnit
Unit of axial feedrate
0 = mm/min
1 = inch/min
2 = degree/min
- UWord r
Multi-line: yes Axis index numMachAxes
chanAxisNoGap
Display of existing axis, i.e. no axis gap in channel.
0: Axis does not exist
1: Axis does exist
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
chanNoAxisIsActive
Channel number in which the channel axis is currently active
0 = axis is not assigned to any channel
1 to maxnumChannels (Area.:N / Module:Y) = channel number
- UWord r
Multi-line: yes Axis index numMachAxes
cmdContrPos
Desired value of position after fine interpolation
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdFeedRate
Desired value of axis-specific feedrate for a positioning axis.
- Double r
Multi-line: yes Axis index numMachAxes
cmdSpeedRel
Desired value of rotary speed. (referring to the max. speed in %; for 611D in MD 1401). For linear motors actual value
of velocity.
% Double r
Multi-line: yes Axis index numMachAxes
contrConfirmActive
Controller enable
0 = no controller enable
1 = controller enable
- UWord r
Multi-line: yes Axis index numMachAxes
contrMode
Identifier for controller mode servo
0 = position control
1 = speed control
2 = stop
3 = park
4 = follow-up
(set the mode through VDI interface and partly through part program)
- UWord r
Multi-line: yes Axis index numMachAxes
distPerDriveRevol
Rotary drive: Load-side path corresponding to one revolution of the drive.
Is returned in the unit of the internal computational resolution INT_INCR_PER_MM (for linear axes) or
INT_INCR_PER_DEG (for rotary axes / spindles) taking into account gear ratios etc.
In the case of linear axes, the pitch of the ball screw is also included in the calculation.
In the case of linear motors, a fixed value of "1mm" is used for the ball screw pitch instead of the non-existent ball
screw.
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
drfVal
DRF value
- 0 Double r
Multi-line: yes Axis index numMachAxes
drive2ndTorqueLimit
2nd torque limit. With linear motors: 2nd force limit
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index numMachAxes
driveActMotorSwitch
Actual motor wiring (star/delta)
0 = star
1 = delta
- UWord r
Multi-line: yes Axis index numMachAxes
driveActParamSet
Number of the actual drive parameter set
- 1 8 UWord r
Multi-line: yes Axis index numMachAxes
driveClass1Alarm
Message ZK1 drive alarm
0 = no alarm set
1= alarm set (fatal error occured)
- UWord r
Multi-line: yes Axis index numMachAxes
driveContrMode
Control mode of drive
0 = current control
1 = speed control
- UWord r
Multi-line: yes Axis index numMachAxes
driveCoolerTempWarn
Heatsink temperature monitoring
0 = temperature OK
1 = overtemperature
- UWord r
Multi-line: yes Axis index numMachAxes
driveDesMotorSwitch
Motor wiring selection (star/delta)
0 = star
1 = delta
- UWord r
Multi-line: yes Axis index numMachAxes
driveDesParamSet
Desired parameter set of the drive
- 1 8 UWord r
Multi-line: yes Axis index numMachAxes
driveFastStop
Ramp-function generator rapid stop
0 = not stopped
1 = stopped
- UWord r
Multi-line: yes Axis index numMachAxes
driveFreqMode
I/F mode
- UWord r
Multi-line: yes Axis index numMachAxes
driveImpulseEnabled
Enable inverter impulse (checkback signal to impulseEnable)
0 = not enabled
1 = enabled
- UWord r
Multi-line: yes Axis index numMachAxes
driveIndex
Drive assignment (logical drive number)
0 = drive does not exist
1 to 15 = logical drive number
- 0 15 UWord r
Multi-line: yes Axis index numMachAxes
driveIntegDisable
Integrator disable
0 = not disabled
1 = disabled
- UWord r
Multi-line: yes Axis index numMachAxes
driveLinkVoltageOk
State of the DC link voltage
0 = OK
1 = not OK
- UWord r
Multi-line: yes Axis index numMachAxes
driveMotorTempWarn
Motor temperature warning
0 = temperature OK
1 = overtemperature
- UWord r
Multi-line: yes Axis index numMachAxes
driveNumCrcErrors
CRC errors on the drive bus
(transmission errors when writing data to the 611D; values may range up to FFFFH)
0 = no error
- UWord r
Multi-line: yes Axis index numMachAxes
driveParked
Parking axis
0 = no parking axis
1 = parking axis
- UWord r
Multi-line: yes Axis index numMachAxes
drivePowerOn
Drive switched on
0 = drive not switched on
1 = drive switched on
- UWord r
Multi-line: yes Axis index numMachAxes
driveProgMessages
Configurable messages (via machine data)
- UWord r
Multi-line: yes Axis index numMachAxes
driveReady
Drive ready
0 = drive not ready
1 = drive ready
- UWord r
Multi-line: yes Axis index numMachAxes
driveRunLevel
Current state reached during the boot process
(range: coarse state (0 to 5) * 100 + fine state (up to 22)
Booting the firmware ---> 0 XX
entering the configuration ---> 1XX
hardware-init, communication-init
loading, converting data ---> 2XX
changing bus addressing ---> 3XX
preparing synchronization ---> 4XX
activating interrupt ---> 519
driveSetupMode
Set-up mode
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index numMachAxes
driveSpeedSmoothing
Smoothing the desired value of the rotary speed, for linear drives: smoothing the desired value of the velocity
0 = no smoothing
1 = smoothing
- UWord r
Multi-line: yes Axis index numMachAxes
effComp1
Sum of the compensation values for encoder 1. The value results from: temperature compensation, backlash
compensation, quadrant error compensation, beam sag compensation, leadscrew error compensation. The physical
unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
effComp2
Sum of the compensation values for encoder 2. The value results from: temperature compensation, backlash
compensation, quadrant error compensation, beam sag compensation, leadscrew error compensation. The physical
unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
encChoice
Active encoder
0 = does not exist
1 = encoder 1
2 = encoder 2
- UWord r
Multi-line: yes Axis index numMachAxes
fctGenState
State of the function generator
- UWord r
Multi-line: yes Axis index numMachAxes
feedRateOvr
Feedrate override (only if axis is a positioning axis)
% Double r
Multi-line: yes Axis index numMachAxes
focStat $AA_FOC[x]
Current status of "Travel with limited torque" function
0-2
0: FOC not active
1: FOC modal active (programming of FOCON[])
2: FOC non-modal active (programming of FOC[])
- 0 0 2 UWord r
Multi-line: yes Axis index numMachAxes
fxsInfo $VA_FXS_INFO[Achse]
Additional information on travel to fixed stop if
$VA_FXS[]=2, or OPI variable fxsStat=2.
0 No additional information available
1 No approach motion programmed
2 Programmed end position reached, movement ended
3 Abort by NC RESET (Reset key)
4 Fixed stop window exited
5 Torque reduction was rejected by drive
6 PLC has canceled enable signals
- 0 0 6 UWord r
Multi-line: yes Axis index numMachAxes
handwheelAss
Number of handwheel assigned to axis
0 = no handwheel assigned
1 to 3 = handwheel number
- 0 3 UWord r
Multi-line: yes Axis index numMachAxes
impulseEnable
Impulse enable for drive
0 = not enabled
1 = enabled
- UWord r
Multi-line: yes Axis index numMachAxes
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Axis index numMachAxes
isDriveUsed
One or more machine axes are assigned to each drive.
The drive can only be controlled at any one time by one of these machine axes.
The machine manufacturer makes the selection.
The status of the drive control changes dynamically.
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
kVFactor
position control gain factor
16.667 1/s Double r
Multi-line: yes Axis index numMachAxes
lag
Following error = desired value of position after fine interpolation - actual value of position. The physical unit is defined
in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
logDriveNo
Drive assignment (logical drive number)
0 = not available
1 to 15 = drive number
- 0 15 UWord r
Multi-line: yes Axis index numMachAxes
measFctState
State of the probing function
- UWord r
Multi-line: yes Axis index numMachAxes
measPos1
Actual value of position for encoder 1. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
measPos2
Actual value of position for encoder 2. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
measPosDev
Actual position difference between the two encoders. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
measUnit
Unit for service values of the drives
0 = mm
1 = inch
2 = grd
- UWord r
Multi-line: yes Axis index numMachAxes
paramSetNo
Number of parameter set
- 1 8 UWord r
Multi-line: yes Axis index numMachAxes
preContrFactTorque
Feed forward control factor torque
Nm Double r
Multi-line: yes Axis index numMachAxes
preContrFactVel
Feed forward control factor velocity
- Double r
Multi-line: yes Axis index numMachAxes
preContrMode
Feed forward control mode
0 = inactive
1 = velocity feed forward
2 = torque feed forward
- UWord r
Multi-line: yes Axis index numMachAxes
progIndexAxPosNo
Programmed indexing position number
0 = no indexing position
>0 = indexing position number
- UWord r
Multi-line: yes Axis index numMachAxes
qecLrnIsOn
Quadrant error compensation learning active
0 = inactive
1 = Neuronal-QEC learning active
2 = Standard-QEC active
3 = Standard-QEC with adaptation of correction value active
4 = Neuronal-QEC active
5 = Neuronal-QEC with adaptation of measuring time active
6 = Neuronal-QEC with adaptation of decay time of correction value active
7 = Neuronal-QEC with adaptation of measuring time and decay time of correction value active
- 0 7 UWord r
Multi-line: yes Axis index numMachAxes
refPtBusy
Axis is being referenced
0 = axis is not being referenced
1 = axis is being referenced
- UWord r
Multi-line: yes Axis index numMachAxes
refPtCamNo
Reference point cam
0 = no cam approached
1 = cam 1
2 = cam 2
3 = cam 3
4 = cam 4
- UWord r
Multi-line: yes Axis index numMachAxes
refPtPhase
Referencing phases
0 = False
1 = Phase 1
2 = Phase 2
3 = Phase 3
4 = Phase 4
- UWord r
Multi-line: yes Axis index numMachAxes
refPtStatus
Identifier indicating whether an axis requires referencing and is referenced.
resolvStatus1
Encoder status for measuring system 1
0 = Undefined
1 = Referenced
2 = Activated
3 = Limit frequency exceeded
- UWord r
Multi-line: yes Axis index numMachAxes
resolvStatus2
Encoder status for measuring system 2
0 = Undefined
1 = Referenced
2 = Activated
3 = Limit frequency exceeded
- UWord r
Multi-line: yes Axis index numMachAxes
safeAcceptCheckPhase
Flag for NCK-side acceptance test phase, the human-machine interface can determine which acceptance test phase is
present on the NCK.
safeAcceptTestMode
SI PowerOn alarms can be acknowledged by Reset in acceptance test mode
0: Acceptance test mode: SI PowerOn alarms cannot be acknowledged by Reset
0ACH: Acceptance test mode: SI PowerOn alarms can be acknowledged by Reset
- 0 0 0FFH UWord wr
Multi-line: yes Axis index numMachAxes
safeAcceptTestPhase
Flag for acceptance test phase
0: Acceptance test Wizard not selected, activate NCK-side alarm suppression
0ACH: Dialogs for acceptance test support selected, deactivate NCK-side alarm suppression
- 0 0 0FFH UWord wr
Multi-line: yes Axis index numMachAxes
safeAcceptTestSE
Flag for NCK-side SE acceptance test. The human-machine interface starts checking the safe limit positions during the
acceptance test
0: NCK has SE acceptance test inactive = 0. The single channel SW limit positions are activated.
0ACH: NCK is to activate SE acceptance test. The single channel SW limit positions are deactivated in this way.
- 0 0 0ACH UWord r
Multi-line: yes Axis index numMachAxes
safeAcceptTestState
Flag for acceptance test status, the human-machine interface can determine which acceptance test mode is present
on the NCK.
0: NCK has acceptance test mode inactive
0CH: Acceptance test mode not activated because SI PowerOn alarms already present.
The causes of the SI PowerOn alarms must be eliminated first.
0DH: Acceptance test mode not activated, the HMI writes invalid values in safeAcceptTestMode to the NCK.
0ACH: NCK has acceptance test mode active
- 0 0 0FFH UWord r
Multi-line: yes Axis index numMachAxes
safeActPosDiff
Current actual value difference betw. NCK and drive monitoring channels
mm, inch, degree, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
safeActVeloDiff
Current speed difference between NCK and drive monitoring channels
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
safeActVeloLimit
Safe limit of actual speed
-1 => no actual speed limit active
>= 0 => limit of actual speed is active
mm, inch, degree, user
-1 Double r
defined
Multi-line: no numMachAxes
safeActiveCamTrack
Status Safe cam track (active/inactive)
Bit 0 = 1/0: Safe cam track 1 active/inactive
Bit 1 = 1/0: Safe cam track 2 active/inactive
Bit 2 = 1/0: Safe cam track 3 active/inactive
Bit 3 = 1/0: Safe cam track 4 active/inactive
- 0 0 0xF UWord r
Multi-line: no numMachAxes
safeDesVeloLimit
Safe limit of desired speed
-1 => no desired speed limit active
>= 0 => desired speed limit is active
mm, inch, degree, user
-1 Double r
defined
Multi-line: no numMachAxes
safeFctEnable
Safe operation active
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index numMachAxes
safeInputSig
Safe input signals of the axis
- UWord r
Multi-line: yes Axis index numMachAxes
safeInputSig2
Safe input signals part 2
- 0 0xffff UWord r
Multi-line: no numMachAxes
safeInputSigDrive
Safe input signals of the drive
- UWord r
Multi-line: yes Axis index numMachAxes
safeInputSigDrive2
Safe input signals of the drive part 2
- 0 0xffff UWord r
Multi-line: no numMachAxes
safeMaxVeloDiff
Maximum speed difference between NCK and drive monitoring channels since last NCK Reset
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
safeMeasPosDrive
Safe actual position of drive. The physical unit is defined in measUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
safeOutputSig
Safe output signals of the axis
- UWord r
Multi-line: yes Axis index numMachAxes
safeOutputSig2
Safe output signals part 2
- 0 0xffff UWord r
Multi-line: no numMachAxes
safeOutputSigCam
Results of the NCK safe cam evaluation
- 0 0 3FFFFFFF Long Integer r
Multi-line: no numMachAxes
safeOutputSigCamDrive
Results of the drive safe cam evaluation
- 0 0 3FFFFFFF Long Integer r
Multi-line: no numMachAxes
safeOutputSigDrive
Safe output signals of the drive
- UWord r
Multi-line: yes Axis index numMachAxes
safeOutputSigDrive2
Safe output signals of the drive part 2
- 0 0xffff UWord r
Multi-line: no numMachAxes
safePosCtrlActive
Axis monitors absolute position
0 = Axis does not monitor absolute position (no SE/SN)
1 = Axis monitors absolute position
- 0 0 1 UWord r
Multi-line: no numMachAxes
safeStopOtherAxis
Stop on another axis
0: No stop on another axis
1: Stop on another axis
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
spec
Axis specification
0 = path axis
1 = positioning axis
- UWord r
Multi-line: yes Axis index numMachAxes
stateContrActive
State controller (not available)
1 = TRUE
0 = FALSE
- UWord r
Multi-line: yes Axis index numMachAxes
subSpec T1
Subspecification
0 = normal axis
1 = indexing axis
- UWord r
Multi-line: yes Axis index numMachAxes
torqLimit
Torque limitation value (referring to the nominal value of the drive). For linear motors: force limitation value.
% Double r
Multi-line: yes Axis index numMachAxes
traceState1
State of trace channel 1
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index numMachAxes
traceState2
State of trace channel 2
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index numMachAxes
traceState3
State of trace channel 3
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index numMachAxes
traceState4
State of trace channel 4
0 = idle state
1 = recording started
2 = trigger reached
3 = recording ended
4 = recording aborted
- UWord r
Multi-line: yes Axis index numMachAxes
trackErrContr
Position controller difference (actual value / desired value of position)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
trackErrDiff
Contour deviation (difference actual value of position and calculated dynamical model)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
type
Axis type
1 = linear axis
2 = rotary axis
3 = spindle
- UWord r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc1DeltaInit $VA_ABSOLUTE_ENC_DELTA_INIT[1,Achse]
Enc1: Initial difference
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc1ErrCnt $VA_ABSOLUTE_ENC_ERR_CNT[1,Achse]
Enc 1: Error counter for absolute encoder
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc1State $VA_ABSOLUTE_ENC_STATE[1,Achse]
Enc1: Status of absolute encoder interface
Bit0: Interface is active
Bit1: Error during parity check
Bit2: Error bit alarm
Bit3: Error bit CRC error
Bit4: Start bit missing with EnDat transfer
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc1ZeroMonMax $VA_ABSOLUTE_ENC_ZERO_MON_MAX[1,Achse]
Enc1:Maximum of vaEnc1ZeroMonAct with absolute encoder
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc2DeltaInit $VA_ABSOLUTE_ENC_DELTA_INIT[2,Achse]
Enc2: Initial difference
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc2ErrCnt $VA_ABSOLUTE_ENC_ERR_CNT[2,Achse]
Enc 2: Error counter for absolute encoder
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc2State $VA_ABSOLUTE_ENC_STATE[2,Achse]
Enc2: Status of absolute encoder interface
Bit0: Interface is active
Bit1: Error during parity check
Bit2: Error bit alarm
Bit3: Error bit CRC error
Bit4: Start bit missing with EnDat transfer
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaAbsoluteEnc2ZeroMonMax $VA_ABSOLUTE_ENC_ZERO_MON_MAX[2,Achse]
Enc2:Maximum of vaEnc2ZeroMonAct with absolute encoder
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaCecCompVal $VA_CEC_COMP_VAL[Achse]
Axial sag compensation value
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaCurr $VA_CURR[Achse]
Drive actual current value
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaDistTorque $VA_DIST_TORQUE[Achse]
Disturbing torque/max. torque (motor end, York)
% 0 -100 100 Double r
Multi-line: yes Axis index numMachAxes
vaDpe $VA_DPE[x1]
Status of power enable of a machine axis
0-1
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
vaEnc1CompVal $VA_ENC1_COMP_VAL[Achse]
Leadscrew error compensation (LEC) value encoder 1
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaEnc1ZeroMonAccessCnt $VA_ENC_ZERO_MON_ACCESS_CNT[1,Achse]
Enc1: Update counter
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaEnc1ZeroMonAct $VA_ENC_ZERO_MON_ACT[1,Achse]
Enc1: Zero monitoring values
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaEnc1ZeroMonErrCnt $VA_ENC_ZERO_MON_ERR_CNT[1,Achse]
Enc 1: Error counter for zero mark monitoring
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaEnc1ZeroMonInit $VA_ENC_ZERO_MON_INIT[1,Achse]
Enc1:Hardware counter value of the basic zero mark
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaEnc2CompVal $VA_ENC2_COMP_VAL[Achse]
Leadscrew error compensation (LEC) value encoder 2
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaEnc2ZeroMonAccessCnt $VA_ENC_ZERO_MON_ACCESS_CNT[2,Achse]
Enc2: Update counter
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaEnc2ZeroMonAct $VA_ENC_ZERO_MON_ACT[2,Achse]
Enc2: Zero monitoring values
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaEnc2ZeroMonErrCnt $VA_ENC_ZERO_MON_ERR_CNT[2,Achse]
Enc 2: Error counter for zero mark monitoring
- 0 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaEnc2ZeroMonInit $VA_ENC_ZERO_MON_INIT[2,Achse]
Enc2:Hardware counter value of the basic zero mark
- 0 0 UDoubleword r
Multi-line: yes Axis index numMachAxes
vaFoc $VA_FOC[Achse]
Actual status of "ForceControl"
0: ForceControl not active
1: Modal ForceControl active
2: Non-modal ForceControl active
- 0 0 2 UWord r
Multi-line: yes Axis index numMachAxes
vaFxs $VA_FXS[Achse]
Actual status of "Travel to fixed stop"
0: Axis not at fixed stop
1: Successful travel to fixed stop
2: Unsuccessful travel to fixed stop
3: Travel to fixed stop selection active
4: Fixed stop has been detected
5: Travel to fixed stop deselection active
- 0 0 5 UWord r
Multi-line: yes Axis index numMachAxes
vaIm $VA_IM[x]
Encoder actual value in the machine coordinate system (measured
active measuring system)
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
vaIm1 $VA_IM1[x]
Actual value in the machine coordinate system (measured encoder 1)
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
vaIm2 $VA_IM2[x]
Actual value in the machine coordinate system (measured encoder 2)
- 0 0 Double r
Multi-line: yes Axis index numMachAxes
vaLagError $VA_LAG_ERROR[Achse]
Axis following error
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaLoad $VA_LOAD[Achse]
Drive utilization in %
- 0 -100 100 Double r
Multi-line: yes Axis index numMachAxes
vaPosctrlMode $VA_POSCTRL_MODE[Achse]
Position controller mode
0: Position control
1: Speed control
2: Holding
3: Parking
4: Tracking
- 0 0 4 UWord r
Multi-line: yes Axis index numMachAxes
vaPower $VA_POWER[Achse]
Active drive power
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaPressureA $VA_PRESSURE_A[Achse]
Pressure on A end of the cylinder in bar (only for 611D Hydraulic)
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaPressureB $VA_PRESSURE_B[Achse]
Pressure on B end of the cylinder in bar (only for 611D Hydraulic)
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaSce $VA_SCE[Achse]
Status of speed controller enable
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
vaStopSi $VA_STOPSI[Achse]
Stop from Safety Integrated
-1: No stop
0: Stop A
1: Stop B
2: Stop C
3: Stop D
4: Stop E
5: Stop F
10: Test stop of NC
11: Test of ext. pulse suppression
- 0 Long Integer r
Multi-line: yes Axis index numMachAxes
vaSyncDiff $VA_SYNCDISFF[Achse]
Actual value synchronism difference
mm, inch, degree, user
0 Long Integer r
defined
Multi-line: yes Axis index numMachAxes
vaSyncDiffStat $VA_SYNCDIFF_STAT[Achse]
Status of the actual value synchronism difference
-4: Reserved
-3: No valid value in $VA_SYNCDIFF, tangential control
-2: No valid value in $VA_SYNCDIFF, master value coupling and simulated master value
-1: No valid value in $VA_SYNCDIFF
0: No valid value in $VA_SYNCDIFF, coupling not active
1: Valid value in $VA_SYNCDIFF
- 0 -4 1 Long Integer r
Multi-line: yes Axis index numMachAxes
vaTempCompVal $VA_TEMP_COMP_VAL[Achse]
Axial temperature compensation value
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaTorque $VA_TORQUE[Achse]
Drive torque setpoint
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaTorqueAtLimit $VA_TORQUE_AT_LIMIT[Achse]
Status "effective torque equals specified torque limit"
vaValveLift $VA_VALVELIFT[Achse]
Actual valve lift in mm (only for 611D Hydraulic)
- 0 Double r
Multi-line: yes Axis index numMachAxes
vaXfaultSi $VA_XFAULTSI[Achse]
Stop F through cross-checking error active
Bit 0 set: An actual value error has been discovered in the cross-check between NCK and 611D
Bit 1 set: Some error has been discovered in the cross-check between NCK and 611D
and the waiting time until Stop B ($MA_SAFE_STOP_SWITCH_TIME_F) is triggered is running or has
expired
- 0 Long Integer r
Multi-line: yes Axis index numMachAxes
1.5.3 Area C, Module SGA: State data: Geometry axes in tool offset
memory
OEM-MMC: Linkitem /Channel/GeometricAxis/...
All status data that are dependent on machine movement and specified in the workpiece coordinate
system are included in module SGA. Supplementary information can be found in module SEGA. The
individual variables are defined as arrays where the line index is the number of the axis (assigned to the
current channel).The variable "name" in module SGA with the line index in question identifies the axis.
The assignment of the line indices in modules SGA and SEGA is identical.
With SW 5.2 and later, OPI modules SGA and SEGA can be addressed via the geo-axis no. instead of via
the channel axis no.:
Line index 1001: 1st geo-axis
Line index 1002: 2nd geo-axis
Line index 1003: 3rd geo-axis
The number of channel axes (geometry, special axes and spindles) can be found in "numMachAxes" in
module Y in area C.
actIncrVal
Active INC weighting of the axis
0 = INC_10000
1 = INC_1000
2 = INC_100
3 = INC_10
4 = INC_1
5 = INC_VAR
6 = INC_JOG_CONT
7 = no increment mode has been set
- UWord r
Multi-line: yes Axis index numMachAxes
actProgPos
Programmed position, actual value. The physical unit is defined in the variable extUnit (in this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
actToolBasePos
Tool base position. Physical unit is defined in the variable extUnit (from this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdProgPos
Programmed position, desired value. Physical unit is defined in the variable extUnit (in this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdToolBasePos
Tool base position, desired value . Physical unit is defined in variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdToolEdgeCenterPos
Position of the cutting edge center point. Physical unit is defined in variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
extUnit
Current physical unit of the related geometry axis or auxiliary axis
0 = mm
1 = inch
2 = degree
3 = indexing position
4 = userdef
- UWord r
Multi-line: yes Axis index numMachAxes
name
Axis name
- String[32] r
Multi-line: yes Axis index numMachAxes
progDistToGo
Programmed position, distance-to-go. The physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
progREPOS
Programmed position, REPOS. The physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
status
Axis status
0 = travel command in plus direction
1 = travel command in minus direction
2 = exact position coarse reached
3 = exact position fine reached
- UWord r
Multi-line: yes Axis index numMachAxes
subType
Axis type geometry or auxiliary axis
0 = auxiliary axis
1 = geometry axis
2 = orientation axis
- UWord r
Multi-line: yes Axis index numMachAxes
toolBaseDistToGo
Tool base distance-to-go. Physical unit is defined in the variable extUnit (in this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
toolBaseREPOS
Tool base REPOS. Physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
toolEdgeCenterDistToGo
Center point of cutting edge distance-to-go. Physical unit results from the variable extUnit (in this module)
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
toolEdgeCenterREPOS
Center point of the cutting edge REPOS. Physical unit is defined in the variable extUnit (in this module).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
varIncrVal
Setable value for INC_VAR. The physical unit depends on whether the axis is rotary or linear. Linear axes: 1mm rotary
axes: 1/1000 degrees
mm, inch, degree, user
Double wr
defined
Multi-line: yes Axis index numMachAxes
1.5.4 Area C, Module SEGA: State data: Geometry axes in tool offset
memory (extension of SGA)
All status data that are dependent on machine movement and specified in the workpiece coordinate
system are combined in module SGA. Supplementary information can be found in module SEGA. The
individual variables are defined as arrays where the line index is the number of the axis (assigned to the
current channel).The variable "name" in module SGA with the line index in question identifies the axis.
The assignment of the line indices in modules SGA and SEGA is identical.
With SW 5.2 and later, OPI modules SGA and SEGA can be addressed via the geo-axis no. instead of via
the channel axis no.:
Line index 1001: 1st geo-axis
Line index 1002: 2nd geo-axis
Line index 1003: 3rd geo-axis
The number of channel axes (geometry, special axes and spindles) can be found in "numMachAxes" in
module Y in area C.
aaAcsRel $AA_ACS_REL[Achse]
The axial variable $AA_ACS_REL[ax] determines the current relative setpoint in the settable zero coordinate system
(SZS) for the corresponding axis. The setpoint corresponds to $AA_IEN[ax], which is transformed by the current
relative system frame $P_RELFRAME. The axial positions lie in the relative settable zero system.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaDiamStat $AA_DIAM_STAT[]
Status of the diameter programming as a function of configuration and programming
Bit 0=0: Diameter programming inactive
Bit 0=1: Diameter programming active
Bit 1=0: Channel-specific diameter programming
- 0 0 15 UWord r
Multi-line: yes Axis index numMachAxes
aaDtsb $AA_DTSB
Path from the motion starting point in the BCS
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
aaDtsw $AA_DTSW
Path from the motion starting point in the WCS
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
aaIb $AA_IB
Current BCS setpoint of an axis
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
aaIbCorr $AA_IB_CORR
Current BCS setpoint value of an axis including override components
- Double r
Multi-line: yes Axis index numMachAxes
aaIbc $AA_IBC[Achse]
The axial variable $AA_IBC[ax] determines the setpoint of a Cartesian axis lying between BCS and MCS. Cartesian
means that the axis is a linear axis, and it lies plane parallel to a coordinate axis in a clockwise coordinate system.
If a geometry axis is still Cartesian at the output of the nth transformation, then this value is returned.
The axis identifier used must represent a geometry axis in the BCS, otherwise the variable returns the value 0.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaItr1 $AA_ITR[Achse, 1]
The axial variable determines the current setpoint of an axis at the output of the 1st chained transformation.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaItr2 $AA_ITR[Achse, 2]
The axial variable determines the current setpoint of an axis at the output of the 2nd chained transformation.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaItr3 $AA_ITR[Achse, 3]
The axial variable determines the current setpoint of an axis at the output of the 3rd chained transformation.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaIwCorr $AA_IW_CORR
Current WCS setpoint value of an axis including override components
- Double r
Multi-line: yes Axis index numMachAxes
aaMw1 $AA_MW1[Achse]
Access to measurement result of trigger event 1 in the WCS
- Double wr
Multi-line: yes Axis index numMachAxes
aaMw2 $AA_MW2[Achse]
Access to measurement result of trigger event 2 in the WCS
- Double wr
Multi-line: yes Axis index numMachAxes
aaMw3 $AA_MW3[Achse]
Access to measurement result of trigger event 3 in the WCS
- Double wr
Multi-line: yes Axis index numMachAxes
aaMw4 $AA_MW4[Achse]
Access to measurement result of trigger event 4 in the WCS
- Double wr
Multi-line: yes Axis index numMachAxes
aaPcsRel $AA_PCS_REL[Achse]
The axial variable $AA_PCS_REL[ax] determines the current relative setpoint of the corresponding axis in the
workpiece coordinate system (WCS). The setpoint corresponds to $AA_IW[ax], which is transformed by the current
relative system frame $P_RELFRAME. The axial positions lie in the relative workpiece coordinate system.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
aaSccStat $AA_SCC_STAT[]
Status of the G96/G961/G962 assignment as a function of configuration and programming
Bit 0=0: Axis is not assigned to G96/G961/G962
Bit 0=1: Axis is assigned to G96/G961/G962
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
aaTOff $AA_TOFF[ ]
Value of the superimposed motions which have been retracted in the individual tool directions via $AA_TOFF[ ]
aaTOffLimit $AA_TOFF_LIMIT[ ]
Limiting value of the superimposed motion has been achieved in the tool direction via $AA_TOFF[ ]
aaTOffPrepDiff $AA_TOFF_PREP_DIFF[ ]
Difference between the current value of $AA_TOFF[] and the value as the current block was prepared.
aaTOffVal $AA_TOFF_VAL[ ]
Integrated value of the superimposed motions which have been retracted in the individual tool directions via
$AA_TOFF[ ]
aaVactW $AA_VACTW[X]
Axis velocity in workpiece coordinate system
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
actDistToGoEns
Distance-to-go in the SZS based on the programmed position
- Double r
Multi-line: yes Axis index numMachAxes
actFeedRate S5
Actual value of axis-specific feedrate, if the axis is a positioning axis.
mm/min, inch/min, user
Double r
defined
Multi-line: yes Axis index numMachAxes
actFeedRateIpo
Corresponds to actFeedRate taking into account the
revolutional feedrate.
For geometry axes the value is reported in the MCS, i.e. related to the geometry axis and not to the machine axis.
Associated unit see: axisFeedRateIpoUnit
- Double r
Multi-line: yes Axis index numMachAxes
actProgPosBKS $AA_IBORI
Actual value of geometry and orientation axes in basic coordinate system
mm, inch, degree, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
actToolBasPosBNDiam
Corresponds to actToolBasPosBN with diameter conversion
- Double r
Multi-line: yes Axis index numMachAxes
actToolBasPosENitc
corresponds to actToolBasPosEN with $DISPLAY_MODE_POSITION=1
- Double r
Multi-line: yes Axis index numMachAxes
actToolBasPosENjmp
corresponds to actToolBasPosEN with $DISPLAY_MODE_POSITION=0
- Double r
Multi-line: yes Axis index numMachAxes
actToolBasePosBasic
Base position of the active tool in the base system (inch/metrical)
mm, inch, degree, user
0.0 Double r
defined
Multi-line: yes Axis index numMachAxes
actToolBasePosBasicDiam
Corresponds to actToolBasePosBasic with diameter conversion
- Double r
Multi-line: yes Axis index numMachAxes
actToolBasePosDiam
Corresponds to actToolBasePos with diameter conversion
- Double r
Multi-line: yes Axis index numMachAxes
actToolEdgeCenterPosEns
Actual position value in relation to the WOS frame as center-point path, i.e. with tool length but without tool radius
- Double r
Multi-line: yes Axis index numMachAxes
axisActiveInChan
Flag indicating whether axis is active in this channel
0 = inactive
1 = active
- UWord r
Multi-line: yes Axis index numMachAxes
axisFeedRateIpoUnit
Corresponds to axisFeedRateUnit with revolutional feedrate
0 = mm/min
1 = mm/rev.
2 = inch/min
3 = inch/rev.
4 = deg./min
5 = deg./rev.
- UWord r
Multi-line: yes Axis index numMachAxes
axisFeedRateUnit
Unit of axial feedrate
0 = mm/min
1 = inch/min
2 = degree/min
- UWord r
Multi-line: yes Axis index numMachAxes
cmdFeedRate
Desired value of axis-specific feedrate for a positioning axis.
mm/min, inch/min, user
Double r
defined
Multi-line: yes Axis index numMachAxes
cmdFeedRateIpo
Corresponds to cmdFeedRate taking into account the revolutional feedrate.
Associated unit see: axisFeedRateIpoUnit
- Double r
Multi-line: yes Axis index numMachAxes
cmdToolEdgeCenterPosEnsS
Programmed position for block search with calculation
in relation to the WOS frame as center-point path, i.e. with tool length
but without tool radius
Note: This variable is not available for the variable service,
but only for logging in connection with block search events!
mm, inch, degree, user defined Double r
Multi-line: yes Axis index numMachAxes
diamonInfo
Information whether position values are shown as diameter or radius values.
This information is relevant for the following variables of the blocks SGA/SEGA:
- cmdToolBasePos
- toolBaseDistToGo
- toolBaseREPOS
- cmdToolEdgeCenterPos
- actToolEdgeCenterPos
- toolEdgeCenterDistToGo
- toolEdgeCenterREPOS
- cmdProgPos
- actProgPos
- progDistToGo
- progREPOS
- actToolBasPosEN
- cmdToolEdgeCenterPosEnsS
- actToolEdgeCenterPosEns
- actToolBasPosBN
- cmdToolBasPosENS
- actProgPosBKS
- actToolBasePosDiam
- actToolBasePosBasicDiam
- actToolBasPosBNDiam
0: Diameter programming inactive
1: Diameter programming active
- 0 0 1 UWord r
Multi-line: yes Axis index numMachAxes
effComp
Sum of all length radius compensations. The physical unit is defined in extUnit (in the SGA block).
mm, inch, degree, user
Double r
defined
Multi-line: yes Axis index numMachAxes
feedRateOvr
Feedrate override if axis is a positioning axis. Multiplying override component which is active in addition to the override
factors programmed, set via handwheel or via PLC.
% Double r
Multi-line: yes Axis index numMachAxes
geoAxisNr
Number of the geometry axis
If the axis is a geometry axis: 1-3
If the axis is not a geometry axis: 0
- UWord r
Multi-line: yes Axis index numMachAxes
handwheelAss
Number of handwheel assigned to axis
0 = no handwheel assigned
1 to 3 = handwheel number
- 0 3 UWord r
Multi-line: yes Axis index numMachAxes
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Axis index numMachAxes
motEnd $AA_MOTEND
Current motion end criterion for single-axis interpolation
1 = Motion end with exact stop FINE
2 = Motion end with exact stop COARSE
3 = Motion end with exact stop IPO Stop
4 = Block change in braking ramp of axis motion
5 = Block change in braking ramp of axis motion with tolerance window with reference to setpoint
6 = Block change in braking ramp of axis motion with tolerance window with reference to actual value
- 1 1 6 UWord r
Multi-line: yes Axis index numMachAxes
spec
Axis specification
0 = path axis
1 = positioning axis
- UWord r
Multi-line: yes Axis index numMachAxes
type
Axis type
1 = linear axis
2 = rotary axis
3 = spindle
- UWord r
Multi-line: yes Axis index numMachAxes
vaIb $VA_IB[Achse]
The variable $VA_IB[ ax ] determines the encoder position of an axis retransformed into BCS. The BCS value contains
all the axial override components (DRF, AA_OFF, external work offset, etc.) and compensation values (CEC, etc.). The
positions are only computed once per IPO cycle for performance reasons. When a variable is read within one IPO
cycle, the value of the variable does not change, although the actual value could have changed.
If transformations are active, it must be taken into account that transforming the actual values into the BCS in the IPO
cycle can be very time-consuming. In this case, an adequate IPO cycle must be set.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaIbc $VA_IBC[Achse]
The variable $VA_IBC[ geo axis ] determines the encoder position of a Cartesian axis lying between BCS and MCS.
Cartesian means that the axis is a linear axis and lies plane parallel to a coordinate axis in a clockwise coordinate
system. The axis identifier used can be a geometry, channel or machine axis identifier. This identifier must represent a
geometry axis in the BCS, otherwise the variable returns the value 0.0. The positions are only computed once per IPO
cycle for performance reasons. When a variable is read within one IPO cycle, the value of the variable does not
change, although the actual value could have changed.
If transformations are active, it must be taken into account that transforming the actual values into the BCS in the IPO
cycle can be very time-consuming. In this case, an adequate IPO cycle must be set.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaItr1 $VA_ITR[Achse, 1]
The axial variable determines the current encoder position of an axis at the output of the 1st chained transformation.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaItr2 $VA_ITR[Achse, 2]
The axial variable determines the current encoder position of an axis at the output of the 2nd chained transformation.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaItr3 $VA_ITR[Achse, 3]
The axial variable determines the current encoder position of an axis at the output of the 3rd chained transformation.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
vaIw $VA_IW[Achse]
The variable $VA_IW[ ax ] determines the encoder position of an axis retransformed into BCS. The BCS value
contains all the axial override components (DRF, AA_OFF, external work offset, etc.) and compensation values (CEC,
etc.). The positions are only computed once per IPO cycle for performance reasons. When a variable is read within
one IPO cycle, the value of the variable does not change, although the actual value could have changed.
If transformations are active, it must be taken into account that transforming the actual values into the BCS in the IPO
cycle can be very time-consuming. In this case, an adequate IPO cycle must be set.
mm, inch, degree, user
0 Double r
defined
Multi-line: yes Axis index numMachAxes
All status data that refer to the spindle are combined in the module SSP. The individual variables are
defined as arrays where the row index is the number of the spindle (assigned to the current channel). The
spindle can be identified by reading the variables "name" or "index" in the same module with the respective
row index.
The number of spindles can be read from "numSpindles" in the module Y in the area C.
acConstCutS $AC_CONSTCUT_S[n]
Current constant cutting rate
m/min, ft/min, user defined 0 Double r
Multi-line: yes Spindle index numSpindles
acSMode $AC_SMODE[x]
Spindle mode
0: No spindle present in channel or spindle is active in another channel or
is being used by PLC (FC18) or by synchronized actions.
1: Open-loop speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 1 0 4 UWord r
Multi-line: yes Spindle index numSpindles
acSType $AC_S_TYPE[x]
Type of spindle programming
Spindle programmed as:
0 Spindle not programmed
1 Spindle speed, S in rev/min
2 Cutting rate, SVC in m/min or ft/min
3 Constant cutting rate, S in m/min or ft/min
4 Constant grinding wheel peripheral speed, S in m/s or ft/s
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: no
acSVC $AC_SVC[x]
Programmed, active cutting rate
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: no
acSmaxAcc $AC_SMAXACC[]
Active acceleration of the spindle
This variable returns the active acceleration of the spindle for spindle mode.
Bit 7 of $AC_SPIND_STATE (spindle accelerating) is set for the duration of the acceleration to the defined setpoint
speed.
Bit 8 of $AC_SPIND_STATE (spindle braking ) is set for the duration of the braking to the defined setpoint speed.
Apart from that, the acceleration-determining machine and setting data can be determined with the system variable
$AC_SMAXACC_INFO.
If the spindle is in axis mode, then $AC_SMAXACC does not return the current acceleration, instead the machine data
(MAX_AX_VELO, MAX_AX_ACCEL, ...) typical for axis mode are active.
acSmaxAccInfo $AC_SMAXACC_INFO[]
Identifier for the active spindle acceleration data
This system variable provides additional information to $AC_SMAXACC and returns the
definitive machine data as identifier/index.
The index can be used to determine the active acceleration data on the basis of the following table of existing spindle
accelerations.
The number range is oriented to the system variable $AC_SMAXVELO_INFO:
0: No acceleration limitation (SERUPRO)
1: Not used
2: Acceleration in speed control mode in the current gear stage
without position control,
MD 35200 GEAR_STEP_SPEEDCTRL_ACCEL * ACC * ACCFXS
3: Acceleration in the current gear stage with active position control
(e.g. SPCON, SPOS )
MD 35210 GEAR_STEP_POSCTRL_ACCEL * ACC * ACCFXS
4: Acceleration in the current gear stage with active position control
while tapping (G331, G332 - only with corresponding configuration
of the second data block)
MD 35212 GEAR_STEP_POSCTRL_ACCEL2
5: Not used
6: Not used
7: Not used
8: Acceleration limited by the preparation for thread cutting
and with synchronous spindle coupling of the leading spindle on account of
limited acceleration of the following spindle.
9: Not used
10: Not used
11: Not used
12: Acceleration limited by tool parameter $TC_TP_MAX_ACCEL
13: Not used
- Long Integer r
Multi-line: yes Spindle index numSpindles
acSmaxVelo $AC_SMAXVELO[]
Maximum spindle speed
This variable returns the maximum spindle speed for spindle mode.
This is formed from the smallest active speed limitation, and cannot be exceeded by speed programming or override >
100%.
A speed limitation is indicated by the VDI interface signal DB31..,DBX83.1 'Setpoint speed limited' and by
$AC_SPIND_STATE, bit 5 (speed limitation active).
The cause of the speed limitation (machine, setting data, G code, VDI interface signal etc.) can also be determined
with the system variable $AC_SMAXVELO_INFO.
If the spindle is in axis mode, then the speed is not limited by $AC_SMAXVELO but instead the machine data
(MAX_AX_VELO, ...) typical for axis mode are active.
acSmaxVeloInfo $AC_SMAXVELO_INFO[]
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations .
0: No limitation (SERUPRO)
1: Speed limited by clamping arrangement (chuck speed),
MD 35100 SPIND_VELO_LIMIT;
2: Speed limitation (upper limit, that is maximum speed) in the current gear stage,
MD 35130 GEAR_STEP_MAX_VELO_LIMIT * VELOLIMA
(maximum speed factor from part program)
3: Speed limitation in the current gear stage with position control active
MD 35132 GEAR_STEP_PC_MAX_VELO_LIMIT * VELOLIMA
(among other items with SPCON, SPOS )
4: Speed limited to
SD 43220 SPIND_MAX_VELO_G26
(part program instruction: G26 S.. or PI service from HMI)
5: Speed limited by set VDI interface signal DB31,...DBX3.6 to
MD 35160 SPIND_EXTERN_VELO_LIMIT
6: Speed limited at constant cutting speed by
part program instruction: LIMS (G96, G97, G961)
SD 43230 SPIND_MAX_VELO_LIMS;
7: Speed limited by Safety Integrated to safe speed (SG)
8: Speed limited by the preparation for thread cutting and
synchronous spindle coupling of the leading spindle on account of the
speed limitation of the following spindle.
9: Speed limited to the maximum speed of the drive by the drive parameters,
e.g. SINAMICS: p1082.
10: Speed limited to
MD 36300 ENC_FREQ_LIMIT
with functions that require a functioning measuring system,
e.g. position control and for the master spindle with the
G functions G95, G96, G97, G33..35. The limitation takes into account the
encoder speed, the MS arrangement (direct/indirect),
MS limiting frequency and the current parameter set.
11: Limitation of the overlaid movement of the following spindle to the
dynamic remaining after the coupling.
12: Speed limited by tool parameter (in preparation)
13: Speed limited by tool carrier (in preparation)
- Long Integer r
Multi-line: yes Spindle index numSpindles
acSminVelo $AC_SMINVELO[]
Minimum spindle speed
This variable returns the minimum spindle speed for speed control mode.
This is formed from the highest active speed increase, and cannot be undershot by speed programming or override <
100%.
A speed increase is indicated by the VDI interface signal DB31..,DBX83.2 'Setpoint speed increased' and by
$AC_SPIND_STATE, bit 6 (speed increase active).
The cause of the speed increase (machine, setting data, G code, VDI interface signal etc.) can also be determined with
the system variable $AC_SMINVELO_INFO.
If the spindle is in axis or positioning mode, then the speed is not increased by $AC_SMINVELO.
rev/min, user defined Double r
Multi-line: yes Spindle index numSpindles
acSminVeloInfo $AC_SMINVELO_INFO[]
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations.
The system variable provides additional information about $AC_SMINVELO, and returns the speed increasing data
(machine, setting data) as identifier/index.
The speed-increasing data can be determined with the index from the following table of existing spindle speed
increases.
- Long Integer r
Multi-line: yes Spindle index numSpindles
acSpindState $AC_SPIND_STATE[]
This variable returns the spindle status in speed control mode only (Bit0 =1).
The variable $AA_INPOS_STAT is relevant in positioning and axis modes.
$AC_SPIND_STATE returns no values in synchronous mode.
Bit 0: "Speed control mode active" (condition for validity of the bits of the variable $AC_SPIND_STATE[)
Bit 1: "Spindle stopped" (corresponds to VDI interface signal DB31..,DBX61.4)
Bit 2: "Spindle programmed" (e.g. M3, M4 S.., FC18, ..) (corresponds to VDI interface signal DB31..,DBX64.4/5 or 6/7)
Bit 3: "Spindle in set range" (corresponds to VDI interface signal DB31..,DBX83.5)
Bit 4: Free
Bit 5: "Limitation of setpoint speed active" remains as long as the programmed or overrride speed remains higher than
the speed in the system variable $AC_SMAXVELO. Corresponds to VDI interface signal
DB31..,DBX83.1 'Setpoint speed limited'.
Bit 6: "Increasing setpoint speed active" remains as long as the programmed speed remains less than the speed in the
system variable $AC_SMINVELO.
Corresponds to VDI interface signal DB31..,DBX83.2 'Setpoint speed increasing'
Bit 7: "Spindle accelerating" (setpoint side), remains as long as the spindle is accelerating to the defined setpoint
speed.
Bit 8: "Spindle braking" (setpoint side), remains as long as the spindle is braking to the defined setpoint speed or
comes to a standstill.
Bit 9: "Position control active"
- Long Integer r
Multi-line: yes Spindle index numSpindles
actGearStage
Actual gear stage of spindle
- UWord r
Multi-line: yes Spindle index numSpindles
channelNo
Number of channel in which spindle is configured
- UWord r
Multi-line: yes Spindle index numSpindles
cmdAngPos
Spindle position (SPOS)
Degree, user defined Double r
Multi-line: yes Spindle index numSpindles
cmdConstCutSpeed
Constant cutting rate of the master spindle. The requested value for the master spindle differs from SSP:cmdSpeed
only if G96 is active.
(For a certain OEM customer this variable is now available retroactively in software version 3.2)
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Spindle index numSpindles
cmdGearStage
Requested gear stage
- UWord r
Multi-line: yes Spindle index numSpindles
cmdGwps
Programmed SUG desired value (SUG is the function "constant perimeter speed of grinding wheel")
m/s, ft/s Double r
Multi-line: yes Spindle index numSpindles
driveLoad
Load
% Double r
Multi-line: yes Spindle index numSpindles
dummy
dummy
- UWord r
Multi-line: yes Spindle index numSpindles
gwpsActive {$GWPS}
SUG programming active (SUG is the function "constant perimeter speed of grinding wheel)
0 = inactive
1 = active
- UWord r
Multi-line: yes Spindle index numSpindles
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Spindle index numSpindles
name
Spindle name
Note: If several logical spindles are referred to one physical spindle with active spindle conversion and access is made
via area N of module SSP2, then the name of the first suitable logical spindle is output.
- String[32] r
Multi-line: yes Spindle index numSpindles
namePhys
Name of assigned physical spindle, identical to "name" variable.
- String[32] r
Multi-line: yes Spindle index numSpindles
opMode
Spindle mode
0 = spindle mode
1 = oscillation mode (gear step changeover)
2 = positioning mode
3 = synchronous mode
4 = axis mode
- UWord r
Multi-line: yes Spindle index numSpindles
pSMode $P_SMODE
Last programmed spindle mode
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 0 4 UWord r
Multi-line: yes Spindle index numSpindles
pSModeS
Last programmed spindle mode with block search
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 0 4 UWord r
Multi-line: yes Spindle index numSpindles
psModePos
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value actToolEdgeCenterPosEns is returned, otherwise 0.
- 0 Double r
Multi-line: yes Spindle index numSpindles
psModePosS
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value cmdToolEdgeCenterPosEnsS is returned, otherwise 0.
- 0 Double r
Multi-line: yes Spindle index numSpindles
speedLimit
Current speed limitation for spindle
rev/min , m/min Double r
Multi-line: yes Spindle index numSpindles
speedOvr
Spindle override
% Double r
Multi-line: yes Spindle index numSpindles
spindleType
Spindle type
0 = master spindle
1 = no master spindle
- UWord r
Multi-line: yes Spindle index numSpindles
status
Spindle status
Bit0 = following spindle
Bit1 = leading spindle
Bit2 = master spindle (expansion from SW 4.1)
Bit3 = constant cutting rate (G96) active (expansion from SW 4.1)
Bit0 = following spindle
Bit1 = leading spindle
- UWord r
Multi-line: yes Spindle index numSpindles
vcSGear $VC_SGEAR[spino]
Variable $VC_SGEAR[spino] determines the currently active spindle gear stage. $AC_SGEAR[spino] determines the
defined gear stage in the main run. During search the actual gear stage may differ from the defined gear stage,
because during search the gear stages are not changed. Using $VC_SGEAR[spino] and $AC_SGEAR[spino] it can be
checked whether a gear stage change is to be performed after a search.
The following values are possible:
1: 1st gear stage active
....
5: 5th gear stage active
1: 1st gear stage active
....
5: 5th gear stage active
- 0 0 5 short Integer r
Multi-line: no
All state data that refer to a spindle, if a spindle converter (logical spindles) is active
acConstCutS
Current constant cutting rate
m/min, ft/min, user defined 0 Double r
Multi-line: yes Logical spindle index numSpindlesLog
acSMode
Spindle mode
0: No spindle present in channel or spindle is active in another channel or
is being used by PLC (FC18) or by synchronized actions.
1: Open-loop speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 1 0 4 UWord r
Multi-line: yes Logical spindle index numSpindlesLog
acSType
Type of spindle programming
Spindle programmed as:
0 Spindle not programmed
1 Spindle speed, S in rev/min
2 Cutting rate, SVC in m/min or ft/min
3 Constant cutting rate, S in m/min or ft/min
4 Constant grinding wheel peripheral speed, S in m/s or ft/s
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: no
acSVC
Programmed, active cutting rate
mm/min, inch/min, user
0 0 Double r
defined
Multi-line: no
acSmaxAcc
Active acceleration of the spindle
This variable returns the active acceleration of the spindle for spindle mode.
Bit 7 of $AC_SPIND_STATE (spindle accelerating) is set for the duration of the acceleration to the defined setpoint
speed.
Bit 8 of $AC_SPIND_STATE (spindle braking ) is set for the duration of the braking to the defined setpoint speed.
Apart from that, the acceleration-determining machine and setting data can be determined with the system variable
$AC_SMAXACC_INFO.
If the spindle is in axis mode, then $AC_SMAXACC does not return the current acceleration, instead the machine data
(MAX_AX_VELO, MAX_AX_ACCEL, ...) typical for axis mode are active.
acSmaxAccInfo
Identifier for the active spindle acceleration data
This system variable provides additional information to $AC_SMAXACC and returns the
definitive machine data as identifier/index. The index can be used to determine the active acceleration data on the
basis of the following table of existing spindle accelerations.
The number range is oriented to the system variable $AC_SMAXVELO_IDX:
acSmaxVelo
Maximum spindle speed
This variable returns the maximum spindle speed for spindle mode.
This is formed from the smallest active speed limitation, and cannot be exceeded by speed programming or override >
100%.
A speed limitation is indicated by the VDI interface signal DB31..,DBX83.1 'Setpoint speed limited' and by
$AC_SPIND_STATE, bit 5 (speed limitation active).
The cause of the speed limitation (machine, setting data, G code, VDI interface signal etc.) can also be determined
with the system variable $AC_SMAXVELO_INFO.
If the spindle is in axis mode, then the speed is not limited by $AC_SMAXVELO but instead the machine data
(MAX_AX_VELO, ...) typical for axis mode are active.
acSmaxVeloInfo
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations .
0: No limitation (SERUPRO)
1: Speed limited by clamping arrangement (chuck speed),
MD 35100 SPIND_VELO_LIMIT;
2: Speed limitation (upper limit, that is maximum speed) in the current gear stage,
MD 35130 GEAR_STEP_MAX_VELO_LIMIT * VELOLIMA
(maximum speed factor from part program)
3: Speed limitation in the current gear stage with position control active
MD 35132 GEAR_STEP_PC_MAX_VELO_LIMIT * VELOLIMA
(among other items with SPCON, SPOS )
4: Speed limited to
SD 43220 SPIND_MAX_VELO_G26
(part program instruction: G26 S.. or PI service from HMI)
5: Speed limited by set VDI interface signal DB31,...DBX3.6 to
MD 35160 SPIND_EXTERN_VELO_LIMIT
6: Speed limited at constant cutting speed by
part program instruction: LIMS (G96, G97, G961)
SD 43230 SPIND_MAX_VELO_LIMS;
7: Speed limited by Safety Integrated to safe speed (SG)
8: Speed limited by the preparation for thread cutting and
synchronous spindle coupling of the leading spindle on account of the
speed limitation of the following spindle.
9: Speed limited to the maximum speed of the drive by the drive parameters,
e.g. SINAMICS: p1082.
10: Speed limited to
MD 36300 ENC_FREQ_LIMIT
with functions that require a functioning measuring system,
e.g. position control and for the master spindle with the
G functions G95, G96, G97, G33..35. The limitation takes into account the
encoder speed, the MS arrangement (direct/indirect),
MS limiting frequency and the current parameter set.
11: Limitation of the overlaid movement of the following spindle to the
dynamic remaining after the coupling.
12: Speed limited by tool parameter (in preparation)
13: Speed limited by tool carrier (in preparation)
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
acSminVelo
Minimum spindle speed
This variable returns the minimum spindle speed for speed control mode.
This is formed from the highest active speed increase, and cannot be undershot by speed programming or override <
100%.
A speed increase is indicated by the VDI interface signal DB31..,DBX83.2 'Setpoint speed increased' and by
$AC_SPIND_STATE, bit 6 (speed increase active).
The cause of the speed increase (machine, setting data, G code, VDI interface signal etc.) can also be determined with
the system variable $AC_SMINVELO_INFO.
If the spindle is in axis or positioning mode, then the speed is not increased by $AC_SMINVELO.
rev/min, user defined Double r
Multi-line: yes Logical spindle index numSpindlesLog
acSminVeloInfo
Identifier (index) for the speed-limiting data (machine/setting data, etc.)
The system variable provides additional information about $AC_SMAXVELO, and returns the definitive data (machine,
setting data, G code, VDI interface, etc.) as identifier/index.
The speed-limiting data can be determined with the index from the following table of existing spindle speed limitations.
The system variable provides additional information about $AC_SMINVELO, and returns the speed increasing data
(machine, setting data) as identifier/index.
The speed-increasing data can be determined with the index from the following table of existing spindle speed
increases.
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
acSpindState
This variable returns the spindle status in speed control mode only (Bit0 =1).
The variable $AA_INPOS_STAT is relevant in positioning and axis modes.
$AC_SPIND_STATE returns no values in synchronous mode.
Bit 0: "Speed control mode active" (condition for validity of the bits of the variable $AC_SPIND_STATE[)
Bit 1: "Spindle stopped" (corresponds to VDI interface signal DB31..,DBX61.4)
Bit 2: "Spindle programmed" (e.g. M3, M4 S.., FC18, ..) (corresponds to VDI interface signal DB31..,DBX64.4/5 or 6/7)
Bit 3: "Spindle in set range" (corresponds to VDI interface signal DB31..,DBX83.5)
Bit 4: Free
Bit 5: "Limitation of setpoint speed active" remains as long as the programmed or overrride speed remains higher than
the speed in the system variable $AC_SMAXVELO. Corresponds to VDI interface signal
DB31..,DBX83.1 'Setpoint speed limited'.
Bit 6: "Increasing setpoint speed active" remains as long as the programmed speed remains less than the speed in the
system variable $AC_SMINVELO.
Corresponds to VDI interface signal DB31..,DBX83.2 'Setpoint speed increasing'
Bit 7: "Spindle accelerating" (setpoint side), remains as long as the spindle is accelerating to the defined setpoint
speed.
Bit 8: "Spindle braking" (setpoint side), remains as long as the spindle is braking to the defined setpoint speed or
comes to a standstill.
Bit 9: "Position control active"
- Long Integer r
Multi-line: yes Logical spindle index numSpindlesLog
actGearStage
Actual gear stage of spindle
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
actSpeed
Spindle speed actual value
rev/min, user defined Double r
Multi-line: yes Logical spindle index numSpindlesLog
channelNo
Number of channel in which spindle is configured
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
cmdAngPos
Spindle position (SPOS)
Degree, user defined Double r
Multi-line: yes Logical spindle index numSpindlesLog
cmdConstCutSpeed
Constant cutting rate of the master spindle. The requested value for the master spindle differs from SSP:cmdSpeed
only if G96 is active.
(For a certain OEM customer this variable is now available retroactively in software version 3.2)
mm/min, inch/min, user
0.0 Double r
defined
Multi-line: yes Logical spindle index numSpindlesLog
cmdGearStage
Requested gear stage
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
cmdGwps
Programmed SUG desired value (SUG is the function "constant perimeter speed of grinding wheel")
m/s, ft/s Double r
Multi-line: yes Logical spindle index numSpindlesLog
cmdSpeed
Spindle speed desired value
rev/min , m/min Double r
Multi-line: yes Logical spindle index numSpindlesLog
driveLoad
Load
% Double r
Multi-line: yes Logical spindle index numSpindlesLog
dummy
dummy
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
gwpsActive
SUG programming active (SUG is the function "constant perimeter speed of grinding wheel)
0 = inactive
1 = active
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
index
Absolute axis index referred to MD
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
name
Spindle name
Note: If several logical spindles are referred to one physical spindle with active spindle conversion and access is made
via area N of module SSP2, then the name of the first suitable logical spindle is output.
- String[32] r
Multi-line: yes Logical spindle index numSpindlesLog
namePhys
Name of assigned physical spindle, identical to "name" variable.
- String[32] r
Multi-line: yes Logical spindle index numSpindlesLog
opMode
Spindle mode
0 = spindle mode
1 = oscillation mode (gear step changeover)
2 = positioning mode
3 = synchronous mode
4 = axis mode
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
pSMode
Last programmed spindle mode
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 0 4 UWord r
Multi-line: yes Logical spindle index numSpindlesLog
pSModeS
Last programmed spindle mode with block search
0: No spindle configured in channel or spindle is active in another channel
or in use by the PLC (FC18) or by synchronized actions.
1: Speed control mode
2: Positioning mode
3: Synchronous mode
4: Axis mode
- 0 4 UWord r
Multi-line: yes Logical spindle index numSpindlesLog
psModePos
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value actToolEdgeCenterPosEns is returned, otherwise 0.
- 0 Double r
Multi-line: yes Logical spindle index numSpindlesLog
psModePosS
If the spindle is in positioning mode (pSMode = 2) or axis mode
(pSMode = 4), the value cmdToolEdgeCenterPosEnsS is returned, otherwise 0.
- 0 Double r
Multi-line: yes Logical spindle index numSpindlesLog
speedLimit
Current speed limitation for spindle
rev/min , m/min Double r
Multi-line: yes Logical spindle index numSpindlesLog
speedOvr
Spindle override
% Double r
Multi-line: yes Logical spindle index numSpindlesLog
spindleType
Spindle type
0 = master spindle
1 = no master spindle
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
status
Spindle status
Bit0 = following spindle
Bit1 = leading spindle
Bit2 = master spindle (expansion from SW 4.1)
Bit3 = constant cutting rate (G96) active (expansion from SW 4.1)
Bit0 = following spindle
Bit1 = leading spindle
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
turnState
State of spindle rotation
value range to be read via BTSS variable
0 = clockwise
1 = counter-clockwise
2 = stop
value range to be read via $ variable
3 = clockwise
4 = counter-clockwise
5 = stop
- UWord r
Multi-line: yes Logical spindle index numSpindlesLog
The PI service SETUFR has to be called in order to activate the settable frames.
During NC operation different internal states occur and system-specific data may change during operation.
To distinguish those from system variables, they are classified as state data.
operatingMode IAD
Operating mode
Attention: Variable cannot be configured By the MMC100!
Bit0 = VSA
Bit4 = HSA
Bit8 = AM control
Bit9 = AM closed loop control
Bit12 = U/f-operation mode
bits exclude one another (except bit 12)
- UWord r
Multi-line: no
During NC operation different internal states occur and system-specific data may change during operation.
To distinguish those from system variables, they are classified as state data.
No cyclic service may be set up on variables in this module. Only single variable access is permitted.
load611U
Load 611U
- Float r
Multi-line: no
operatingMode IAD
Operating mode
Bit0 = FDD
Bit4 = MSD
Bit8 = Open-loop AM control
Bit9 = Closed-loop AM control
Bit12 = V/Hz mode
- UWord r
Multi-line: no
cuttEdgeParam
Parameter of the active tool cutting edge
- 0 Double r
Multi-line: yes Number of the parameter: 24
cuttEdgeParamMod
Modified parameter of the active tool cutting edge.
The rotation has been included in the calculation, so the value may not correspond with the original tool data.
- 0 Double r
Multi-line: yes Number of the parameter: 24
The number of parameters per tool edge "numCuttEdgeParams" is given in module Y in area N. The
number of cutting edges "/T/TV/numCuttEdges" is always tool-specific and is given in the module TV in
associated area T.
If necessary, several rows can be addressed, so that in one request, for example, all tool edge offset data
of a single tool can be read. The offset values of the tool edges are all of the same data type and have the
same physical unit.
2nd section: edgeDNo (SW 5.1 and later), assigned optional D numbers of edges:
-1: No edge
1 .. maxDNo: Edge exists, assigned D number, only when "any D numbers" function is activated
(maxnumCuttEdges_Tool < maxCuttingEdgeNo)
Edge No.: 1 to maxnumCuttEdges_Tool, when edge exists, but when "Assignment of any D numbers" function is not
activated on the NC.
0: No D number assigned/assignment cancelled. (Here OPI differs from NCK variable $TC_DPCE....
$TC_DPCE = cutting edge number, D = offset number D.
If the D number of a cutting edge (variable of module TO) has been set to invalid, the value $TC_DPCE remains
unaffected.
The edge number specified in the description of the row index matches parameter $TC_DPCE.
The variable D No. defined in the module matches the second index in the offset-specific parameters of type
$TC_DPx[T,D],... and others; with x=1,....25.).
Important: This variable is called "cuttEdgeParam" in the non-Windows-MMC and the PLC.
The value for the tool type is stored internally as an integer.
mm, inch, user defined 0 Double wr
(numCuttEdgeParams + 1) *
Multi-line: yes For edge offset value parameters:
maxnumCuttEdges_Tool
In addition to the tool offset data other tool characteristics are stored for managing the tools. The module
TD contains the general data of the tools. The tool characteristics can be addressed via individual multiple-
line variables. The variable line index corresponds to the T-number. If non-existent T-numbers are
accessed, the request is acknowledged negatively. The module Tool directory (TV) in the associated T
area shows which T-numbers are valid.
adaptNo
Number of adapter defined by system parameter $TC_ADPx which is
supporting the tool
>0: adapter number
0: no adapter assigned
- 0 0 numMagPlacesMax UWord r
Multi-line: yes Tool number T max. T-Nummer
toolMaxAcc
Maximum angular acceleration of the tool if the value is >0. There is no monitoring if no acceleration limit is defined
(=0).
Rev/s2, user defined Double wr
Multi-line: yes Tool number T 32000
toolMaxVelo
Maximum speed of the tool if the value is >0. There is no monitoring if no speed limit is defined (=0).
rev/min, user defined Double wr
Multi-line: yes Tool number T 32000
toolMyMag $A_MYMN
Owner magazine of the tool magazine from which the tool was loaded
0 = the tool is not loaded. If toollnMag is >0 at the same time,
the T number will specify a manual tool, or TMMG is not active.
max. Nummer
- - 0 eines def. UWord r
Magazins
Multi-line: yes Tool number T max. T-Nummer
toolMyPlace $A_MYMLN
Owner magazine of the tool - Magazine location from which the tool was
loaded
0 = the tool is not loaded. If toollnPlace is >0 at the same time,
the T number will specify a manual tool, a valid magazine location number or TMMG is not active.
max. Nummer
- - def. UWord r
Magazinplatz
Multi-line: yes Tool number T max. T-Nummer
toolProtAreaFile
Reserved, do not use!
- String[32] r
Multi-line: no
The module TS is organized as a two-dimensional variable array. The module contains the tool edge
monitoring data for all tools. Each element can be addressed via a column and line index:
The column index is the tool number (T-number), i.e. one column contains the monitoring data for all tool
edges of a tool. The assignment of a tool to a T-number is given in the module Tool directory (TV) in the
associated area T. If a non-existent tool number is specified for the column index, the request is
acknowledged negatively.
The number of lines is derived from the number of parameters per tool edge and from the number of tool
edges of a tool:
The number of parameters per tool edge "numCuttEdgeParams_ts" is given in the module Y in area N.
The number of tool edges "/T/TV/numCuttEdges" is always tool specific and can be found in the module
TV in associated area T.
If necessary, several lines can be addressed, so that in one request, for example, all tool edge monitoring
data of a single tool can be read. The monitoring data of the tool edges are all of the same data type and
have the same physical unit.
New tool monitoring modes "Monitoring of wear values" and "Monitoring of total offsets":
3 new parameters are provided for these modes:
P7 = Wear prewarning limit (SW 5.1 and later) ($TC_MOP6)
P8 = Remaining wear (actual value) (SW 5.1 and later) ($TC_MOP5)
P9 = Wear setpoint (SW 5.1 and later) ($TC_MOP15)
colIndex: TNo
Important: This variable is called "dummy" in the non-Windows-MMC and the PLC!
The values for P3 to P9 are stored internally as integers.
- 0 Double wr
(ToolEdgeNo - 1) *
numCuttEdgeParams_ts *
Multi-line: yes numCuttEdgeParams_ts +
maxnumCuttEdges_Tool
ParameterNo
The TUD data module is defined as a two-dimensional variable array. The module contains user-defined
data for all tools. Each element can be addressed via a column and row index:
The column index is the number of the user-defined tool parameter. The number of tool parameters
(columns) is given by the variable "numToolParams_tu" in module Y in area N.
The row index is the tool number. If non-existent tools are accessed, the request is acknowledged
negatively.
data
Siemens application tool parameter
- Double r
Multi-line: no
The TUO data module is organized as a two-dimensional variable array. The module contains user-defined
cutting edge data for all tools. Each element can be addressed via a column and row index:
The column index is the tool number (T-number), i.e. the user-defined data for all the cutting edges of a
tool are to be found in one column.The assignment of a tool to a T-number is to be found in the Tool
directory (TV) module in the associated area T. If a non-existent tool number is given for the column index,
the request is acknowledged negatively.
The number of rows is derived from the number of parameters per cutting edge and the number of cutting
edges of a tool:
The number of parameters per cutting edge "numCuttEdgeParams_tu" is given in module Y in area N. The
number of tool-specific cutting edges "/T/TV/numCuttEdges" are to be found in module TV in the
associated area T.
If neccessary, several rows can be addressed, so that, for example, all user-defined cutting edge data of a
single tool can be read in one request. The data are all of the same data type.
edgeData
Siemens application tool parameter
- Double r
Multi-line: no
Special tool data are required for grinding tools. These data are contained in the module TG. They can be
addressed via several multiple-row variables. The row index corresponds to the T number. If a non-
existent T-number is addressed negative acknowledgement is returned. The module tool directory (TV) in
the associated area T shows which T-numbers are valid.
actToolWide $TC_TPG5 W4
Current width of the grinding wheel
mm, inch, user defined Double wr
Multi-line: yes Tool number T 32000
conntectPar $TC_TPG2 W4
Chaining rule. This parameter ( which is bitwise defined ) specifies which tool parameters of cutting edge 2 and cutting
edge 1 are chained. If the value of any chained parameter is altered, the value of the other chained parameter is
automatically adapted.
If the following bits are set, the corresponding parameters of D1 and D2 are chained:
Bit0: tool type
Bit2: geometry length1
Bit3: geometry length2
Bit4: geometry length3
Bit11: wear length1
Bit12: wear length2
Bit13: wear length3
Bit20: base dimension/adapter dimension length1
Bit21: base dimension/adapter dimension length2
Bit22: base dimension/adapter dimension length3
The value is stored internally as an integer.
- Double wr
Multi-line: yes Tool number T 32000
inclAngle $TC_TPG8 W4
Angle of inclination of the inclined grinding wheel in the current plane
Degree -90 90 Double wr
Multi-line: yes Tool number T 32000
maxRotSpeed $TC_TPG6 W4
Maximum rotary speed of the grinding wheel
rev/min , m/min Double wr
Multi-line: yes Tool number T 32000
maxTipSpeed $TC_TPG7 W4
Maximum peripheral speed of the grinding wheel
mm/min, inch/min, user
Double wr
defined
Multi-line: yes Tool number T 32000
minToolDia $TC_TPG3 W4
Minimum diameter of the grinding wheel
mm, inch, user defined Double wr
Multi-line: yes Tool number T 32000
minToolWide $TC_TPG4 W4
Minimum width of the grinding wheel
mm, inch, user defined Double wr
Multi-line: yes Tool number T 32000
paramNrCCV $TC_TPG9 W4
Compensation parameters for the function SUG ("constant perimeter speed of grinding wheel"). These parameters
define which compensation value is to be used for SUG, tool monitoring and centerless grinding. The value always
refers to cutting edge D1.
3: length 1
4: length 2
5: length 3
6: radius
The value is stored internally as an integer.
- Double wr
Multi-line: yes Tool number T 32000
spinNoDress $TC_TPG1 W4
Spindle number to which the monitoring data and the function SUG ("constant perimeter speed of grinding wheel")
refer.
The value is stored internally as an integer.
- Double wr
Multi-line: yes Tool number T 32000
Each tool magazine is configured with several parameters during start-up. These configuration data
together with the state information are combined in the module TMC.
magBLMag W4
Number of the internal load magazine
- UWord r
Multi-line: no
magCBCmd W4
Command for magazine execution
1: Find_empty location_loading
2: Tool_MOVE
- UWord r
Multi-line: no
magCBCmdState W4
Command state of the magazine (for magCBCmd)
1: started
2: running
3: end correct
4: end with error
- UWord r
Multi-line: no
magCBIdent $TC_MAMP1 W4
Identifier of the magazine
- String[32] r
Multi-line: no
magCMCmdPar1 W4
Return variable for the command MagCBCmd
In case of a succesfull return, the return value is the magazine number.
If an error occurs, an error number is set.
- UWord r
Multi-line: no
magCMCmdPar2 W4
Return variable for the command MagCBCmd
In case of a succesfull return, the return value is the place number.
If an error occurs an error number is set.
- UWord r
Multi-line: no
magRPlaces W4
Total number of real magazine locations (incl. buffer and loading locations)
- UWord r
Multi-line: no
magSearch $TC_MAMP2 W4
Type of tool search. This variable is bitwise defined.
A set bit has the following meaning:
Bit0: search active tool
Bit1: search tool by shortest path
Bit8: begin search at first location (forwards)
Bit9: begin search at current location forwards
Bit10: begin search at last location (backwards)
Bit11: begin search at current location backwards
Bit12: begin search at current location symmetrically
- UWord r
Multi-line: no
magVPlaces W4
Number of defined locations for the control block
Number of virtual locations (without buffer and loading locations) for all real magazines in this area unit
- UWord r
Multi-line: no
magZWMag W4
Number of internal buffer magazine
- UWord r
Multi-line: no
modeWearGroup $TC_MAMP3
Definition of strategies relating to wear group.
The value is bit-coded. Default setting = 0.
Effects on tool status
Bit Value Meaning
0 0 When a wear group is activated internally, the status of the tools it contains remains unchanged.
1 When a wear group is activated internally, the status of the tools it contains changes. One tool from each tool group
is set to the "active" state.
1 0 When a wear group is disabled internally, the status of the tools it contains remains unchanged.
1 When a wear group is disabled internally, the status of the tools it contains changes. The "active" status is cancelled
for all tools.
"Internally" in this instance means disabling or activation due to a tool change necessitating a change in the wear
group. Activating/disabling the appropriate tools after writing system parameters or via OPI is described in Section ???.
2... Reserved
... Reserved
7... Reserved
Search strategy for next wear group:
Bit Value Meaning
8 0 Find the next possible wear group
1 Find the wear group with the next-higher group number which can be activated
9... Reserved
... Reserved
11... Reserved
Search strategy within the wear group for the tool to be activated
Bit Value Meaning
12 0 Lowest possible duplo number
1 Lowest possible magazine location number
13... Reserved
... Reserved
15... Reserved
The active wear group can be disabled completely by negating the contents of $TC_MAP9. It is also possible to
disable any selected wear group by negating $TC_MPP5 for a magazine location assigned to the relevant wear group.
See also system parameter magWearCompoundNo / $TC_MAP9 (active wear group number) and wear group number
of magazine location / $TC_MPP5.
- UWord r
Multi-line: yes 1
The data module TMV can be used for the following purposes:
1. To display all magazines. The most important magazine information is combined in the module TMV.
The existing magazines are sorted in ascending order according to the magazine number without gaps.
This means that variables that are defined in this module as one-dimensional arrays contain all magazine
information without any gaps. The row index with which a specific array can be addressed does not refer to
the magazine number, it is merely a serial number. Inserting/deleting a magazine dynamically changes the
contents of a row.
2. To access magazine data in the modules TM, TP and TPM. Before accessing an element in the above
modules, the module TV should be consulted to determine which tools have actually been defined.
magVIdent
Identifier of the magazine
- String[32] r
Multi-line: yes MagazineNo numMagsMax
magVNo
Number of the magazine
- UWord r
Multi-line: yes MagazineNo numMagsMax
numActMags
Number of magazines in the modules TMV and TM
- numMagsMax UWord r
Multi-line: no
This module contains the information for the available tool magazines.
magActPlace $TC_MAP8
Current magazine position
Location number of tool change position
- UWord wr
Multi-line: yes Magazine number numMagsMax
magCmd
Command for magazine execution
1: Find_empty location_loading
2: Tool_MOVE
- UWord r
Multi-line: yes Magazine number numMagsMax
magCmdPar1
Command parameter of the magazine
In case of a succesfull return, the return value is the magazine number.
If an error occurs, an error number is set.
- UWord r
Multi-line: yes Magazine number numMagsMax
magCmdPar2
Command parameter of the magazine
In case of a succesfull return, the return value is the place number.
If an error occurs an error number is set.
- UWord r
Multi-line: yes Magazine number numMagsMax
magCmdState
Command state of the magazine
1: started
2: running
3: end correct
4: end with error
- UWord r
Multi-line: yes Magazine number numMagsMax
magNo
Number of the magazine
- 1 numMagsMax UWord r
Multi-line: yes Magazine number numMagsMax
magNrPlaces
Number of real locations (in chain magazine) or number of slots (in box magazine)
- UWord r
Multi-line: yes Magazine number numMagsMax
magPlaceSearchStrat
magPlaceSearchStrat
- UWord r
Multi-line: no
magWearCompoundNo $TC_MAP9
Each magazine has its own active wear group (wear group number).
The number of this group is stored in OPI variables magWearCompoundNo:
Meaning: Number of active wear group.
=0: No wear group active.
>0: Number of wear group in which tool search commences.
(this is the number of the active wear group.)
<0: Number of wear group in which tool search commences.
However, this wear group is disabled which means that the next tool
search is started in the next possible wear group.
This system parameter can thus also be used to disable a wear
group. See also wear group number of magazine location
/ $TC_MPP7 and modeWearGroup / $TC_MAMP3.
The data module TP is organized as a two-dimensional variable array. The module contains the state and
assignment of all magazine locations of a T area. Each element can be addressed by a column and line
index:
The column index is the magazine number, i.e. the configuration data for all locations of a magazine are
contained in one column. The assignment of a magazine to a magazine number is stated in the associated
area T of the associated Magazine directory module (TMV). If a non-existent magazine number is specified
for the column index, the request is negatively acknowledged.
The number of lines is derived from the number of parameters per magazine location and from the number
of magazine locations:
The number of parameters per magazine location "numMagPlaceParams" is given in area N of module Y.
The line indices are based on the following scheme:
1: Location type ($TC_MPP1) (read only)
1: Magazine location
2: Spindle
3: Gripper
4: Loader
5: Transfer location
6: Loading station
7: Loading point
2: Location type ($TC_MPP2) (read only)
>0: Location type for virtual location
The number of magazine locations "magNrPlaces" is magazine specific and can be found in the
associated area T of module TM.
The locations of the buffer magazine and the loading magazine are numbered in ascending order
independently of the location type index.
If necessary, several lines can be addressed, so that, for example, all location data of a magazine can be
read in a single request. The location data are all of the same type.
speed.
If no tool holders are used ($MC_TOOLHOLDER_MANAGEMENT = 0), the variable includes the value of the spindle
index from $TC_MPP5
If magazine location "n,m" does not use a buffer magazine location for a spindle or tool holder, this variable includes
value =0.
For location P with location number p in magazine MP (= column index) numPlaceMulti times the multiple
assignments to other magazines which are possible are stored with the associated distances to the
change positions in each of the magazines. The offset for row index zi for a location number p is calculated
according to the following rule: zi = (p-1) * numPlaceMulti * numPlaceMultiParams + ParameterNo.
Determining the distance between the load position and the change position:
The value 9999 (magazine no. load position) must be specified for the variable multiPlace in the column.
The LocationNo (p) for the line is the number of the load position. The line for the first assignment is
calculated with ParameterNo = 1. When reading the variable, the system can thus read the magazine
number linked to the intended change position. If this magazine number is correct, it is possible to read the
number of locations between the load position and the change position with the variable multiPlace with
the next higher line number. If the magazine number read was incorrect, the following magazine
assignment must be read with the line number increased by numPlaceMulti.
This procedure has to be repeated a max. of numPlaceMultiParams times until the desired relationship has
been found.
The module TT is organized as a two-dimensional array where the variable with index (1/1) contains the
maximum number of columns (corresponds to the location hierarchies) in this module. Each element can
be addressed via a column and row index:
The column index is the number of the location hierarchy + 1. The row index is the number of the location
type + 1. Row 1 contains the current T-number of rows for a specific location hierarchy as special
information.
If all location types are to be read out for a location hierarchy, this must be defined in two steps:
1. The 1st line of each location hierarchy contains the number of assigned location types for this hierarchy
2. Lines 2 ... n can be read out in a single request.
placeType
Magazine location hierarchy
Attention: This variable is called "dummy" in the non-Windows MMC and the PLC.
colIndex: Number of the location hierarchy + 1
- UWord r
Multi-line: yes Number of the location type + 1 Wert aus Zeile 1
1. For displaying all tools of a magazine. The most important tool information is contained in module TV.
Available tools are sorted consecutively in ascending order of T-number. This means that variables that
are defined as one-dimensional arrays in this module contain all the tool information without any gaps. The
line index with which a specific array is addressed has no connection with the tool number but is only a
serial number. Inserting/deleting tools changes the contents of a line dynamically.
2. Access to tool data in modules TD, TG, TO, TS, TU and TUE. Before an element in one of the above
modules is accessed, module TV should be consulted to ascertain which tools are actually defined.
SW 5.1 and later: Variable modeSpindleToolRevolver (module N/Y, global system data) defines for circular
magazines (T / TM, magazine data, general data, MagKind=3) whether the tool in OPI modules "T / TP,
magazine data, location data", "T / TD, tool data, general data", "T/TV, tool data, directory" and "T / AEV,
working offsets, directory" remains (new functionality) in its circular magazine location during operation or
changes to the buffer magazine (earlier behaviour).
TnumWZV
Last assigned T-number for tool management
The last assigned T number is the T number of the new tool
last created in the NCK through an NC language command or the PI service.
- UWord r
Multi-line: no
nrDuplo
Duplo number
- UWord r
Multi-line: yes Serial number numTools
numCuttEdges
Number of cutting edges of a tool
- 9 UWord r
Multi-line: yes Serial number numTools
numToolGroups
numToolGroups
- UWord r
Multi-line: no
numTools
Number of tools in the area TO
MD
- 0 UWord r
MM_NUM_TOOL
Multi-line: no
toolIdent
Tool identifier
- String[32] r
Multi-line: yes Serial number numTools
toolInMag
Current magazine in which the tool is located
0 = tool not loaded
- UWord r
Multi-line: yes Serial number numTools
toolInPlace
Current location in which the tool is located
0 = tool not loaded
- UWord r
Multi-line: yes Serial number numTools
toolNo
T number
- UWord r
Multi-line: yes Serial number numTools
This module is used for parameterizing as well as for the return parameters of PI services _N_TMGETT
and _N_TSEARC. Access to this module must be T area specific and exclusive. It is up to the clients to
guarantee this by using the semaphore mechanism (PI service _N_MMCSEM) with the function number
for _N_TMSEARCH.
With _N_TMGETT, NO parameterizing elements (input parameters) are relevant; the only relevant one is
the result parameter resultToolNr
parDataTAD
Parameterizing: For parameters with data type DOUBLE of the module TAD a value can be stored as a comparison
value for a 'complex search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TAS according to parMasksTAD.
The size of the column matches the lines in module TAO.
See module TAD
- Double wr
Column index in the module TAD,
Multi-line: yes i.e. the number of the user-defined numToolParams_tad
tool parameter.
parDataTAO
Parameterizing: For parameters with data type DOUBLE of the module TAO a value can be stored as a comparison
value for a 'complex search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TAS according to parMasksTAO.
The size of the column matches the lines in module TAO.
See module TAO
- Double wr
Column index in the module TAO,
Multi-line: yes numCuttEdgeParams_tao
i.e. tool number.
parDataTAS
Parameterizing: For parameters with data type DOUBLE of the module TAS a value can be stored as a comparison
value for a 'complex search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TAS according to parMasksTAS.
The size of the column matches the lines in module TAS.
See module TAS
- Double wr
Column index in the module TAS,
Multi-line: yes numCuttEdgeParams_tas
i.e. tool number.
parDataTD
Parameterizing: For parameters with data type UWORD of the module TD a value can be stored as a comparison
value for a 'complex search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TD according to parMasksTD.
The size of the column matches the lines in module TD.
See module TD
- UWord wr
Index of the parameter (i.e. column
Multi-line: yes 17
index) in the TD module > 1.
parDataTO
Parameterizing: For each parameter of the module TO, a value can be stored as a comparison value for the 'complex
search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TO according to parMasksTO.
The size of the column matches the data set of an edge in module TO.
See module TO
- Double wr
Line index in the TO module, i.e. a
Multi-line: yes numCuttEdgeParams * maxnumCuttEdges_Tool
cutting edge offset value parameter:
parDataTS
Parameterizing: For each parameter of the module TS a value can be stored as a comparison value for a 'complex
search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TS according to parMasksTS.
The size of the column matches the data set of an edge in module TS.
See module TS
- Double wr
numCuttEdgeParams_ts *
Multi-line: yes Line index in the TS module:
maxnumCuttEdges_Tool
parDataTU
Parameterizing: For each parameter of the module TU a value can be stored as a comparison value for a 'complex
search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TU according to parMasksTU.
The size of the column matches the lines in module TU.
See module TU
- Double wr
Index of the parameter (i.e. column
index) in the TU module is thus the
Multi-line: yes numToolParams_tu
number of the user-defined tool
parameter.
parDataTUE
Parameterizing: For each parameter of the module TUE a value can be stored as a comparison value for a 'complex
search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TUE according to parMasksTUE.
The size of the column matches the data set of an edge in module TUE.
See module TUE
- Double wr
numCuttEdgeParams_tu *
Multi-line: yes Line index in the TUE module:
maxnumCuttEdges_Tool
parDataTUS
Parameterizing: For each parameter of the module TUS a value can be stored as a comparison value for a 'complex
search' (_N_TUSEARC).
The comparison value is combined with the corresponding parameter in the module TUS according to parMasksTUS.
The size of the column matches the data set of an edge in module TUS.
See module TUS
- Double wr
numCuttEdgeParams_tus *
Multi-line: yes Line index in the TUS module:
maxnumCuttEdges_Tool
parDataToolIdentTD
Parameterizing: For the parameter with data type string[32] (tool identifier) of the module TD a value can be stored as
a comparison value for a 'complex search' (_N_TSEARC).
The comparison value is combined with the corresponding parameter in the module TD according to parMasksTD.
See module TD
- String[32] wr
Multi-line: no
parMasksTAD
Parameterizing: There is a mask for each parameter of the module TAD that indicates whether it is to serve as a
search criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTAD. If more than one parameter ( i.e. search criteron)
has been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
parMasksTAO
Parameterizing: There is a mask for each parameter of the module TAO that indicates whether it is to serve as a
search criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTAO. If more than one parameter ( i.e. search criteron)
has been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
- 0 0 6 UWord wr
Column index in the module TAO,
Multi-line: yes numCuttEdgeParams_tao
i.e. tool number.
parMasksTAS
Parameterizing: There is a mask for each parameter of the module TAS that indicates whether it is to serve as a
search criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTAS. If more than one parameter ( i.e. search criteron) has
been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
parMasksTD
Parameterizing: There is a mask for each parameter of the module TD that indicates whether it is to serve as a search
criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTD. If more than one parameter ( i.e. search criteron) has
been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
parMasksTO
Parameterizing: There is a mask for each parameter of the module TO that indicates whether it is to serve as a search
criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTO. If more than one parameter ( i.e. search criteron) has
been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
parMasksTS
Parameterizing: There is a mask for each parameter of the module TS that indicates whether it is to serve as a search
criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTS. If more than one parameter ( i.e. search criteron) has
been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
parMasksTU
Parameterizing: There is a mask for each parameter of the module TU that indicates whether it is to serve as a search
criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTU. If more than one parameter ( i.e. search criteron) has
been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
For string operands "==" is the only operator allowed
- 0 0 6 UWord wr
Index of the parameter (i.e. column
index) in the TU module is thus the
Multi-line: yes numToolParams_tu
number of the user-defined tool
parameter.
parMasksTUE
Parameterizing: There is a mask for each parameter of the module TUE that indicates whether it is to serve as a
search criterion for a 'complex search' (_N_TSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTUE. If more than one parameter ( i.e. search criteron)
has been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
parMasksTUS
Parameterizing: There is a mask for each parameter of the module TUS that indicates whether it is to serve as a
search criterion for a 'complex search' (_N_TUSEARC) and how it is to be combined.
The corresponding comparison values are stored in parDataTUS.
If more than one parameter ( i.e. search criteron) has been selected (#0), they are logically combined with AND.
Value 0 : Corresponding operand is not evaluated / Variable is not a criterion for comparison
Value 1 : == (equal)
Value 2 : < (less than)
Value 3 : > (greater than)
Value 4 : <= (less or equal)
Value 5 : >= (greater or equal)
Value 6 : && (bitwise AND, value only allowed for operands of the types WORD and DOUBLEWORD)
For string operands "==" is the only operator allowed
- 0 0 6 UWord wr
numCuttEdgeParams_tus *
Multi-line: yes Line index in the TUS module:
maxnumCuttEdges_Tool
resultCuttingEdgeNrUsed $A_USEDD
D numbers of the cutting edges used since the last workpiece count, that have previously been used on the defined
tool carrier via resultNrOfCutEdgesUsed.
Various D offsets for a tool indicate multiple entries of the tool, that means a T number can be present more than once.
The two variables are linked to each other. resultNrOfCutEdgesUsed has to be read first, and then the individual T
numbers with resultToolNrUsed.
See also $A_USEDND, $A_USEDT and SETPIECE command.
0 maximum number of cutting edges in NCK
max. Anzahl
- 0 0 Schneiden in Long Integer r
NCK
((i. tool carrier-1) * line2 of column3
Multi-line: yes (resultNrOfCutEdgesUsed)) + Zeile 1 * Zeile 2 von resultNrOfCutEdgesUsed
consecutive number of the tool used
resultNrOfCutEdgesUsed $A_USEDND
Line 1: Number of tool carriers
Line 2: Maximum number of entries of resultToolNrUsed or resultCuttingEdgeNrUsed per tool carrier
Line i+2: Number of the i. tool carrier
Line i+3: Number of cutting edges which have been used since the last workpiece count on the i. tool carrier. This
corresponds to $A_USEDND.
The T and D numbers of the cutting edges can be read with resultToolNrUsed and resultCuttingEdgeNrUsed
respectively.
If TOOLMAN is not active and
$MC_T_M_ADDRESS_EXT_IS_SPINO = FALSE, then line 1 = 1,
$MC_T_M_ADDRESS_EXT_IS_SPINO = TRUE, then line 1 = 32.
If tool monitoring is not active, line 2 = 0.
See also $A_USEDT, $A_USEDD and SETPIECE command
0 maximum number of cutting edges in NCK
max. Anzahl
- 0 0 Schneiden in Long Integer r
NCK
Meaning of the index: See 2*max.Anz. der Distanzbez. zw.Mag. und WZ-
Multi-line: yes
description Haltern + 2 = 66
resultNrOfTools
Result: Number of tools found
In the case of _N_TMGETT, it is possible to find no tools (value=0) or exactly 1 tool (value 1); in the case of
_N_TSEARC, the number of found tools can be any number > 0, limited by the number of tools in the NC or no tools at
all (value=0).
- 0 0 numTools UWord r
Multi-line: yes 1 1
resultToolNr
Result: T-numbers of the tools found
The array elements contain the internal T- numbers of the tools found. The storing order is the order in which the tools
have been found by the PI-Service.
- 0 0 31999 UWord r
Multi-line: no resultNrOfTools
resultToolNrUsed $A_USEDT
T numbers of the cutting edges used since the last workpiece count, that have previously been used on the defined
tool carrier via resultNrOfCutEdgesUsed.
Various D offsets for a tool indicate multiple entries of the tool, that means a T number can be present more than once.
The two variables are linked to each other. resultNrOfCutEdgesUsed has to be read first, and then the individual T
numbers with resultToolNrUsed.
See also $A_USEDND, $A_USEDD and SETPIECE command.
0 maximum number of cutting edges in NCK
max. Anzahl
- 0 0 Schneiden in Long Integer r
NCK
((i. tool carrier-1) * line2 of column3
Multi-line: yes (resultNrOfCutEdgesUsed)) + Zeile 1 * Zeile 2 von resultNrOfCutEdgesUsed
consecutive number of the tool used
1.7.17 Area T, Module TUP: Tool data: user magatine place data
OEM-MMC: Linkitem /Tool/Magazine/...
Adapter data are used to define the dimensions of an adapter (L1, L2, L3) per magazine location and the
direction (transformation) of loaded tools.
The transformation is applied when cutting edge data are processed in OPI modules TOT, TOST and
TOET if the tool is loaded in a magazine location to which adapter data are assigned.
Adapter data exist independently of magazine location data. Magazine location data contain a reference
(see module TP, placeData) to the adapter data.
adaptData
Adapter data
colIndex: AdaptNo
mm, inch, user defined 0.0 Double wr
Multi-line: yes ParameterNo numParams_Adapt
The active tool edges are sorted in consecutive ascending D number sequence in the AEV module. This
module also contains the essential tool data for each D number entered. "Active" in this case refers to the
replacement tools.
(If the "unique D numbers" option is not activated in the NC, the edges are sorted according to ascending
ToolIdent and DuploNumber. The D number variable is then set to 0 on all lines in this module.)
The D number assignment is not necessarily unique for active tools. For this reason, the same D number
may be entered in several lines (successively).
The line number is a serial number which is not related to the D number.
The number of active tool edges is stored in numActDEdges (module AEV), e.g. example 10,
i.e. module AEV contains entries for 10 tool edges. These are sorted in ascending D number sequence.
The tool edge with the lowest D number has index (serial number) 1, the next-higher D number index 2,
etc. and the edge with the highest D number index 10.
When tools are activated/deactivated and D numbers re-assigned, the entries for a D number change line
dynamically.
Module T / AEV is organized as a 1-dimensional variable array and can be used for the following
purposes:
- Display all tool edges, including D numbers, of active tools.
- Display associated tool data
The module contains the following information which can be addressed via a column index:
- Single column, in 1st line only. Number of D numbers (lines, tool edges) in the current list
- The other columns apply to all lines, each line contains tool edge data with the following information:
- D number
- Internal T number of associated tool
- Tool edge number relative to tool
- Tool identifier
- Duplo number
- Magazine number and
- Location number of tool
Re-assignment of D numbers and changes in allocation to tools (deactivate, activate replacement tools)
and other modifications to data cause changes to toolCounter in "C / S Channel-specific status data".
Variable modeSpindleToolRevolver (module N/Y, global system data) defines for circular magazines (T /
TM, magazine data, general data, MagKind=3) whether the tool in OPI modules "T / TP, magazine data,
location data", "T / TD, tool data, general data", "T/TV, tool data, directory" and "T / AEV, working offsets,
directory" remains (new functionality) in its circular magazine location during operation or changes to the
buffer magazine (earlier behaviour)).
DNo
D number
cuttEdgeNo
Number of edge for this tool
duploNo
Duplo number
numActDEdges
Number of D numbers in this list
toolIdent
Tool identifier
toolInMag
Magazine in which tool is located
toolInPlace
Magazine location of tool
toolNo
Internal T number
Module TC contains the data which define an orientatable toolholder (offset vectors, axis directions,
rotation angle, type information).
It is also possible to read the current positions of the toolholder axes and the differences between the
current and programmed axis values for the active toolholder.
tcCarr1 $TC_CARR1
x component of offset vector l1
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr10 $TC_CARR10
x component of rotary axis v2
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr11 $TC_CARR11
y component of rotary axis v2
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr12 $TC_CARR12
z component of rotary axis v2
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr13 $TC_CARR13
Angle of rotation alpha1 (in degrees)
Degree 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr14 $TC_CARR14
Angle of rotation alpha2 (in degrees)
Degree 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr15 $TC_CARR15
x component of offset vector l3
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr16 $TC_CARR16
y component of offset vector l3
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr17 $TC_CARR17
z component of offset vector l3
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr18 $TC_CARR18
x component of offset vector l4
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr19 $TC_CARR19
y component of offset vector l4
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr2 $TC_CARR2
y component of offset vector l1
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr20 $TC_CARR20
z component of offset vector l4
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr21 $TC_CARR21
Axis identifier of 1st rotary axis
- 0 String[32] wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr22 $TC_CARR22
Axis identifier of 2nd rotary axis
- 0 String[32] wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr23 $TC_CARR23
Kinematic type
Kinematic type: P: Rotatable workpiece (part)
M: Rotatable tool and rotatable workpiece (mixed)
T or any character except P and M: Rotatable tool
- 0 String[32] wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr24 $TC_CARR24
Offset of 1st rotary axis in degrees
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr25 $TC_CARR25
Offset of 2nd rotary axis in degrees
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr26 $TC_CARR26
Offset of Hirth tooth system in degrees of 1st rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr27 $TC_CARR27
Offset of Hirth tooth system in degrees of 2nd rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr28 $TC_CARR28
Increment of Hirth tooth system in degrees of 1st rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr29 $TC_CARR29
Increment of Hirth tooth system in degrees of 2nd rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr3 $TC_CARR3
z component of offset vector l1
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr30 $TC_CARR30
Minimum position of 1st rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr31 $TC_CARR31
Minimum position of 2nd rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr32 $TC_CARR32
Maximum position of 1st rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr33 $TC_CARR33
Maximum position of 2nd rotary axis
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr34 $TC_CARR34
Toolholder name
Contains a freely definable string provided as a freely definable
identifier for the orientatable toolholder.
It has no meaning as yet within the NCK and is not evaluated either.
The identifier should not be used for other purposes since a later
expansion will allow an orientatable toolholder to be activated via
a name as well as via numbers
- String[32] wr
Multi-line: yes No. of toolholder $MN_MM_NUM_TOOL_CARRIER
tcCarr35 $TC_CARR35
Axis name 1
Contains a freely definable string provided as a free identifier
for the first rotary axis.
It has no meaning whatsoever within the NCK, neither is it evaluated.
tcCarr36 $TC_CARR36
Axis name 2
Contains a freely definable string provided as a free identifier
for the second rotary axis.
It has no meaning whatsoever within the NCK, neither is it evaluated.
tcCarr37 $TC_CARR37
Identifier
Contains an integer number for identifying the toolholder.
It has no meaning whatsoever within the NCK, neither is it evaluated.
- 0 Long Integer wr
Multi-line: yes No. of toolholder $MN_MM_NUM_TOOL_CARRIER
tcCarr38 $TC_CARR38
Position component X
Contains a position (X component of return position).
It has no meaning whatsoever within the NCK, neither is it evaluated.
- 0 Double wr
Multi-line: yes No. of toolholder $MN_MM_NUM_TOOL_CARRIER
tcCarr39 $TC_CARR39
Position component Y
Contains a position (Y component of return position).
It has no meaning whatsoever within the NCK, neither is it evaluated.
- 0 Double wr
Multi-line: yes No. of toolholder $MN_MM_NUM_TOOL_CARRIER
tcCarr4 $TC_CARR4
x component of offset vector l2
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr40 $TC_CARR40
Position component Z
Contains a position (Z component of return position).
It has no meaning whatsoever within the NCK, neither is it evaluated.
- 0 Double wr
Multi-line: yes No. of toolholder $MN_MM_NUM_TOOL_CARRIER
tcCarr41 $TC_CARR41
x-component of the fine offset of the offset vector l1
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr42 $TC_CARR42
y-component of the fine offset of the offset vector l1
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr43 $TC_CARR43
z-component of the fine offset of the offset vector l1
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr44 $TC_CARR44
x-component of the fine offset of the offset vector l2
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr45 $TC_CARR45
y-component of the fine offset of the offset vector l2
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr46 $TC_CARR46
z-component of the fine offset of the offset vector l2
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr5 $TC_CARR5
y component of offset vector l2
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr55 $TC_CARR55
x-component of the fine offset of the offset vector l3
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr56 $TC_CARR56
y-component of the fine offset of the offset vector l3
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr57 $TC_CARR57
z-component of the fine offset of the offset vector l3
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr58 $TC_CARR58
x-component of the fine offset of the offset vector l4
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr59 $TC_CARR59
y-component of the fine offset of the offset vector l4
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr6 $TC_CARR6
z component of offset vector l2
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr60 $TC_CARR60
z-component of the fine offset of the offset vector l4
mm, inch, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr64 $TC_CARR64
Fine offset of the offset of the rotary axis v1
Degree, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr65 $TC_CARR65
Fine offset of the offset of the rotary axis v2
Degree, user defined 0 0 Double wr
Multi-line: yes Number of the tool carrier $MN_MM_NUM_TOOL_CARRIER
tcCarr7 $TC_CARR7
x component of rotary axis v1
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr8 $TC_CARR8
y component of rotary axis v1
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
tcCarr9 $TC_CARR9
z component of rotary axis v1
- 0 Double wr
$MN_MM_NUM_TOOL_CARRIER /
Multi-line: yes No. of toolholder
numToBaust
One set of edge-related coarse total offsets, setup offsets, exists for each tool edge and operating location.
This module corresponds totally to module T / TOS, edge-related location-dependent fine total offsets.
edgeECData $TC_ECPx[t,d]
Location-dependent offsets, setup value
mm, inch, user defined 0.0 Double wr
((EdgeNo-1) * (maxnumEdgeSC *
numParams_SC * maxnumEdgeSC *
Multi-line: yes numParams_SC)) + ((EdgeSC - 1)*
maxnumCuttEdges_Tool
numParams_SC) + ParameterNo
One set of edge-related transformed total offsets exists for each tool edge and operating location.
This module corresponds totally to module T / TOE.
edgeECData
Transformed location-dependent offsets, setup value
colIndex: TNo
mm, inch, user defined 0.0 Double wr
((EdgeNo-1) * (maxnumEdgeSC *
numParams_SC * maxnumEdgeSC *
Multi-line: yes numParams_SC)) + ((EdgeSC - 1)*
maxnumCuttEdges_Tool
numParams_SC) + ParameterNo
One set of edge-related total offsets exists for each tool edge and operating location.
The maximum number of operating locations is identical for all tool edges and defined by the new variable
maxnumEdgeSC ($MN_MAX_SUMCORR_PERCUTTING_EDGE) in "N / Y global system data".
numParams_SC (currently 9) offsets are provided (depending on location-independent wear values) for
each total offset set: Length 1, length 2, length 3, radius and 5 others.
The NCK resets the data when the associated tool is activated if machine data
($MN_MM_KIND_OF_SUMCORR, bit 1 = 1) is used for activation.
The total offsets of a tool edge are accessible via the internal T number of the associated tool, edge
number, total offset number ("operating location").
PI Services may exist for selective creation and deletion of tool edge total offsets.
The existence of total offsets can be controlled selectively via the new machine data
$MN_MM_NUM_SUMCORR (OPI: maxNumSumCorr in N / Y) (P5??).
The method of addressing in this module is analogous to accessing "Edge data / offsets" by column
addressing with T number (using an array access operation to gain quick access to the total offsets of all
tool edge operating locations or all edges of a tool).
The module contains the location-dependent total offsets for all tools. Each element is addressed via a
column and line index:
The column index is the tool number (T number), i.e. all location-dependent total offsets of this tool (for all
edges / locations) can be found in one column.
If a non-existent T number is specified as the column index, the request is acknowledged negatively.
The number of lines is determined by the number of total offset values, the number of operating locations
and the maximum possible edge number of a tool:
maxZeilenindex = numParams_SC * maxnumEdgeSC * maxnumCuttEdges_Tool
These variables are stored in "N / Y global system data" and have the following meanings:
numParams_SC: No. of wear offsets per location (according to L1, L2, L3, radius and 5 others), currently 9
maxnumEdgeSC: Maximum number of locations (SC) per edge
maxnumCuttEdges_Tool: Max. permissible number of edges per tool
Several lines can be addressed simultaneously if necessary, allowing, for example, all location-dependent
total offsets of all edges of one tool to be read in one request. The location-dependent total offsets of the
tools are all of the same data type and have the same physical unit.
The following lines are provided for each T number (column index):
Edge 1, Location 1, L1
Edge 1, Location 1, L2
Edge 1, Location 1, L3
Edge 1, Location 1, Radius
Edge 1, Location 1, Par5
.......... ..... .....
Edge 1, Location 1, Par numParams_SC
Edge 1, Location 2, L1
Edge 1, Location 2, L2
Edge 1, ..... ......
Edge 1, Location maxnumEdgeSC, Par numParams_SC
Edge 2, Location 1, L1
.......... ..... .....
Edge 2, Location maxnumEdgeSC, Par numParams_SC
.......... ..... .....
Edge maxnumCuttEdges_Tool, Location maxnumEdgeSC, Par numParams_SC
edgeSCData $TC_SCPx[t,d]
Location-dependent offsets, wear
colIndex: TNo
mm, inch, user defined 0.0 Double wr
((EdgeNo-1) * (maxnumEdgeSC *
numParams_SC * maxnumEdgeSC *
Multi-line: yes numParams_SC)) + ((EdgeSC - 1)*
maxnumCuttEdges_Tool
numParams_SC) + ParameterNo
One set of edge-related transformed total offsets exists for each tool edge and operating location.
This module corresponds totally to module T / TOS.
edgeSCData
Transformed location-dependent offsets, wear
colIndex: TNo
mm, inch, user defined 0.0 Double wr
((EdgeNo-1) * (maxnumEdgeSC *
numParams_SC * maxnumEdgeSC *
Multi-line: yes numParams_SC)) + ((EdgeSC - 1)*
maxnumCuttEdges_Tool
numParams_SC) + ParameterNo
The MMC must be capable of displaying and modifying the offset data of the tool edges as both
transformed and untransformed data. The transformation refers to the adapter data (if programmed) of
magazine locations. The MMC can display and modify both transformed and untransformed data (of the
same tool if necessary) "simultaneously" (in different applications or different MMCs).
To provide access to transformed data, a new module, T / TOT (edge data: transformed offset data), is
provided which is identical to the existing module T / TO (edge data: Offset data), except that it supplies
transformed data instead of untransformed data.
The information edge DNo (D numbers assigned to edges) is included under the offset
(numCuttEdgeParams * maxnumCuttEdges_Tool) in both the T / TOT and T / TO modules.
Both modules have a 2-dimensional organization.
Column: T number
Lines:
1 edge 1, parameter 1
2 edge 1, parameter 2
...
25 edge 1, parameter numCuttEdgeParams
26 edge 2, parameter 1
27 edge 2, parameter 2
...
50 edge 2, parameter numCuttEdgeParams
...
225 edge maxnumCuttEdges_Tool, parameter numCuttEdgeParams
226 edge 1, D No assigned to edge 1
Values which can be displayed as transformed data are the 9 geo-data (corresponding to L1, L2, L3,
radius, and generally 5 other values), wear and total offsets.
If tools which are not located in a magazine location with adapter data are accessed via the module for
transformed data, then the data are treated as if they were untransformed.
cuttEdgeParam
Replaced by edgeData
mm, inch, user defined 0.0 Double wr
(numCuttEdgeParams + 1) *
Multi-line: yes For edge offset value parameters:
maxnumCuttEdges_Tool
edgeData
Transformed edge offset data and D number list
Important: This variable is called "cuttEdgeParam" in NonWindows MMC and PLC.
mm, inch, user defined 0.0 Double wr
(numCuttEdgeParams + 1) *
Multi-line: yes For edge offset value parameters:
maxnumCuttEdges_Tool
Data module TAD is organized as a 2-dimensional variable array. This module contains
application-specific data for all tools. Every element can be addressed via a column and
row index:
The column index is the number of the user-defined tool parameter. The number of
tool parameters (columns) can be found in variable numToolParams_tad in area N / module Y.
The row index is the tool number. Attempts to access non-existent tools are
negatively acknowledged.
siemData $TC_TPCSx[y]
Siemens application tool parameter
Important: 2-dimensional variable. Column index corresponds to the parameter number.
Reserved for SIEMENS applications.
siemData $TC_MAPCSx[y]
Siemens application magazine data.
These parameters can be used only if machine data
$MN_MM_NUM_CCS_MAGAZINE_PARAM and $MN_MM_TOOL_MANAGEMENT_MASK are set
accordingly.
Reserved for SIEMENS applications.
colIndex: Magazine number
- 0 Long Integer wr
Multi-line: yes Parameter number numMagParams_tam
Data module TAO is organized as a 2-dimensional variable array. This module contains application-
specific cutting edge data for all tools. Every element can be addressed via a column and row index. The
column index is the tool number (T number), i.e. one column contains the application-specific data for all
the cutting edges of a tool.
The assignments between tools and T numbers are listed in the Tool Directory (TV) module in the relevant
T area.
A request is negatively acknowledged if a non-existent tool number is entered as the column index.
The number of rows is determined by the number of parameters per cutting edge and the number of
cutting edges of a tool:
The number of parameters per cutting edge numCuttEdgeParams_tao can be found in area N / module Y.
The number of tool-specific cutting edges is specified in area T / module TV.
Several rows can be addressed where necessary which means, for example, that all application-specific
edge data of a tool can be read in one request.
siemEdgeData $TC_DPCSx[y,z]
Siemens application tool cutting edge parameter
Important: 2-dimensional variable. Column index corresponds to the T number.
Reserved for SIEMENS applications.
colIndex: TNo
- 0 Double wr
(EdgeNo-1) *
Multi-line: yes numCuttEdgeParams_tao + numCuttEdgeParams_tao * numCuttEdges
ParameterNo
Data module TAP is organized as a 2-dimensional variable array. This module contains application-
specific data of a T area. Every element can be addressed via a column and row index:
The column index is the magazine number, i.e. one column contains the application-specific magazine
location data for all the locations of one magazine. The assignments between magazines and magazine
numbers are listed in the appropriate Magazine Directory (TMV) module in the relevant T area. A request
is negatively acknowledged if a non-existent magazine number is entered as the column index.
The number of rows is determined by the number of parameters per magazine location and the number of
magazine locations:
Application-specific magazine location data are all of the same data type.
siemPlaceData $TC_MPPCSx[y,z]
Siemens application magazine location data.
These parameters can be used only if machine data
$MN_MM_NUM_CCS_MAGLOC_PARAM and $MN_MM_TOOL_MANAGEMENT_MASK are set
accordingly.
Reserved for SIEMENS applications.
colIndex: Magazine number
- 0 Long Integer wr
ParameterNumber +
Multi-line: yes numMagLocParams_tap * numMagLocParams_tap * magNrPlaces
MagazineLocationNumber-1
Data module TAS is organized as a 2-dimensional variable array. This module contains application-
specific monitoring data for all tools. Every element can be addressed via a column and row index:
The column index is the tool number (T number), i.e. one column contains the application-specific
monitoring data for all the cutting edges of a tool. The assignments between tools and T numbers are
listed in the Tool Directory (TV) module in the relevant T area. A request is negatively acknowledged if a
non-existent tool number is entered as the column index.
The number of rows is determined by the number of parameters per cutting edge and the number of
cutting edges of a tool:
The number of parameters per cutting edge numCuttEdgeParams_tas can be found in area N / module Y.
The number of tool-specific cutting edges (/T/TV/numCuttEdges) is specified in area T / module TV.
Several rows can be addressed where necessary which means, for example, that all application-specific
monitoring data of a tool can be read in one request.
siemData $TC_MOPCSx[y,z]
Siemens application monitoring data of a tool cutting edge.
These parameters can be used only if machine data
$MN_MM_NUM_CCS_MON_PARAM and $MN_MM_TOOL_MANAGEMENT_MASK
are set accordingly.
Reserved for SIEMENS applications.
colIndex: TNo
- 0 Double wr
ParameterNumber + (EdgeNo -1) *
Multi-line: yes numCuttEdgeParams_tas * numCuttEdges
numCuttEdgeParams_tas
This module contains all global setting data. The physical units depend on the variable "userScale" in
module Y of area N.
1.9 Parameters
1.9.1 Area C, Module RP: Arithmetic parameters
OEM-MMC: Linkitem /Channel/Parameter/...
Arithmetic parameters are special predefined variables which are addressed with the letter R followed by a
number. The contents and meaning of an arithmetic parameter are defined by the programmer of the NC
program. 100 R variables are defined by default. The number of R variables can be set via the channel-
specific machine data 28050 (MM_NUM_R_PARAM). Up to 1000 R-variables can be set.
R $R[x] x = ParameterNo PA
R variables (up to SW 3.2)
Attention: This variable should be used for SW releases < 3.3. For later releases use the variable rpa !
acMarkerL $AC_MARKER[n]
Flag variable, counter for motion-synchronous actions
(Note: only with SYNACT)
Writeable as from SW 7.4.
- Long Integer wr
Multi-line: yes Number of the flag MD $MC_MM_NUM_AC_MARKER
acSystemMarkerL
Flag variable, counter for motion-synchronous actions
(Note: only with SYNACT)
Writeable as from SW 7.4.
Reserved for system.
- Long Integer wr
Multi-line: yes Number of the flag MD $MC_MM_NUM_AC_MARKER
acSystemParam
Dynamic parameters for motion-synchronous actions
(Note: only with SYNACT)
Writeable as from SW 7.4.
Reserved for system.
- Double wr
Multi-line: yes Number of the parameter MD $MC_MM_NUM_AC_PARAM
alignDummy
dummy
- UWord r
Multi-line: yes 1 1
actCycleTimeBrut
Total of the current gross run times of all channels in ms.
ms 0 0 Double r
Selects a specific SW task on the
Multi-line: yes 10
NCK:
actCycleTimeNet
Total of the current net run times of all channels in ms.
ms 0 0 Double r
Selects a specific SW task on the
Multi-line: yes 10
NCK:
dp611USpecAccChangeCnt
The counter is incremented if the NCK changes the
available ACC information
- 0 Long Integer r
Multi-line: yes 1 1
dp611USpecAccKey
Version and type information about available ACC contents
- 0 Long Integer r
Multi-line: yes Drive number maxnumDrives
dp611USpecAccMask
Bit-coded screenform indicating the drives for which special ACC files are available
dp611USpecAccPath
Path in which the ACC files are stored in the NCK file system.
This path might be empty later on if the files are to
be supplied from the active file system.
Current equivalent value: /_N_VS_DIR
- 0 String[32] r
Multi-line: yes 1 1
dpAxisCfgMachAxisNr
Machine axis !!CAUTION NCU LINK!!
- 0 0 INT32_MAX Long Integer r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpAxisCfgNumAxes
Number of axes entered in the system
- 0 0 INT32_MAX Long Integer r
Multi-line: yes 1 1
dpAxisCfgValid
Axis info is available
0=Information is not available
1=Information is available
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpAxisStateCtrlout
Status of output drivers.
0=no axis status assigned
1=axis status assigned
2=axis status is cyclical
3=axis status assigned and cyclical
- 0 0 3 UWord r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpAxisStateEnc1
Status encoder 1 driver
0=no axis status assigned
1=axis status assigned
2=axis status is cyclical
3=axis status assigned and cyclical
- 0 UWord r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpAxisStateEnc2
Status encoder 2 driver
0=no axis status assigned
1=axis status assigned
2=axis status is cyclical
3=axis status assigned and cyclical
- 0 UWord r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpAxisStateLifeCntErrCtrlout
This data counts the number of position control cycles
since failure of the sign-of-life signal
0 to n= number of position control cycles since
failure of the sign-of-life signal
- 0 0 INT32_MAX Long Integer r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpAxisStateLifeCntErrEnc1
This data counts the number of position control cycles
since failure of the sign-of-life signal
0 to n= number of position control cycles since
failure of the sign-of-life signal
- 0 Long Integer r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpAxisStateLifeCntErrEnc2
This data counts the number of position control cycles
since failure of the sign-of-life signal
0 to n= number of position control cycles since
failure of the sign-of-life signal
- 0 Long Integer r
Multi-line: yes Axis number dpAxisCfgNumAxes
dpBusCfgBaudrate
Baud rate on DP bus (bit/s)
The permissible baud rates are determined by
the Profibus standard (DIN19245 EN50170)
Hz 0 Double r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusCfgBusNo
Bus number of the bus; used for conversion of "Bus index"=1...dpBusCfgNumBuses to "Bus number"
All permissible bus numbers are possible:
1 = 1.DP bus on the PLC
2 = 2.DP / MPI bus on the PLC
3 = Virtual PROFIBUS
4 = Isochronous real-time Ethernet (reserved)
- 0 0 4 Long Integer r
Multi-line: yes 1 1
dpBusCfgCycleTime
The time required by the master to scan all
slaves once (request, response), until the
cycle starts from the beginning again.
s, user defined 0 0 DOUBLE_MAX Double r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusCfgDataExTime
Data exchange time in [s,s,userdef]
s, user defined 0 0 DOUBLE_MAX Double r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusCfgNumBuses
Number of DP buses
Currently only one bus standardized acc. to Profibus DP standard
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpBusCfgValid
Bus configuration data are available
TRUE= data exist and are initialized
FALSE= no data exist
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpBusStateAccessDurationAct
Current access time to communications buffer for DP master
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateAccessDurationMax
Maximum access time to communications buffer for DP master
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateAccessDurationMin
Minimum access time to communications buffer for DP master
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateAccessErrCnt1
Number of bus access errors of type 1 since NCK Start
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateAccessErrCnt2
Number of bus access errors of type 2 since NCK Start
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateAvgCycleBetweenErr1
Average number of cycles between two
bus access errors of type 1
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateAvgCycleBetweenErr2
Average number of cycles between two
bus access errors of type 2
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateCycleCnt
Number of bus cycles since NCK Start
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateDpmAction
Indicator for operating progress of DP M
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateDpmActual
Current status of DP M bus - controlled by DP M
- 0 UWord r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateDpmCtrl
Booting status of processor for DP Master dpcadmin
- 0 UWord r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateDpmError
Error on status transitions
- 0 Long Integer r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateDpmPrjCnt
Modification counter for new DP configurations.
Suggested use:
*) Read modification counter (1)
*) Read out configuring data
*) Read modification counter (2)
*) If the modification counters in (1) and (2) are identical
and both display "valid", the data read from HW-Config
will be consistent.
even values -> configuration invalid
uneven values -> configuration valid
- 0 UWord r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateDpmRequest
Desired status of DP M bus - request from HOST
- 0 UWord r
Multi-line: yes Bus number dpBusCfgNumBuses
dpBusStateNumActiveSlaves
This data indicates how many slaves can currently be
accessed via the bus. This value is updated in online operation.
dpClientCfgId
Identification client NCK/PLC/3RD
- 0 UWord r
Multi-line: yes Client number dpClientCfgNumClnt
dpClientCfgNumClnt
Number of clients
- 0 0 INT32_MAX Long Integer r
Multi-line: yes 1 1
dpClientCfgValid
Client information is available
0=no client information available
1=client information is available
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpClientStateComm
Client status incl. output release
0=No output enable
1=Client state output enable
- 0 UWord r
Multi-line: yes Client number dpClientCfgNumClnt
dpSlaveCfgAssignBus
Bus number of the slave
- 0 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgBusAddr
The address of the slave on the bus.
In addition to its own address, every slave has a
broadcast address via which all salves can be
addressed.
The broadcast address is not available for individually
addressing a single slave.
127: Broadcast address
- 0 0 127 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgDataExchangeTime
Time for the end of cyclical data transfer
See dpSlaveCfgMasterAppCycTime
s, user defined 0 Double r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgInputTime
Time for actual-value sensing
See dpSlaveCfgMasterAppCycTime
s, user defined 0 Double r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgIsochronModeSupport
Gives information whether the slave has been configured for isochronous mode on the PROFIBUS.
0: Isochronous mode not configured
1: Isochronous mode configured
- 0 0 Long Integer r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgMasterAppCycTime
Position controller cycle.
For a detailed description, please refer to
PROFIDRIVE PROFIL ANTRIEBSTECHNIK
(Edition: V1.2 Draft, April 1999) Section 7
See PROFIDRIVE PROFIL ANTRIEBSTECHNIK
(Edition: V1.2 Draft, April 1999) Section 7
s, user defined 0 Double r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgNumSlaves
Number of slaves configured in SDB1xxx.
This value may not match the actual number of slaves
connected to the bus.
The number of slaves which can be configured for bus connection
is determined by Profibus standard (DIN19245 EN50170).
- 0 0 125 Long Integer r
Multi-line: yes 1 1
dpSlaveCfgOutputTime
Time for setpoint acceptance
See dpSlaveCfgMasterAppCycTime
s, user defined 0 Double r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgProfibusCycleTime
Bus cycle time
See dpSlaveCfgMasterAppCycTime
s, user defined 0 Double r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveCfgValid
This data indicates whether the slave data structure
has already been initialized. The structure is initialized
when a slave configuration or status data is accessed.
Scanning dpSlaveCfgValid also activates initialization
of the structure.
dpSlaveIdentNo
Ident number of the slave
- 0 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveIdentNoEx
The extended ID no. of the PROFIBUS slave
helps to identify the PROFIBUS slaves not officially classified
as such and therefore lack specificiation dpSlaveIdentNo.
- 0 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveStateComm
The slave is active on the bus once the drive assigned to
the slave has successfully logged on to the bus.
True: Slave on bus
False: Slave not on bus
- 0 0 1 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveStateIncCnt
The incarnation counter of the slave
is increased by one each time the slave is included in the bus. If the slave drops out of the bus, this counter is not
changed.
After the first time it has gone into the bus (that is the first operational status of the slave), the value is 1.
dpSlaveStateSync
The drive linked to this slave is operating in cyclic mode.
Slaves without a drive are defined as "non-cyclical".
True: Cyclical
False: Non-cyclical
- 0 0 1 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlaveVendorId
PROFIBUS: Always returns 0
PROFINET: Manufacturer's number of the device
- 0 UWord r
Multi-line: yes Slave number dpSlaveCfgNumSlaves
dpSlotCfgAssignAxis
This data supplies the axis indices of the drive, encoder 1 and encoder 2
for access in the Axis-Assign-Table.
The 32-bit value consists of 4 bytes with the following meaning:
Byte0(bits 0-7) = axis index of axis
Byte1(bits 8-15) = axis index, encoder 1
Byte2(bits 16-23)= axis index, encoder 2
Byte3(bits 24-31)= provided for future extensions.
A byte with the value 0xFF indicates that no axis index
is defined for the relevant slot.
- 255 0 32 Long Integer r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgAssignBus
Bus number assigned to this slot
Since only one bus is currently supported by Profibus DP,
there is only one bus to which all slots are assigned.
- 0 0 1 Long Integer r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgAssignClient
This data supplies the clientIndex for accessing the
Client Assign table.
0=no assignment possible (this applies to diagnostic and PKW slots)
>0 assignment exists
- 0 0 2 Long Integer r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgAssignMaster
Number of master to which this slot is assigned
Since only one bus is currently supported by
Profibus DP and only one Class 1 Master exists
per bus, there is only one master to which all slots
are assigned.
- 0 0 1 Long Integer r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgAssignSlave
This data contains the bus address of the slave
belonging to the nth slot.
All legal slave addresses can be specified
- 0 0 125 Long Integer r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgIoType
I/O identifier
0 = input slot
1 = output slot
2 = diagnosis slot
- 0 0 2 UWord r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgLength
Length in number of bytes
- 0 0 32 Long Integer r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgLogBaseAddress
The logical basic address of the slot is assigned
during configuration. Although it is not needed on the
bus for data transfer purposes, this address is the only
means by which a unique link can be created between the
NCK and bus nodes.
- 0 0 UINT16_MAX UWord r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgNumSlots
The total number of all slots configured in the system is
stored in this data.
0 (lower limit) up to INT32_MAX(upper limit);
Note that a slave cannot support more than
256 slots.
- 0 0 INT32_MAX Long Integer r
Multi-line: yes 1 1
dpSlotCfgPNSlotNr
PROFIBUS: Not used
PROFINET: Slot number within the IO device
- 0 0 255 UWord r
Multi-line: yes PROFINET: Subslot number dpSlotCfgNumSlots
dpSlotCfgSlaveAddress
This data contains the bus address of the slave to which this slot is assigned.
dpSlotCfgSlotNr
PROFIBUS: Slot number within the slave
PROFINET: Subslot number within the IO device
A maximum total of 256 slots can be assigned to each slave.
0: Diagnostic slot
2: Diagnostic slot
4: 1st data slot
- 0 0 255 UWord r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotCfgValid
The slot data structure (CcIdent) exists and is initialized.
True: Data are valid
False: Data are invalid or not initialized
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpSlotStateComm
Status of slots (ok, failed, not processed by the NCK)
0= no sign of life
1= sign of life
2= not processed by NCK
- 0 0 1 UWord r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotStateRecvTelegram
Bit pattern of this slot received by the master
in the form of a hexadecimal string
- 0 String[198] r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotStateSendTelegram
Bit pattern of this slot sent to the slave in
the form of a hexadecimal string
Transmitted message frame
- 0 String[198] r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSlotStateTelegramType
Message frame type of slot
0 = Message frame type unknown
- 0 0 UINT16_MAX UWord r
Slot number (PROFINET: Subslot
Multi-line: yes dpSlotCfgNumSlots
number)
dpSysCfgAvailable
This data specifies whether the system has been generated
with DP Adapter and/or DP Master
0= Neither DPA nor DPM available
1= DPA available
2= DPM available
3= DPA and DPM available
- 0 0 3 UWord r
Multi-line: yes 1 1
dpSysCfgNumMaster
Number of masters
There is only one master per bus with DP.
Since only 1 bus is currently permitted by the
bus standard, there can only be a maximum
of one master.
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpSysCfgValid
This data indicates whether the configuration data are valid and
initialized.
TRUE or FALSE
- 0 0 1 Long Integer r
Multi-line: yes 1 1
dpSysCfgVersionDpm
Version number of DP M SW as numerical value
- 0 Double r
Multi-line: yes Number of the master dpSysCfgNumMaster
dpSysCfgVersionDpr
Actual version Dpr (inaccessible in earlier SW)
- 0 Double r
Multi-line: yes Number of the master dpSysCfgNumMaster
dpSysCfgVersionDprEx
DPR_SS_VERSION is a version number stored in the NCK which
can be read out via this variable.
- 0 Double r
Multi-line: yes Number of the master dpSysCfgNumMaster
dpSysCfgVersionHost
This data contains the version number of the host SW as a numerical value
- 0 0 UINT16_MAX Double r
Multi-line: yes Number of the master dpSysCfgNumMaster
dpSysStateDpmInit
There are three different initialization states:
REQUEST, ACKNOWLEDGE and ERROR
- 0 UWord r
Multi-line: yes Number of the master dpSysCfgNumMaster
errCodeSetNrGen
Selection of error code set to be used in the case of communication
errors. The selection is client-specific, the client is identified by the sender
address.
0: P1-compatible code
5: P5-compatible code
6: P6-compatible code
- 0 0 UWord wr
Multi-line: yes 1 1
errCodeSetNrPi
Selection of error code set to be used by PI Services in the case of communication errors.
The selection is client-specific, the client is identified by the sender address.
0: P1-compatible code
5: P5-compatible code
6: P6-compatible code
- 0 0 UWord wr
Multi-line: yes 1 1
maxCycleTimeBrut
Total of the maximum gross run times of all channels in ms.
ms 0 0 Double r
Selects a specific SW task on the
Multi-line: yes 10
NCK:
maxCycleTimeNet
Total of the maximum net run times of all channels in ms.
ms 0 0 Double r
Selects a specific SW task on the
Multi-line: yes 10
NCK:
minCycleTimeBrut
Total of the minimum gross run times of all channels in ms.
ms 0 0 Double r
Selects a specific SW task on the
Multi-line: yes 10
NCK:
minCycleTimeNet
Total of the minimum net run times of all channels in ms.
ms 0 0 Double r
Selects a specific SW task on the
Multi-line: yes 10
NCK:
nckCapabilities
Describes the NCK functionality
Bit0=1: With Huffman algorithm compressed files can be transferred
(this corresponds to instruction ";$COMPR=HUFFMAN1" during download)
Bit1=1: The protocol of optimized upload is supported
- 0 0 UWord r
Multi-line: yes 1 1
nckCompileSwitches
Selected NCK compiler switches
Bit0: NDEBUG
Bit1: NOTRACES
Bit2: EMBARGO
Bit3: TARGET
- UWord r
Multi-line: yes 1 1
noOfPersistencyReq
Number of persistence operations
- 0 0 Long Integer r
Multi-line: yes 1: Sum of the individual functions 1
noOfPersistencyReqFailed
Number of failed persistence operations
- 0 0 Long Integer r
Multi-line: yes 1: Sum of the individual functions 1
optUploadDiag
Optimized upload test parameterization
- 0 UWord wr
Multi-line: yes Test value
pcmciaDataShotAct
Current access to PCMCIA card: Transferred bytes
Data pcmciaShotStatus, pcmciaDataShotSum and pcmciaDataShotAct can be used to implement
a status display for PCMCIA card access operations.
- 0 0 Long Integer r
Multi-line: yes 1 1
pcmciaDataShotSum
Current access to PCMCIAcard: Total length in bytes.
Data pcmciaShotStatus, pcmciaDataShotSum and pcmciaDataShotAct can be used to implement a
status display for PCMCIA card access operations.
- 0 0 Long Integer r
Multi-line: yes 1 1
pcmciaFfsLength
Length of FFS on PCMCIA card in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
pcmciaLength
Length of the PCMCIA card
- 0 0 Long Integer wr
Multi-line: yes 1 1
pcmciaShotStatus
Current access to PCMCIA-Karte: Status
Data pcmciaShotStatus, pcmciaDataShotSum and pcmciaDataShotAct can be used to implement a
status display for PCMCIA card access operations.
0: Not active
1: Write active
2: Read active
3-: Reserved
- 0 0 UWord r
Multi-line: yes 1 1
pcmciaStartFfsOffset
Start offset of FFS at beginning of PCMCIA card in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
pcmciaStartP
Start address of the PCMCIA card
- 0 Long Integer wr
Multi-line: yes 1 1
pcmciaStartShotOffset
Current access to PCMCIA card: Start offset at beginning of PCMCIA card in bytes
- 0 0 Long Integer r
Multi-line: yes 1 1
persistencyTimeAverage
Average time for making data persistent
- 0 0 Double r
Multi-line: yes 1: Sum of the individual functions 1
persistencyTimeMaximal
Maximum time for making data persistent
- 0 0 Double r
Multi-line: yes 1: Sum of the individual functions 1
persistencyTimeMinimal
Minimum time for making data persistent
- 0 0 Double r
Multi-line: yes 1: Sum of the individual functions 1
poweronTime $AN_POWERON_TIME
Time since last normal boot ( in minutes )
Can be written from SW 6.3.
s, user defined 0.0 Double wr
Multi-line: yes 1 1
setupTime $AN_SETUP_TIME
Time since last "control system boot on default
values" ( in minutes ).
The timer is automatically set to zero on every
"control system boot on default values".
Can be written from SW 6.3.
s, user defined 0.0 Double wr
Multi-line: yes 1 1
totalPersistencyTime
Summated time for making data persistent
- 0 0 Double r
Multi-line: yes 1: Sum of the individual functions 1
acIpoBuf $AC_IPO_BUF
Level of IPO buffer (number of blocks)
- 0 0 UWord r
Multi-line: yes 1 1
actCycleTimeBrut
Current gross run time in ms.
ms Double r
Selects a specific SW task on the
Multi-line: yes 11
NCK:
actCycleTimeNet
Current net run time in ms.
ms Double r
Selects a specific SW task on the
Multi-line: yes 11
NCK:
cuttingTime $AC_CUTTING_TIME
Tool operating time ( in seconds ):
The operating time of the path axes excluding active
rapid traverse is measured in all NC programs between
NC Start and Program End/NC Reset.
The measurement is also interrupted during an active
cycleTime $AC_CYCLE_TIME
Runtime of selected NC program ( in seconds ):
The runtime between NC Start and Program End / NC
Reset is measured in the selected NC program.
The timer is cleared when a new NC program is
started.
Can be written as of SW 6.3.
s, user defined 0.0 Double wr
Multi-line: yes 1 1
ipoBufLevel
Fill level of the IPO buffer (integer value in %)
% 0 100 UWord r
Multi-line: yes 1 1
maxCycleTimeBrut
Maximum gross run time in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 11
NCK:
maxCycleTimeBrutPo
Maximum gross run time since cold restart in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 11
NCK:
maxCycleTimeNet
Maximum net run time in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 100
NCK:
maxCycleTimeNetPo
Maximum net run time since cold restart in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 11
NCK:
minCycleTimeBrut
Minimum gross run time in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 100
NCK:
minCycleTimeBrutPo
Minimum gross run time since cold restart in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 11
NCK:
minCycleTimeNet
Minimum net run time in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 100
NCK:
minCycleTimeNetPo
Minimum net run time since cold restart in ms.
ms Double wr
Selects a specific SW task on the
Multi-line: yes 11
NCK:
operatingTime $AC_OPERATING_TIME
Total runtime of NC programs in Automatic mode
( in seconds ):
The runtimes of all programs are summed between
NC Start and Program End/NC Reset.
The timer is set to zero on every control boot.
Can be written as of SW 6.3.
s, user defined 0.0 Double wr
Multi-line: yes 1 1
Data lists for protocolling.This module allows to access several lines or rows at a time.
area
Variable specification of nth OPI data in the list:
area
- UWord wr
Multi-line: yes 2 + 5 * ( n-1) 2 + 5 * (numData- 1)
col
Variable specification of nth OPI data in list:
col
- UWord wr
Multi-line: yes 4 + 5 * ( n-1) 4 + 5 * (numData- 1)
numData
Number of data in the list.
<= maxnumTraceProtData
- 0 maxnumTraceProtData UWord wr
Multi-line: yes 1 1
row
Variable specification of nth OPI data in list:
row
- UWord wr
Multi-line: yes 5 + 5 * ( n-1) 5 + 5 * (numData- 1)
type
Variable specification of nth OPI data in list:
type
- UWord wr
Multi-line: yes 6 + 5 * ( n-1) 6 + 5 * (numData- 1)
unit
Variable specification of nth OPI data in list:
unit
- UWord wr
Multi-line: yes 3 + 5 * ( n-1) 3 + 5 * (numData- 1)
varSpecs
Do not use this variable any more.
- 0 maxnumTraceProtData UWord wr
Multi-line: yes 1 1
Cyclic events:
1 = IPO and IPO cycle
15 = IPO2
47 = IPO3 (from SW 6.4)
48 = IPO4 (from SW 6.4)
9 = BLOCK_BEG_2 and Block start (first IPO cycle of a block) with intermediate blocks, all program levels
20 = BLOCK_BEG_2a
10 = BLOCK_BEG_3 Block start (first IPO cycle of a block) without intermediate blocks, only main program
level and MDA level
16 = BLOCK_BEG_S1 and Block start (search run with computation) with intermediate blocks, all program
levels
22 = BLOCK_BEG_S1a
11 = BLOCK_END_1 Block end (first IPO cycle of a block) without intermediate blocks, all program levels
12 = BLOCK_END_2 and Block end (first IPO cycle of a block) with intermediate blocks, all program levels
21 = BLOCK_END_2a
13 = BLOCK_END_3 Block end (first IPO cycle of a block) without intermediate blocks, only main program
level and MDA level
17 = BLOCK_END_S1 Block end (search run with computation) with intermediate blocks, all program
levels
asciiMode
Data logging format
0: Data recorded in binary format with fixed alignment to 8 bytes
1: Data recorded in ASCII format
2: Data recorded in binary format with variable alignment
3: Data recorded in binary format with variable alignment and optimization of two consecutive data records of the same
event. In this case, only the header is logged, not the actual data.
- 0 0 3 UWord wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
countActivated
Number of times the event has occurred
- 0 UWord r
Multi-line: no
countActivatedL
Number of times the event has occurred.
- 0 Long Integer r
Multi-line: yes Event (see module header) siehe Bausteinkopf
dataListIndex
Index of data list to be used
All valid columns in module ETPD - 1)
- 0 0 UWord wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
dataProtok
Number of bytes entered in the Fifo file
- 0 Long Integer r
Multi-line: no
dataUploaded
Number of bytes already uploaded from the Fifo file
- 0 Long Integer r
Multi-line: no
eventActive
Event state
0: Not active
1: Active
2: Deactivate and release data set
- 0 0 2 UWord wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
eventActiveStatus
For diagnosis: Event state
0: Activated
1: Not activated
2: Cannot be activated because the sum of the variable lengths is too large
3: Cannot be activated because the internal resources are not sufficient
4: Cannot be activated because the protocol file cannot be created
100-...- cannot be activated because the variable specification with the index (value - 100) is wrong
- 0 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
headerType
Type of header in the data record
0: No header
1: Short header with the following structure:
UDword dataStamp; // Data record identified by a consecutive number
UWord event; // Enter type of event that occurred
UWord protCount; // The number of times the event has been logged
2: Long header with the following structure:
UDword dataStamp; // Data record identified by a consecutive number
UWord event; // Enter type of event that occurred
UByte chan; // Channel in which the event occurred
UByte dummy1; // Still free
UDword protCount; // The number of times the event has been logged
UDword dummy2; // Still free
3: Mid-length header, non-aligned with the following structure:
UDword dataStamp; // Data record identified by a consecutive number
UWord event; // Enter type of event that occurred
UByte chan; // Channel in which the event occurred
UByte dummy1; // Still free
UDword protCount; // The number of times the event has been logged
- 1 0 3 UWord wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
maxElementsFastFifoUsed
For diagnosis: Maximum number of entries in the FIFO buffer
- 0 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
maxFileLength
Maximum length of log file
- 0 0 UWord wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
maxGrossFileLengthUsed
For diagnosis: Maximum gross size of log file
- 0 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
maxNetFileLengthTooSmall
For diagnosis: Number of (net) bytes by which log file is undersized
- 0 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
numElementsFastFifoTooSmall
For diagnosis: Number of entries by which the Fifo buffer is undersized
- 0 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
protocolFilename
Name of the log file including the path
- 0 String[64] wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
resultPar1
General result value, the significance is a function of the event.
SYNC_ACT_ACTIVATE, SYNC_ACT_DEACTIVATE, and SYNC_ACT_FIRE: ID of the synchronous action.
All non-stated events do not supply this result value.
- 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
skip
Number of events to be skipped
- 0 0 UWord wr
Multi-line: yes Event (see module header) siehe Bausteinkopf
startTriggerLock
Setting, whether the start trigger is not to be processed during this event.
0: Trigger is processed
1: Trigger is not processed
- 0 0 1 UWord wr
Multi-line: no
stopTriggerLock
Setting, whether the stop trigger is not to be processed during this event.
0: Trigger is processed
1: Trigger is not processed
- 0 0 1 UWord wr
Multi-line: no
suppressProtLock
Clears the effect of traceProtocolLock
0: The disable is active
1: The disable is canceled for this event
- 0 0 1 UWord wr
Multi-line: yes 1 1
timePeriod
Time base for cyclic event only
ms 0 0 UWord r
Multi-line: yes Event (see module header) siehe Bausteinkopf
Some internal status data of the MMC can be accessed via this module.
/Nck/Nck/ActApplication
Current application for display in HMI
- String[32] wr
Multi-line: no
/Nck/Nck/ActBag
Current operating mode for display in HMI
- Character wr
Multi-line: no
/Nck/Nck/Channel
Current channel for display in HMI
- Character wr
Multi-line: no
/Nck/Nck/CoordSystem
Coordinate system for display in HMI
- Character wr
Multi-line: no
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
The variables in this block are dynamically generated and deleted in the NCK.
The description and addressing of the existing variables are therefore not specified, and must be taken
from the associated ACX file.
The line index is only relevant for vectors and fields, it is calculated as follows:
Single data: 1
1-dim. fields: 1 + index1
2-dim. fields: 1 + index1 * maxdim2 +
index2
3-dim. fields: 1 + index1 * maxdim2 * maxdim3 +
index2 * maxdim3 +
index3
The formula for 3-dim. fields can generally be applied if the missing dimension index is replaced by 0, and
maxdim by 1.
Value ranges:
index1: 0 to (maxdim1-1)
index2: 0 to (maxdim2-1)
index3: 0 to (maxdim3-1)
Depending on the dimensioning of the fields, that is the size of maxdim1, maxdim2 and maxdim3, there is
a possibility that the value range of the line index (16 bits) may be inadequate for addressing.
OPI access is not possible if this is the case.
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
DUMMY
Undefined
- Character r
Multi-line: no 2
The CP block contains the status data for the generic coupling.
The status of the axis couplings is structured in an NCK-specific and channel-specific area.
cpCtabExists
Not zero, if the specified curve table exists
- 0 0 1 UWord r
Multi-line: yes ID of the curve table
cpCtabId
ID no. of the nth curve table in the specified memory type
- Long Integer r
Multi-line: yes (n * 10) + memory type
cpCtabIdNumLinSegDef
Number of the linear segments defined for the specified curve table
- 0 UWord r
Multi-line: yes ID of the curve table
cpCtabIdNumPolDef
Number of the polynomials defined for the specified curve table
- 0 UWord r
Multi-line: yes ID of the curve table
cpCtabIdNumPolySegDef
Number of the polynomial segments defined for the specified curve table
- 0 UWord r
Multi-line: yes ID of the curve table
cpCtabIdNumSegDef
Number of segments defined for the specified curve table
- 0 UWord r
Multi-line: yes ID of the curve table
cpCtabLocked
Locking status, value > 0, if curve table is locked
- -1 3 Long Integer r
Multi-line: yes ID of the curve table
cpCtabMemType
Memory type in which the curve table is stored
- -1 2 Long Integer r
Multi-line: yes ID of the curve table
cpCtabNumDef
Total number of curve tables defined for the specified memory type
- 0 0 UWord r
1=DRAM, 2=SRAM, 3=all memory
Multi-line: yes 3
types
cpCtabNumFree
Number of additional curve tables which can be defined in the specified memory type
- 0 0 UWord r
1=DRAM, 2=SRAM, 3=all memory
Multi-line: yes 3
types
cpCtabNumPolDef
Total number of curve table polynomials defined in the specified memory type
- 0 UWord r
1=DRAM, 2=SRAM, 3=all memory
Multi-line: yes 3
types
cpCtabNumPolFree
Number of additional curve table polynomials which can be defined in the specified memory type
- 0 UWord r
1=DRAM, 2=SRAM, 3=all memory
Multi-line: yes 3
types
cpCtabNumPolMax
Maximum number of curve table polynomials permissible in the specified memory type
- 0 UWord r
1=DRAM, 2=SRAM, 3=all memory
Multi-line: yes 3
types
cpCtabNumSegDef
Total number of curve table segments of the specified segment type defined in the specified memory type
- 0 UWord r
Multi-line: yes (Segment type * 10) + memory type 23
cpCtabNumSegFree
Number of additional curve table segments of the specified segment type which can be defined in the specified
memory type
- 0 UWord r
Multi-line: yes (Segment type * 10) + memory type 23
cpCtabNumSegMax
Maximum number of curve table segments of the specified segment type permissible in the specified memory type
- 0 UWord r
Multi-line: yes (Segment type * 10) + memory type 23
cpCtabPeriodic
Periodicity, value > 0, if curve table is periodic
- -1 2 Long Integer r
Multi-line: yes ID of the curve table
aaCpActFa $AA_CPACTFA[AX1,n]
The axis index of the nth leading axis which is active for the stated following axis, LAx.
-1 = the stated coupling is not defined
- -1 -1 UWord r
(n*256) * axis index of the leading
Multi-line: yes
axis
aaCpActLa $AA_CPACTLA[AX1,n]
The axis index of the nth leading axis which is active for the specified following axis
-1 = the stated coupling is not defined
- -1 -1 UWord r
(n*256) * axis index of the following
Multi-line: yes
axis
aaCpBlockChg $AA_CPBC[a]
The block change criterion indicates the condition that has to be fulfilled
before one can continue with the next block of the NC program
if a coupling has been activated for the stated following axis, FAx
NONE - Block change is performed immediately
FINE - Block change is performed with "Synchronism fine"
COARSE - Block change is performed with "Synchronism coarse"
IPOSTOP - Block change is performed with "Setpoint synchronism"
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpDefLa $AA_CPDEFLA[AX1,n]
The axis index of the nth leading axis which has been defined for the specified following axis
-1 = the stated coupling is not defined
- -1 -1 UWord r
(n*256) * axis index of the following
Multi-line: yes
axis
aaCpMReset $AA_CPMRESET[a]
Coupling mode through RESET
NONE
ON
OFF
DEL
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpMStart $AA_CPMSTART[a]
Coupling mode through program start
NONE
ON
OFF
DEL
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpMStartPrt $AA_CPMSTARTPRT[a]
Coupling mode through SERUPRO start
NONE
ON
OFF
DEL
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpMVdi $AA_CPMVDI[a]
Behavior of the coupling module regarding VDI signals
- 0 0 UWord r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpNumActFa $AA_CPNACTFA[AX1]
The number of leading axes which are active for the stated following axis, LAx.
- 0 0 UWord r
Multi-line: yes Axis index of the leading axis numMachAxes
aaCpNumActLa $AA_CPNACTLA[a]
The number of leading axes which are active for the specified following axis
- 0 0 UWord r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpNumDefLa $AA_CPNDEFLA[a]
The number of leading axes which have been defined for the specified following axis
- 0 0 UWord r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpSetType $AA_CPSETTYPE[a]
Coupling set coupling type
NONE
TRAIL
LEAD
EG
COUP
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpSynCoPos $AA_CPSYNCOP[a]
Coarse positioning tolerance for coupling synchronization
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpSynCoVel $AA_CPSYNCOV[a]
Coarse velocity tolerance for coupling synchronization
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpSynFiPos $AA_CPSYNFIP[a]
Fine positioning tolerance for coupling synchronization
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpSynFiVel $AA_CPSYNFIV[a]
Fine velocity tolerance for coupling synchronization
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfAccelTotal $AA_CPFACCT[a]
Proportion of axis acceleration due to the coupled axes.
The sum of the dependent proportion of the acceleration
of all leading axes for the stated following axis, FAx.
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfActive $AA_CPFACT[a]
Bit-coded for identifying all types of coupling which are active for the stated following axis, FAx
0 = NONE - No active coupling to the following axis
Bit 0 (0x0001) - TRAIL - Uses a coupling factor
Bit 1 (0x0002) - LEAD - Uses a curve table
Bit 2 (0x0004) - ELG - An electronic gearbox link
Bit 3 (0x0008) - Reserved
Bit 4 (0x0010) - COUP - Spindle/partial spindle coupling
Bit 5 (0x0020) - GANTRY - Coupling of the split axes (axes mechanically bound)
Bit 6 (0x0040) - TANG - Tangential coupling using a curve table
Bit 7 (0x0080) - GEN_CP - Generic coupling
- UWord r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfCmdPosTotal $AA_CPFCMDPT[a]
Proportion of the axis position command due to the coupled axes.
The sum of the dependent proportion of the position command
for all leading axes for the stated following axis, FAx.
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfCmdVelTotal $AA_CPFCMDVT[a]
Proportion of the axis position command due to
the coupled axes. The sum of the dependent proportion of the velocity command
for all leading axes for the specified following axis.
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfMSOn $AA_CPFMSON[a]
Indicates the activation strategy of the following axis
CNONE
CFAST
COARSE
NTG
ACN
ACP
DCT
NTGP
DCP
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfModeOff $AA_CPFMOF[a]
Identifies the behavior of the following axis if the coupling is deactivated
STOP - Stop following axis/spindle
CON - Continue movement with the current velocity
ADD
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfModeOn $AA_CPFMON[a]
Indicates the behavior of the following axis, FAx, when the coupling is activated.
STOP - Stop following axis/spindle
CON - Continue motion of the FAx with the current velocity
ADD
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfRS $AA_CPFRS[a]
The reference system indicates the point at which the coupling process is applied
BCS - Basic coordinate system
MCS - Machine coordinate system
- String[32] r
Multi-line: yes Axis index of the following axis numMachAxes
aaCpfReqVelocity $AA_CPFREQV[a]
The required velocity transferred to all active leading
axes as a percentage of the maximum velocity of the specified following axis.
- Double r
Multi-line: yes Axis index of the following axis numMachAxes
aaCplAccel $AA_CPLACC[a,b]
The proportion of the axis acceleration assigned to the stated coupling.
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplCTabId $AA_CPLCTID[a,b]
ID number of the curve table which is used with the coupling of the stated axes.
- UWord r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplCmdPos $AA_CPLCMDP[a,b]
The proportion of the axis position command assigned to the stated coupling.
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplCmdVel $AA_CPLCMDV[a,b]
The proportion of the axis acceration command assigned to the stated coupling.
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplDenominator $AA_CPLDEN[a,b]
Denominator of coupling factor
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplInScale $AA_CPLINSC[a,b]
Input scaling factor of coupling factor
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplInTrans $AA_CPLINTR[a,b]
Input transmission correction of coupling factor
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplNumerator $AA_CPLNUM[a,b]
Counter of coupling factor
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplOutScale $AA_CPLOUTSC[a,b]
Output scaling factor of coupling factor
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplOutTrans $AA_CPLOUTTR[a,b]
Output transmission correction of coupling factor
- Double r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplRS $AA_CPLRS[a,b]
Reference system for the specified coupling
Reference system for the specified coupling DescriptionValue range:
BCS - Basic coordinate system
MCS - Machine coordinate system
- String[32] r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplSetVal $AA_CPLSETVAL[a,b]
Indicates the type of defined value used for the coupling
ACTPOS = Actual position
CMDPOS = Setpoint position
CMDVEL = Setpoint velocity
- String[32] r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplState $AA_CPLSTATE[a,b]
A string which describes the actual status of the coupling
DEF = Defined (but not yet activated)
ON = Active
OF = Deactivated
- String[32] r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
aaCplType $AA_CPLTYPE[a,b]
Indicates the process that is used with the coupling of the stated following axis with the stated leading axis.
0 = NONE - No defined coupling with these axes
Bit 0 (0x0001) - TRAIL - Uses a coupling factor
Bit 1 (0x0002) - LEAD - Uses a curve table
Bit 2 (0x0004) - ELG - An electronic gearbox link
Bit 3 (0x0008) - Reserved
Bit 4 (0x0010) - COUP - Spindle/partial spindle coupling
Bit 5 (0x0020) - GANTRY - Coupling of the split axes (axes mechanically bound)
Bit 6 (0x0040) - TANG - Tangential coupling with the aid of a curve table
Bit 7 (0x0080) - GEN_CP - Generic coupling
- UWord r
(Axis index of the slave axis) *
Multi-line: yes numMachAxes + (axis index of the numMachAxes * numMachAxes
master axis)
COTraceFlags
COTraceFlags
- Long Integer r
Multi-line: no
actCycleTimeBrut
actCycleTimeBrut
- Double r
Multi-line: no
actCycleTimeNet
actCycleTimeNet
- Double r
Multi-line: no
availableBodies
availableBodies
- UWord r
Multi-line: no
bodySize
bodySize
- UWord r
Multi-line: no
coCliStiCounterMax
coCliStiCounterMax
- Long Integer r
Multi-line: no
coCliTimestampMax
coCliTimestampMax
- Long Integer r
Multi-line: no
coCliTimestampMaxStartup
coCliTimestampMaxStartup
- Long Integer r
Multi-line: no
countOfFreeByteBrut
countOfFreeByteBrut
- Long Integer r
Multi-line: no
fifoFileActNetData
fifoFileActNetData
- Long Integer r
Multi-line: no
handleDebugFlags
handleDebugFlags
- UWord r
Multi-line: no
interferenceCheckOn
interferenceCheckOn
- Long Integer r
Multi-line: no
internalBlockNumber
internalBlockNumber
- Long Integer r
Multi-line: no
ipoBufLevel
ipoBufLevel
- UWord r
Multi-line: no
ipoCounter
ipoCounter
- Long Integer r
Multi-line: no
maxAllocBodies
maxAllocBodies
- UWord r
Multi-line: no
maxCycleTimeBrut
maxCycleTimeBrut
- Double r
Multi-line: no
maxCycleTimeNet
maxCycleTimeNet
- Double r
Multi-line: no
minCycleTimeBrut
minCycleTimeBrut
- Double r
Multi-line: no
minCycleTimeNet
minCycleTimeNet
- Double r
Multi-line: no
ncscTraceCounter
ncscTraceCounter
- UWord r
Multi-line: no
nextSLSubtype
nextSLSubtype
- String[64] r
Multi-line: no
numConfigBodies
numConfigBodies
- UWord r
Multi-line: no
protocVLTime
protocVLTime
- Double r
Multi-line: no
reposCounter
reposCounter
- UWord r
Multi-line: no
resetCounter
resetCounter
- UWord r
Multi-line: no
stackSizeUsed
stackSizeUsed
- String[30] r
Multi-line: no
testInchMetr
testInchMetr
- UWord r
Multi-line: no
testReqVarServerSuppr
testReqVarServerSuppr
- UWord r
Multi-line: no
theErrorObjOK
theErrorObjOK
- UWord r
Multi-line: no
varAccessError
varAccessError
- UWord r
Multi-line: no
waCSCoordSys $P_WORKAREA_CS_COORD_SYSTEM
Coordinate system for working area limitation
Identifier for the coordinate system in which the working area limitation is to apply.
The following are valid:
0: Working area limitation in the WCS
3: Working area limitation in the SZS
Special feature of line addressing: Any channel axis index can be selected as the channel axis index.
Within a working area limitation group, the values are identical.
- 0 0 3 UWord wr
Channel axis index + working area numMachAxes *
Multi-line: yes
limitation group * numMachAxes $MC_MM_NUM_WORKAREA_CS_GROUPS
waCSLimitMinus $P_WORKAREA_CS_LIMIT_MINUS
Position of the coordinate system-specific working area limitation
in the negative direction for the addressed axis and working area group.
- Double wr
Channel axis index + working area numMachAxes *
Multi-line: yes
limitation group * numMachAxes $MC_MM_NUM_WORKAREA_CS_GROUPS
waCSLimitPlus $P_WORKAREA_CS_LIMIT_PLUS
Position of the coordinate system-specific working area limitation
in the positive direction for the addressed axis and working area group.
- Double wr
Channel axis index + working area numMachAxes *
Multi-line: yes
limitation group * numMachAxes $MC_MM_NUM_WORKAREA_CS_GROUPS
waCSMinusEnable $P_WORKAREA_CS_MINUS_ENABLE
Coord.-specific working area limitation, negative valid
TRUE: The limitation of waCSLimitMinus is valid.
- 0 0 1 UWord wr
Channel axis index + working area numMachAxes *
Multi-line: yes
limitation group * numMachAxes $MC_MM_NUM_WORKAREA_CS_GROUPS
waCSPlusEnable $P_WORKAREA_CS_PLUS_ENABLE
Coord.-specific working area limitation, positive valid
TRUE: The limitation of waCSLimitPlus is valid.
- 0 0 1 UWord wr
Channel axis index + working area numMachAxes *
Multi-line: yes
limitation group * numMachAxes $MC_MM_NUM_WORKAREA_CS_GROUPS
anMarker
Dummy
- UWord r
Multi-line: yes 1 1
dummy1
Dummy, do not use!
- UWord r
Multi-line: yes 1 1
toolDataChangeInfo
Siemens application tool parameter
- UWord r
Multi-line: yes TDC parameter no.
isoCorrParam $TC_ISO_???,
This variable contains the offset values for the ISO2.2 and ISO3.2 modes.
The column index contains the offset number.
mm, inch, user defined 0 Double wr
1: Offset value for the geometry of
Multi-line: yes the tool length in ISO2 mode.( 13
$TC_ISO_H)
2 Interface Signals
2
2.1 General notes
References
References on a signal have a unique chapter number referring to the Basic,
Expansion and Special Functions in the Function Manual: /.../
Example:
DB10, DBB0: Blocking of the digital NCK inputs /Z1- A2/
Z1: Function Manual Basic Functions 840D sl,
NC/PLC Interface Signals (Z1)
A2: Function Manual Basic Functions 840D sl,
Various NC/PLC Interface Signals and Functions (A2)
Inverse signals
Signals marked with a ”*” are so-called inverse signals.
Example:
Signals from machine control panel, EB n + 2, DBX4: *Spindle stop:
1: Spindle stop not requested
0: Spindle stop requested
Abbreviations
ePS: ePS Network Services (remote diagnosis, control and condition monitor
services, data, workflow and administration services)
References
/FH/ Function Manual ePS Network Services
GP: PLC Basic Program
HT 8: Handheld Terminal 8
MCP: Machine Control Panel
Note
Please refere also to
SINAMICS S120 Installation and Start-UP Manual
SINAMICS S List Manual for SINAMICS drives.
IB n + 1 Machine function
REPOS REF var. INC 10000 INC 1000 INC 100 INC 10 INC 1 INC
IB n + 2
T9 T7 T6 T5 T4 T3 T2 T1
IB n + 3
T16 T15 T14 T13 T12 T11 T10 T9
IB n + 4
T24 T23 T22 T21
IB n + 5 Acknowl- Rapid traverse/feed override switch
edgement
Digital Keyswitch E D C B A
display
QB ...
Note
Parameterization and/or configuration of the various MCP / HHU variants are
described in:
QB n + 5
108 (EM) 570007 570006 570005 570004 570003 570002 570001 570000
109 (OM) 570015 570014 570013 570012 570011 570010 570009 570008
110 (EM) Feed and read-in disable byte 1 (alarm no.: 570100-570107)
111 (EM) Feed and read-in disable byte 2 (alarm no.: 570108-570115)
112 (OM) Feed and read-in disable byte 3 (alarm no.: 570116-570123)
113 (OM) Feed and read-in disable byte 4 (alarm no.: 570124-570131)
126 (EM) 580007 580006 580005 580004 580003 580002 580001 580000
127 (OM) 580015 580014 580013 580012 580011 580010 580009 580008
128 (EM) Feed and read-in disable byte 1 (alarm no.: 580100-580107)
129 (EM) Feed and read-in disable byte 2 (alarm no.: 580108-580115)
130 (OM) Feed and read-in disable byte 3 (alarm no.: 580116-580123)
131 (OM) Feed and read-in disable byte 4 (alarm no.: 580124-580131)
144 (EM) 600107 600106 600105 600104 600103 600102 600101 600100
145 (OM) 600115 600114 600113 600112 600111 600110 600109 600108
146 (EM) Feed stop/spindle stop for axis/spindle 2 byte 1 (alarm no.: 600200-600207)
147 (OM) Feed stop/spindle stop for axis/spindle 2 byte 2 (alarm no.: 600208-600215)
148 (EM) Feed stop/spindle stop for axis/spindle 3 byte 1 (alarm no.: 600300-600307)
149 (OM) Feed stop/spindle stop for axis/spindle 3 byte 2 (alarm no.: 600308-600315)
150 (EM) Feed stop/spindle stop for axis/spindle 4 byte 1 (alarm no.: 600400-600407)
151 (OM) Feed stop/spindle stop for axis/spindle 4 byte 2 (alarm no.: 600408-600415)
152 (EM) Feed stop/spindle stop for axis/spindle 5 byte 1 (alarm no.: 600500-600507)
153 (OM) Feed stop/spindle stop for axis/spindle 5 byte 2 (alarm no.: 600508-600515)
154 (EM) Feed stop/spindle stop for axis/spindle 6 byte 1 (alarm no.: 600600-600607)
155 (OM) Feed stop/spindle stop for axis/spindle 6 byte 2 (alarm no.: 600608-600615)
156 (EM) Feed stop/spindle stop for axis/spindle 7 byte 1 (alarm no.: 600700-600707)
157 (OM) Feed stop/spindle stop for axis/spindle 7 byte 2 (alarm no.: 600708-600715)
158 (EM) Feed stop/spindle stop for axis/spindle 8 byte 1 (alarm no.: 600800-600807)
159 (OM) Feed stop/spindle stop for axis/spindle 8 byte 2 (alarm no.: 600808-600815)
160 (EM) Feed stop/spindle stop for axis/spindle 9 byte 1 (alarm no.: 600900-600907)
161 (OM) Feed stop/spindle stop for axis/spindle 9 byte 2 (alarm no.: 600908-600915)
162 (EM) Feed stop/spindle stop for axis/spindle 10 byte 1 (alarm no.: 601000-601007)
163 (OM) Feed stop/spindle stop for axis/spindle 10 byte 2 (alarm no.: 601008-601015)
164 (EM) Feed stop/spindle stop for axis/spindle 11 byte 1 (alarm no.: 601100-601107)
165 (OM) Feed stop/spindle stop for axis/spindle 11 byte 2 (alarm no.: 601108-601115)
166 (EM) Feed stop/spindle stop for axis/spindle 12 byte 1 (alarm no.: 601200-601207)
167 (OM) Feed stop/spindle stop for axis/spindle 12 byte 2 (alarm no.: 601208-601215)
168 (EM) Feed stop/spindle stop for axis/spindle 13 byte 1 (alarm no.: 601300-601307)
169 (OM) Feed stop/spindle stop for axis/spindle 13 byte 2 (alarm no.: 601308-601315)
170 (EM) Feed stop/spindle stop for axis/spindle 14 byte 1 (alarm no.: 601400-601407)
171 (OM) Feed stop/spindle stop for axis/spindle 14 byte 2 (alarm no.: 601408-601415)
172 (EM) Feed stop/spindle stop for axis/spindle 15 byte 1 (alarm no.: 601500-601507)
173 (OM) Feed stop/spindle stop for axis/spindle 15 byte 2 (alarm no.: 601508-601515)
174 (EM) Feed stop/spindle stop for axis/spindle 16 byte 1 (alarm no.: 601600-601607)
175 (OM) Feed stop/spindle stop for axis/spindle 16 byte 2 (alarm no.: 601608-601615)
176 (EM) Feed stop/spindle stop for axis/spindle 17 byte 1 (alarm no.: 601700-601707)
177 (OM) Feed stop/spindle stop for axis/spindle 17 byte 2 (alarm no.: 601708-601715)
178 (EM) Feed stop/spindle stop for axis/spindle 18 byte 1 (alarm no.: 601800-601807)
179 (OM) Feed stop/spindle stop for axis/spindle 18 byte 2 (alarm no.: 601808-601815)
axis 19 – 31 unrealized
181 (EM) 700015 700014 700013 700012 700011 700010 700009 700008
260 – 263 (EM) User area 10: bytes 1 - 4 (alarm no.: 701000-701031)
264 – 267 (OM) User area 10: bytes 5 - 8 (alarm no.: 701032-701063)
268 – 271 (EM) User area 11: bytes 1 - 4 (alarm no.: 701100-701131)
272 – 275 (OM) User area 11: bytes 5 - 8 (alarm no.: 701132-701163)
276 – 279 (EM) User area 12: bytes 1 - 4 (alarm no.: 701200-701231)
280 – 283 (OM) User area 12: bytes 5 - 8 (alarm no.: 701232-701263)
284– 287 (EM) User area 13: bytes 1 - 4 (alarm no.: 701300-701331)
288 – 291 (OM) User area 13: bytes 5 - 8 (alarm no.: 701332-701363)
292– 295 (EM) User area 14: bytes 1 - 4 (alarm no.: 701400-701431)
296 – 299 (OM) User area 14: bytes 5 - 8 (alarm no.: 701432-701463)
300– 303 (EM) User area 15: bytes 1 - 4 (alarm no.: 701500-701531)
304 – 307 (OM) User area 15: bytes 5 - 8 (alarm no.: 701532-701563)
308– 311 (EM) User area 16: bytes 1 - 4 (alarm no.: 701600-701631)
312 – 315 (OM) User area 16: bytes 5 - 8 (alarm no.: 701632-701663)
316– 319 (EM) User area 17: bytes 1 - 4 (alarm no.: 701700-701731)
320 – 323 (OM) User area 17: bytes 5 - 8 (alarm no.: 701732-701763)
324 – 327 (EM) User area 18: bytes 1 - 4 (alarm no.: 701800-701831)
328 – 331 (OM) User area 18: bytes 5 - 8 (alarm no.: 701832-701863)
332 – 335 (EM) User area 19: bytes 1 - 4 (alarm no.: 701900-701931)
336 – 339 (OM) User area 19: bytes 5 - 8 (alarm no.: 701932-701963)
340 – 343 (EM) User area 20: bytes 1 - 4 (alarm no.: 702000-702031)
344 – 347 (OM) User area 20: bytes 5 - 8 (alarm no.: 702032-702063)
348 – 351 (EM) User area 21: bytes 1 - 4 (alarm no.: 702100-702131)
352 – 355 (OM) User area 21: bytes 5 - 8 (alarm no.: 702132-702163)
356 – 359 (EM) User area 22: bytes 1 - 4 (alarm no.: 702200-702231)
360 – 363 (OM) User area 22: bytes 5 - 8 (alarm no.: 702232-702263)
364 – 367 (EM) User area 23: bytes 1 - 4 (alarm no.: 702300-702331)
368 – 371 (OM) User area 23: bytes 5 - 8 (alarm no.: 702332-702363)
372 – 375 (EM) User area 24: bytes 1 - 4 (alarm no.: 702400-702431)
376 – 379 (OM) User area 24: bytes 5 - 8 (alarm no.: 702432-702463)
380 – 383 (EM) User area 25: bytes 1 - 4 (alarm no.: 702500-702531)
384 – 387 (OM) User area 25: bytes 5 - 8 (alarm no.: 702532-702563)
388 – 389 (EM) User area 26: bytes 1 - 4 (alarm no.: 702600-702631)
390 – 391 (OM) User area 26: bytes 5 - 8 (alarm no.: 702632-702663)
392 – 395 (EM) User area 27: bytes 1 - 4 (alarm no.: 702700-702731)
396 – 403 (OM) User area 27: bytes 5 - 8 (alarm no.: 702732-702763)
404 – 407 (EM) User area 28: bytes 1 - 4 (alarm no.: 702800-702831)
408 – 411 (OM) User area 28: bytes 5 - 8 (alarm no.: 702832-702863)
412 – 415 (EM) User area 29: bytes 1 - 4 (alarm no.: 702900-702931)
416 – 419 (OM) User area 29: bytes 5 - 8 (alarm no.: 702932-702963)
420 – 423 (EM) User area 30: bytes 1 - 4 (alarm no.: 703000-703031)
424 – 427 (OM) User area 30: bytes 5 - 8 (alarm no.: 703032-703063)
428 – 431 (EM) User area 31: bytes 1 - 4 (alarm no.: 703100-703131)
432 – 435 (OM) User area 31: bytes 5 - 8 (alarm no.: 703132-703163)
0
Feed disable (without alarm no.)
1
2 Feed and read-in disable byte 1 (without alarm no.)
310 (EM) 510007 510006 510005 510004 510003 510002 510001 510000
311 (OM) 510015 510014 510013 510012 510011 510010 510009 510008
312 (EM) Feed and read-in disable byte 1 (alarm no.: 510100-510107)
313 (EM) Feed and read-in disable byte 2 (alarm no.: 510108-510115)
314 (OM) Feed and read-in disable byte 3 (alarm no.: 510116-510123)
315 (OM) Feed and read-in disable byte 4 (alarm no.: 510124-510131)
328 (EM) 520007 520006 520005 520004 520003 520002 520001 520000
329 (OM) 520015 520014 520013 520012 520011 520010 520009 520008
330 (EM) Feed and read-in disable byte 1 (alarm no.: 520100-520107)
331 (EM) Feed and read-in disable byte 2 (alarm no.: 520108-520115)
332 (OM) Feed and read-in disable byte 3 (alarm no.: 520116-520123)
333 (OM) Feed and read-in disable byte 4 (alarm no.: 520124-520131)
346 (EM) 530007 530006 530005 530004 530003 530002 530001 530000
347 (OM) 530015 530014 530013 530012 530011 530010 530009 530008
348 (EM) Feed and read-in disable byte 1 (alarm no.: 530100-530107)
349 (EM) Feed and read-in disable byte 2 (alarm no.: 530108-530115)
350 (OM) Feed and read-in disable byte 3 (alarm no.: 530116-530123)
351 (OM) Feed and read-in disable byte 4 (alarm no.: 530124-530131)
364 (EM) 540007 540006 540005 540004 540003 540002 540001 540000
365 (OM) 540015 540014 540013 540012 540011 540010 540009 540008
366 (EM) Feed and read-in disable byte 1 (alarm no.: 540100-540107)
367 (EM) Feed and read-in disable byte 2 (alarm no.: 540108-540115)
368 (OM) Feed and read-in disable byte 3 (alarm no.: 540116-540123)
369 (OM) Feed and read-in disable byte 4 (alarm no.: 540124-540131)
382 (EM) 550007 550006 550005 550004 550003 550002 550001 550000
383 (OM) 550015 550014 550013 550012 550011 550010 550009 550008
384 (EM) Feed and read-in disable byte 1 (alarm no.: 550100-550107)
385 (EM) Feed and read-in disable byte 2 (alarm no.: 550108-550115)
386 (OM) Feed and read-in disable byte 3 (alarm no.: 550116-550123)
387 (OM) Feed and read-in disable byte 4 (alarm no.: 550124-550131)
400 (EM) 560007 560006 560005 560004 560003 560002 560001 560000
401 (OM) 560015 560014 560013 560012 560011 560010 560009 560008
402 (EM) Feed and read-in disable byte 1 (alarm no.: 560100-560107)
403 (EM) Feed and read-in disable byte 2 (alarm no.: 560108-560115)
404 (OM) Feed and read-in disable byte 3 (alarm no.: 560116-560123)
405 (OM) Feed and read-in disable byte 4 (alarm no.: 560124-560131)
418 (EM) 570007 570006 570005 570004 570003 570002 570001 570000
419 (OM) 570015 570014 570013 570012 570011 570010 570009 570008
420 (EM) Feed and read-in disable byte 1 (alarm no.: 570100-570107)
421 (EM) Feed and read-in disable byte 2 (alarm no.: 570108-570115)
422 (OM) Feed and read-in disable byte 3 (alarm no.: 570116-570123)
423 (OM) Feed and read-in disable byte 4 (alarm no.: 570124-570131)
436 (EM) 580007 580006 580005 580004 580003 580002 580001 580000
437 (OM) 580015 580014 580013 580012 580011 580010 580009 580008
438 (EM) Feed and read-in disable byte 1 (alarm no.: 580100-580107)
439 (EM) Feed and read-in disable byte 2 (alarm no.: 580108-580115)
440 (OM) Feed and read-in disable byte 3 (alarm no.: 580116-580123)
441 (OM) Feed and read-in disable byte 4 (alarm no.: 580124-580131)
454 (EM) 590007 590006 590005 590004 590003 590002 590001 590000
455 (OM) 590015 590014 590013 590012 590011 590010 590009 590008
456 (EM) Feed and read-in disable byte 1 (alarm no.: 590100-590107)
457 (EM) Feed and read-in disable byte 2 (alarm no.: 590108-590115)
458 (OM) Feed and read-in disable byte 3 (alarm no.: 590116-590123)
459 (OM) Feed and read-in disable byte 4 (alarm no.: 590124-590131)
472 (EM) 500007 500006 500005 500004 500003 500002 500001 500000
473 (OM) 500015 500014 500013 500012 500011 500010 500009 500008
474 (EM) Feed and read-in disable byte 1 (alarm no.: 500100-500107)
475 (EM) Feed and read-in disable byte 2 (alarm no.: 500108-500115)
476 (OM) Feed and read-in disable byte 3 (alarm no.: 500116-500123)
477 (OM) Feed and read-in disable byte 4 (alarm no.: 500124-500131)
120
Feed stop/spindle stop for axis/spindle 1 (without alarm no.)
121
122 - 181 Feed stop/spindle stop for axis/spindle 2 -
Feed stop/spindle stop for axis/spindle 31 (without alarm no.)
490 (EM) 600107 600106 600105 600104 600103 600102 600101 600100
491 (OM) 600115 600114 600113 600112 600111 600110 600109 600108
492 (EM) Feed stop/spindle stop for axis/spindle 2 (alarm no.: 600200-600207)
493 (OM) Feed stop/spindle stop for axis/spindle 2 (alarm no.: 600208-600215)
494 (EM) Feed stop/spindle stop for axis/spindle 3 (alarm no.: 600300-600307)
495 (OM) Feed stop/spindle stop for axis/spindle 3 (alarm no.: 600308-600315)
496 (EM) Feed stop/spindle stop for axis/spindle 4 (alarm no.: 600400-600407)
497 (OM) Feed stop/spindle stop for axis/spindle 4 (alarm no.: 600408-600415)
498 (EM) Feed stop/spindle stop for axis/spindle 5 (alarm no.: 600500-600507)
499 (OM) Feed stop/spindle stop for axis/spindle 5 (alarm no.: 600508-600515)
500 (EM) Feed stop/spindle stop for axis/spindle 6 (alarm no.: 600600-600607)
501 (OM) Feed stop/spindle stop for axis/spindle 6 (alarm no.: 600608-600615)
502 (EM) Feed stop/spindle stop for axis/spindle 7 (alarm no.: 600700-600707)
503 (OM) Feed stop/spindle stop for axis/spindle 7(alarm no.: 600708-600715)
504 (EM) Feed stop/spindle stop for axis/spindle 8 (alarm no.: 600800-600807)
505 (OM) Feed stop/spindle stop for axis/spindle 8 (alarm no.: 600808-600815)
506 (EM) Feed stop/spindle stop for axis/spindle 9 (alarm no.: 600900-600907)
507 (OM) Feed stop/spindle stop for axis/spindle 9 (alarm no.: 600908-600915)
508 (EM) Feed stop/spindle stop for axis/spindle 10 (alarm no.: 601000-601007)
509 (OM) Feed stop/spindle stop for axis/spindle 10 (alarm no.: 601008-601015)
510 (EM) Feed stop/spindle stop for axis/spindle 11 (alarm no.: 601100-601107)
511 (OM) Feed stop/spindle stop for axis/spindle 11 (alarm no.: 601108-601115)
512 (EM) Feed stop/spindle stop for axis/spindle 12 (alarm no.: 601200-601207)
513 (OM) Feed stop/spindle stop for axis/spindle 12 (alarm no.: 601208-601215)
514 (EM) Feed stop/spindle stop for axis/spindle 13 (alarm no.: 601300-601307)
515 (OM) Feed stop/spindle stop for axis/spindle 13 (alarm no.: 601308-601315)
516 (EM) Feed stop/spindle stop for axis/spindle 14 (alarm no.: 601400-601407)
517 (OM) Feed stop/spindle stop for axis/spindle 14 (alarm no.: 601408-601415)
518 (EM) Feed stop/spindle stop for axis/spindle 15 (alarm no.: 601500-601507)
519 (OM) Feed stop/spindle stop for axis/spindle 15 (alarm no.: 601508-601515)
520 (EM) Feed stop/spindle stop for axis/spindle 16 (alarm no.: 601600-601607)
521 (OM) Feed stop/spindle stop for axis/spindle 16 (alarm no.: 601608-601615)
522 (EM) Feed stop/spindle stop for axis/spindle 17 (alarm no.: 601700-601707)
523 (OM) Feed stop/spindle stop for axis/spindle 17 (alarm no.: 601708-601715)
524 (EM) Feed stop/spindle stop for axis/spindle 18 (alarm no.: 601800-601807)
525 (OM) Feed stop/spindle stop for axis/spindle 18 (alarm no.: 601808-601815)
526 (EM) Feed stop/spindle stop for axis/spindle 19 (alarm no.: 601900-601907)
527 (OM) Feed stop/spindle stop for axis/spindle 19 (alarm no.: 601908-601915)
528 (EM) Feed stop/spindle stop for axis/spindle 20 (alarm no.: 602000-602007)
529 (OM) Feed stop/spindle stop for axis/spindle 20 (alarm no.: 602008-602015)
530 (EM) Feed stop/spindle stop for axis/spindle 21 (alarm no.: 602100-602107)
531 (OM) Feed stop/spindle stop for axis/spindle 21 (alarm no.: 602108-602115)
532 (EM) Feed stop/spindle stop for axis/spindle 22 (alarm no.: 602200-602207)
533 (OM) Feed stop/spindle stop for axis/spindle 22 (alarm no.: 602208-602215)
534 (EM) Feed stop/spindle stop for axis/spindle 23 (alarm no.: 602300-602307)
535 (OM) Feed stop/spindle stop for axis/spindle 23 (alarm no.: 602308-602315)
536 (EM) Feed stop/spindle stop for axis/spindle 24 (alarm no.: 602400-602407)
537 (OM) Feed stop/spindle stop for axis/spindle 24 (alarm no.: 602408-602415)
538 (EM) Feed stop/spindle stop for axis/spindle 25 (alarm no.: 602500-602507)
539 (OM) Feed stop/spindle stop for axis/spindle 25 (alarm no.: 602508-602515)
540 (EM) Feed stop/spindle stop for axis/spindle 26 (alarm no.: 602600-602607)
541 (OM) Feed stop/spindle stop for axis/spindle 26 (alarm no.: 602608-602615)
542 (EM) Feed stop/spindle stop for axis/spindle 27 (alarm no.: 602700-602707)
543 (OM) Feed stop/spindle stop for axis/spindle 27 (alarm no.: 602708-602715)
544 (EM) Feed stop/spindle stop for axis/spindle 28 (alarm no.: 602800-602807)
545 (OM) Feed stop/spindle stop for axis/spindle 28 (alarm no.: 602808-602815)
546 (EM) Feed stop/spindle stop for axis/spindle 29 (alarm no.: 602900-602907)
547 (OM) Feed stop/spindle stop for axis/spindle 29 (alarm no.: 602908-602915)
548 (EM) Feed stop/spindle stop for axis/spindle 30 (alarm no.: 603000-603007)
549 (OM) Feed stop/spindle stop for axis/spindle 30 (alarm no.: 603008-603015)
550 (EM) Feed stop/spindle stop for axis/spindle 31 (alarm no.: 603100-603107)
551 (OM) Feed stop/spindle stop for axis/spindle 31 (alarm no.: 603108-603115)
183
184 - 308 User area 0: byte 1 -
User area 0: byte 63 (without alarm no)
555 (EM) 700015 700014 700013 700012 700011 700010 700009 700008
630 - 633 (OM) User area 9 bytes 5 - 8 (alarm no.: 700932 - 700963)
DBB2 - Unassigned
DBB3
DBB4 Disabling of digital NCK outputs /Z2-A4/
Digital outputs without hardware) On-board outputs)
Output 8 Output 7 Output 6 Output 5 Output 4 Output 3 Output 2 Output 1
DBB5 Overwrite screenform of digital NCK outputs /Z2-A4/
st
DBB30 Upper limit of machine axis numbers for FC 19, FC 24 (1 MCP)
With 0, the max. number of machine axis numbers applies
nd
DBB32 - Machine axis number table for FC 19, FC 24, FC 25, FC 26 (2 MCP)
DBB53
nd
DBB54 Upper limit of machine axis numbers for FC 19, FC 24 (2 MCP)
With 0, the max. number of machine axis numbers applies
DBB65 - unassigned
DBB67
DBB68 Handwheel 1 moved
DBB86 Reserved
DBB88 Reserved
DBB91
ePS → PLC
DBB92
GP → PLC DP1 MPI/DP
Bus Bus
Slaves OK Slaves OK
DBB93 unassigned
DBB94 unassigned
DBB95 unassigned
DBB96 unassigned
DBB108 NC ready Drive ready Drives in HMI 1 CPU HMI 2 CPU HMI2 CPU
/Z1-A2/ /Z1-A2/ cyclic Ready Ready ready
(HMI to (HMI to
operation OPI) MPI) E_HMI2
/Z1-A2/ /Z1-A2/ ready
/Z1-A2/
DBB118 EPS-Daten
ePS → PLC
DBB119 ePS-Daten
ePS → PLC
DBB120 ePS-Daten
ePS → PLC
DBB121 ePS-Daten
ePS → PLC
Note
regarding NCK-CPU Ready (DBX104.7):
This signal represents the NC sign-of-life monitoring. The signal has to be
entered into the machine safety circuit.
DBB123 Values from the PLC for the external digital NCK inputs
Input 16 Input 15 Input 14 Input 13 Input 12 Input 11 Input 10 Input 9
DBB124 Disable the external digital NCK inputs
Input 24 Input 23 Input 22 Input 21 Input 20 Input 19 Input 18 Input 17
DBB125 Values from the PLC for the external digital NCK inputs
Input 24 Input 23 Input 22 Input 21 Input 20 Input 19 Input 18 Input 17
DBB126 Disable the external digital NCK inputs
Input 32 Input 31 Input 30 Input 29 Input 28 Input 27 Input 26 Input 25
DBB127 Values from the PLC for the external digital NCK inputs
Input 32 Input 31 Input 30 Input 29 Input 28 Input 27 Input 26 Input 25
DBB128 Disable the external digital NCK inputs
Input 40 Input 39 Input 38 Input 37 Input 36 Input 35 Input 34 Input 33
DBB129 Values from the PLC for the external digital NCK inputs
Input 40 Input 39 Input 38 Input 37 Input 36 Input 35 Input 34 Input 33
DBB131 Overwrite screenform for the external digital NCK outputs /Z2-A4/
Output 16 Output 15 Output 14 Output 13 Output 12 Output 11 Output 10 Output 9
DBB132 Value from the PLC for the external digital NCK outputs /Z2-A4/
Output 16 Output 15 Output 14 Output 13 Output 12 Output 11 Output 10 Output 9
DBB133 Default screenform for the external digital NCK outputs /Z2-A4/
Output 16 Output 15 Output 14 Output 13 Output 12 Output 11 Output 10 Output 9
DBB135 Overwrite screenform for the external digital NCK outputs /Z2-A4/
Output 24 Output 23 Output 22 Output 21 Output 20 Output 19 Output 18 Output 17
DBB136 Value from the PLC for the external digital NCK outputs /Z2-A4/
Output 24 Output 23 Output 22 Output 21 Output 20 Output 19 Output 18 Output 17
DBB137 Default screenform for the external digital NCK outputs /Z2-A4/
Output 24 Output 23 Output 22 Output 21 Output 20 Output 19 Output 18 Output 17
DBB140 Value from the PLC for the external digital NCK outputs /Z2-A4/
Output 32 Output 31 Output 30 Output 29 Output 28 Output 27 Output 26 Output 25
DBB141 Default screenform for the external digital NCK outputs /Z2-A4/
Output 32 Output 31 Output 30 Output 29 Output 28 Output 27 Output 26 Output 25
DBB142 Disable the external digital NCK outputs /Z2-A4/
Output 40 Output 39 Output 38 Output 37 Output 36 Output 35 Output 34 Output 33
DBB143 Overwrite screenform for the external digital NCK outputs /Z2-A4/
Output 40 Output 39 Output 38 Output 37 Output 36 Output 35 Output 34 Output 33
DBB144 Value from the PLC for the external digital NCK outputs /Z2-A4/
Output 40 Output 39 Output 38 Output 37 Output 36 Output 35 Output 34 Output 33
DBB145 Default screenform for the external digital NCK outputs /Z2-A4/
Output 40 Output 39 Output 38 Output 37 Output 36 Output 35 Output 34 Output 33
DBB164 unassigned
DBB165
DBB169 Reserved
DBB246 Reserved
Note
about machine function: machine function defined centrally when signal "INC
inputs in mode group area active" (DB10.DBX57.0) is set.
DBB23 unassigned
Note
about machine function: machine function defined centrally when signal "INC
inputs in mode group area active" (DB10.DBX57.0) is set.
Note
The other mode groups (mode group 3 to mode group 10) are also located in
DB11 with the following initial bytes:
e.g.
Mode group 3: DBB40 Mode group 7: DBB120
Mode group 4: DBB60 Mode group 8: DBB140
Mode group 5: DBB80 Mode group 9: DBB160
Mode group 6: DBB100 Mode group 10: DBB180
Parameterization section
References: SINUMERIK Safety Integrated
DBB3
DBW34 unassigned
SPL_DATA.INSEP [1..32]
DBD38
SPL_DATA.INSEP [33..64]
DBD42
SPL_DATA.OUTSEP [1..32]
DBD46
SPL_DATA.OUTSEP [33..64]
DBD50
SPL_DATA.INSIP [33..64]
DBD58
SPL_DATA.OUTSIP [1..32]
DBD62
SPL_DATA.OUTSIP [33..64]
DBD66
SPL_DATA.MARKERSIP [33..64]
DBD74
SPL_DELTA.INSEP [33..64]
DBD82
SPL_DELTA.OUTSEP [1..32]
DBD86
SPL_DELTA.OUTSEP [33..64]
DBD90
SPL_DELTA.INSIP [1..32]
DBD94
SPL_DELTA.INSIP [33..64]
DBD98
SPL_DELTA.OUTSIP [1..32]
DBD102
SPL_DELTA.OUTSIP [33..64]
DBD106
SPL_DELTA.MARKERSIP [1..32]
DBD110
SPL_DELTA.MARKERSIP [33..64]
DBD114
CMDSI
DBD118
Systemfehler
DBD119 cross-
checking
Error number
DBD120 0 = no error
1 - 320 = Signal number starting from SPL_DATA.INSEP [1]
Level indicator of cross-checking
DBD124 (diagnostics option: how many SPL signals currently differ in level)
SPL status
DBB136
PROFIsafe module(s) for
DBB138 th
8 input
th
7 input
th
6 input
th
5 input
th
4 input
rd
3 input
nd
2 input
st
1 input
byte byte byte byte byte byte byte byte
DBB139
PROFIsafe module(s) for
DBB140 th
8 output
th
7 output
th
6 output
th
5 output
th
4 output
rd
3 output
nd
2 output
st
1 output
byte byte byte byte byte byte byte byte
DBB141
DBB142 -
DBB 149
DBB150 -
DBB157
DBB158 -
DBB189
F_SENDDP (transmitter)
DBB193
DBW194 DIAG
DBW196 RETVAL14
DBW198 RETVAL15
DBB203
DBW204 DIAG
DBW206 RETVAL14
DBW208 RETVAL15
DBB213
DBW214 DIAG
DBW216 RETVAL14
DBW218 RETVAL15
F_RECVDP (receiver)
DBB222 REAC
DBB224 ACK_REI
SEND-
DBB225 ACK_REQ SUBS_ON ERROR
MODE
DBW226 DIAG
DBW228 RETVAL14
DBW230 RETVAL15
DBW234 REAC
DBB236 ACK_REI
SEND-
DBB237 ACK_REQ SUBS_ON ERROR
MODE
DBW238 DIAG
DBW240 RETVAL14
DBW242 RETVAL15
DBW246 REAC
DBB248 ACK_REI
SEND
DBB249 MODE
ACK_REQ SUBS_ON ERROR
DBW250 DIAG
DBW252 RETVAL14
DBW254 RETVAL15
DBD256 SPL_USER_DATA[0]
DBD260 SPL_USER_DATA[1]
DBD264 SPL_USER_DATA[2]
DBD268 SPL_USER_DATA[3]
DBB15 RS-232 act. FS: Index that specifies the axis, channel or tool no.
RS-232 pass. FS: Index of the file to be transferred in the user list
DBB16 1=pas FS Part program handling: Number of the control file for user file names.
/IHsl/IM9
DBB17 Part program handling: Index of the file to be transferred in the user list
/IHsl/IM9
DBB18
DBB19 Reserved (signal counter)
DBB23
DBB24 actual mask number from JobShop
PLC HMI
PLC HMI
PLC HMI
HMI PLC
HMI PLC
HMI PLC
HMI PLC
DBB40 - Reserved
DBB47
DBB48 PLC busy HMI strobe FunctionSelectionNo. from HMI
function function
HMI PLC
PLC HMI
DBB113 ParOpKeyAdr
Direct key index knocking interface
DBB114 ParTcuIndex
TCU index knocking interface
DBB115 ParHt2Index
Ht2 index login interface
DBB250 - Commands
DBB255 Optional package SINTDC on HMI-Advanced required
DBW
DBB
DBD
Note
The initial and end addresses of the PLC machine data areas depend on the
respective length indications of the partial areas. In general, the integer values
start with the data byte 0. The upper limit is determined by the corresponding
length indication. In general, the following bit arrays (2-decade hexadecimal
numbers on input) start with the following even address. The real values follow
directly the bit arrays and also start with an even address.
Note
about machine function: machine function only defined when signal "INC inputs
in mode group area active" (DB10.DBX57.0) is not set.
PLC → NCK
DBB29 Do not Switch off Switch off Activate Activate Activate Activate Activate
disable wear workpiece PTP fixed feed 4 fixed feed 3 fixed feed 2 fixed feed 1
PLC → NCK
tool monitoring counter motion /FBMA/, /FBMA/, /FBMA/, /FBMA/,
/Z1-V1/ /Z1-V1/ /Z1-V1/ /Z1-V1/
DBB30 Activate contour handwheel
PLC → NCK
DBB44
HMI → PLC
DBB50
HMI → PLC
DBB56
HMI → PLC
DBB57
Note
• For 10-decade T numbers, only the T fct. 1 change signal is available.
• For 5-decade D numbers, only the D fct. 1 change signal is available.
Note
M functions are programmed in the part program in the INTEGER format (8 decades plus
sign).
DBW130 For 5-decade D nos., D function 1 (16 bit DINT) is used in DBD 130 (see note)
DBB130 Extended address D function 2 (8 bit INT)
Note
• With active tool management, programmed T functions are not output to
the PLC.
• 8-decade T nos. are only available as T function 1
• Programmed D functions with names (e.g. D=CUTEDGE_1) cannot be
output in ASCII format to the PLC.
• 5-decade D nos. are only available as D function 1
• The REAL format corresponds to floating point representation in STEP 7
(24 bit mantissa and 8 bit exponent). This floating point format supplies a
maximum of 7 valid places.
Note
• F functions are programmed in the part program in the REAL format.
• The extended address of the F function contains an identifier with the
following meaning:
0: path feed,
1-31: machine axis number for feed with positioning axes.
• The H function data type is dependent on MD 22110:
AUXFU_H_TYPE_INT.
DBB207
Note
• M functions marked with * are not decoded in this bit array if a spindle is
configured in the channel. In this case, these M functions are offered as
extended M functions in DB21-30.DBB68 ff. and in the relevant axis DB
DB31-61.DBB86 ff.
Active G functions
DB21 - Signals from NCK channel (NCK→PLC)
DB30
Byte Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
DBB208 Number of active G function of G function group 1 (binary) /Z1-K1/
...
DBB270 Number of active G function of G function group n-1 (binary) /Z1-K1/
Note
• The active G functions of the groups are updated each time a G function or a
mnemonic identifier (e.g. SPLINE) is programmed.
• G functions within a G group are output as binary value, starting with 1.
A G function with the value 0 means that no G function is active for this G group.
Note
The request signals are set by the user and reset by the basic program after
transmission of the corresponding data.
DBB373
DBB374
DBB375
DBB376 ProgEventDisplay
DBB1 Override Position Position Follow-up Axis/spindle Sensor fixed Acknowl. fixed Drive test
active measuring measuring mode disable stop stop reached movement
Axis and
/Z1-V1/ system 2 system 1 /Z1-A2/ /Z1-A2/ /Z1-F1/ /Z1-F1/ enable
spindle /Z1-A2/ /Z1-A2/ /Z1-A2/
DBB2 Reference point value Clamping in Delete Controller Cam
/Z1-R1/ progress distance-to- enable activation
Axis and
/Z1-A3/ go/ spindle /Z1-A2/ /Z1-N3/
spindle reset
/Z1-S1/
4 3 2 1
DBB3 Program test Velocity/ Activate Activate Activate Activate Enable Accept
axis/ spindle spindle speed fixed feed 4 fixed feed 3 fixed feed 2 fixed feed 1 travel to fixed external ZO
Axis and
release limitation stop /Z1-K2/
spindle /Z1-A3/ /FBMA/, /FBMA/, /FBMA/, /FBMA/, /Z1-F1/
/Z1-V1/ /Z1-V1/ /Z1-V1/ /Z1-V1/
DBB4 Traversing keys Rapid Traversing Feed Activate handwheel
Axis and /Z2-H1/ traverse key disable stop/spindle /Z2-H1/
spindle override /Z2-H1/ stop
/Z2-H1/ /Z1-V1/
plus minus 3 2 1
DBB5 Machine function /Z2-H1/
Axis and Var. INC 10000 INC 1000 INC 100 INC 10 INC 1 INC
spindle
DBB6 OEM axis signals
Axis and
spindle
DBB7
DBB8 Request PLC Activation Allocate NC axis to channel
axis/spindle signal with /Z2-K5/
/Z2-K5/ change of this
D C B A
byte
/Z2-K5/
Note
DBX8.4: is automatically reset after assignment.
DBB16 Delete No n- Resyn- Resyn- Gear has Actual gear stage /Z1-S1/
S value monitoring chronize chronize changed
Spindle
/Z1-S1/ when spindle 2 spindle 1 over
changing /Z1-S1/ /Z1-S1/ /Z1-S1/ C B A
gear
/Z1-S1/
DBB17 Invert Resyn- Resyn- Feedrate
M3/M4 chronize chronize override f.
Spindle
/Z1-S1/ spindle at spindle at spindle
pos. 2 pos. 1 valid
/Z1-S1/ /Z1-S1/ /Z1-S1/
DBB18 Setpoint rot. direct. /Z1-S1/ Oscillating
via PLC
Spindle
/Z1-S1/
CCW CW
DBB19 Spindle override
/Z1-V1/
Spindle
H G F E D C B A
DBB20 Release Ramp
brake generator
Drive
quick stop
/Z1-A2/
DBB21 Pulse enable n controller Motor Motor selection /Z1-A2/ Drive parameter set selection
Drive
/Z1-A2/ integrator Selection 0…7
disable done /Z1-A2/
/Z1-A2/ /Z1-A2/
B A C B A
DBB22 Selection of Safe speed Deselect safe Deselect
standstill safe velocity
Safety
and
Integrated bit value 1 bit value 0 standstill
DBB24 Master/ Bit value for Torque CC_Slave Control Axis Stepper
slave on compensa- axis motor
CTRLOUT_changed:
tion
1 0 controller
Change setpoint output ON Suppress Rotation
assignment (for compile link monitoring
cycles)
DBB25
DBB28 PLC checks AxStop, stop Stop at next Change Set reversal AXRESUM AXRESET OscillAxExt
Oscillation
axis /Z2-P5/ reversal reversal point E /Z2-P2/ Reversal
/Z2-P5/ point point /Z2-P5/ /Z2-P2/
/Z2-P5/ /Z2-P5/
DBB34
DBB35 -
DBB55
DBB56 Spindle Spindle Seperate
inside speed feed drive
PLC → HMI
clamping display as C axis
engaged
DBB57
DBB58 Reserved
DBB59
Note
The IS ”Delete distance-to-go” (DBX2.2) is effective only for position axes on an axis-specific basis; the IS ”Delete
distance-to-go” (DB21-30, DB6.2) acts on a channel-specific basis. The IS ”Spindle reset” (DXB2.2) acts on a
spindle-specific basis.
DBB60 Position reached References Encoder NCU_Link Spindle
Axis and /Z1-B1/
spindle with exact with exact synchro- synchro- limit limit Axis active /no axis
stop fine stop coarse nizes 2 nizes 1 frequency frequency /Z1-S1/
/Z2-B3/
/Z1-R1/ /Z1-R1/ exceeded 2 exceeded 1
/Z1-A3/ /Z1-A3/
DBB61 Current Speed Position Axis/spindle Follow-up Axis ready Axial alarm Travel
Axis and controller controller controller stationary mode active request
active active active (n < nmin) /Z1-A2/ /Z2-B3/ /Z1-F1/
spindle /Z1-A2/ /Z1-A2/ /Z1-A2/ /Z1-A2/
3)
DBB92 Motor brake RIL Ramp-
released function
Drive
generator
Block activ
DBB93 Enable n controller Drive Active motor /Z1-A2/ Active drive parameter set 0 … 7
Drive pulses integrator ready /Z1-A2/
/Z1-A2/ disabled /Z1- /Z1-A2/
A2/ B A C B A
DBB4 nact = nset |nact| < nx |nact| < nmin Md < Mdx Ramp-up Temperature prewarning
Drive complete /Z1-A2/
/Z1-A2/ /Z1-A2/ /Z1-A2/
/Z1-A2/
/Z1-A2/
Heat sink Motor
DBB95
Drive
DBB116 Reserved
Safety
Integr.
DBB117 Reserved Reserved Reserved Reserved Cam track 4 Cam track 3 Cam track 2 Cam track
1
Safety
Integr.
DBB126
Safety Integr
DBB127
Safety Integr
Activate Suppress
DBB128
Safety Integr
program test program
test
DBB129
Safety Integr
DBB130
Safety Integr
DBB131
Safety Integr
Note:
1) DB31,... DBX8.4 (activation signal when byte changes), will be reset
automatically when executing the assignment
2) DB31,... DBX20.1 (ramp-function generator blockage), will be set only if the
cyclic drive interface is operated in the "611U compatibility mode".
3): DB31,... DBX92.4 (RLI) set only in connection with SINAMICS and use of a
611U telegram type 101 and higher.
DBB1
I16 I15 I14 I13 I12 I11 I10 I9
DBB2 Standard end-of-acknowledgement
I8 I7 I6 I5 I4 I3 I2 I1
DBB3
I 16 I 15 I 14 I 13 I 12 I 11 I 10 I9
DBBn + 3
Tool management no. (8 bit INT)
DBDn + 4
Unassigned parameter 1 (Dword)
DBDn + 12
Unassigned parameter 3 (Dword)
DBWn + 16
Identification for loading/unloading station (Int), (fixed value 9999)
DBWn + 18
No. of loading station (INT)
DBWn + 20
Magazine no. (source) for unloading/reloading/positioning (INT)
DBWn + 22
Location no. (source) for unloading/reloading/positioning (INT)
DBWn + 24
Magazine no. (target) for loading/reloading/positioning (INT)
DBWn + 26
Location no. (target) for loading/reloading/positioning (INT)
Load interface 1 is responsible for spindle loading and reloading of tools, for relocating tools and for positioning at any
location (e.g. buffer).
DBB1
I16 I15 I14 I13 I12 I11 I10 I9
DBB2 Standard end-of-acknowledgement
I8 I7 I6 I5 I4 I3 I2 I1
DBB3
I 16 I 15 I 14 I 13 I 12 I 11 I 10 I9
DBBn Spindle Replace Replace OldT in T0 Prepare Perform Compul-
manual manual tool buffer no change change sory
Tool tool (n-42) (initiate: change
remains M06)
in spindle
DBBn + 2
Assigned channel (8 bit INT)
DBBn + 3
Tool management no. (8 bit INT)
DBDn + 4
Unassigned parameter 1 (D word)
DBDn + 8
Unassigned parameter 2 (D word)
DBDn + 12
Unassigned parameter 3 (D word)
DBWn + 16 Buffer identification (Int), (fixed value 9998)
(corresponds to ”Target position for new tool”)
DBWn + 18 Relative location (target) in the buffer (INT)
DBWn + 42 If DBX (n+0.4) = 1, then buffer location of old tool is entered here.
DBW n + 18 Reserved
DBB n + 39 Tool was in Tool fixed Tool being Prewarning Tool Tool Tool Active tool
use location changed limit measured disabled enabled
coded reached
DBW n + 40 Tool new: T no. (INT)
DBB24 - Input signals from MCP2 to PLC, MPI bus (GD communication)
DBB31
DBB32 - Output signals from MCP2 to PLC, MPI bus (GD communication)
DBB39
DBD40 Status send MCP2, MPI bus (GD communication)
DBB48 - Input signals from HHU to PLC, MPI bus (GD communication)
DBB53
DBB60 - Output signals from PLC to HHU, MPI bus (GD communication)
DBB79
DBD80 Status Send HHU, MPI bus (GD communication)
FB 1- parameter:
MCPNum :=1, //correct number of MCPs
MCP1In :=P#DB77.DBX0.0,
MCP1Out := P#DB77.DBX8.0,
MCP1StatSend := P#DB77.DBX16.0,
MCP1StatRec := P#DB77.DBX20.0,
MCP2In :=P#DB77.DBX24.0,
MCP2Out := P#DB77.DBX32.0,
MCP2StatSend := P#DB77.DBX40.0,
MCP2StatRec := P#DB77.DBX44.0,
MCPSDB210 := TRUE,
BHG: :=1; //handheld unit interface:
//0 - no HHU
//1 – HHU to MPI
//2 – HHU to OPI
BHGIn :=P#DB77.DBX48.0, //transmitted data of handheld unit
BHGOut: :=P#DB77.DBX60.0, //received data of handheld unit
BHGStatSend: :=P#DB77.DBX80.0, // status DW for transmitting handheld unit
BHGStatRec: :=P#DB77.DBX84.0, // status DW for receiving HHU
3 PLC-Blocks
3
3.1 Overview of organization blocks
Table 3-1: Overview of organization blocks (OBs)
Note
Data blocks of inactivated channels, axes/spindles, C programming, tool
management can be assigned by the user.
I
I Index
A H
Siemens AG Corrections
for Publication/Manual
I DT MC MS1 SINUMERIK 840D sl, 840Di sl, SINAMICS
P. O. Box 3180 S120
Parameter Manual
From
Name: Order -No.: 6FC5397-3CP10-4BA0
Company/Dept. 03/2009
Email: __________________________________________-