11-08-2007 08:15 AM
11-08-2007 08:21 AM
11-08-2007 08:35 AM
Hello CC,
Not sure this is the same. I can set this up as required for a spread sheet file eg in Excel. Problem is that for origin I cannot write anything other than my array of data to the OA file. (or at least I think I cant ). Previously I have written the header to the spreadsheet file and then appended the dat afterwards. This works fine for "spreadsheet" file but I cannot seem to do it for the origin VI's.
L.
11-08-2007 09:07 AM - edited 11-08-2007 09:07 AM
11-08-2007 09:11 AM
11-08-2007 09:18 AM
Hi again CC yes should have been Origin.
You may gain more insight be looking at the origin VI that are available from within labview, these are what I'm using. The operation of saving raw data is simple but putting the (text) headers in seems more complicated.
Thanks
L.
11-08-2007 10:12 AM
Will3001 a écrit: ... You may gain more insight be looking at the origin VI that are available from within labview...
11-08-2007 10:25 AM
If you go to a blank block diagram and right click, look at the user.vi an it should be under this. Also you'll need to have origin installed on the same machine as labview. If the Origin VI's dont appear copy the manually from "program files\origin\samples\automation\Labview" to \program files\national instruments\Labview\user.lib
After this when you look at the pallet again from the blank vi they are there. I particular look at tutorial 2. It creates a nice set of data and saves to a preedfined origin file. What i'd like to do is add the header data the this created file, preferrably before it saves it fully.
Hope this helps
L.