LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scanned variable read function

My project has one cRIO 9035 and two expand 9149 chassis consists of 9235,9237,9205 and 9214 totally 192 sensors. Can anyone explain the difference between scanned variable read function and share variable node? I prefer using scanned variable read function to read all the data. What is the influence on the performance of the program? Thank you.  

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

You are doing a whole log of interesting array manipulations there.

 

The decimate array and build array is particularly crazy that can be done much more simply using a Build Array and transpose.

 

I'm not so sure you even need to create 2-D arrays because in your other Build Array functions, you are continuing to create a 2-D array with a single column.

 

 Example_VI

 

For the stuff to the left, a Reshape Array might be more appropriate.

 

 

Message 2 of 2
(2,135 Views)