LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

word document to labview

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

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 11 of 14
(637 Views)

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

0 Kudos
Message 12 of 14
(609 Views)

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!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 14
(593 Views)

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

0 Kudos
Message 14 of 14
(582 Views)