Kafka connect and python OPC #2165
Unanswered
kalyagin-private
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Have you tried the current development version 0.13.0-SNAPSHOT? It has been quite some time since our last release and a lot of fixes have already gone into the OPC-UA driver. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm encountering an issue while setting up a connection between Kafka Connect and an OPC UA server using Docker Compose. Here are the details of my setup:
I am using Docker Compose to run the following services:
Here is my Kafka Connect configuration:
The connection between Kafka Connect and the OPC UA server is established successfully, but I am receiving the following error messages:
In the OPC UA server UI, the data type for the tag is specified as Double. Here is a screenshot of the tag configuration:
I have attempted to change the type in the tag description from
STRING
toREAL
andINT
, but none of these changes resolved the issue.I am using PLCX 0.12 version.
Could you please help me understand:
Any guidance or suggestions would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions