09-12-2012 08:45 AM - edited 09-12-2012 08:46 AM
Hi Guy,
any text editor can create csv files (as they are just simple text...)!
Anyway it should work with Excel too, everybody else uses those tool. Save your sheet in Excel as "csv", then close Excel. After that you can open the file in LabVIEW...
09-12-2012 08:59 AM
"Error 7 occurred at Open File+.vi:Open File"
I do appreciate you guys going through stupid things, because I'm pretty sure it's something stupid on my end. The file path is fine, I went into the properties of the file and found it there, so all I had to do was copy and paste that.
09-12-2012 09:15 AM
09-12-2012 09:34 AM
Another trick is to drag the file itself into the file path control.
Error 7 is specifically that your file does not exist. You are pointing to the wrong file or only the folder(?).
09-12-2012 09:45 AM
I've dragged and dropped, I've copy and pasted from the location in properties, I've browsed for path, and they all direct to that same location, so I doubt that I'm pointing to the wrong file. I'm not sure what else I can do to try and fix this.
09-12-2012 09:48 AM
09-12-2012 10:08 AM
I can open it with notepad.
I'll attach it. That column of numbers under the "read from spreadsheet file.vi" is what I was using before, and what's in the csv file that I'm using to test, in case you're wondering.
09-12-2012 10:12 AM - edited 09-12-2012 10:12 AM
Hi Guy,
do you really think your RT target has access to your PC's harddrive? Those are two completely different computers.
You should have noted that in the first post!
Easy solution: Transfer the csv file to your RT target - and don't forget to change the path according to your RT target file system...
Doh...
09-12-2012 12:50 PM
As you've probably figured out by now, I'm pretty new to all this, so I didn't think of anything along those lines.
Is transfering the csc file to the target as easy as dragging it under the target in the project?
09-12-2012 01:28 PM
No. It's easy to do through Windows. Run ftp://aaa.bbb.ccc.ddd (replace a.b.c.d with the IP address of your RT target). Then drag the file to the appropriate directory on the RT target.