In a direct slave to slave communication a conversion of data may be needed.
For example, when a slave sends a temperature in Celsius and the receiving slave expects it in Fahrenheit.
Therefore a factor and offset as defined in UnitDefinitions is required.
BaseUnit_value = factor * Unit_value + offset
Could be addet to CFG_INPUT or CFG_OUTPUT PDU