LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Headless deployement of Labview program onto cRIO

Solved!
Go to solution

I currently have a working LabVIEW program that I would like to deploy onto my cRIO to make it headless (run without a laptop). I have tried to do what I have found on the internet but looks like I still need some guidance. I have provided pictures of the block diagram schematic of my FPGA, FIFO, and RT targets that I wish to execute when the cRIO is cycled on. So far, I have the FIFO configured to "Target-Scoped" but when I try to compile the FPGA it says "The Target Scoped FIFO needs to have both a Read method and a Write method present on the block diagram." I guess my question is, where do I add in the READ FIFO and how should I implement it to my FPGA block diagram in order to allow the cRIO to operate without the use of a laptop? 

wsimpson0050_3-1755557129590.png

 

wsimpson0050_2-1755556842195.png

 

wsimpson0050_1-1755556759303.png

 

wsimpson0050_0-1755556722291.png

 

0 Kudos
Message 1 of 2
(107 Views)
Solution
Accepted by rolfk

The target-scoped FIFO is the FIFO between loops within the same FPGA VI.

For FIFO between FPGA to RT, it should be Target-to-Host or Host-to-Target.

-------------------------------------------------------

Applications Engineer | TME Systems

https://tmesystems.net/

-------------------------------------------------------

https://github.com/ZhiYang-Ong
Message 2 of 2
(76 Views)