Jump to content

nurhazx

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by nurhazx

  1. Hi, how to add signal for each parameter from seeq to asset trees? my_tree = spy.assets.Tree('My Tree', workbook='My Workbook') my_tree.insert(children=['Pump A', 'Pump B'], parent='My Tree') my_tree.insert(children=['Flow', 'Pressure Suction', 'Pressure Deischarge', 'DP Strainer', 'Fluida Temperature'], parent=['Pump A', 'Pump B']) my_tree.visualize()
  2. The other month (Sep-Nov) value is same between formula and manual. Only that one. And this is happen in another signal.
  3. Hi, I am trying to create monthly average data by ignoring the downtime condition (signal less than 60). I am using formula : $d= downtime condition $ar= monthly capsule The value from formula is different from manual averaging as shown in pic below. Could anyone help me to explain the difference? Many thanks
  4. Hi John, I still got an error in (pic below). If I reduce the time duration it still the same
  5. Hi All, I want to calculate total duration of running machine between strainer replacement. I am trying with formula below but getting error. $series.setMaximumDuration(500day).aggregate(totalDuration("h"), $capsules.setMaximumDuration(500day), startKey(), 500day).toStep() Note: Purple capsule is a running condition Yellow capsule is a time range between strainer replacement Red capsule is a strainer replacement period
  6. Hi, How to convert condition (blue capsule) to a signal?
  7. Hi, I am looking for a way to create spider chat for visualization in SEEQ dashboard with multiple data legend. Thanks
  8. Hi, are there any ways to show the value at the top of each bar graph? Thanks
  9. Hi, I am trying to move folder from "My folder" to "Shared" but it does not work. Anyone could help me with this problem? Thanks
  10. I created scorecard when the signal reach high alarm. $f=($signal < $alarm).afterStart(1s) $f.toSignal('End').toLinear(1d).toString() .replace('/(?<year>....)-(?<month>..)-(?<day>..)T(?<hour>..):(?<minute>..):(?<sec>..)(?<dec>.*)Z/' , '${month}-${day}-${year} ${hour}:${minute}') The value comes out like this I want to change the date format
  11. Oh sorry, my mistake. I mean this formula. //Below transform is Optional to view the timestamp in a neater format of MM/DD/YYYY HH:MM .replace('/(?<year>....)-(?<month>..)-(?<day>..)T(?<hour>..):(?<minute>..):(?<sec>..)(?<dec>.*)Z/' , '${month}/${day}/${year} ${hour}:${minute}') I want to show the scorecard value as a date "20 April 2022" like this.
  12. How to customize timestamp format, if I want to display like this "20 April 2022"?
  13. Hi John, I already created $runs condition for top-up to top-up and generate the time counter. But the time counter turns out different from yours (pic below) I used the same formula
  14. Hi, I'm trying to create forecast when the pressure will reach low alarm after last top up (top up indicate with red mark in pic below) Now, I'm temporary using this formula: $signal.agileFilter(10min).forecastLinear(3d, 1 mo) But this formula will calculate the forecast with 3 days ago data, not the last top up. Is there another way to create the forecast based on specific signal value? not a fixed day? Thank you
×
×
  • Create New...