When a string variable in zenon (lenght 255) from the straton_ng driver is written in the runtime (string lenght in zenon logic 255), writing 246 characters still works OK.
However writing 247 characters is not accepted (string is not updated in the zenon logic) and any further writes to the string variable, even with just one character, no longer updates the string variable in the zenon logic. If at this stage the string variable is updated in the zenon logic, the variable is correctly updated in the zenon runtime, but it still cannot be written in the zenon runtime.
After a restart of the runtime, the string variable can be written again.When a string variable in zenon (lenght 255) from the straton_ng driver is written in the runtime (string lenght in zenon logic 255), writing 246 characters still works OK.
However writing 247 characters is not accepted (string is not updated in the zenon logic) and any further writes to the string variable, even with just one character, no longer updates the string variable in the zenon logic. If at this stage the string variable is updated in the zenon logic, the variable is correctly updated in the zenon runtime, but it still cannot be written in the zenon runtime.
After a restart of the runtime, the string variable can be written again.