LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get value from other file.

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?

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

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.)

Best regards,
GerdW


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