09-19-2024 05:26 AM
Hello, this is my first time to connect my LabVIEW to a pump that uses DDE as communication protocol. I am using LabVIEW 2024 Q1and I want to acquire data from quizix pump (uses PumpWorks software) which is providing DDE server. My question is can I contact with that server to acquire data from that software using this version of LabVIEW ( is LabVIEW 2024 Q1 supports DDE communication protocol ?).
09-19-2024 09:04 AM - edited 09-19-2024 09:05 AM
The DDE VI's are not exposed in LabVIEW anymore, but they are still installed for 32-bit LabVIEW.
See the knowledge base for where they are installed, and how to add them to your palettes.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LMUSA2&l=en-US
09-19-2024 09:15 AM
I tried many times before to get it to my LabVIEW 2024Q1 (32bit ) using the same link and I cannot get it. could you please tell me different way to get the DDE palette ?
09-19-2024 09:48 AM - edited 09-19-2024 09:48 AM
09-20-2024 02:49 AM
Thank you for that I found them there, but still I can not show them in my LabVIEW.
09-20-2024 02:59 AM - edited 09-20-2024 03:01 AM
You could edit the palettes of course but why? Just create a DDE VI Tree.vi in your project and use that as your palette. No sense in spending a lot of effort on a dead horse.
But! DDE is dead, those VIs don’t work and never will in LabVIEW for Windows 64-bit. And the day when LabVIEW is only shipped as 64-bit will arrive as sure as the morning sun every day. So don’t build anything that you intend to be able to use for many years to come in your LabVIEW work and definitely don’t use it in any library you intend to let others use!
09-20-2024 03:06 AM
I am trying to read data from software called PumpWorks and this software has ( DDE and OPC DA servers ), so could be connected only using either DDE or OPC DA. I have OPC UA toolkit but it could not communicate with that, I am not able to get OPC DA toolkit, so DDE is the solution I have. I will just use it to read data from that software to my program.