Author Topic: AdvancedHMI Maximum  (Read 1161 times)

Arvanoss

  • Newbie
  • *
  • Posts: 26
    • View Profile
AdvancedHMI Maximum
« on: August 20, 2018, 01:37:21 PM »
I have been working on a small project and when my supervisor saw what this software could do he asked me to get the data from all the PLC's in the plant.

We have 87 PLC's, all Allen Bradley.  There are only a handful that are not on the network.

Question is how many PLC connections can the AdvancedHMI software handle in one Application?  Should I break it up into smaller apps?

Thanks
Randy

Phrog30

  • Guest
Re: AdvancedHMI Maximum
« Reply #1 on: August 20, 2018, 07:49:33 PM »
If you are only polling data as needed, essentially there isn't a limit. Unless you have a form open, most times there isn't a need to keep updating. Archie has that code in the main form when you download the application.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: AdvancedHMI Maximum
« Reply #2 on: August 20, 2018, 11:33:46 PM »
There is no limit in the software, but if you poll fairly fast you may reach the limit of your network bandwidth or the speed of your PC.

Arvanoss

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: AdvancedHMI Maximum
« Reply #3 on: August 21, 2018, 07:42:05 AM »
Most Excellent guys thanks for the information.

I will likely start a new project in the coming weeks.

Thanks
Randy