Transaction group OPC data mode

Does someone know if it’s correct when my tests seems to indicate that when the ‘OPC data mode’ is set to ‘Read’ it only updates when the groups trigger is true? The documentation says it will perform a read every execution, however it seems like that even though the ‘Last Execution’ time updates, the OPC values doesn’t.

Just need to be sure as my tests gives the desired result, just don’t want the OPC items to read on every execution where the trigger is false.

Also, a little feature request to the IA people here, having custom properties on the folders would be awesome!

OPC Read mode subscribes to the trigger, and executes only the always-run items every time. The rest of the items are only read from the OPC server when the trigger is true. This is the correct (only non-script) method of implementing value snapshots after a trigger.

1 Like