12-02-2010 06:37 AM
You have to choose the file before running the program.... It will not popup anymore...
12-02-2010 06:42 AM
Yes...but which file to choose??... I have test.xls on the desktop...
after i click on it...choosefile pops up again 😞
12-02-2010 06:42 AM
If you mean undo while in the edit mode it is (in the Windows environment) simply press "Ctrl Z" (the control key Ctrl and Z key at the same time). This can be done up to 8 times in the standard configuration, can be set much higher under the pull down Tools:Options:Environment number of undos. Undo will only work if you see an "unsaved" * in the vi's title bar.
I won't get into the Vee vs LabVIEW debate at this time, but will say that I think you will like LabVIEW if you give it a chance.
12-02-2010 06:44 AM
Can you include a bit of your code, or an image (.png or .jpg format, Not .bmp), hard to tell what is happening at your end without seeing it. If you include code let us know what version of LabVIEW you are using.
12-02-2010 06:45 AM
Maybe its because this is the first time am working with LabView but i remember i had to do a similiar program in Vee when i started learning it and it was so intitutive....
I dont have a choice, have to learn Labview and live with it 😞
12-02-2010 06:47 AM
well the task is everytime the start button is pressed a random number is to be generated and is to be saved in an excel sheet along with the time stamp...
say i press the start button 5 times...at the end i should have two columns in the excel sheet...1st column with 5 random number and the 2nd column with the corresponding time stamps
12-02-2010 06:55 AM
LabView 8.6
12-02-2010 07:11 AM
@ Ananad : Its not working 😞
The Escel file is as blank as ever
12-02-2010 07:33 AM
I will tell you the procedure....
1. Open the code by double clicking the VI
2. Go to the front panel
3. Choose the file path using the browse button
4. Make sure that you have chosen the correct .xls file
5. Run the VI ( Nithing will happen )
6. Stop the VI and check the file you can find the vaues written in that.
12-02-2010 07:37 AM
Anand if you dont mind....can you make the program simpler (if its possible)