Re: BUG? ADP1000 / ORP Probe, Can't set Voltage Range before Saturation Error
Posted: Thu Nov 30, 2017 3:18 pm
Thanks
On Linux, I executed apt-get update & apt-get upgrade which seems to have changed the version.
My setup queries each probe 10 times at 2 second intervals every minute and averages the results for each probe.
Since upgrading to the latest version I get a "Phidget Exception 3: Timed Out Press Enter to Exit..." error every 2-13 minutes on both my PH Probe, and ORP Probes. doubling ch.openWaitForAttachment doesn't help.
With the updated code it ignored my original ch.setVoltageRange(7) in the line after ch.openWaitForAttachment(5000), and gave lower readings up to 400 when it reported saturation. Moving ch.setVoltageRange(7) to the attached section has allowed it to read higher readings and it has jumped around 380.
Presumably when it is in the wrong range it under reports the voltage? With the old code it jumped at around 400 to around 700
On Linux, I executed apt-get update & apt-get upgrade which seems to have changed the version.
My setup queries each probe 10 times at 2 second intervals every minute and averages the results for each probe.
Since upgrading to the latest version I get a "Phidget Exception 3: Timed Out Press Enter to Exit..." error every 2-13 minutes on both my PH Probe, and ORP Probes. doubling ch.openWaitForAttachment doesn't help.
With the updated code it ignored my original ch.setVoltageRange(7) in the line after ch.openWaitForAttachment(5000), and gave lower readings up to 400 when it reported saturation. Moving ch.setVoltageRange(7) to the attached section has allowed it to read higher readings and it has jumped around 380.
Presumably when it is in the wrong range it under reports the voltage? With the old code it jumped at around 400 to around 700