Jump to content

njsss

Members
  • Posts

    5
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2011
  • Since
    2006

njsss's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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. Test.zip
  2. Ton, It's sooooo awesome! I just tried, it works. You saved my day sir! Thanks!
  3. I have a labview code to control instruments (camera, lights, etc), and am learning to use Panda3D (programming in python) to build a simple 3D game/animation. Usually at the end of the script there's run() function to start the rendering the 3D scene. I can execute the .py with the "system exec.vi", but how to bridge a communication between the two? Basically what I want is to synchronize certain events inside the two programs, just like what LV does with queue/notifier. Thanks,
×
×
  • Create New...

Important Information

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