-
Hi,
I am evaluating open62541 for use in a client application that should read values from a Simatic S7 via OPC UA.
I read through the examples and tried to model the custom datatypes accordingl…
-
System details:
Its a Simatic s7-1200
CPU is 1212C DC/DC/Rly
With a CB 1241 (RS485)
here is my code:
![image](https://github.com/user-attachments/assets/93d6540a-4ba2-4b75-a44a-ff991621793a)
…
-
Hey, first of all thanks for the great library. I've had no problems using the codebase =)
Just as a request/suggestion, could you add some identifier information to client.read, browseName could wor…
Aciid updated
3 years ago
-
:point_down:
-
**Current behavior**
I have an OPCUA client correctly connected, everything works for some hours but then suddenly I stop receiving updates from monitored items. No error/warning shown in console e…
-
Hello,
the image file iot2000-example-image-iot2000.wic does not seem to boot for me.
I built the image using `kas build meta-iot2000/kas-example.yml` in Ubuntu 20.04.1 LTS. There were a few warni…
-
I have 2 versions of the OrangePi CM4 found here: http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-CM4-1.html running on their image of Debian. 1 has 2…
-
Hello,
I wanted to ask for a problem I'm having using Conpot. I've been trying to use the honeypot to simulate PLCs devices using Modbus and S7 protocols. But I'm having some problems with S7 proto…
-
Using the following code
` _S71500 = new Plc(CpuType.S71500, this.txtIp.Text, Convert.ToInt16(this.txtRack.Text), Convert.ToInt16(this.txtSlot.Text));
_S71500.…
-
Is there a way to keep listening to Siemens PLC and trigger an event when data is received?
What I want is, instead of running a ReadArea function every 100ms, I want to keep listening to Siemens P…