Author Topic: One display screen with data from 4 or more Micro 820's?  (Read 594 times)

racer5039

  • Newbie
  • *
  • Posts: 1
    • View Profile
One display screen with data from 4 or more Micro 820's?
« on: March 14, 2018, 05:37:39 PM »
I have been asked to set up a project that will give access to information from some micro 820 plc's . Will be using Ethernet IP addressing.
The data we would like to see will be temps & indicators for Make Up air handlers as well as building static PSI.
I would like to be able to show all zone temp and unit run status on one screen.
Could someone point me to information on how I could set up this?
Is this something that can be done with Advanced HMI?

Thanks for your input.
Marv.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: One display screen with data from 4 or more Micro 820's?
« Reply #1 on: March 14, 2018, 05:47:30 PM »
Just add a separate driver instance for each PLC to the form and set the IPAddress to point to each PLC. When you add controls, such as a BasicLabel, set the ComComponent to point the driver instance for the PLC you want to read the data from.