06-25-2008 10:38 AM
06-25-2008 10:52 AM - edited 06-25-2008 10:53 AM

06-25-2008 10:59 AM
06-25-2008 11:26 AM
- Change the polymorphic version of the Read From Spreadsheet File to "Integer".
- Double click the VI to open it.
- Save it under a new name. (Select "Save As...", then select "Open additional copy"). Make sure you save it in your own work directory. Do not save it in the LabVIEW directory!
- In this new VI switch to the block diagram.
- Change the datatype of the "type (empty)" control, the "all rows" indicator, and the "first row" indicator to I16. Save it.
- Replace the VI on your block diagram with this new VI. You will then get the data as I16 directly, with no need for conversion functions.
06-25-2008 11:29 AM
Sorry, that makes no sense. Do you want to to use binary display format in your graph?
What I suspect is that the data in your spreadsheet file needs to be scaled and not just converted like you are doing. That's only because you have a %.6 format string. If you do have floating point numbers in the file, then what you have will not work at all.
06-25-2008 11:33 AM
06-25-2008 12:44 PM
06-25-2008 12:56 PM
06-25-2008 04:37 PM
06-25-2008 05:29 PM - edited 06-25-2008 05:30 PM
