Personal Data

Username:
tvm
Joined:
2018-11-06 03:41:30
Location:
Canada / EDT
Gender:
Male

Projects

Skills

This is a list of skills that tvm possesses:

  • JavaScript
  • Continuous Function Chart
  • Structured Text
  • Sequencial Function Chart

Personal Tools

User Activity

  • Posted a comment on a wiki page on JSON parsing and composing library

    @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...

  • Modified a wiki page on JSON parsing and composing library

    Home

  • Posted a comment on a wiki page on JSON parsing and composing library

    This should be fixed in the new version 1.0.18.0. Previous to that version, only 1-based arrays were supported.

  • Posted a comment on a wiki page on JSON parsing and composing library

    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.

  • Modified a wiki page on JSON parsing and composing library

    Home

  • Modified a wiki page on JSON parsing and composing library

    Home

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    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.

  • Modified a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    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);...

View All