SQLTagManager context

Hi Kevin,

Can we add more than one SQLTagManager contexts in single Ignition module? Or is it that there can be only one context for SQLTagManager in a module? I want to communicate with two different application of mine through a single communication module on ignition. I want to serve two of my independent applications thru two threads in the communication module. Can the same context be used in both or will it lead to thread synchronization issues? So I though I can have two separate contexts if possible.

regards
PRAMANJ

There is only one SQLTagsManager per gateway (the one you get from GatewayContext). It’s threadsafe, and you don’t need to worry about it.

Hi Hevin,

Great! So thoughtful of Ignition designers!
Best regards
PRAMANJ