I am new to node red and having trouble finding where to look for an example.
I have an S7-1200 Siemens PLC hooked up to a barcode scanner.
I need to take some values off the PLC (which I have done already and am able to see values) and send them to a RPC api formatted in XML.
I have the structured XML ready but I am not sure how to format it so I can input variables from the PLC. I have a "template" but not sure if I am doing it correctly.
My trials so far:
S7-In -> Template (not sure how to function it here) -> XMLRPC
S7-In -> Function -> XMLRPC
The tutorials I have seen basically say structure for JSON and use XML parser, is that the best way?
Steve,
Thank you. Exactly an example I was looking for that should give me everything I need to get this done. Funny I saw a similar question earlier 2-3 years ago you answered didn't expect to see you here but thankful nonetheless, appreciate the help!