- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Apache Nifi connect to Siemens Logo using Plc4xSourceProcessor 0.12.0
- Labels:
-
Apache NiFi
Created 03-12-2025 02:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello together,
i am new to Apache Nifi and i try to connect to a Siemens Logo.
I have added the plc4x processors and added the connection string to the processor : Plc4xListenRecordProcessor 0.12.0
Connection string: s7://<myip>:102?localTSAP=0x1000&remoteTSAP=0x2000
i have these datapoints:
{
"word1410": "%DB1.DBW1410:INT",
"word1406": "%DB1.DBW1406:INT",
"word1412": "%DB1.DBW1412:INT",
"word1408": "%DB1.DBW1408:INT",
"bit10_0": "%DB1.DBX10.0:BOOL"
}
My question is how to add the datapoints?
When i connect to the plc using node red everything works fine. So i dont believe that i have a configuration issue on the plc.
When i run the flow everything looks to be fine but no data are comming.
Can anyone give me advice how to configure the flow correctly?
Thanks.
David
