We need to write a variable > 255 chars using a visualization text field. In the text field properties we assing a varible type string(1000).
But, if we insert in the text field a variable > 255 chars the text field only write the first 255 chars on the variable string(1000)
Could we using a text field write a value bigger than 255 chars?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We need to write a variable > 255 chars using a visualization text field. In the text field properties we assing a varible type string(1000).
But, if we insert in the text field a variable > 255 chars the text field only write the first 255 chars on the variable string(1000)
Could we using a text field write a value bigger than 255 chars?
Thanks
Hi.
Create program with next code:
VisuElems.VisuFctConfigureTextBufferSize(2000); // for example - 2000 bytes for visu text buffer
Call this program from Visualization Manager - Call after visu initialization.
https://help.codesys.com/webapp/_visu_obj_manager;product=core_visualization;version=3.5.17.0#additional-settings
Last edit: kislov 2021-06-30