LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Sorting into a array indicator

Hi All,

 

Currently, my programme is design to make sure of the iteration count of the while loop to act as a counter for the time elapsed. Subsequently i used the increasing value as an input to my cosine and sine graph as shown in the attachment in this post to make it move in a circular motion with a step size of 0.3 radians per second. I will like to make these data more visible as an array indicator. How can i make sure that the data that is processed every second can be stored into this array for future reference? Please kindly guide me along. Thank you in advance guys.

 

Best Regards

Scott

 

 

0 Kudos
Message 1 of 2
(2,018 Views)

Hi Scott,

 

use an autoindexing output tunnel to build your data array...

 

- Clean up the VI...

- There's a combined Sin/Cos-function...

- What's the point in multiplying a number by 1000 followed by dividing it by 1000?

- the first loop iteration will likely not follow your timing...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,011 Views)