Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

NETDDE in window2000

I am trying to use netdde to let two labview programs talking each other. I use new chart client and server (ni examples) in two window2000 PC. It never works. What is the problem? Someone tell me that netdde has problem when running in window2000. Is it true?
0 Kudos
Message 1 of 2
(6,188 Views)
You can use DDE in Windows 2000. I am running 2000 and the examples ran fine on my computer. There is a catch though - you need to make sure to start the server before the client and then not stop the server until the client has been stopped. If you just want to communicate between two LabVIEW programs, you may look at other communication methods. DDE is pretty old so I would look at moving into something newer. For an application similar to the examples you are looking at, I would recommend checking out the datasocket examples.
0 Kudos
Message 2 of 2
(6,188 Views)