I’m using the Siemens Enhanced driver with Ignition Edge 8.3.4, but it’s extremely slow.
It can take up to 10 seconds to see a tag changing.
Below my setup:
To try to get it a bit more useable, I troed changing the tag group:
Changed the default group to this:
I also need to read about 40 strings from the PLC.
I’ve put them in a 10 000 ms tag group:
If I disable those 40 tags, I can see other tags changing in about 3 seconds.
Which is still way to long to have a useable HMI.
The PLC I’m reading from is a Siemens 1212C (6ES7 212-1AE40-0XB0) with FW4.5.
No crazy network: just a windows 11 PC with the gateway installed –> to a gbit switch –> PLC.
Does anyone have suggestions on how to get everything useable?
Am I using too many tags?
MG3
March 15, 2026, 9:03pm
2
I’ve not used this Siemens Module before but have you double checked all the Tag Configs are using the right Tag Groups, etc? Of course your string values will only change every 10s (as the Tag Group is defined as 10s).
Try changing your Default Tag Group’s Mode from using “Leased” to “Direct” and see how if that makes any changes. Over TCP you should be able to read at the very least every second over direct so give that a go but no you don’t have too many tags (Ignition can handle thousands to millions of tags).
That doesn’t change anything unfortunately (I also think that was the default)…
Maybe it’s too much for the S7-1200? I don’t know…
MG3
March 16, 2026, 11:42am
4
It is the default but it should just work to be honest. Have you had a look inside your device setup on the Gateway Webpage?
You can see my device setup in the opening post, are there any other settings I should look into?
Any other troubleshooting steps?
As noted over here, it may not be the driver or the PLC...
A update for my situation.
The problem has been sovled.
The delay was caused by my VM.
When running ignition and the siemens enhanched driver local is was working well.
My guess is that it takes a long time to read the 40 string tags. There's some more info in this thread/reply that may be useful to know.
Thanks Rohan, I had seen your support ticket come in, but I didn't realize Nick was referring to the same scenario. I've got the logs you've uploaded to my dropbox, as well as all of the info you've submitted in the ticket.
I placed all of my tags in a tag group with an update rate of 10s and 1 tag in a different tag group with an update rate of 500ms. What occurred is that the 1 tag does not update for a while and then proceeds to update 3-4 times quickly before stopping. It seems similar to …