--- old+++ new@@ -2,6 +2,7 @@
* Implements an URL handler
* Parses the command line, as well as URLs, and prepares it for the "actions"
-* call "actions", based on the command that was passed to the URL, or "cforge" on the command line+* call "commands", based on the command that was passed to the URL, or "cforge" on the command line-This way, the actions can be implemented easyly and transparent in python scripts.+This way, the command can be implemented easyly and transparent in python scripts.+We can then sub-group further to different actions, which need to be performed in several commands.
assigned_to: erichspitzweg@gmx.de
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -6,3 +6,9 @@
This way, the command can be implemented easyly and transparent in python scripts.
We can then sub-group further to different actions, which need to be performed in several commands.
++We are using the scripting assemblies from CODESYS installation.+cforge will be installed in form of a CODESYS package into CFORGE subfolder in <AP_ROOT folder> (next to "Common" etc.).+In main folder will be the cforge.exe and a Batch file to trigger the URL handler registration.+In a subfolder "Scripts" are all the IPY scripts (like 2nd level commands for the cforge "tool world").+
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Diff: