Jump to content

Rendezvous not operating properly


Ano Ano

Recommended Posts

Hello,

I have 10 while loops running in parallel and they are all connected with Rendezvous.

9 of the 10 loops operate fine but one of them does not work always.

This 10th loop is a "popup" vi that when it gets a "True" value it runs.

I also used probes and it seems that the while loop in question is getting all the rendezvous commands but when pressing the switch for the popup vi, the probe on that switch does not execute.

For simplicity I am attaching a photo of a 2 loop Rendezvous, one with the popup vi.

What am I doing wrong?

Thank you in advance.

post-20867-0-95717600-1324631964_thumb.j

Link to comment

You're going to have to be more clear about what "doesn't work" means. Do you mean that the popup loop exits prematurely, so you never have an opportunity to press the popup button? If you're just waiting for a button press and a boolean state change, an event case might be a better fit.

post-13461-0-91062000-1324658397.png

Note that even in this case, the popup can only be generated once. I added the Main Loop's stop button to the timeout case to allow the VI to complete properly.

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.