Vai al contenuto

Read Alarm String Command

This command lets you display the nth alarm string on the panel of active alarms viewable on the HMI.The command is inserted in the … section of the HTML code.
<% aspGetAlarmString( int nalarm); %>
where:– nalarm: is the number of the alarm to be displayed (0..19)
Example:<% aspGetAlarmString(0); %>