Range Designation
from 42000 to 42999 Channel-specific setting data
from 43000 to 43999 Axis-specific setting data
Data Identifiers
The identifier specified
in the data description is displayed on the HMI user interface; however,
if the data is addressed in the parts program, for example, the identifier of the relevant data
area must precede the data identifier (designator).
Identifier Data area
$MM_ Display machine data
$MN_/ $SN_
$MNS_/ $SNS_
General machine/setting data
$MC_/ $SC_
$MCS_/ $SCS_
Channel-specific machine/setting data
$MA_/ $SA_
$MAS_/ $SAS_
Axis-specific machine/setting data
Characters Meanings
$ System variables
M Machine data (first letter)
S Setting data (first letter)
M, N, C, A, D Subarea (second letter)
S Siemens data (third letter)
Note
Axis-specific data can also be addressed with the axis name as an index. The internal axis
identifier (AX1, AX2, AX3, etc.) or the identifier specified in MD10000
$MA_AX_CONF_NAME_TAB can be used as the axis name.
Example: $MA_JOG_VELO[Y1]=2000
The JOG velocity of axis Y1 is 2000 mm/min.
If the content of a machine data is a STRING (e.g., X1) or a hexadecimal value (e.g., H41),
the content must be enclosed in single quotation marks (e.g., 'X1' or 'H41').
Example: $MA_FIX_POINT_POS[0,X1]=500.000
The value 500 is assigned to the first fixed point position on axis 1.
Examples:
$MN_AUXFU_GROUP_SPEC[2]='H41'
Output instant in time of the auxiliary functions of the 3rd auxiliary function group.
Explanation of machine data and setting data
2.2 Overview of the data
Parameter Manual
18 Parameter Manual, 08/2015, 6FC5397-8EP40-0BA1