03-03-2010 03:13 PM
Hi, I am new to LabVIEW. Can someone help me with this question?
How do I change a 2D time variant to a 2D string?
Please see attached.
mrgudwrnch
Solved! Go to Solution.
03-03-2010 03:19 PM
03-04-2010 08:28 AM
03-04-2010 09:27 AM
Thanks for your help. Is this the best way to do this?
03-04-2010 10:00 AM
That would do it. You can change the output string by editing the format string. The LabVIEW documentation provides the details on the various formatting options and codes.
Tip: The sequence frame in your case is not necessary. You only need to use sequence frames when dataflow does not allow you to explicitly set an execution order.