07-23-2021 05:44 AM
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
Solved! Go to Solution.
07-23-2021 10:02 AM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord