Tool/software: Code Composer Studio
Graph_QEP1[Graph_Counter] = ENC_getElecAngle(encHandle);
Graph_QEP2[Graph_Counter] = ENC_getElecAngle(encHandle2);
Graph_EST3[Graph_Counter] = EST_getAngle_pu(obj->estHandle);
My motor code has capture 300 of the above symbol and when filled, ideally transfer to GUI "PLOT" widget but there no instruction on how to implement this. I'm happy to accept a solution for GUI to provide txt or csv files instead of plot.
How to do that? after reading thro', it mentions javascript is required to do that, but how, is there a working demo solution?
I'm only starting to learn GUI composer V2. Not bad, it hard to keep track of real-time data from enc block (BLDC InstaSpin-Motion), I was comparing between two encoders (QEP1/QEP2) and est.
Plan B: In CCS is there a way to combine all 3 arrays into a single chart.