LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows IPC Options Support

The following interprocess communication (IPC) mechanisms are supported by Windows:

* Clipboard
* COM
* Data Copy
* DDE
* File Mapping
* Mailslots
* Pipes
* RPC
* Windows Sockets

It would be nice to have one thread that lists all the Microsoft Windows' Inter-Process Communications options that are viable for implementation with LabVIEW.  Searching the forum for "interprocess communication" finds various ones but others are not mentioned.  NI document "How Do I Use LabVIEW to Communicate with Other Applications?" written in 2000 lists TCP, UDP, and ActiveX.  Surely there are more...

See:
* ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/ipc/base/interprocess_communications.htm
* http://digital.ni.com/public.nsf/allkb/B3959ED76D55A9E586256965004D8092?OpenDocument

0 Kudos
Message 1 of 3
(4,289 Views)
Hi d.w.b,

Thank you for the suggestion. I will put in a request to document the interprocess communication supported in LabVIEW.

Thanks!

Warm regards,
Karunya R
National Instruments
Applications Engineer
0 Kudos
Message 2 of 3
(4,264 Views)

d.w.b wrote:

The following interprocess communication (IPC) mechanisms are supported by Windows:

* Clipboard
* COM
* Data Copy
* DDE
* File Mapping
* Mailslots
* Pipes
* RPC
* Windows Sockets

It would be nice to have one thread that lists all the Microsoft Windows' Inter-Process Communications options that are viable for implementation with LabVIEW.  Searching the forum for "interprocess communication" finds various ones but others are not mentioned.  NI document "How Do I Use LabVIEW to Communicate with Other Applications?" written in 2000 lists TCP, UDP, and ActiveX.  Surely there are more...

See:
* ms-help://MS.VSCC.v90/MS.MSDNQTR.v90.en/ipc/base/interprocess_communications.htm
* http://digital.ni.com/public.nsf/allkb/B3959ED76D55A9E586256965004D8092?OpenDocument



Data Copy is supported by G Toolbox:
 

 
George Zou
0 Kudos
Message 3 of 3
(4,253 Views)