Jump to content

ddeclue2

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by ddeclue2

  1. QUOTE(Chris Cartwright @ Jun 8 2006, 07:28 AM)

    Hi folks,

    Does anyone know of any example TestStand and Labview code that does something similar to the following...?

    I'd like to start a vi in its own parallel thread from TestStand (which is working), and then at various places through my TestStand sequence, get data back from it via a queue. I've done this between 2 labview vi's on numerous occasions, but I can't seem to work out how TestStand and labview share the queue.

    Any clues anyone?

    Cheers,

    ChrisC.

    You might possibly be having problems using a local queue between your TestView launched VI and the other VI. You should look at using remote queueing as described at openG.org.

    It shouldn't be a problem to do what you are describing as I am doing something very similar now in my own project.

×
×
  • Create New...

Important Information

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