So I'm relatively new to LabVIEW RT. I got a few relatively simple projects working and I wanted to play around a bit more to learn. One of the things I'm aware of is that on RT not all things like property nodes and invoke nodes are supported. If you open a property node's context help and get more help it will say something like Available in Real-Time Operating System - Yes/No. So in writing code I make sure that the nodes I use are going to be supported.
I've found several nodes that say they are supported on RT but are clearly not supported. Basically anything using the front panel aren't going to be supported. This is because there really isn't a front panel on an RT system.
But what I don't understand is why all these property nodes that are of the panel class claim to be supported on RT. Like this property which returns all the control references on a front panel.
http://zone.ni.com/reference/en-XX/help/371361H-01/lvprop/pnl_ctrls/
How is this supported on RT? Shouldn't these say they aren't available on RT?