Author Topic: 20 PLC HMI  (Read 923 times)

prof-nova

  • Newbie
  • *
  • Posts: 9
    • View Profile
20 PLC HMI
« on: October 08, 2019, 02:15:54 AM »
Hi community,

I would like to make an HMI (a simple and unique page) but talking with 20 PLCs (CLX) about 10 tag per each. From your experience, are there any recommendations or limitations doing this? Also are there any good practice doing this?

Thanks for your feedback.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5266
    • View Profile
    • AdvancedHMI
Re: 20 PLC HMI
« Reply #1 on: October 08, 2019, 09:03:48 AM »
Do you want a single page showing data from 10 PLCs? Or do you want 10 pages that are all the same except showing data from different PLCs?

Phrog30

  • Guest
Re: 20 PLC HMI
« Reply #2 on: October 08, 2019, 02:11:03 PM »
200 tags on one form or broken up will not be a problem.  If you do multiple forms make sure to use Archie's driver code to prevent comms when not on that form.  This code is on the MainForm when you download the app.

prof-nova

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: 20 PLC HMI
« Reply #3 on: October 09, 2019, 02:04:23 AM »
Do you want a single page showing data from 10 PLCs? Or do you want 10 pages that are all the same except showing data from different PLCs?
I want one unique page with infos coming from 20 different PLC's.

Just worried about the app coming slow if the poll rate is too high for each PLC.