06-06-2014 06:06 AM - edited 06-06-2014 06:07 AM
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
06-06-2014 06:27 AM
C# is .NET, so use .NET interface.
Norbert
06-06-2014 06:51 AM
Ok, found everything and it woks.