An example of one of the noted problems:
Vi Function - Enter information for the devices to be tested.
            - Display for entry of info and save to a file.
For loop - it's setup to run for the number of devices to be tested.
         - use loop counter (add one) to indicate which device
         - fed to a sub vi and to spreadsheet build to send to a file.
  Sub Vi Function - Display several fields to allow information be entered then 
continue.
                  - set up - blank fields - display which device 
  Continuous loop - enter field information - press continue button - stop loop 
                  - pass info out of loop and out of the sub vi.
         - information passed to build spreadsheet record to be saved to file.

All this works fine in the development environment.  But after being compiled the 
displayed device numbers (for 6 devices) is:  1 1 2 3 4 5
In the saved file it is:     1 2 3 4 5 6

Very simple, it should work, but it doesn't.  I'm lost.  Worst case of magic I've ever 
seen.

Vic,


Reply via email to