| Alarm Simulation | Top Previous Next | 
| The PLC isn't available yet. How can I set alarms to simulate/test the alarm handling? 
 On can simulate respectively set individual alarms by directly writing into the "alarmbuffer". Use a #Button or #Variable -Object and define an element of the alarmbuffer as VarValue. E.g.: /PlcH/Plc1/Alarmbuffer[4] 
 Typically this works only if the communication to the PLC is disabled. 
 |