I'm trying to visualize a flatting Number from a UDINT.
to explain better . I 've a UDINT (32 bit) that could go until 4 294 967 295
My undersdanding was that convert it TO REAL then divide to 1000. And so it would be possible to show 4294967.295.
In fact it's not possible , I understand now why, but looking to see how it's possible.
=> UDINT Values is "mm" values, and looking to convert in "m" values.
Thanks you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'm trying to visualize a flatting Number from a UDINT.
to explain better . I 've a UDINT (32 bit) that could go until 4 294 967 295
My undersdanding was that convert it TO REAL then divide to 1000. And so it would be possible to show 4294967.295.
In fact it's not possible , I understand now why, but looking to see how it's possible.
=> UDINT Values is "mm" values, and looking to convert in "m" values.
Thanks you
try TO_LREAL it should fit in a 64 bit floating point
Last edit: i-campbell 2022-05-24
Thank You!!
LREAL Not supported with screen I use.
I will investigate with Display supplier.
thanks
Hi, Just to said I get it, by using string functions
thanks you