Jump to content


Photo
- - - - -

How to trigger user events inside Action Engine (or FGV) between multiple VIs?


  • Please log in to reply
2 replies to this topic

#1 njsss

njsss

    Are we there yet?

  • Members
  • 5 posts
  • Version:LabVIEW 2011
  • Since:2006

Posted 10 March 2012 - 03:46 AM

I tried to use the AE to trigger user events in two VIs, but not successful. Only one of them can trigger the other depending on which starts first. What's the best way to to make a two-way communication (trigger)? I used to use queue, but since the real application each already has a queue (producer/consumer), and the consumer may have things running blocking the queue listening, which means I'll have to make more queues, that just sort of messy.

Attached Files

  • Attached File  Test.zip   32.86K   59 downloads


#2 ShaunR

ShaunR

    LabVIEW Archetype

  • Members
  • PipPipPipPipPipPip
  • 2,224 posts
  • Version:LabVIEW 2009
  • Since:1994

Posted 10 March 2012 - 12:44 PM

Give this a try

A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. (Herm Albright 1876-1944).

Founder and general mischief maker on www.labview-tools.com.
SQlite aficionado and websocket zealot.
If it 'aint in LabVIEW, then you 'aint got a clue!

#3 njsss

njsss

    Are we there yet?

  • Members
  • 5 posts
  • Version:LabVIEW 2011
  • Since:2006

Posted 11 March 2012 - 03:56 AM

That works, thanks a lot!