LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fractional Minute format code

I need to display a graph's x-scale in units of (HH:MM.m), where 'm' is a fractional minute. I found the format code for fractional seconds, %<digit>u, but I can't find one for fractional minutes. Is this possible at all? Maybe I can insert an expression into the format string?

0 Kudos
Message 1 of 2
(2,367 Views)

LabVIEW does not support anything but fractional seconds for its timestamp related formatting. If you really want this you would have to create it yourself. Not such a problem for a single frontpanel element but more or less undoable for the scale on a graph or similar control.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(2,352 Views)