LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CSV conversion pro

Solved!
Go to solution

Hi Gerdw,

 

Thank you for getting back to me,

ive attached the VI,

 

i assume i have set it up wrong 😞

 

cheers

Richard

Download All
0 Kudos
Message 11 of 14
(527 Views)
Solution
Accepted by topic author NewRichard

This is a common (and understandable) beginner mistake.  The Decimal String to Number function actually returns an integer.  What LabVIEW means by "decimal" is "base-10" as in, "we use the decimal (base-10) system".  To convert your string properly, you need to use Fractional String to Number, instead.  While the name of the function is technically accurate, let's say the name choice was an "unfortunate" one.  People will always associate a "decimal" number with a number that has a whole number with a decimal point.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 12 of 14
(528 Views)

Hi,

 


@billko wrote:

This is a common (and understandable) beginner mistake.  The Decimal String to Number function actually returns an integer.

A common error: yes.

Understandable: no - a beginner should always read the LabVIEW help to learn about a "new" function…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 14
(521 Views)

Hi Bill,

 

Thank you for The knowledge, and the solution 🙂

you are correct, everything works as expected now 🙂 

0 Kudos
Message 14 of 14
(515 Views)