12-03-2012 03:50 AM
hello everybody,
i have a time stamp indicator in a subvi and i pass it out as part of a cluster. the display format of the time stamp is "system time format", 0 digits. when i probe the output of the subvi in the main vi i get a time stamp value with 3 digits. this does not make any sense.
unfortunately, i could not reproduce this behavior in a simple vi to attach.
maybe you have encountered this kind of behaviour before.
all ideas are welcome !
using labview 2011
Solved! Go to Solution.
12-03-2012 08:46 AM
Display format information is not in the data; it is a property of the indicator, which is not necessarily going to be the same as te format in a probe.
12-04-2012 07:47 AM
Note that you can create a custom probe to produce any format you want. Right click on a wire and select Custom Probe»New... This will create a template VI with your data input that you can then use to create a different output. See the LabVIEW help for details.
12-04-2012 09:10 AM
thanks for the helpful notice.