Module 9084 Display Plc Error Messages With Additional Data - HEIDENHAIN iTNC 530 HSCI Technical Manual

Hide thumbs Also See for iTNC 530 HSCI:
Table of Contents

Advertisement

1180

Module 9084 Display PLC error messages with additional data

With Module 9084 you can display PLC error messages with additional data.
You can insert placeholders (%s, %d, %f) at any position of the error
messages. The placeholders are assigned the data from the module at run
time. Only those placeholders that are defined in the PLC error message will
be replaced. %s is replaced by the string or the string content. The first
occurrence of %d or %f in the PLC error message is replaced by the content
of variable 1, and the second occurrence of %d or %f is replaced by the
content of variable 2. %d is an integer, %f is a floating point number with three
decimal places. Alternatively, you can define the number of decimal places
with %.1f to %.6f. If the module is called several times with the same line
number of the *.PET table, the error message is entered only once in the
queue. A maximum of 32 PLC error messages can be entered in the queue. If
necessary, the error marker assigned is set. If the *.PET table or the line
number is not found, the following error message appears:
PLC-ERROR <line number>.
Machine parameters for the PLC are stored in freely definable tables (tool
change positions, service feed rate / rpm...). The name of the file varies
depending on the machine type or number and is defined in the OEM.SYS.
e.g. MP_DATA_TAB = PLC:\MP\MP_DATA_FILE.TAB
PLC Module 9084 can also resolve a logical name (>OEM.name) for the
additional text. Restriction: This is only possible if the module was called from
a submit/spawn job.
Call:
PS
B/W/D/K <Line number of the *.PET table>
0 to 2047: Line number
PS
B/W/D/K/S<Data for %s>
PS
B/W/D/K <Data for %d or %f; variable 1>
PS
B/W/D/K <Data for %d or %f; variable 2>
CM
9084
Error code:
Marker
Value
Meaning
M4203
0
PLC error message with additional data displayed
1
Error code in W1022
W1022
1
Line number missing
11
Invalid string in data for %s
23
Overflow of PLC error message queue
HEIDENHAIN Technical Manual iTNC 530 HSCI

Advertisement

Table of Contents
loading

Table of Contents