Home

Anonymous i-campbell
Attachments
There is a newer version of this page. You can find it here.

This is the personal project of i-campbell.

To-Do list:

  • CODESYS 4 MAC (95% complete)
  • 4x4x4 Zauberwürfel solving 3D simulator for softmotion (no hardware) (2%)
  • 4x4x4 Zauberwürfel solving robot (hardware) (0%)
  • 3d printer (0%)
  • Welcome new users (0%)
  • Convert PLCOpenXML to ASCII Art Ladder for text based compare tools (10%)

CODESYS 4 MAC (95%)

  • Because one needs a windows OS license to run the CODESYS prerequisites (.NET Framework), as with [tol/codesys-4-linux🎟️2], there is really no point trying to run it on a MAC using Wine instead of a Windows VM.
  • There are also some other bugs running it on Wine for Mac such as Chromium Embedded Framework not working (I think this is why I cannot use the Device Object Viewer). Also as it only runs on 32-bit single core wine (as with many wine programs) the performance is much less than what I should get from a VM. I disabled various background options to improve performance - which helped but not enough. I feel the investment in a Windows OS license at minimum, or Windows PC at most will offset the productivity cost of rebooting CODESYS or waiting a few minutes for the save to finish.
  • The remaining 5% of this project are:
    • Install with VM
    • blog post with steps to install with Wine / with VM

4x4x4 Zauberwürfel solving 3D simulator for softmotion (no hardware) (2%)

  • So it seems CODESYS Depictor is the product for simulation. Made a 2x2x2 cube array to experiment. Looks pretty neat. The free demo version gives me 10 'poses' which just might fit into what I want to do for the simulation. I considered the paid version, as technically each sub-cube with an external face could be a pose (68) + the robot itself. but I think getting it to work with the 10 poses will allow the project to reach (and be maintained by) a wider audience.
  • Have started planning the solver algorithm.

Welcome new users (0%)

Hi! I am thrilled that many of you will be joining our community here at the forge, in a hopefully seamless transition from the forum. From the dates in the marketing email, we should all be discussing CODESYS at this new location by March (2020). And what a beautiful new location it is! If you find yourself looking around and wanting to be involved not just in the discussions but in one of the other areas of the forge, feel free to ask me questions on how to get started. May you feel as warmly welcome, as the warmth from the fires of the metaphorical forge.

Convert PLCOpenXML Ladder to ASCII Art Ladder (10%)

Does what it says on the tin. Actually, I am using this as a python learning experience. Yesterday I learned of some undocumented Ladder features in CODESYS, debating whether to support it in this project by giving error messages, support it fully, or not support it at all and just let everything go silently pearshaped.