-
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…
-
I'm trying to write data to an Omnron NX1P2 but I'm getting this error
![writeError](https://user-images.githubusercontent.com/9067301/85437286-fb37bf80-b54f-11ea-80d3-008693f05eed.PNG)
I manage…
-
I am encountering an error while trying to access the TM_Status_Connected variable on my Omron NX1P2-9024DT PLC using EtherNet/IP protocol through Node-RED. Below are the details of the error and my …
-
Recently when using libplctag to connect to Omron nx1P2 PLC, I found a problem, when writing data to a byte-sized tag, it will report an error, but there is no problem to read the data, and there is n…
-
### What would you like to happen?
Thank you!
### Programming Languages
- [X] plc4j
- [ ] plc4go
- [ ] plc4c
- [ ] plc4net
### Protocols
- [ ] AB-Ethernet
- [ ] ADS /AMS
- [ ] BACnet/IP
- [ ] CAN…
-
Here's the deets from @jfontsaballs:
- Strings are up to 255 bytes (does this include the count word?).
- Strings have a count word of two bytes. Little endian.
- Strings are padded to a multip…
-
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…
-
I'm having a problem when trying to write to Omron PLC
It's somewhat the same issue descripted [here,](https://github.com/st-one-io/node-red-contrib-cip-ethernet-ip/issues/10]) but this occurs when…
-
Looking at the code, the `plc_tag_get_string()` function appears to assume that the first two bytes at the provided offset contain the string length. This does not appear to always be the case for Omr…
-
Hi!
Firstly, thank you very much for your work! It is really helpfull for me! However, I have some difficulties with connection and reading/writing data from/to my PLC.
I am not very experienced wit…