Author Topic: Modbus, communication error  (Read 1225 times)

viper_lasser

  • Newbie
  • *
  • Posts: 9
    • View Profile
Modbus, communication error
« on: July 08, 2014, 07:52:45 AM »
How to disable message box notification with communication error i.e when there is no reply from plc in advanced hmi ?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Modbus, communication error
« Reply #1 on: July 08, 2014, 08:10:42 AM »
Open ModbusTCPCom.vb and go to line 621 and remove the MsgBox line of code.

viper_lasser

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Modbus, communication error
« Reply #2 on: July 08, 2014, 02:14:28 PM »
Thanks for help. Is it possible to log communication error to alarms ?