LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Proper way to stop a measurement mid-run, also looking for feedback

Solved!
Go to solution

Not clear when you want to break that data into arrays; when you get a single line or when you have all of it.  Either way teh spreadsheet string to array function will do it.

string_splitter_arrays.png

 

 

 

Message 11 of 13
(372 Views)

@mcduff wrote:

I believe the SNAP values are separated by a comma, look in the manual. I would then use spreadsheet string to array function, make 1d array, and insert it into my 2d array for the file.

 

Snap21.png

 

Also if you are concerned about speed, only acquire X & Y, and then convert that to R & Theta, querying and waiting for a response is slow, much faster to do it on the computer.

 

Snap22.png

 

mcduff


Appreciate the advice! 

0 Kudos
Message 12 of 13
(355 Views)

Thanks for the example! I was just starting to wire everything up last night before getting pulled to work on another project, I'll definitely give it a go today. 

0 Kudos
Message 13 of 13
(354 Views)