Dear All,
Mapp view pages are developed and running in @ PPC2100, Operating System: Linux, (Hypervisor installed) from last one month.
but some time server connection error came in PPC display & kicked out.
Log error finds below
even removed all error but still server connection error is coming.
Please help on this regard.
kovarj
(Jaroslav Kovar)
July 3, 2025, 5:45am
2
connect to OPCUA server using UAExpert client. Looks like that OPCUA server is down.
How to resolve this issue
kovarj
(Jaroslav Kovar)
July 3, 2025, 6:21am
4
as mentioned above, use UAExpert client, connect to OPCUA server and check that server runs and nodeIDs mentioned in the logger exist. Also check message in the logger that are recorded before …
Opc UA client connected & all tags are read/write fine (in plc also all tags read/write fine).
Server is running.
Setting In below image needs to change?
kovarj
(Jaroslav Kovar)
July 3, 2025, 8:48am
6
can you provide printscreen from UAExpert client as evidence? Select any of nodeID mentioned in logger. Please make sure that complete path is correct.
Hello,
The reason could be that global variables are not used in the code, which means they are not created. Check this topic .
1 Like
Hi all,
Thanks for your support.
The reason is variable must be used in the code to be created then issue resolved, it is not enough to enable it in the OPC UA server.
I used all unused variables in code (made it false or zero in initialization program).