An oA2D10 Object takes the voltage present on the I/O Line specified by the IOLine property and compares it to a reference voltage. It then generates a digital value which represents what percentage the voltage is of the reference voltage and updates its Level property with the generated value. The IOLine property specifies which one of the analog enabled Input Lines to use. An Operate property is provided to activate the oA2D10 Object. When set to 1 the oA2D10 Object continuously performs an analog-to-digital conversion of the voltage present on the I/O Line specified by the IOLine property and updates its Level property with the result. When the Operate property is cleared to 0 the oA2D10 Object enters a dormant state thus leaving the Level property at the value of the last conversion. When created, the oA2D10 Object also creates an instance of the oA2D object which it uses to do the actual Analog-to-Digital conversion. Most properties of the oA2D instance can be adjusted and will affect the oA2D10 object's operation such as Converter.ExtVRef which is used to specify an analog reference voltage. See the oA2D Help for more detail on how analog signals are converted to values. |