02-13-2013 02:46 PM
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?
02-13-2013 03:13 PM - edited 02-13-2013 03:13 PM
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.