Transactions Group

Hi,
I would like to record some data both on value change of a tag and also at specific times like 8.00 , 16.00, 24.00 everyday. How can i implement it with transaction group. (I can do either one of them, but not 2 of the simultaneously. Should I create 2 transaction groups?)
Thanks

Consider creating a memory tag that would act as the transaction group's trigger. Then create a Scheduled Gateway Event that toggles the trigger high when the event runs. Then for the value change of the tag, use a Tag Value Change event to set the trigger tag high.

Be sure to configure the Transaction Group to reset the trigger tag so that subsequent events can successfully trigger the group.

1 Like