LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i convert a double value (orange cable) to a value i can save to a text file or a *.xml file?

Hi milo,

 

where's the exact problem?

- "don't have an Excel sheet" - WriteToSpreadsheets doens't create excel workbooks, it creates csv-formatted text files (or similar)

- "in a different column" - did you create a 2D array from your data? Then you should get several columns in your file...

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 11 of 13
(559 Views)
I do have an excell sheet, but not with the different info in different columns. I attached the VI im working on. The cable going to the sheet is of the type 2D, but i still dont have two columns
0 Kudos
Message 12 of 13
(553 Views)

Wire a True constant to the 'Transpose?' input.

 

These sorts of things should be easy to code and debug. You ould have placed the Write to Spreadhsheet File and Build Array in a separate VI with some dummy data. Same as what I did to create the image below. It does not hurt to experiment this way. You should also always have the context help window open and refer to it when something does not work the way you expect.

 

Also, please stop calling them 'cables'. The term is 'wires'.

 

Message Edited by Dennis Knutson on 09-12-2008 08:06 AM
Message 13 of 13
(539 Views)