LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect FPGA IO to Web Service?

I currently have this project Structure.

 

ss (2014-09-18 at 01.46.54).png

 

but when I try to add the LED towards the Process.vi,, it doesnt work.

 

ss (2014-09-18 at 01.52.01).png

 

How do we connect the LED / GPIO towards the Process.vi which is inside webservice? 

 

Thanks

 

 

0 Kudos
Message 1 of 2
(2,365 Views)

Hi wavepacket,

 

you can't drop the I/O-node on a blockdiagram which isn't executete on the fpga. You will need to create one separate vi for the I/O-Communication and compile it for the fpga. At least something like this:

 

fpga.png

 

After compiling you can access your I/O via the fpga interface. There you need at least something like this:

 

host.png

And please spend some time cleaning your blockdiagram.

 

 

Kind regards,

 

skusie

0 Kudos
Message 2 of 2
(2,360 Views)