Hello,
If you want to see decimal position effect you should use Float (32 bit) or Double (64 bit) tag's data type.
If you want to scale your tag's value like in your example 220 to 22 you should check Scaling in Tag properties and set up your tag's scale properties. For example Raw value minimum = 0, Raw value maximum = 1000, EU value minimum = 0, EU value maximum = 100. You'll get what you want after getting value from your PLC = 220, you'll get output = 22.
Best regards,
Ruslan