03-04-2026 04:47 AM
I am getting a string measurement "-2.927184E-04" from the multimeter. I want to convert to the number.
I am using "Fract/Exp String To Number," but I could not get a number
Please suggest me any solution
Solved! Go to Solution.
03-04-2026 05:03 AM - edited 03-04-2026 05:04 AM
03-04-2026 05:08 AM
Hi
Thank you, I have also tried this out. and I am getting output -2.
I have also increased number formate.
output could be -0.000294 something
I could not got this
03-04-2026 05:56 AM
@Rshah31 wrote:
Hi
Thank you, I have also tried this out. and I am getting output -2.
I have also increased number formate.
output could be -0.000294 something
I could not got this
03-04-2026 07:20 AM
I personally prefer the scan from string vi to have more control on the format.
the format string allow to define the decimal point ( %.; )
Just in case you run into the problem, that a device is using the comma and your local setting is point. Assuming that the string(or device) always use the same decimal point ...
edit: and it would work with the quotation marks 😉
or generally speaking with nearly all type of strings and data to exstract