So, I fixed my issue I had with a super-slow Logix5000 and ignition response - I had my CIP number of connections too high. While my system is now snappy in Studio5000, I am still getting less-than-expected response times from the HMI.
Yes, I am aware that I have a crapload of tags. It's not likely going down. I also don't yet have a "proper" server for the gateway, and have everything running off my laptop - Designer, the gateway, logix, as well as a SQL interface.
I have a variable that I'd like to pay a particularly close eye on. In running program, it updates about 10x per second. In Studio5000, I track it via a counter (when it updates, the counter goes up one), as well as I can just watch it visually on the screen. The counter says that it's not missing an update, ever. I can see logix update as well... it misses a few reads, but I generally can see it update about 3-5x per second. In ignition, I can see it update about once per second.
Is there any reasonable way to get that number up? Once again, I'm not sure if it's an issue with my setup, or just the fact that I'm running on a test bench for now.
Here are a few screens of possible importance... I have about 25 items in the "50ms" class for now. All DINT's in the same host array. I am not running a continuous task, although this routine is set to run every 3ms or so. I don't expect to run them at 50ms forever, but just want a proof of concept for me.
Is there a different setting I should look for?
Thanks for listening to a newbie have questions.... (And, for the record... No. I did not drag the entire controller over. We just have alot of mixers running through this system, and alot of info back and forth. I tried to set scan classes appropriately for the info)
I'd like to add... actual response from the PLC is good. I have a few push/hold buttons, and they all light up the outputs as expected, and instant. Just the communication back or display seem to be lagging.
Diagnostic :
Tag Group: I tried lowering the history to match the 50ms, but it had no change as well. I am not running historian on this system.
Routine:
Task
CIP stats from the controller webpage. I'm not too familiar with this info, but could the RPI and API being 1001ms be the source of my frustration? Any clue how to modify that? Or is it a 1769-L36 limitation.