Analog Signal Usage in Digital Controllers
Analog Signal Usage in Digital Controllers
Analog Signal Usage in Digital Controllers
In industry several signal types are used for analog value transmission. The most popular are:
Voltage signal 0…10V
Current signal 4…20mA
To measure temperature the common sensors used are thermocouples (TC output range in mV) and
thermo-resistor (RTD resistive output range 50 Ω to 1k Ω). These sensor signals also are frequently
used and can be directly connected to analog inputs of some controllers. ( Nowadays the smart sensors
with communication interfaces also becomes more and more popular).
Independent of signal type inside the controller the signal is converted to digital value by analog to
digital converter (ADC) for example:
T,0…100°C → 0…10V → 0…32767
For programming controllers it more convenient to use physical values instead of code. That's why the
code is usually converted to physical value.
Exercise 1.
The linear temperature sensor with measurement range -30°C…+150°C is used.
At temperature -30°C the code value is 0, but at +150°C code is 30000.
Corresponding Corresponding
Code Temperature, °C value (4… value
20mA) (0…10V)
30 000
15 000
Exercise 2
The industrial temperature sensor (Platinum thermoresistor) is used with linear characteristic:
Temperature, °C Resistance, Ω
100 63,99
50 55,06
0 46,00
-50 36,80
-100 27,44
Resistance, Ω Code
0 0
450 20736
600 27648
Code Temperature
2000
2288*
0
* Average temperature at FESTO Laboratory.