01-11-2007 12:37 AM
01-11-2007 02:16 AM
Hi heelklick,
In "G" (AKA LabVIEW) a "Reference" is a special data-type - I doubt you really want to save "references". Can you send/attach a picture of the front-panel so we can see these "input boxes"? I wonder if it's text-strings that you want save between runs...
Cheers.
01-11-2007 02:47 AM
At the moment it is not possible to send the FP.
These are only references to the Robot. The input boxes are text fields. I only want to save the data which are in this input box. This means with the next start of the program the text should be again in the text field.
01-11-2007 04:33 PM
01-12-2007 12:25 AM
@heelklick wrote:
At the moment it is not possible to send the FP.
These are only references to the Robot. The input boxes are text fields. I only want to save the data which are in this input box. This means with the next start of the program the text should be again in the text field.
Hi heelclick,
The attached VI is very convenient for saving parameters at the end of execution - for retrieval on the next run.
Just modify the cluster(s) to hold the data you want to save. When your program starts, just wire the file-path to read-back the saved data. Unbundle the string-parameter, and wire it to a Local-Variable copy of your "Input Box"!
Cheers.