kward Posted July 11, 2020 Posted July 11, 2020 (edited) I am comparing flow data from multiple years. Is it possible to have all signals on one trend without being spaced apart through time. I'm sorry if this is vague, I am very new to SeeQ. Edited July 11, 2020 by kward wording
Thorsten Vogt Posted July 11, 2020 Posted July 11, 2020 Hello kward, as I understood your question, the easiest way to do this is using Capsule View, which overlays the signals for each capsule. In this example I used two signals and created a Periodic Condition for each day: By clicking "Capsule" in the top menu and selecting the capsules you are interrested in, you can compare the values during each day, as all values are are shown in relative time from the start of their capsule. Did you mean something like that? Regards, Thorsten
kward Posted July 12, 2020 Author Posted July 12, 2020 Thank you for your reply Thorsten. What if I wanted to compare the same signal? Essentially overlay the same signal with 2017 signal points to 2018 signal points? https://imgur.com/a/S7Yzqn8
Thorsten Vogt Posted July 12, 2020 Posted July 12, 2020 Hi kward, Capsule View should get you the desired output, but you you need a condition to create capsules for which you can overlay the signals. My example is for comparing daily values. You can switch the perdiodic condition to Yearly to compare the signal for different years: Regards, Thorsten 2
Chris Posted July 23, 2020 Posted July 23, 2020 Hello, In the above example is it possible to display each capsule in a different color. For example Day 1 in red. Day 2 in blue, ... Thank you Christophe
Administrators Teddy Posted July 23, 2020 Administrators Posted July 23, 2020 Christophe, You can change the coloring in capsule with the color button at the top of the screen. See Screenshot below. Hope this helps, Teddy 1
Chris Posted July 23, 2020 Posted July 23, 2020 Thank you I updated because on version R22.0.47 there was no function.😅 1
Seeq Team Lindsey.Wilcox Posted July 23, 2020 Seeq Team Posted July 23, 2020 Christophe- This functionality was added in R22.0.48. Glad you were able to upgrade your Seeq installation and take advantage of the new feature! Lindsey 1
Theresa Nguyen Posted July 24, 2020 Posted July 24, 2020 (edited) Hi, I am trying to do the same as OP with capsule view, but can only show three segment with the pop up message that capsule view is limited to maintain display performance. I am only looking at one signal with one condition that have capsule duration of 3 hours so I find it hard to believe that this would be too heavy for seeq. Is there a way to work around this and show more signal segments? Regards, Theresa I solved it 🙂 Edited July 24, 2020 by Theresa Nguyen
Seeq Team Lindsey.Wilcox Posted July 24, 2020 Seeq Team Posted July 24, 2020 Hi Theresa- Glad you solved the issue. In previous versions of Seeq, the number of capsules displayed in Chain View was limited to 30. However, this limitation was lifted in Version 22.0.48. Thanks, Lindsey
kward Posted August 22, 2020 Author Posted August 22, 2020 (edited) Hello, Back with a similar question. Is it possible to calculate the difference from the same signal from different Capsules? I have a daily flow total from the years 2016 to 2020. I want to subtract the year 2016 from year 2020 to account for growth. I want to be able to see the difference on a daily,weekly, or monthly basis if possible. Ex: July 1st 2020 Monthly total - July 1st 2016 Monthly total. Edited August 22, 2020 by kward
Seeq Team Joe Reckamp Posted August 22, 2020 Seeq Team Posted August 22, 2020 Hi kward, You can perform calculations across time by using the delay operator in Formula (or if you are on version 49+, the move operator). For example, if I wanted to calculate the current value minus 4 years ago, you can do the following Formula: $signal-$signal.delay(4y) This is essentially saying take my signal and subtract it from the same signal, just moved forward 4 years in time. By doing this, you align the current time and the time exactly 4 years ago to the same timestamp so that it can be subtracted. Note: Again, just for any people on version 49+, the .delay() operator would be switched to .move(). Note that this will do the calculation for every point in time. If you would like to do this based on daily, weekly, or monthly averages, then you should use Signal from Condition to calculate the average you'd like and use that as the $signal input into the Formula above.
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