LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

converting decimal string to a number


@RavensFan wrote:

Did you try wiring a False constant into the top of the functions you are using now?  Like I said in message 16?


There's not a single boolean constant in the code ...

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 21 of 33
(2,412 Views)
Exactly.!!!! If a False constant was wired into the top of the Fract/Exp String to number function, it wouldn't be using the default value of True which uses the system decimal, which for the poster is a comma rather than a period. It needs to be a period based on the data that is in the string.
Message 22 of 33
(2,405 Views)

FractExp.png

 

Try setting the marked input to FALSE.

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 23 of 33
(2,392 Views)

I'm trying to put the function false, but not ta working. Its help me please I sent the VI. please

0 Kudos
Message 24 of 33
(2,379 Views)

I don't see anyplace where you have set the input to false or where you are using a Scan From String function. You have also not posted the subVI you are using. Please post a VI with the corrections that you say you have made.

0 Kudos
Message 25 of 33
(2,367 Views)

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 26 of 33
(2,356 Views)

I want to thank everyone who helped me by hints at what to do this transformation. The program worked. Much obliged. Thank you.

0 Kudos
Message 27 of 33
(2,338 Views)

One more doubt. Is to transfer the data from Labview to Matlab?

0 Kudos
Message 28 of 33
(2,335 Views)

@Carvalho10 wrote:

One more doubt. Is to transfer the data from Labview to Matlab?


I would recommend just writing your data to a CSV file and then have your Matlab code read that file.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 29 of 33
(2,324 Views)

I am reading my data to write the measurements file, then open in TXT. I do not know what is CSV. how to connect and which block or icon works?

0 Kudos
Message 30 of 33
(2,315 Views)