10-16-2008 06:01 AM
Good day all,
I'm using NI-7350 controller to measure voltage from a power supply.
I connected the positive line to Analog input 1 (Pin32) and Gnd to Analog Input ground (Pin68)
But I am reading a analog value of 18000 for 5V and the value goes up and down propotional to the voltage set. Is it a value setting problem ? Since the station I'm using doesn't have internet acess, I took a screenshot of the vi instead. Thanks
10-16-2008 06:04 AM
10-16-2008 09:51 PM
10-22-2008 02:09 AM
Thanks for the reply,
I've managed to read the voltage reading, had to change the constant 10 to a 5 though.
However for example 8+V, the reading shows 8.73156E+9. How do i convert it to like maybe 8.7 because my meter isn't responding to the voltage which i think the E+9 is the cause.
10-22-2008 02:17 AM
Hi, Just decrease the Digits of Precission of your indicator. This slove your query.
regards
Akshath
10-22-2008 02:42 AM
akshath wrote:Hi, Just decrease the Digits of Precission of your indicator. This slove your query.
regards
Akshath
I think Odsnot has used an odd scaling factor - 8,731.56 mega-volts seems a bit high(?) ![]()
10-23-2008 10:38 AM
What is the odd scaling factor ? I dont remember using it..
I tired dividing 8.73156E+9 by a million and I got the voltage I wanted lol.
10-23-2008 02:45 PM
Hi odsnot,
According to the table provided by Napoleon, in no case should a raw return value be greater than 65535, and the results of proper scaling will be a smaller [absolute value] than the raw values.
Using that table, and assuming a -10 to +10 Range is used, the return value of 18000 (see original post) is scaled as follows ScaledValue = (10*18000/32768) = 5.5 V. So that seems to work.![]()
I don't understand where 8731560 (8.73156 +E9) comes from - it doesn't seem possible(?)
Cheers.