04-27-2021 02:49 AM
Hello All,
I have two files,one is created in cRIO-FPGA and the other one is created in My Computer. Both file having the same folder. Kindly let me know that how can i see cRIO file values in the labview file that has been created in the my computer?
04-27-2021 02:55 AM
Hi Sultan,
@SultanUsman wrote:
Kindly let me know that how can i see cRIO file values in the labview file that has been created in the my computer?
Your "files" are VIs…
When you want to "see" the values from your cRIO VI in the host VI (on your host computer) you need to transfer the data from cRIO to host. How to achieve this is explained in the example projects for cRIO/RT programming: file menu -> "New…"!
(In the end you need to use some network communication functions to send data to your host computer.)