-
Hi Guys,
I met a problem to re-connect to S71500 after simulating unplug net cable.
what I do is to close the connection, wait for few seconds, then open a connection, wait for 10 senconds to chec…
-
Siemens have some different Device Model ,such s7200 ,s7100,s71200,s71500 ,etc. But their S7 protocol is not common。Can support enum to select?
- Emum:
```go
{
S7200 = 0,
S7300 = 1,
…
wwhai updated
10 months ago
-
s71500 write bit M9.2 How to read and write?
-
**Type of Issue**
- [x] Bug
- [ ] Enhancement
- [ ] Compliance
- [ ] Question
- [ ] Help wanted
**Describe the Issue**
First or second read request after subscribe is much slower as oth…
-
Hi,
I connect to a plc S7-1500 or S7-400 without a problem. I can read data from a DB using ReadBytes, ReadVar or ReadStruct.
I'm trying to detect when there is a problem with the connection. I wo…
-
Hi,
I'm testing a connection with a S71500 PLC via VPN.
I'm reading different DB Areas from different DB.
Everything run fine.
Sometime, with the Internet traffic, one of the read fails with Tcp R…
-
Hi Everyone
I am having a problem with reading string from Siemens S71500 PLC, I am actually not sure how to read that in unity as a string.
What I want to do is read a string name and then I want …
-
Hello,
last nuget package here https://www.nuget.org/packages/S7netplus is from August 2023.
Could you please release new package version?
I'm looking forward to ReadClock/WriteClock.
Can I help y…
jk987 updated
5 months ago
-
### Describe the bug
When debugging, i receive an error on line: SqlDataReader reader = command.ExecuteReader(). Using microsoft.data.sqlclient with the provided code, i try to connect with my sql da…
-
So I have the scenario where I have an array of user defined types in a datablock and I need to read and write them for managing recipes. The first member of this plc type is a bool followed Reals th…