-
Hello everyone,
In older projects I used v.0.1.9 for them it was taken already assembled dll which had location _s7netplus-0.1.9/nuget-pack/lib/net45/s7net.dll._
It worked decently.
Today, just…
-
Hello guys,
untill now we had 0.1.8 version implemented in the project. And it worked fairly fine.
It is time to make another application and we came accross with some challenges.
Early versions a…
-
Ich mache es im Grunde genommen genau so, wie es die Beispiele vorzeigen, nur das ich um den Connect noch einen Try Catch Block packe.
Leider liefert das SDK immer folgende Meldung zurück obwohl al…
-
in v 0.4.0 has no error processing(var result = plc.Open();), plc. Open return void
cant be equal to var.. can you help PLZ thnaks!!
-
Guys, hi I just saw old posts on the hub. Id there any way to accomplish this by python-snap7 on RPi3
-
Hello,
could anyone answer, why when I create instance of Plc in _usual class_ the library functions pretty fine and I can read and write vars. At least it functions correctly.
However, when I tried…
-
i am connecting to PLCSim Tia Portal V16
i can Connect to PLC but cannot Read or Wite!
Plc plc = new Plc(CpuType.S71500, "192.168.1.102", 0, 1);
plc.Open();
MessageBox.S…
-
I have a logging application that uses S7Net 0.7.0.
I log a number of values from different PLCs. After running my application for at least an 30 minutes, the values I recieve using:
public objec…
-
I'm trying to communicate with an AB plc with his FactoryTalkLinxGateway. Is this library compatible with AB plc?
I'm normally not able to read any tag. but if i first read one tag with a test progra…
-
Hallo,
I have a question regarding reading Boolean Input which is not connected from PLC, the result will be always TRUE. This is confusing because when the reading output is TRUE, we could not kno…