LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Access a queue inside a built labview application .exe

Solved!
Go to solution

Hello,

 

I have a built labview application .exe within which there is a queue. I would like to put items into this queue from a labview vi which exists outside of the application.

 

Is this possible?

 

thanks you,

labJunky

0 Kudos
Message 1 of 5
(2,953 Views)
Solution
Accepted by topic author labJunky

With the correct modifications, sure. You can e.g. setup a TCP listener in the .exe and send commands that way.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 5
(2,928 Views)

Thanks for your tip! I was just researching "network streams". Which is easier to implement?

0 Kudos
Message 3 of 5
(2,924 Views)

I haven't really tried network streams, but as they are a newer addition it's supposedly a little easier to get started. 🙂

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 5
(2,917 Views)

I think I will try UDP messeging. Thanks Yamaeda!

Message 5 of 5
(2,897 Views)