Jump to content

dropping a reference of a control terminal on the block diagramm


Fredxxx

Recommended Posts

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

post-18615-0-92996600-1310541977_thumb.p

Link to comment

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.