01-21-2013 02:43 PM
I would like to trigger a graph to show 1080 degrees worth of data. I have an X-Y graph (X: angle, Y: pressure) with the x-axis from 0-360 deg. That means I have three loops (0-360-720-1080 degees). When I plot, however, I get a bunch of loops. It looks like three sets of three loops overlaping each other. I have the "delete after" in the module settings set to 1. Here are some of the solutions I have tried to no avail:
I have used a circular buffer before the chart to release and reset every 1080 deg.
-No change in functioning...
Reseting graph with the action module every 1080 degrees.
-The graph is primarily empty, and when I try to freeze the graph for inspection it is deleted with the next reset function.
Update the display of the graph with an action module
-doesnt seem to get me any progress.
Any other tips or ideas to triggering the x-ychart to work cyclically would be very helpful indeed! Many thanks in advance.
Regards,
Robert
01-21-2013 02:52 PM
Have you tried a larger "delete after" number?
It's resetting every one block.
01-21-2013 04:45 PM
One block already contains too much data. I have triggered relays that allow measurements at every degree of rotation (via physical trigger wheel). For every rotation, I have 360 data points.
ASs I understand it, blocks are a group of samples so they are time-based. I need event-based data, so deleting by blocks will not yield a satisfying result. Is there a way to reset the graph via combi trigger?
Thanks