Node-red can't read the data from the kepserver

Hello guys! So we're trying to READ the KEPSERVER using NODE-RED.
So my problem is that the NODE-RED CAN'T READ THE DATA FROM THE KEPSERVER... As you can see in the attached photo, the Debug Node reads only the Inject Node and not the data from the kepserver...

Thank you so much!
btw I am using

node-red-contrib-opcua

here is my flow:

[{"id":"ff96c41e.187118","type":"tab","label":"NR2KPSRVR","disabled":false,"info":""},{"id":"6f01f358.0aeafc","type":"inject","z":"ff96c41e.187118","name":"VALUE","topic":"ns=2;s=KEPS.PLC.Value","payload":"","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":190,"y":180,"wires":[["cddbf2ba.cb3f5"]]},{"id":"cddbf2ba.cb3f5","type":"OpcUa-Server","z":"ff96c41e.187118","port":"49320","name":"READ_KEPSERVER","endpoint":"opc.tcp://127.0.0.1:49320","x":360,"y":260,"wires":[["4f1b9394.101bcc","4b6fb9d4.206308"]]},{"id":"4b6fb9d4.206308","type":"debug","z":"ff96c41e.187118","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":570,"y":340,"wires":},{"id":"4f1b9394.101bcc","type":"ui_gauge","z":"ff96c41e.187118","name":"","group":"6d513b7e.2b48e4","order":0,"width":0,"height":0,"gtype":"gage","title":"gauge","label":"units","format":"{{value}}","min":0,"max":10,"colors":["#00b500","#e6e600","#ca3838"],"seg1":"","seg2":"","x":570,"y":180,"wires":},{"id":"f6854d93.ddf14","type":"comment","z":"ff96c41e.187118","name":"- - - - - - - - - - - - - - - - - - - - - - - - READ DATA FROM KEPSERVER TO NODE-RED - - - - - - - - - - - - - - - - - - - - - - - - ","info":"","x":430,"y":60,"wires":},{"id":"6d513b7e.2b48e4","type":"ui_group","z":"","name":"READ","tab":"aae3509f.70d5","order":1,"disp":true,"width":"8","collapse":false},{"id":"aae3509f.70d5","type":"ui_tab","z":"","name":"READ KEP","icon":"read","order":3,"disabled":false,"hidden":false}]



THANK YOU SO MUCH!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.