Hi, I'm using Libnodave in Visual Studio 2010. where can i get the return code / error code? Everything work fine for me. But sometime, when network connection problem. I not able to reconnect to the PLC.
the statement res = di.initadapter was return a -1
I need to auto reconnect to PLC whenever my program disconnected from PLC. Please advise what should i do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
What does -4 and -5 as errorcodes stand for when connecting to PLC?
I tried Davestrerror but i only get something that looks like chinese signs!
/Peter
I have the same problem with davestrerror.. I get chinese sympols also.
Hi, I'm using Libnodave in Visual Studio 2010. where can i get the return code / error code? Everything work fine for me. But sometime, when network connection problem. I not able to reconnect to the PLC.
the statement res = di.initadapter was return a -1
I need to auto reconnect to PLC whenever my program disconnected from PLC. Please advise what should i do.