Hi everyone,
I'm working on codesys V3.5.8 and I have this error message: "Connection denied by device: All available communication channels are already in use"
My plc is on a switch and it communicate with a touchscreen and I made a vizu, now I m not able to etablish a connection with this PLC
I can ping it, I can reach it with fttP://AdresseIP ; I can see the vizu and the touhcscreen still communicate with it
I saw on a board that I had to add this line in CODESYSCONTROL.cfg [CmpChannelServer] Buffersize=1600000 MaxChannels=8
I added it at the end of the file but it's still not working
So if someone knows what I have to do
Many thanks in advance
Dom
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you should solve the root cause: Identify the program/application which does not release the channels
in a correct way.
First I would check in the plc shell which applications are connected:
Usually one of them does not close the communication channels in a proper way.
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for your quickanswer
It's since I've added the visu that I'm not able anymore to etablish a connection with my PLC, I make a trial with channel Info, it has worked 2 times and after the third time, I had this error message:
But if I'm plug directly in my plc (so I unplug all the other devices), I can etablish a connection with it
Any other idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I continue my investigation
I've a switch with 1 TS, My plc and the network, if I try to etablish a connection here, it doesn't work but if I unplug the network, it works
The weirdest thing? I changed nothing in my hardware configuration and before it was working without any problem
The only thing I change I change my codesys version to 3.5.7 to 3.5.8
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
maybe these are are old bugs which have been already fixed in newer version.
Do you have the chance to update your runtime and CODESYS Development System to currrent version (3.5SP10Patchx).
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone,
I'm working on codesys V3.5.8 and I have this error message: "Connection denied by device: All available communication channels are already in use"
My plc is on a switch and it communicate with a touchscreen and I made a vizu, now I m not able to etablish a connection with this PLC
I can ping it, I can reach it with fttP://AdresseIP ; I can see the vizu and the touhcscreen still communicate with it
I saw on a board that I had to add this line in CODESYSCONTROL.cfg
[CmpChannelServer] Buffersize=1600000 MaxChannels=8
I added it at the end of the file but it's still not working
So if someone knows what I have to do
Many thanks in advance
Dom
Hi,
you should solve the root cause: Identify the program/application which does not release the channels
in a correct way.
First I would check in the plc shell which applications are connected:
Usually one of them does not close the communication channels in a proper way.
BR
Edwin
Thank you for your quickanswer
It's since I've added the visu that I'm not able anymore to etablish a connection with my PLC, I make a trial with channel Info, it has worked 2 times and after the third time, I had this error message:
But if I'm plug directly in my plc (so I unplug all the other devices), I can etablish a connection with it
Any other idea?
I continue my investigation
I've a switch with 1 TS, My plc and the network, if I try to etablish a connection here, it doesn't work but if I unplug the network, it works
The weirdest thing? I changed nothing in my hardware configuration and before it was working without any problem
The only thing I change I change my codesys version to 3.5.7 to 3.5.8
Hi,
maybe these are are old bugs which have been already fixed in newer version.
Do you have the chance to update your runtime and CODESYS Development System to currrent version (3.5SP10Patchx).
BR
Edwin