The automation project can be developed using IEC61131-3 languages directly from the straton Workbench without the necessity to use an external tool. This provides a very easy way to develop your automation project without the need to learn a new language and without the installation of an external tool.
- Registering the script in straton as a "New project" wizard.
Your script is intended to create the skeleton for a new project, you can register it so that straton proposes it in its standard procedure to create new project. - Registering the script in straton as a tool.
Your script is intended to modify an open project, you can register it so that straton proposes it from the command menu and toolbar. - Running a script from other applications.
Scripts developed with straton can be run from external applications:
- From the command line: Scripts can be executed directly from the Windows console or from .BAT files.
- From "C / C++" applications: Your "C/C++" applications can run the automation project directly by calling the dedicated interface.