Skip Navigation or Skip to Content

Analogin < DELUXE | 2024 >

"Analogin" typically refers to the functionality found in microcontrollers like Arduino and PLC systems such as Siemens TIA Portal. It allows a device to read continuous electrical signals—such as voltage from a sensor—and convert them into a digital format that the software can process. Key Applications & Implementation

: On an Arduino board, analog inputs are used to read values from sensors like potentiometers or photoresistors. The analogRead() function typically converts a voltage (0–5V) into a digital integer ranging from 0 to 1023. Analogin

, analog inputs are often 16-bit "words". For instance, a first analog input might begin at memory address IW64 within the TIA Portal environment. "Analogin" typically refers to the functionality found in