I want to make a communication between my Node-RED server, which runs on my PC and a PFC100 WAGO PLC . After deploying and rebooting both systems, the communication works well but after a few minutes it's continuously getting slower and some of the active connections go inactive. I tried to delay the messages, but the way it worked its look terrible. Does anyone know the solution to this problem? Could someone help me solve this? Thank you!!
I am not using the iiot opc ua library . I tried to use "subsribe" type nodes , but it is not working well. The reason why i need them , is that the plc writes the variables. So if i switch on the 50% and 100% motor parallel, the plc switch them off , so this is why i want to read they state. With subsribe it works sometimes , but sometimes not.
i use the cs(client,server) mode to read and write before,but, When I try to use pub,sub mode,i only finded sub node(listener),and the sub response has no data sometimes,only response when the data change?