Hi, I am looking for some sample code (VB or C#) of how to read multiple unrelated tag names with either a subscription or any other read. The examples in the included documentation confused me, in that I don't see how the data retrieved by the event handler is associated with the initial tag names using a read.
I am trying to speed up my read loop, currently I am using a background worker, and reading in each tag individually. I don't have the ability to change the names of the tags on the PLC.
Thanks