12-28-2011 12:09 PM
I have a string coming into the VI that looks like this 20.145,%,0000,0000 and it graphs the 20.145 number as it runs. I want to save that number into an excel file so that I can use it later. When I export from labview however it only reports the first 2 digits, ie 20, 19, 21 as rounded numbers. So really I guess I am asking how to change the significant figures labview records for now but eventually I would like this to automatically save the data to an excel spreadsheet or txt file or something.
12-28-2011 01:23 PM
Numeric control needs to be of type double. Right click the control>>Properties>>Display Format for sig. figures and precision. I assume you are performing some sort of string/numberic conversion. Can you post your VI?
12-28-2011 03:32 PM - edited 12-28-2011 03:35 PM
Sounds like another LabVIEW user used "Decimal String to Number" instead of "Fract/exp String to Number ". "Number to Decimal String" formats strings of integers e.g. "99" to 0d99 and can only recognize the characters "0-9" and "+" or "-" (limited to 1 sign). "Fract/exp String to Number" outputs floating point numbers e.g "20.145" to 20.145000
11-07-2014 09:37 AM
hello, did you made vi file for writing data from serial port to excel ? i am also doing sameconcept based work but idon't know how to do it
can you send me that file i can useit for my application thank you in adavance (janybasha22@gmail.com)
11-07-2014 09:57 AM
11-07-2014 10:36 AM
heyyy thank you for your reply ...i attacted my file to read data from serial port now i want to read the data into excel file
i was looking for such exaples in internet but i did not find a good exaple programme which i can use it for my application
i read data like t1 =10 t2=20 ... now i want to read this data into a excel file as column headers t1 and t2 ....and values are in vertical order
thank you in advance
11-07-2014 11:51 AM
11-07-2014 04:02 PM
For more information and some sample VI's and tool kits, you can go to the excel board
11-10-2014 08:12 AM
thanks for yore reply ...i have really not good knowledge in labview to develop ...i found some examples in internet but no example VI files with writing data from serial port to excel ...they are with different application
i just got a VI file to read data from serial port as you can see VI file above ..now i have to write that data into excel sheet how?...or else do you got some example files to read into excel from serial port orelse if you tel me step by step process that would be so great of you ...please some one help me...
11-10-2014 08:27 AM
Did you see Dennis Knutson's suggestion to look for examples (in LabVIEW Help and on this Discussion Forum) yourself? There is a Search Function here on the Discussion Forum -- try typing in "Write Excel" and see if this helps you. You will learn a lot more by doing this yourself ...
BS