If i try to read or write a variable from the controller, I get the following message:
“Attempted to read or write protected memory. This is often an indication that other memory is corrupt.”
I read a string for example in the following way:
value = Controller.GetRapid().GetRapidData(valName).StringValue;
Does anyone know what this could probably cause?