Hello together,
writing a threshold condition for a table dci I would need to refer to a value of an other column in that table.
Example:
Having columns:
* Amps with an ampervalue describing actual power consumptions
* maxamps with an value for maximal allowed powerconsuption
I will need a condition like:
if (amps >= maxamps)
Activationevent
else
Deactivationevent;
Is there a way to implement such a condition with thersholds GUI?
As a workaround currently I create an activationevent within transformationscript.....
Best regards
Georg
writing a threshold condition for a table dci I would need to refer to a value of an other column in that table.
Example:
Having columns:
* Amps with an ampervalue describing actual power consumptions
* maxamps with an value for maximal allowed powerconsuption
I will need a condition like:
if (amps >= maxamps)
Activationevent
else
Deactivationevent;
Is there a way to implement such a condition with thersholds GUI?
As a workaround currently I create an activationevent within transformationscript.....
Best regards
Georg