Author Topic: Visual Studio Program Locking up when PLC not connected  (Read 482 times)

scameron

  • Newbie
  • *
  • Posts: 3
    • View Profile
Visual Studio Program Locking up when PLC not connected
« on: October 27, 2020, 02:54:14 PM »
I have a simple one form Visual Studio application that reads a counter from 4 different Micrologix1400 PLCs. These PLCs are obviously at different IP address, but if one of the 4 devices is not available (or not turned on), the Visual Studio application refresh time for the others data being read becomes very slow (30-40 seconds) and then eventually locks up.

If all 4 devices are powered up and available, the data gets read just fine and everything is happy, but as soon as one of the IP addresses goes away, then things die a slow death.

Does anyone have any guidance on how to handle IP addresses that might not be active?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Visual Studio Program Locking up when PLC not connected
« Reply #1 on: October 27, 2020, 03:01:47 PM »
Are you using version 3.99x or 3.99y?