XY table perspective seconds formatted yAxes

Hi,

I’m really new to ignition and I have some questions. I start with a simple one:

In perspective I’ve an XY chart and on the Y axis I’ve seconds. I would like to show them as HH:mm:ss and not as a simple integer, but in the “format” hints I see nothing that can help me…

I tried writing somethings in the “format” field, but with no luck.
What syntax can I use in that field to convert the seconds, so an integer, in to HH:mm:ss format?

I “just” need to calculate toInt(value/3600) + toInt( (value%3600)/60 ) + toInt( value%60 ) , but sincerely I don’t know how!

Could you help me?

Thanks
Giorgio

1 Like

I am looking for this info in 2023.
I have a chart I am sorting with minutes right now, wondering how practical it is to switch to hh:mm:ss while I am running 8.1.19. Might leave it as minutes.