13.13.18 Fc 10: Al_Msg Error And Operating Messages - Siemens SINUMERIK 828D Function Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Call example
CALL FC 9 (
Start :=
ChanNo :=
IntNo :=
Active :=
Done :=
Error :=
StartErr :=
Ref :=

13.13.18 FC 10: AL_MSG error and operating messages

Function
FC AL_MSG evaluates the signals entered in DB 2 and displays them as incoming and outgoing error and
operational messages on the HMI.
The incoming signals (positive edge) are displayed immediately in the case of both error and operational
messages.
Outgoing signals (negative edge) are only canceled immediately in the case of operating messages. Error
messages remain stored on the HMI - even if the signals no longer exist - until the "acknowledge" parameter is
issued, WCS.e. until the user acknowledges the messages.
The "ToUserIF" parameter can be used to transfer the group signals for the feed, read and NC start disabling
signals and feed stop signal to the existing axis, spindle and channel interfaces. The group signals are
transferred to the user interface directly from the status information in DB 2 irrespective of an interrupt
acknowledgment.
1. If parameter "ToUserIF": is set to FALSE, signals are not transferred to the user interface. In this case, the
user must take measures in his PLC program to ensure that these signals are influenced in the interface.
2. If parameter "ToUserIF": is set to TRUE, all signals listed above are sent to the user interface as a group
signal in each case. The user PLC program can, therefore, influence these signals only via DB 2 in connection
with a message or interrupt output. The appropriate information is overwritten in the user interface.
As an alternative to the procedure described under paragraph 2, the user can influence the disable and stop
signals without a message output by applying a disable or stop signal state to the interface signals after FC
AL_MSG has been called.
The following program illustrates this method:
CALL FC 10 (
ToUserIF :=
Ack :=
u m 50.0;
Basic Functions
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
//Start an asynchronous subprogram
//in channel 1 interrupt number 1
I 45.7,
1,
1,
M 204.0,
M204.1,
M 204.4,
M 204.5,
MW 200);
TRUE,
I 6.1);
//Feed disable for channel 1
P3: Basic PLC Program for SINUMERIK 840D sl
13.13 Block descriptions
1017

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d sl

Table of Contents