LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CVT usage on cRIO

Solved!
Go to solution

Hi,

 

I have a problem that CVT is not running on RT. I have been using CVT on application that runs on My Computer and it was working properly. Then I wanted to move this program on cRIO and it's not working at all. First I thinght that it's becouse of my application so I created VI based on Basic Example from CVT library. And I have encounted same situation: program is working on PC and is not working on cRIO. I even tried to reinstall software on cRIO but still nothing.
Above that when I first tried to run program on cRIO there was notification during deployment about CVT, like it's not working, but after it's first apperiance I didn't recive this information again so I can't post screenshot.

I am using LabVIEW 2019, cRIO-9038 and NI Current Value Table v3.3.0.13

M_S__0-1627036790325.png

 

0 Kudos
Message 1 of 2
(1,628 Views)
Solution
Accepted by R_Z_

What isn't working?  Is the program running?  Are you using the built in HMI with a keyboard and mouse plugged into your cRIO?  I ask because you are using the event structure, and value change events don't get triggered from remote front panels.  So a VI running on your host (probably Windows) PC is just streaming the front panel back, and then setting the control's values back on that VI running remotely.  Last I knew events weren't sent back.  Some of this is mentioned here, where it mentions the exception is your hardware, if you are using the embedded UI enabled.

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