Hello,
I have created a dashboard of various metrics that my coordinators post in a production report every hour.
We are pulling data off of a Micrologix 1200 microcontroller through a 1761-NET-ENI ethernet device.
I am utilizing the EthernetIPforSLCMicroCom driver to pull the data into a Visual Studio VB.net program.
The issue I'm facing is that it appears only one person can have a program open that receives live data.
If I have the program running on my computer and my coordinator tries to open it up, all of the data that is shown with the various AdvancedHMI control components will not update until I exit out of it on my computer.
I'm not sure if this is a limitation of my hardware, but is there a way that we can both access the data simultaneously on our computers?
Any and all help is greatly appreciated