Some of you may be familiar with my LV8 upgrade "issues" So i am trying to make a base VI that uses only VI's that are included with Labview. The Vi's attached below were written by a previous employee who really knew his LV inside and out. I do not.
This one "Create Data String 1" What does this do? Do i need it? It appears just before write to file. It is not an NI created VI so it is not loaded on new computers with fresh installations of labview. I would like my VI's to be more universally distributable.
And then there is this one "Get 2000 proof date time 1" I have no idea what this one is doing, obviously has something to do with 4 digit dates.
These two sub-Vi's are contained within this master VI. The purpose of this VI is to scan all 16 channels, Display a graph on the screen and write the data file. The MS multiple obviously controls the number of data points written per second.
PLEASE CRITIQUE THE OVERALL DESIGN OF THIS VI, "20166 TBC 14 Temps LV8.vi"
It is just a master template i start all vi's from. I would particularly be interested in ways to make it faster. For example, do i need 16 copies of index array and mean? Is there no way for me to do this with one block? Would that even be faster? It also seems it takes a lot of maintenance to get 16 channels to a graph (16 wires and a bundle ) Is there a way for me to write an Excel file directly? Every time i open a labview data file i "import" as tab delimited and all is well, its no problem i was just wondering if there was a way to just have it add the .xls extension that way one does not have to know the correct program that opens the data file.
All opinions appreciated. Thanks.
Message Edited by Vr6Fidelity on 11-29-2005 03:25 PM