
SBC
Members-
Posts
17 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
SBC's Achievements
-
Is there a detailed documentation for the available key words arguments to pick for the Metric attribute properties. For example, it was not straight forward to know which keyword to pick for getting the Statistic = Value at End (the AggregationFunction was called differently 'endValue' In other words, Can we assume all the attribute properties will have the same name as the GUI drop down menu list items ? Please see some screenshots attached to illustrate the quesiton:
-
I have emailed you a screen recording
-
Thanks Sanman .. the SDK reference will be rally helpful. In the 'Step-by=step..' code for Aseet tree push, is there a way to prevent existing worksheets from getting archived ? (I originally thought it never did that but seeing it happen on my current workbook)
-
SBC started following Asset Groups 101 - Part 1 and How to use the Seeq API/SDK in Python/Seeq Data Lab
-
Hello Sanman - I had a follow-up question on this same subject. I am able to 'Unarchive' a worksheet by using spy.pull, knowing the specific worksheet ID (fortunatley because it was used in a Organizer topic) I want to confirm if there is a spy function that can retrieve 'Archived' worksheets inside a workbook? Scenario: When I am using the 'Step-by-step.." code to push an Asset Tree in existing workbook, it archives the pre-existing worksheets. Ran into this in one of my use-cases (for Temp Mixing points asset tree I was showing you a while ago). This can be a critical workflow step in my use-case for data-lab coding for 'unarchiving worksheet' whenever the asset tree needs an update from the end-users. Adding some code snippets on how I am doing it today... Thank you.
-
Defining worksheet's display item using spy.assets
SBC replied to Kin How Chong's topic in Seeq Data Lab
Can the above method be utilized to push a custom Python plot (for example, generated using python visualization libraries) to a WORKBENCH ? I have seen some advanced topics covering how to push it to Organizer topics (requires HTML type but was wondering if it can be done to a workbench. -
Best Practices for Scheduled Python Calculations
SBC replied to Shamus Cunningham's topic in Seeq Data Lab
Thank you Sanman - I believe there is a difference in speed when the calculated signal is pushed as an "Asset Attribute" (and cached for each Asset) VS. keeping it as a "work-sheet (cached formula has to re-populate when swapping assets). -
Best Practices for Scheduled Python Calculations
SBC replied to Shamus Cunningham's topic in Seeq Data Lab
I need to calculate a simple difference (delta) between two time series signals feeding from Continuous Historian to SeeQ over the past history (10 years) and keep it available in SeeQ for other aggregate calculations. This will have to be done over several Assets in an Asset tree (similar to the Example tree above). Currently, my workbooks are trying to calculate 'just-in-time' whenever we open the workbook which is causing a lot of time lag in getting the outputs as it is waiting to first pull and calculate the delta value between the two signals. Will taking the above approach speed up my worksheet calculation performance/speed if the the delta value was pre-pushed with SeeQ data lab on a regular basis (say, daily) ? I am also planning to combine with the Asset tree signal push script shared by SeeQ team member in another post. -
Histogram of a signal for values during a capsule condition only
SBC replied to SBC's topic in General Seeq Discussions
HI Thorsten, Thankyou very much, these functions are great solutions to my questions (and more...) -
If I accidentally deleted a Worksheet (send it to Trash), is there any way SeeQ internal support can help to recover it ?
-
Display Current Values of Signals in an Organizer
SBC replied to Shamus Cunningham's topic in General Seeq Discussions
In the above demo, there is an option to make the sheet "interactive" - I do not see it under my org's SeeQ platform. Is this a new feature that is recently released? Also, curios what the "interactive" option gives the the user of the Organizer reports to manipulate. Thanks -
Create multi-layered asset tree from csv file.
SBC replied to Sanman Mehta's topic in General Seeq Discussions
Can a SeeQ condition be added as an "attribute" (Process Value) to each asset by some method (either while creating the asset tree via csv import or after the asset tree is create) ? Context: I am looking to have the same condition formula applied to different assets but keeping certain parameters flexible. For example, I am checking is $signal > 7 for Pump A vs $signal > 10 for pump B, where $signal is the same calc across all pumps. -
Create multi-layered asset tree from csv file.
SBC replied to Sanman Mehta's topic in General Seeq Discussions
When I import a new Asset Tree using csv (after opening a Workbwench), the Asset Name/Tree is visible only from the parent workbench I started with. Is this by design of SeeQ or just an artifact of how asset trees visibility is managed in my org's SeeQ platform ?