Loading…
Loading…
Method Name: write_alarm_selection
Method ID: 0x4004
Method Label: Write Alarm Selection
Method Help: Write alarm selection code
- {
- char status[3];
- long id[2];
- int x;
- send(15,status);
- if (status[0] == 0)
- {
- if (dynamic_variables[0].DAQ.ALARM_CODE == 0)
- {
- display(literal_string(108),id);
- }
- else
- if (dynamic_variables[0].DAQ.ALARM_CODE == 1)
- {
- display(literal_string(109),id);
- }
- else
Please login for more