Jump to content

Selmane

Members
  • Posts

    9
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Selmane

  1. Hello Michael, the time format in Seeq is dictated by the language settings of your browser. In Google Chrome for example, you can find it with these steps: At the top right, click three dots then Settings. On the left, click Languages. Mine is Set to Have English (US) as prefer So time format will follow : MM/DD/YYYY h:mm AM/PM Let me know if this is helpful Selmane
  2. Hello Margrida, If you go back to calendar view, you can use these settings to make it work: Do you want to do that in Capsule time View Only?
  3. Hello Patrick, In your screenshot, you are calculating the average on the Temperature Signal but I suggest you do that on "Temp when good" signal. Can you please try that and let me know if the result is correct and matches the metric output? I agree it seems a bit complex but switching from calculations in a spreadsheet to capsules requires changing a bit the way you tackle problems. I hope this helps, --Selmane
  4. Hello Pat, indeed step two is where you didn't find the correspondance between Excel and Seeq. The Signal from condition you did will compute an average for every high efficiency capsule. In order to compute the average on all capsules, I suggest the following steps: Create a new "cleansed" temperature signal which equals to nothing outside the high quality periods and equals to temperature during those periods. This is equivalent to the filter you put on Column E. This formula should do the job: $temperaturesignal.remove($highqualitycondition) Create a new condition by merging the high quality capsules. This way, you will have a long period of time covering all temprature samples. This formula should do the job as well: $highqualitycondition.merge(2d). Please replace the 2d by the maximum interval between your capsules) Now you can calculate the average and standard deviation of the new created signals during the new condition. Please pay attention to maximum capsule duration field in the Signal From Condition tool Now you are all set, you can calculate the upper and lower limits with simple Formulas and you should obtain something similar to the below screenshot: Let me know if this works for you or not. Thanks, --Selmane
  5. Hello Christian, Since R59, we have introduced Organizer Templates which simplifies report creation across the organization. But if my understading is corret, your idea is to have multiple pages with the same header and footer as in PowerPoint or Word. This functioannality doesn't exist yet in Seeq Organizer but can you: Provide the process for creating this kind of reports? What is your current Seeq version? Thanks, Selmane
  6. Hello Jessica, You can use the Formula tool to transform any signal to continuous (tolinear()), discrete (todiscrete()) and step (tostep()). You also need to be careful about the max interpolation period between samples. You can add that parameter as an argument in the formula. For example: $temp.tolinear(24h). Can you please test these formulas and let me know if this works. Have a good day, Selmane
  7. Hello Yanmin, Do you want to replace the blank or just visually see that in the trend? If the latter, in the Import CSV tool, you can use "Step" in Interpolation method if the signal is step interpolated. Also, make sure you use the right amount of hours in the Max Interpolation. In your case, 48h should be sufficient. Is this what you were looking for? --Selmane
  8. Hello Nate, Is this a PI tag or an AF Formula? Can you show tag configuration, PI Vision or PI SMT screenshot + Workbook screenshot? And why is the data overwritten frequently? Is it a Manual Tag? --Selmane
  9. Hello Wouter, well, it is not possible to create a condition from a table. I have captured that as a feature request internally, it could be a good idea to have that. Nevetheless, it is possible to use formula to achieve a similar result using Keep Formula: $condition.keep('state', isEqualTo('A')) where: $condition is the current condition with all properties ‘state’ is the name of the property 'A' is the property itself and that you want to keep I hope this is helpful, --Selmane
×
×
  • Create New...