LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

why i cannot stop my while-loop vi in the sequence serial dataong?

Another problem:

I run my vi to save the logged data to a txt file named 1.txt. On the other hand , i also use the Hyper terminal to get the logged data named datalog.rtf. I find a problem: in the 1.txt, some characters not arranged in a good order especially in the latter parts of the data. However the datalog.rtf is good arranged in a so good order . see the attached ! why ?
0 Kudos
Message 11 of 12
(489 Views)
Hi Shenzhen,

Briefly looking at your code, all of the data you receive from the VISA Read.vi is first passed to the Append String subVI and then to the Array to Spreadsheet.vi. This seems like the obvious reason for the different appearance in data from Hyperterminal to the log.txt file that you create.

You need to figure out if this is really what you want to do with the incoming data. Its hard to troubleshoot this any further from this end without having access to the subVI or the actual data being acquired.

Good luck,
Travis H.
LabVIEW R&D
National Instruments
0 Kudos
Message 12 of 12
(476 Views)