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.
Example:<% aspGetAlarmString(0); %>
<% aspGetAlarmString( int nalarm); %> |
where:– nalarm: is the number of the alarm to be displayed (0..19) |