James Posted August 2 Share Posted August 2 Hi all, I'm trying to plot a totaliser tag. When I go into XY plot, it says it requires at least two numeric signals. Of course, if I add another tag to the workbook, then that tag value becomes the X axis and the plot becomes garbage. Is there a way to simply have the timestamps of the tag samples be the X axis? Thanks! Link to comment Share on other sites More sharing options...
Seeq Team Kin How Posted August 2 Seeq Team Share Posted August 2 Hi James, Have you attempted to plot the totaliser tag on the default trend view of workbench? The X-axis of the trend view displays the timestamps of the tag samples. My second inquiry pertains to the placement of the timestamp on the XY plot in relation to the timestamp on the trend view. How would you prefer it to be positioned? Kin How Link to comment Share on other sites More sharing options...
James Posted August 2 Author Share Posted August 2 Thanks Kin How for the quick reply. Plotting the tag on the trend view works fine, but sometimes I would like to see the samples. For the second inquiry, I'm not quite sure what you mean? If I plot the tag in XY, then I can see the timestamps for each sample if I hover. But the samples are all over the place, since the X axis placement is the value of some other tag at the same time. Link to comment Share on other sites More sharing options...
Seeq Team Kin How Posted August 2 Seeq Team Share Posted August 2 Hi James, You can see the samples of the signal on the trend view by adjusting the samples to "Line and Points" or "Points only". See this article for more information. Kin How Link to comment Share on other sites More sharing options...
James Posted August 2 Author Share Posted August 2 Thanks for the tip, but when I hover over the trend line I only see an interpolated number in the tooltip and not the nearest sample. Is there a way to see a sample tooltip that would show the recorded sample and its timestamp? I also tried to use the Table view for this but I don't think that does what I want either. Link to comment Share on other sites More sharing options...
Seeq Team Kin How Posted August 3 Seeq Team Share Posted August 3 Hi James, On the details pane, change the samples to "Points only" or "Bar chart" to see the samples of the signal without interpolation. Points only: Bar chart: You can view the timestamp and value of the signal in Table view too. First, create a capsule for every sample of your signal using a Formula. $signal.setMaxInterpolation(1s).isValid() Then, switch to "Condition Table" view -> click "Columns" -> select the totaliser signal -> select "Maximum". Now, you can see the timestamp and value of the samples in a Table. Link to comment Share on other sites More sharing options...
James Posted August 4 Author Share Posted August 4 Thanks very much! I'm not sure how I missed that Sample Points Plot. Is it possible to make a minor product suggestion? When plotting Points Only, if the timestamp could "snap" to samples that would be ideal, since currently it is interpolated based on X position of the mouse cursor which means that unless I'm really careful, I might read the wrong time value. Link to comment Share on other sites More sharing options...
Seeq Team Kin How Posted August 4 Seeq Team Share Posted August 4 Hi James, Thank you for the suggestion. I'd recommend submitting this suggestion to our Support Portal. We will then log it internally for follow-up. Link to comment Share on other sites More sharing options...
James Posted August 4 Author Share Posted August 4 Cheers, will do! Link to comment Share on other sites More sharing options...
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