01-31-2022 08:47 AM
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.
01-31-2022 05:18 PM - edited 01-31-2022 07:32 PM
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.
02-08-2022 08:18 AM
Thank you! I removed all UI aspects and now DQMH is running well on the system.