07-18-2009 11:00 PM
Dear sir
I am using the signal 0 - 5 v dc for a controlling purpose but i saw the control is performs in 5 steps only (on the other way 1 volt resolution )how i can do
Solved! Go to Solution.
07-20-2009 10:03 AM
Can you be more specific where you only see 5 steps.
In your code you convert the fixed point (FXP) data from the 9215 AI module to a 32-bit integer (I32). This will result in only 5 possible values for your data, and any code which is a result from this value will only have 5 steps. Don't convert to I32 and use the data as fixed point instead.
07-23-2009 06:34 PM