Hi Everyone,
Set Up
I am currently using ignition perspective 8.1.41 with a Siemens 1516 PLC. The PLC is connected to the ignition server via OPC/UA without the S7 driver. There are currently about 4000 tags of various data types. (bool, integer, real)
Problem
After about 3000 tags I started to get errors about too many monitored tags. The short-term solution was to split the tags into several different tag groups and then change between either polled or subscribed with different polling times (polled seemed to work better). After about 4000 tags the polling times have to be about 3-4 seconds which is too much for this process.
What I have tried
I have tried polling from the PLC with the same project from two different PCs. The result was that there was no change in the amount of tags that timed out. This leads me to believe that the limiting factor is not the PLC but instead the server.
I have also tried changing some of the OPC connection settings but I was not able to notice any change.
I tried monitoring the server resources and everything looked to be within a reasonable range.
Any help is appreciated,