03-28-2014 04:11 AM
Hi Bhargava,
you should learn LabVIEW using resources offered by NI:
http://www.ni.com/gettingstarted/labviewbasics/
http://www.ni.com/academic/labview_training
You have a lot to read in the LabVIEW help and you will find tons of example VIs in the ExampleFinder!
An event is processed using the Event structure…
03-31-2014 06:15 AM
Hi GerdW
Your suggestions helped me alot....... i used value change event to change the data in the spreadsheet but I am unable to save the changes done to excel speard.......could you please tell me how could I save it
Best Regards
Bhargava
03-31-2014 08:58 AM
Hi Bhargava,
in your VI the event is executed on value change of Combobox or "all rows" - but "all rows" is an indicator and will never gibe a value change event…
So this event is just executed when Combobox changes it's value. Then you read in the file and display it's content in "all rows".
When you want to edit "all rows" you have to make it a control and you have to provide a second event to actually save the data from "all rows" to a (new) file!
03-31-2014 09:40 AM - edited 03-31-2014 09:57 AM
Hi GerdW
Thanks alot for ur reply........I have edited the events handled by event structure to "Combobox value change" and I have created a new event for "all rows value change" and able to edit the values of all rows...... Could you please tell me how can I actually save the data which I have edited from"all rows" to a new text file........is it same as write to an spread sheet and save ?
Best Regards
Bhargava Devarasetti