@lucawu @risele for some reason I don't get notifications of new posts on this thread so I just noticed them now. We switched from Schneider to Beckhoff a few years ago, and Beckhoff has their own JSON handling library. I haven't had time to do any development on PRO_JSON since last year, and it's unlikely that I will any time soon. If you or anyone else is interested in being added as an admin to this project let me know. It was an interesting project for me, and I learned a lot. I know there's...
Home
This should be fixed in the new version 1.0.18.0. Previous to that version, only 1-based arrays were supported.
This should be fixed in the new version 1.0.18.0. I did some restructuring to fix some issues with arrays. Only thing I haven't done yet is multi-dimensional arrays.
Home
Home
Use a VAR_INPUT for properties. The reason for the error is that you can't get a reference to a property. Using a VAR_INPUT will copy the property to an input variable.
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 IF VisuElems.Private_Visu_Globals.g_ValueChangedListenerManager.GetListenerCount() > 0 THEN VisuElems.Private_Visu_Globals.g_ValueChangedListenerManager.RemoveValueChangedListener(VisuElems.Private_Visu_Globals.g_ValueChangedListenerManager.listenerForOnValueChanged);...