-
### What happened?
When I try to run the following simple test with Plc4xServer, an IllegalArgumentException is thrown and displayed in the log due to an empty ConcurrentHashMap of runningRequests …
-
The repository https://github.com/influxdata/telegraf provides a solution to connect many protocols. It should be tried out if IF could use this to connect machines with opc/ua, MQTT and s7
-
We are missing support for certain stop/restart commands from our protocol implementations. Need to look into what's missing and how to add them. Examples:
- Modbus function 90
- CIP (ENIP) NOP comm…
-
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
-
As the used moka / snap7 library is originally intended to support S7 Style CPUs ethernet communication, and the Logo 7 and 8 just how to say support that com protocol in a very basic manner, it shoul…
-
I am throwing this as an issue since I have no contact to you and would like to see opinion of others. Apache PLC4X has support for [Ethernet/IP](https://plc4x.apache.org/users/protocols/ethernet-ip.h…
-
Hello! I met a problem when I ran conpot in default template. When I run conpot on my cloud server(OS is Ubuntu and the conpoot version is 0.6.0), a error appeared:
![图片](https://user-images.githubus…
-
### What would you like to happen?
hello,
How to handle reconnection after disconnection in a subscription? I couldn’t find any relevant examples on your official website.
```
connection.addDisc…
-
### What happened?
Hello,
Using 0.9.1 or 0.11-SNAPSHOT version, EIP or LOGIX, I have some issue reading array and no numeric values.
Examples:
1. ControlLogix: read PLC_2_Server.DMC1 => give m…
-
### What happened?
I am launching an OPCUA server through Docker running the following .py file:
```
import asyncio
import logging
import random
from asyncua import Server, ua
async def main(…