LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I controll my burstgenerator via the HostVI?

Solved!
Go to solution

Hallo,

 

I build a new digital Burstgenerator. The generator works on the car 7833R. The fpgaVIs are ok, but my controll from the host.VI doesn't work. What is my problem? What can i change? It would be nice, if somebodoy can look at my code an help me.

 

Thanks

 

Martin

 

0 Kudos
Message 1 of 5
(2,968 Views)

It would be very helpfull if you either explain your EXACT problem or better if you try to narrow down the code to a part which is easy to understand and shows your problem.

 

Christian

0 Kudos
Message 2 of 5
(2,946 Views)
I can't narrow my code, because I don't know in which part ist my problem. My Problem is that I can't controll my send_burst.vi form the host Vi. I don't receive Bursts on the scope. I think the FPGA run but the start is not set true. I need especially help to read the parameters first an then send to the fpga and start it.
0 Kudos
Message 3 of 5
(2,944 Views)
Solution
Accepted by topic author ernstm
Starting/Stopping FPGA VIs from the Host, reading/writing parameters, so frontpanel objects are very basic things which you will find in the most fpga example projects in LabVIEW. I really would suggest you to have a look at them.
0 Kudos
Message 4 of 5
(2,942 Views)

Hallo,

 

sorry that I need more help. I looked at examples and I can't find my problem. I want that if I press start the send_burst.vi should run till i is >= N Burst.  I tried to do this with a case-structure but it doesn't run well. I can't see any pulse on the Output. If I run the main_burstgen(HOST)  some pules come out automatically. What did I weong?

 

I hope you can help me.

 

Martin

0 Kudos
Message 5 of 5
(2,922 Views)