Conditions in table-dcis matching against tabledata

Started by gkaudewitz, August 05, 2016, 12:17:19 PM

Previous topic - Next topic

gkaudewitz

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

Victor Kirhenshtein

Hi,

currently it's not possible. Actually table thresholds need major rework, I'll try to do at least some improvements in 2.1.

Best regards,
Victor