Fredxxx Posted July 13, 2011 Report Share Posted July 13, 2011 Hey everybody, i have a little problem here. On my block diagram i have a numeric control terminal . I want to drop a VI Server reference and a digital numeric Refnum form my existing control on the block diagram. I already tested around with the "New VI Object" Node, but figured out, that it`s not that easy Thanks in advance. Fred Quote Link to comment
Yair Posted July 13, 2011 Report Share Posted July 13, 2011 For the reference, use the terminal's reference to get a reference to its control (available as a property), then call the Create Reference method on that control. For the constant, you should be able to use the New VI Object primitive to drop a Class Specifier Constant, which you can then configure using its Type property, which accepts the name of the class (although I don't think that will get you the strict reference which you seem to want). The class is in GObject>Constant>Refnum. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.