LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

send data using exel file to function generator

Hi all,

I have one function generator which I controll with LabVIEW, I attached here the simple code.

I would like that code read some data from exel file .

May you please help me?

Thanks

0 Kudos
Message 1 of 6
(2,648 Views)

Tips:

1.  Get rid of the stacked sequence structure.  At least change it to a flat sequence structure.

2.  You have two separate lines of execution that could be trying to access the same VISA resource at the same time.  Don't do that.  The "Configure" button should be another event in the same event structure.

3.  Put the buttons inside the event case they belong to.

4.  Search the forums for how to read an Excel File.  This has been asked for so many times before, and teere are so many examples you can find on a search, there is no reason you should need to ask this question in the forums.

0 Kudos
Message 2 of 6
(2,634 Views)

Thanks for reply,

Yes, you are right, I found also some example but I don't know how can I put those in my code and sending to device. May you please guide me a little more?

0 Kudos
Message 3 of 6
(2,617 Views)

The examples you can find are going to be far better than something I can throw together.

 

Show what you've tried so far.

0 Kudos
Message 4 of 6
(2,614 Views)
And you must include an example of your excel file.
0 Kudos
Message 5 of 6
(2,603 Views)

I used different example like the one that I attached but I can not connect with m device.

Now I can read my datas from Exel but how can I send to generator?

I really confused.

 

thanks in advance

0 Kudos
Message 6 of 6
(2,528 Views)