12-06-2006 06:58 PM
12-07-2006 09:25 AM
You really need to post the VI. Version 6.1 does have a shipping example called Data Logger to Spreadsheet but there is no subVI called 5B37 Linear in it. So the shipping example was probably modified.
Before you post the VI, you should do a development distribution to save the entire hierarchy. Go to Save With Options and select the Development Distribution button. This will create an llb. Post the llb.
And what do you mean by 'sheet'?
12-07-2006 02:31 PM
12-07-2006 03:02 PM
The names of the VIs are pretty meaningless. Why can't you post the VI?
The Array Subset function has three inputs called array, index, and length. It sounds like you are trying to wire a scalar (the floating point number) from this 5B37 VI into the array input. This is not allowed and never has been. You could connect your floating point number to either the index or length inputs but these are normally integers so wiring a floating point number here doesn't make much sense either.
12-07-2006 04:55 PM
12-07-2006 04:57 PM
12-07-2006 06:25 PM
12-07-2006 08:01 PM
12-08-2006 02:25 PM
12-29-2006 09:57 AM