Hallo,
hat schon jemand versucht über die DotNetSiemensPLCToolBoxLibrary.dll und AS511 eine Verbindung mit einer 810M Steuerung herzustellen?
Eine Verbindung bekomme ich hin,
if (myConn != null) myConn.Dispose();
myConn = new PLCConnection((string) lstConnections.SelectedItem)...