DQMH Consortium Toolkits Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

DQMH on the myRIO

Has anyone used DQMH on the myRIO? I have successfully implemented DQMH on the cRIO/cDAQ. The myRIO is running NI Linux Real-Time, but the front panel buttons don't seem to trigger changes on the back panel. I am running LabVIEW 2020 SP1 32 bit, and have the myRIO real time target selected, with all modules/testers on the myRIO. 

0 Kudos
Message 1 of 3
(1,801 Views)

The myRIO doesn't have an embedded UI capability, so you can't use regular button press events to trigger changes.  

 

Button presses need to be polled (rather than using an event structure).  If you create an RT Tester for your DQMH module you'll see how this is being done.

Christopher Farmer

Certified LabVIEW Architect and LabVIEW Champion
DQMH Trusted Advisor
https://wiredinsoftware.com.au

Message 2 of 3
(1,777 Views)

Thank you! I removed all UI aspects and now DQMH is running well on the system.

0 Kudos
Message 3 of 3
(1,739 Views)