paul.roach Posted November 30, 2023 Posted November 30, 2023 I am having an issue where seeq will stop providing data until a new value appears or after a certain time period, I have an asset tree set up then I've transferred it to a table. I'm tracking when drains are open, so when the drain is closed the value is 0 which is good and when the drain is open the value is 1. I currently have the scoreboard with red values when the drain is open to indicate things need to be investigated, the only issue I run into is when that value is 1 and seeq stops reading data it will then show a value of 0 which I don't want cause the drain is actually open. I see a lot of formulas filling gaps but what I'm looking for is a formula to keep the last value shown when data is not being updated until new data is received/updated.
Seeq Team Solution Chris Harp Posted November 30, 2023 Seeq Team Solution Posted November 30, 2023 (edited) Hi Paul, In R60+, you can use the resampleHold() function. Here is a link to the Knowledge Base article. https://support.seeq.com/kb/latest/cloud/optimizing-for-infrequently-updating-data Edited November 15, 2024 by John Brezovec Remove outdated solution 1
paul.roach Posted November 30, 2023 Author Posted November 30, 2023 @Chris Harp That's a massive help thank you. Just to clarify, once the data is updated the new value will appear correct?
Seeq Team Chris Harp Posted November 30, 2023 Seeq Team Posted November 30, 2023 Yes, in both cases, the signal held will be updated to reflect the new data point.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now