Jump to content

MArgarida

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by MArgarida

  1. Hello,

    i've created the following asset group:

    image.png.8373279e5f0cd1be741390dd4c721c2b.png

     

    i would like to define a formula (reference profile), that takes the attribute (airflow, CPR), etc) as input signal and specified input condition.

    if i try to write it, i need to specify the signal for each row. i was wondering if there is a way to write a formula that takes the column items as input condition and the rows as input signal automatically.

     

    thank you

  2. Hello,

    i want to identify a value (orange line) at a the batch time (increasing green line), when this equals 47h and i want to present it at the end of batch, which varies between 48-60h).

    i tried different formulas:

    -defining a capsule from 46.8-47.2, and identify mac value

    -$signal.aggregate(maxvalue(), $time == 47, endkey())

    and some more, but i always get 2 values, one at the right moment and one at the end of the batch, but not what i'm looking for.

     

    any suggestion?

    thank you

     

    image.png

  3. i don't think that's what i am trying to do, i'll try to explain better: i have the following capsule and profiles.

    i would like to define for each capsule, the max value or another statistic. i know that i can select such information in the capsules info window or define "signal from condition"

    $series.aggregate(maxValue(), $capsules.setMaximumDuration(60h), durationKey(), 0s)

    and then identify value

    $a < 54 and $a > 48

    and like this define the condition i was looking for, but i would like to write it all in one formula. i think i need to use "tocondition", but how? 

     

    thanks

    image.png.544cee8aa2c39ea78e361d98923a93de.png

×
×
  • Create New...