I use network variables. But when i change the programm, it wil stop sending.
Then is have to add or delete a variable. Then i will be compiled again and sends again. This problem wasw already in 9.20 but seems to be still in 21.0 . Is there a way to solve this ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What usually works for me is settings it up in the following way:
In the sender block make sure that the list identifier is unique for the whole installation (this is only relevant when you have multiple senders in 1 network).
When you are linking the NVL to a file make sure that the path to this file doesn't change. In my experience the NVL stops working when you change the working directory and afterwards open the NVL in de Codesys IDE.
If this doesnβt apply to you application, you could also try to change the port number, maybe there is an other process making use of port 1202.
I use network variables. But when i change the programm, it wil stop sending.
Then is have to add or delete a variable. Then i will be compiled again and sends again. This problem wasw already in 9.20 but seems to be still in 21.0 . Is there a way to solve this ?
Hi Reinier,
What usually works for me is settings it up in the following way:
In the sender block make sure that the list identifier is unique for the whole installation (this is only relevant when you have multiple senders in 1 network).
When you are linking the NVL to a file make sure that the path to this file doesn't change. In my experience the NVL stops working when you change the working directory and afterwards open the NVL in de Codesys IDE.
If this doesnβt apply to you application, you could also try to change the port number, maybe there is an other process making use of port 1202.
Kind regards
Alex