You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use libnodave for communicating with a PLC over PPI.
I added the libnodave.net.cs and libnodave.net.dll files to my project. The first thing that goes wrong is that throughout libnodave.net.cs, the dll file referenced is libnodave.dll and not libnodave.net.dll. After changing it to libnodave.net.dll, it gives me an an error saying that the entrypoint for libnodave.setPort() does not exist in libnodave.net.dll.
How are these supposed to work together?
The text was updated successfully, but these errors were encountered:
Snap7 can communicate only via Ethernet cable, so no PPI protocol unless you have a Ethernet communication module (not sure what plc you're using though). Can you share the part of your code which is not working? Maybe I can help
Hi,
I am trying to use libnodave for communicating with a PLC over PPI.
I added the libnodave.net.cs and libnodave.net.dll files to my project. The first thing that goes wrong is that throughout libnodave.net.cs, the dll file referenced is
libnodave.dll
and notlibnodave.net.dll
. After changing it to libnodave.net.dll, it gives me an an error saying that the entrypoint forlibnodave.setPort()
does not exist in libnodave.net.dll.How are these supposed to work together?
The text was updated successfully, but these errors were encountered: