From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Start FPGA vi on cRIO from Host pc running a host vi

Solved!
Go to solution

Hi

My labview skills (beginner) are challenged by the following situation:

 

I want to start a vi on my cRIO which collects data from a FPGA vi from a Host pc.

I have attached a copy of my code. I can start the cRIO vi from the host pc but not the FPGA code. 


0 Kudos
Message 1 of 2
(1,942 Views)
Solution
Accepted by topic author mkstech

Hi mks,

 

I want to start a vi on my cRIO which collects data from a FPGA vi from a Host pc.

You don't start a VI from your (Windows) computer to run on your cRIO.

The cRIO will run your VI immediatly after booting up - and your VI will wait for commands/communication from your host VI.

 

My labview skills (beginner)

Then you should take those training resources offered in the header of the LabVIEW board.

Learn LabVIEW.

Then learn about LabVIEW-RT.

Then learn about LabVIEW-FPGA.

Then start with those example projects coming with LabVIEW. They will explain how to start communication between PC host, RT target and FPGA code!

 

I have attached a copy of my code.

No, you didn't attach any code. All we got is an image of a small part of your code base…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(1,937 Views)