Configuring an Alarm Storage In the section below, you configure an alarm storage named DatabaseFileAlarmStorage . In the device tree, select the object Alarm Storage , which was automatically created
Creating an Alarm Group and Alarms In the section below, as an example you define an alarm group with only one alarm. The alarm is used to monitor a variable whose value returns the parts shortage in
Using Latch Variables to Extend Alarm Messages When you define one or more alarm messages as Message <n> for an alarm in the alarm group editor, you can also let the value of the latch variable of the
Visualizing Alarm Management You can use the Alarm Table and Alarm Banner visualization elements to create a display and user interface for the alarm management of an application. The alarm table list
Creating an Alarm Table You can use the alarm table created in the following example to visualize the alarms of a specific alarm group. Requirement: In your project, alarms are defined in alarm groups
Configuring and Multiplying Visualization Elements as Templates A table can also be created to display data arrays in the following way. You multiply a single element that has at least one property wh
Displaying Data Graphs with Trace With this element, you can integrate a trace graph in the visualization that monitors and displays variable values permanently. You configure the displayed trace grap
Getting Started with Trace Create a project with the following program PLC_PRG : PROGRAM PLC_PRG VAR iVar : INT; rSin : REAL; rVar : REAL; END_VAR iVar := iVar + 1; iVar := iVar MOD 33; rVar := rVar +
Recording Data and Displaying as a Trend You can define project variables and/or device parameters whose values are recorded over time. The display of the recorded data is decoupled from the recording
Configuring a Recording To execute trend recording on a runtime system, you need an application with a Trend Recording Manager object that contains at least one Trend Recording object. Then you can co