This came up again today, so I'll post the fix for future reference. Happens with Schneider Machine Expert 2.2 and M262 controllers.
Add this bit of code to a program called from the visu task
//disable "VisuFbFrameBase.SetInputPositionData" log messages, which fill up the logs IFVisuElems.Private_Visu_Globals.g_ValueChangedListenerManager.GetListenerCount()>0THENVisuElems.Private_Visu_Globals.g_ValueChangedListenerManager.RemoveValueChangedListener(VisuElems.Private_Visu_Globals.g_ValueChangedListenerManager.listenerForOnValueChanged);END_IF
Last edit: tvm 2025-03-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm getting this error on one of my projects. Searching for it I came across this https://www.codesys.com/fileadmin/data/Images/System/Releaseinformation/Patch-Note-CODESYS-Visualization-4300.html which says it was a bug VIS-1394, fixed in Visualization 4.3.0.0.
I'm using a previous visu version, what is the cause of this error, and what can be done to work around it?
This came up again today, so I'll post the fix for future reference. Happens with Schneider Machine Expert 2.2 and M262 controllers.
Add this bit of code to a program called from the visu task
Last edit: tvm 2025-03-06