I create a timer with MI (Memory Integrer) and MB (Memory Bits) and then I tried to display the current value with the time function. Problem is : the display of the timer is a hexadecimal value. I tried to use others function like "UTC to RTC" or "Numerics" but I don't know how to get the display of the current time and the elapsed time of the timer I made.
Wanted display : HH : MM : SS (decimal value)
The timer look like :
MI 1 : Preset
MI 2 : Current
MI 3 : Elapsed
And there is others nets to manage the proper functionning of the timer.
I know that it's possible to use the basic timer already set in the PLC but I don't want to use them.