Jump to content

Ben_V

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ben_V

  1. Hi, I am trying to embed the NI Vision Acquisition Software in the front panel of a LabVIEW program I am writing. I need to control the NI Vision Acquisition Software from my program, it is not for display only. I have been doing some research but I am not sure if this is possible and how hard that would be. Alternatively I could launch the NI Vision Acquisition Software from my LabVIEW program but I would like to integrate everything into one software. The only relevant documentation is found is this: Connecting LabVIEW to 3rd Party Software Packages - National Instruments (ni.com). I would like to hear if anyone has managed to integrate and control a third party software from a LabVIEW front panel. Any advice would helpful. Thank you for your help! Best, Benoit
  2. @Rolf Kalbermatter thank you for your answer. Is it possible to specify the path to the .NET DLL? The issue is that the .NET DLL location may change after I deploy it. Thank you!
  3. Hello, I am trying to find a way to dynamically load and possibly unload .NET DLLs in LabVIEW. This is easy to do when you can use the "Call Library Function Node" to call your DLL by specifying its path on the block diagram. However, it doesn't seem like there is an easy way to do that for .NET DLLs. I use the .NET constructor node to create an instance of my .NET object which is my DLL, and I use property or invoke nodes to access my DLL methods. Does anyone know how this can be done? Thank you for your help!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.