Previous Topic

Next Topic

Book Contents

Book Index

AnIn#

Analog input. The # must be replaced by a letter designating the required analog channel, e.g. AnInA

The analog quantity (voltage or current) applied to the designated channel is converted to an 8-bit integer number and Pushed into X. If your controller supports analog input resolution higher than 8 bits, the extra resolution will be lost. Use fAnIn instead.

Note: This instruction is not recommended for new designs in controllers that can support dialect 18 or later. Use fAnIn instead.

See also AnOut fAnIn fAnOut

Previous Topic

Next Topic