09-09-2007 02:49 AM
09-09-2007 03:08 AM
09-09-2007 03:16 AM
09-09-2007 07:39 AM - edited 09-09-2007 07:39 AM
Follow the instructions in the attached image
@elo85 wrote:
how to make this?? ( inside the picture)
Message Edited by JoeLabView on 09-09-2007 08:39 AM
09-09-2007 07:59 AM - edited 09-09-2007 07:59 AM
elo85 wrote:
1. if i wan use write to spreadsheet to ile instead of write to characters to file, how can i make the connection?
2. another question, what's the difference between write characters/spreadsheet to file ?
3. btw, how to edit the post i had submit?
1. As I recall, you are using LabVIEW 7.0. In this version, you have to wire a numeric array to the Write To Spreadsheet File.vi. Otherwise, you will get an error and a broken wire, as shown in the attached image.
2. You are probably referring to the content of the file. The difference on the block diagram is shown in the 2nd image below. The Write To Speadsheet File converts the numeric data to string and Tab delimits the data. If you do this conversion, and delimit the data (tab, space, etc), then you essentially do something similar and can simply use the write character to file. In the next post, I'll show the insides of the Write to Spreadsheet VI.. Hopefully you'll see the resemblance. Hopefully, it won't confuse you, and code those days were rather messy 😞
3. To edit your message, click on the Options at the right top corner of your post and select Edit Message. You only have (5??) minutes to do so (from the time of the original post).
Message Edited by JoeLabView on 09-09-2007 09:01 AM
09-09-2007 08:09 AM - edited 09-09-2007 08:09 AM
Message Edited by JoeLabView on 09-09-2007 09:11 AM
09-09-2007 08:18 AM
09-09-2007 08:51 AM
09-09-2007 09:02 AM
If you delimit the data using Tab (\t) for characters to file, then they will essentially be the same. We're talking about the contents of the datafile, right? In other words, if you open the data file using (let's say) Notepad, or better Wordpad, then they will look the same.
Actually, a fun exercise is to try both. Look at the output file and compare. It's a good learning exercise. You can then play with different delimiters, etc.. and play with the formatting.. (something to do on a rainy Sunday afternoon 😄 )
09-09-2007 09:57 AM