LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array to Spreadsheet String VI truncating my rows

Solved!
Go to solution

Sounds like a different problem. Can you show what you are seeing?

Tim
GHSP
0 Kudos
Message 11 of 15
(1,161 Views)
Solution
Accepted by topic author mechEmike

I only have hints, but let me take a completely wild guess.

 

1. You are using an old version of LV

2. You have modified the Write to Spreadsheet File VI to accept strings by following the suggestions on the BD

3.  There is a format string inside your modified VI which is truncating the strings (ie %.3s)

 

0 Kudos
Message 12 of 15
(1,149 Views)

He did have to modify the function and the instructions do instruct you to change the default %.3f.

0 Kudos
Message 13 of 15
(1,142 Views)

I was about 99% sure when I saw the screenshot with the old VI taking a string array, along with the fact that the default used to be %.3f.  Now I am at least 99.9% sure.

 

I'll modify my guesses as follows:

2. You have modified the Write to Spreadsheet File VI to accept strings by following most of the suggestions on the BD

 

Now I am up to 99.99% sure.

 

Message 14 of 15
(1,130 Views)

Got it. The format value that I thought I had changed was reverting to the default %.3f each time I ran the program. Thanks for all the help!

0 Kudos
Message 15 of 15
(1,097 Views)