12-01-2007 05:06 PM
12-03-2007 10:14 AM
If you are using the "On Sensor Change" event than you should change to some sort of loop timer where you use the "getSensorValue" property.
Some of the examples just use a "while loop" so it is polling the phidget as fast as possible. You will need to change the loop to a timer.
Hope this helps.