Error with PLC connection

Hi all, I am facing this error in PLC connectivity. I have some variables in Global variable list. With this variables, i am able to communicate from server to simulation but it seems impossible to communicate from Simulation to server. What could be the possible reason for this? Any leads will be much appreciated


.

Hover over the status icon to see what kind of error it is.
If the server lists the variables as read-only, you will need to see if those can be made read-and write on the server end.

Thank you ! that was actually the problem. The variables were read only.