LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

In Keithley 2410, string to number conversion for readed voltage

Solved!
Go to solution

 Hi,

 

i want to drive current and read voltage with Keithley 2410.

 

However i can read the correct voltage value in the screen of the device, i can not read the correct voltage value in the lab view program. The problem occurs while the readed voltage (string) is converted to number. I use Fract/Exp String to number for that. However i can only read the first number of the real value. for example in the screen of the device i read 1.3784e-5 (real voltage value), in the software indicator i read only 1.

 

I am new in lab view. can anyone help me about this problem please.

0 Kudos
Message 1 of 3
(3,150 Views)
Solution
Accepted by crossrulz

My Magic 8-Ball says that your system settings have the comma being the decimal separator.  The Keithley instrument will always have the decimal point be the decimal separator.  Luckily there is a Boolean input on the Fract/Exp String To Number that sets whether or not to use the system separator.  Make sure you set that to FALSE.



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
Message 2 of 3
(3,138 Views)

Thank you crossrulz,

 

as you suggested i have set it to False,

 

and the problem is solved.

 

Thanks again...

0 Kudos
Message 3 of 3
(3,111 Views)