Jump to content

X Control With Dynamic Screen


jgcode

Recommended Posts

Howdy!

Is it possible to have an X control that can spawn a dynamic User Interface VI - such that the UI is non-blocking in the X control thread? I have done X Control with static UI - easy. I just want to know if it's there is any problems that may arise or it anyone else does that before I go down that path.

Right know I have my control in a main VI and I have a separate UI that runs in parallel to the main VI and that "acts" only on the control.

The parallel UI is run by by main VI and comms/data go through the main VI to the control.

I would like to encapsulate the control and parallel UI together.

However, the UI and control must run at the same time - the parallel UI cannot block the control.

Would this work ok?

Cheers

JG

Edited by jgcode
Link to comment

Should be fine. (havn't tried what your doing but have done similar things).

There is a flashing LED x-control around somewhere here that spawns a vi dynamically as a timer which is similar to what you are tring to achieve.

Sweet, I remember seeing that one posted, I will check it out.

I think that is the way I am going to go.

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.