Dear Ticketmaster =)
Lately I have used the Python Script Engine in CODESYS to automate various things like auto-edit the Project Information etc.
I have found that Help.Codesys.Com is not providing nearly enough codesnippers, and searching the forum was a tedious task (more like stumble upon!).
For sure, you at CODESYS have a large compendium of know-how in this area! Its just that the know-how is very scattered (just like my previous experience on writing IO drivers before using cForge).
So, as (iron)Python scripting in CODESYS will definatly add a new dimension it at least deserves its owncorner in within cForge!
What I would like to see is more information on list of external tools can be used to write Python scripts.
* Notepad++
* - Does not provide sufficient intellisense help
* +Small installation footprint
http://eric-ide.python-projects.org/
Visual Studio .NET 2015 with a python plugin (I am interested in this flavour but have not tried it yet)
And offcourse more background information on the CODESYS scriptengine objects and
for every member within the scriptengine some small code example of how to use this member;
from __future__ import print_function from scriptengine import * for member in dir(scriptengine): print(member)
I know this is a lot on the first go, but heck, rome wasn't built in one day either!
With kind regards
Aliazzz
LOLz...
The script does not work!
Hhahahah (well, you the point!)
Good idea. How about, starting it similar as the I/O driver project?
Scripting
I am not permitted to edit/extend the scripting page....
Error 403
Edit access required
Last edit: aliazzz 2018-10-27
Sorry, but giving you editing rights was not my intention. But I'll give you the rights for now...
I close this ticket, as actually there is a wiki now, which just needs to be extended over time.