I have set up a transaction Group for calling a stored procedures in SQL Server.
There are :
one input parameter
one output parameter
one trigger
Sometimes, the transaction is fired before Ignition get the input parameter.
Althought I checked the checkbox "Only evaluate when values have changed" and selecting the input parameter.
How do you manage this kind of situation ?
I could add a timer in the PLC before set the trigger but I hope there i a better way.