08-17-2007 05:20 PM
08-23-2007 11:15 AM
Hi,
Because XControls work similarly to OOP, you cannot get a reference to itself easily (such as with a property node within a regular VI). However, you could use a reference control to the XControl itself and go from there. So I would say no, it isn't really as simple as a regular property node, but it certainly can be done. Hope this helps!
Stephanie
08-24-2007 07:40 AM
08-27-2007 09:17 AM
Thanks Wiebe,
Yep, missed the fact that the XControl's Refnum is part of the Facade State Control. This is exactly what I needed - glad it was simple.
08-27-2007 09:20 AM