LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write to spread sheet with out all the carrage returns

Solved!
Go to solution

IM reading data from 12 sensors 10 pices of data each when i write to spread sheet i want the data for each sensor across no carrage return till next time stamp 

here is my vi and how the data is being written

Download All
0 Kudos
Message 1 of 4
(2,506 Views)

Right click your build array and select "Concatinate inputs".  Remove the broken wire and rewire to the W2SS File 1D array input


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 4
(2,498 Views)

i did try that but and data goes across but its in wrong order for example if i read out 3 items from 3 sensors 

 

I get,

 

part num,part num, part num, s/n, s/n, s/n, data, data, data

i want

part num s/n data part num s/n data ect...........

 

 

0 Kudos
Message 3 of 4
(2,490 Views)
Solution
Accepted by topic author brian19876

Change the build array to an interleave arrays on the arrays and add the timestamp with a build array afterwards


"Should be" isn't "Is" -Jay
Message 4 of 4
(2,464 Views)