ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem with message queues

Hello,

I am having trouble with message queues I use to enable communication
between two applications: if I start my applications from within the
LabView Developer´s Environment, my programs work the way they are
meant to and communicate with each other. But if I create executable
files, no communication takes place.
I am using LabView 6.1, my operating system is WindowsXP.

Any help is appreciated
kind regards

André
0 Kudos
Message 1 of 2
(2,468 Views)
Unlike two different VIs running in the development environment, each exectuable will have a separate memory space. Therefore, they can't share queues, notifiers, occurences, global variables, etc. You'll have to work out an alternate scheme such as ActiveX, VI Server, TCP/IP, Datasocket. Look at some of the discussions here and here.
0 Kudos
Message 2 of 2
(2,468 Views)