04-03-2013 10:28 AM
@johnsold wrote:
You could certainly store the data in a file. But the easy way is to run the VI until the data which illustrates the problem is shown on the indicators. Stop the VI. From the Edit menu select Make Current Values Default. Save the VI. Post the modified VI. All the data in indicators and controls at the time you did Make Current Values Default will be saved as part of the VI.
Lynn
Just for the sake of the OPs ever expanding knowledge, I will add to what Lynn has said. You can also right click the specific control, choose data operations->make current values default, and that will save only the values of that specific control, and not your entire front panel.
04-03-2013 05:01 PM
Hey
Thanks you for all your help. I am posting my final design. Reason I am deleting row 0 and 6 is because the input stream has incomplete string values. Each input is 5 bytes, there are 30 bytes of useful information from the total 35 bits being taken in. This accoutns for if the read segment does not start on a Terminal Character. I am attaching the VI in case someone else would like to use this design.
Alejandro