Multiplier: Difference between revisions
From PLC Wiki
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
---------- | ---------- | ||
The multiplier is a scaling factor | The multiplier is a scaling factor that takes the raw register values and feeds them into meaningful physical units, like degrees Celsius, liters per minute, volts, etc. Since raw data from hardware devices usually represents a range of numbers that, not directly in units we can easily understand, using a multiplier would ensure that data can be interpreted in real-world terms. | ||
------ | |||
'''Key Aspects of the Multiplier:''' | '''Key Aspects of the Multiplier:''' | ||
Line 13: | Line 14: | ||
'''[[Fine-Tuning Measurements]]''' | '''[[Fine-Tuning Measurements]]''' | ||
-------- | |||
[[Category:Configuration]] |
Latest revision as of 06:19, 28 November 2024
The multiplier is a scaling factor that takes the raw register values and feeds them into meaningful physical units, like degrees Celsius, liters per minute, volts, etc. Since raw data from hardware devices usually represents a range of numbers that, not directly in units we can easily understand, using a multiplier would ensure that data can be interpreted in real-world terms.
Key Aspects of the Multiplier: