03-15-2001 12:17 PM
03-16-2001 07:30 AM
01-20-2010 01:04 PM
There is another possibility (tested with CVI 9.0):
Make an entry with a special label name (e.g.. "zener") which is used nowhere in your uir.
Save your uir as text (Options/Save in Text Format...). Use another file name than your uir. (e.g.. MyApp.uir --> MA.tui).
Open the saved tui with a text editor. Find your special label name:
...
Label000 = "zener"
Value000 = 1.00000000E0
...
Now you know where to insert the contents of your text file and in which format.
You can produce this format programmatically or using regular expressions in an advanced text editor.
The Label and Value numbers must be counted up for every entry.
Open the modified tui in CVI. Check if the modifications are correct.
Copy the ring control from the MA.tui (which is opened as MA.uir) to clipboard. Paste it then to your uir.