Screen Update Delay

Hi team,
I have an application created with Vision, Ignition 8.1.36 on Windows. In all the windows created in the project, when I navigate between them using a tab strip, for a split second, all the components are set to Uncertain_InitialValue, displaying the overlay symbol at that moment. This happens in windows with a template repeater, as well as in those without. Is there a solution for this?

Thank you for your help

Are your tag groups set for direct or leased? Direct should be fairly fast depending on how fast your server and clients are (if you're running this on a low powered device it may be slow). If leased it may take a second for the tags to start reading depending on how it's set up.

Or 8-10 seconds if any bad tag is attempting to subscribe.

Hi @michael.flagler , @pturmel thanks for the prompt response.

The tag group is configured as Direct, with a rate of 2 seconds. The application runs on a server, and the clients are on fairly large PCs that perform well.

Thanks

Correct me if I'm wrong... but when a tag is being shown on Vision, the client has to create it's own subscription to the tag in the gateway correct? That does take period of time, and that is probably what you are seeing.

Off hand the only way I know to get around that is to create a dummy client tag change script that subscribes to all those tags. Then the client will have an active subscription to the tags you want to show and it'll be faster on open.