Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How to clear PLC 100ms delay alarms

How to clear PLC 100ms delay alarms 5 years 6 months ago #9858

  • barnes
  • barnes's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 92
  • Karma: 0
I have red arrows to an apparent delay alarm in the PLC code. How do I reset or get rid of this alarm?

I have a image of the alarm attached.

PLC100msAlarm.png
The administrator has disabled public write access.

How to clear PLC 100ms delay alarms 5 years 6 months ago #9860

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3178
  • Thank you received: 502
  • Karma: 133
HI barnes,

If you add the node hierarchy to the EventSelectList of your OpPlace object, you will be able to see tne alarm in the alarm list and acknowlege it. The delay count though is over 3000 so you probably soon have to ack again.

The reason for the delay can be that a modbus slave is not responding now and then. In this case the plc thread will be stuck in waiting for the reply the whole timeout time, which is 200 ms by default. By lowering the ResponseTime in the Modbus slave object to 50 ms you will decrease the delay and avoid the alarm.

/Claes
The administrator has disabled public write access.

How to clear PLC 100ms delay alarms 5 years 6 months ago #9861

  • barnes
  • barnes's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 92
  • Karma: 0
Thanks that worked, I also put the delay time at 1 sec so the alarms would not come back unless something serious happened.
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.133 seconds