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