to verify the TCP/IP connection you can use diffrent options:
Verify the connection via "ping IP-address" in ssh-session (Terminal), manually.
If you are using the PN-Controller an PN-Protocol, you can use the System-Variable "PND_S1_VALID_DATA_CYCLE" (PROFINET® controller has established the connection). Please find details in PLCnext InfoCenter: System variables - PROFINET (plcnext.help)
You can Implement your own "Keep-Alive"-Program and send the TCP-IP-Telegramm in user defined intervalls.
It is also possible to use the "PLCnextBase" to execute the command in Linux-Shell : PLCnext Store | PLCnextBase
I hope, I could help you, if not please let me know.
Comments
Hello Hector Manuel Padilla,
to verify the TCP/IP connection you can use diffrent options:
I hope, I could help you, if not please let me know.
BR Eduard
Thanks Eduard