LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to execute C#-DLL-functions in labview?

Hello,

i created a c#-dll that communicates to a LAN-module using modbus. (ReadDI, WriteDO).

The c#-dll references two external DLLs.

How can i call my dll in labview and execute the functions?

 

Thanks for help

0 Kudos
Message 1 of 3
(2,476 Views)

C# is .NET, so use .NET interface.


Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(2,469 Views)

Ok, found everything and it woks.

 

0 Kudos
Message 3 of 3
(2,458 Views)