-
Hi,
I try to use cpppo with OMRON PLC (CJ1, CJ2 and NJ with ethernet card EIP21), but I can't read/write memory.
With this command, I can see product on the network :
```
python -m cpppo.server…
-
As the title said, am trying to use the swat example given in examples/swat-s1, but when i try receiving something in plc1 from plc2 it always return an empty byte. I tried sending the tag with `self.…
-
-
Hi, thanks for creating this really cool module! It seems to work really well but I am having some issues reading from strings, some seem to work but not others?
I am using the `proxy_simple` inter…
-
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…
-
Hello,
First, thank you for this amazing library.
It would be very helpful to have a GenericService class, where the service code can be provided in the constructor.
Something like this:
```
…
-
I understand that different devices can operate by separating them with UDP ports, and I have tested it. However, some poorly implemented devices or adapters might not accept ports other than '2222'. …
-
Hi,
I tried to load ~ 500 different tags (NOT array) to the server, and I hit an undesirable limitations:
* Simulator startup is very slow, to set up 500 tags it takes ~ 20-30 seconds.
* If I try…
-
Hello,
Can you please provide a way to shutdown a connection pool that will close all connections and empty the pool?
I am running into an issue that the pool is leaving hanging connections once I a…
-
Hi
i am approaching this library to have an idea on how to read tags,
In my case i have a L73 processor (clx) in a rack and i would like to read a tag from it.
The plc module is in a rack with o…