Tool/software: Code Composer Studio
Hello,
I am using CCS to drive a ACIM. I want to measure parameters such as speed. The current method I have been using is taking snippets of the graph as it "passes by". I have attached an example snippet below.
This works for me except I can only save a small window of the data, in the example below from time = 441s to time = 441 + ~200. The only way around this I see is to keep taking snippets of the graphs as they go by. I want to avoid this because it would be really difficult to do because I want to measure 6 variables (speed, torque, acceleration, jerk, etc,) at the same time and taking 6 snippets simultaneously before the "data passes away" could be difficult and frustrating.
I hope I explained that well. My question is can you view the "entire history" of a variable? from t=0 to t=400s for example. When I view the graph of a variable I want to be able to see its entire history since I started collecting data, not just its "recent history" (the history I can see on a single-time graph).
Please let me know if I need to clarify anything.