LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data collected in for loop to array

Hello

 

I'm trying to get binary data that is collected in a for loop that runs 12 times into an array. Goal of this exercise is to be able to indicate the data in charts after some basic calculations.

Every iteration of the for loop one byte of data is read from the serial port. Two of these bytes have to be added (msb and lsb) giving me six channels in the end which i then should indicate in charts.

 

Can anyone help me with this??

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

For loop collection with autoarray -> Type cast to Array of I16 -> calculation -> chart.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 2
(1,896 Views)