NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

passing data from one labview exe to another

Hi,

I did it in a different way, I converted both the VIs into .dll and called both of them in another vi and finally made an exe of the final one.

Its working pretty fine now.

Regards

Sreedhar.

0 Kudos
Message 11 of 15
(2,449 Views)
To just add a quick comment, you do not have to create exe's or dll's from LabVIEW VI's in order to run them on a system without the LabVIEW development system. Read chapter 5 of Using LabVIEW with TestStand and chapter 14 of the TestStand Reference Manual.
0 Kudos
Message 12 of 15
(2,438 Views)

I am unable to communicate between both the ExEs. Will be helpful if you attach the exe of your working VIs. I made the exes under default settings. Sorry I am unable to attach as my system is not helping me to do so.

Thanks.

0 Kudos
Message 13 of 15
(2,439 Views)
Did you enable the ActiveX Server for each application? Also, as Ray mentioned, your paths are much different with exe's. Getting both of these correct are why I recomended that you avoid using exe's.
0 Kudos
Message 14 of 15
(2,426 Views)

Hi,

 

As I said, I tried using default settings for making the exe. Now, after I enabled the activeX server, there is no difference.

0 Kudos
Message 15 of 15
(2,421 Views)