-
### What happened?
Connect to your Twincat3 PLC with the option load-symbol-and-data-type-tables set to false.
Try browsing or reading a variable, it doesn't get resolved, instead an error is throw…
-
### 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 have tag `Mod1.FDPRT.PAP2.Axis[3].Drive.NcToPlc.ActTorque`
`"Axis[3]"` its not an array, its name of plc tag, so i expext that everything works okay, but seems like it is not pa…
-
### What happened?
It seems like PLC4X does not wait for a response from the Ethernet/IP server when reading data (specifically using the Ethernet/IP scanner device in Beckhoff Twincat3 PLCs)
I'm …
-
### What happened?
Hi everybody,
I am a new user of plc4x, and I wrote a very simple program based on example to connect to an Allen Bradley PLC using EthernetIP protocol. It seems to be connecte…
-
### What happened?
Run the read example for GO and changed to a single bool which i can read from other clients on the same computer.
Using an older PLC with Twincat 2 on port 801.
`readRequest, …
-
### What happened?
HI,
I am testing the `CachedPlcConnectionManager` and I found a bug.
I am using PLC Siemens S7 1200, I am testing the reliability of the communication between PLC4x and PLC in…
-
### What would you like to happen?
I wanted to try out the OPC UA driver, but I'm unsure if I'm making a major mistake or if parsing string options simply hasn't been implemented yet. Following the…
tvwy updated
14 hours ago
-
### 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(…
-
### What happened?
![image](https://github.com/user-attachments/assets/977b660f-4884-4789-8a31-125a84882d5e)
i am performing reading multiple tag addresses at once, and if one of tag not exist on …