There are three ways to execute a script that uses the Robot function with CRI Atom Craft.
The Script list is displayed by selecting "Script List" from the "Scripts" menu.
Select the Script displayed in the list and press the "Run" button at the bottom right to execute it.
If the execution fails, refer to the following pages:
Script files displayed in the Script list are also displayed in the menu.
You can also run the Script by selecting this menu.
Double-click a Script from the Script list or press the Edit button at the bottom with the Script selected to open the Script Editor.
Press the "Run" button at the top left of the Script Editor to execute.
Scripts with the icon of the Script description displayed on the left in the Script list or Script menu use the User Variable, one of the Extension for Script Editor .
Executing from the Script Editor is convenient for running Scripts while editing user variables.
Scripts created for Local execution of Python script can also be executed from CRI Atom Craft command line version.
For details, refer to Building Projects with the CRI Atom Craft command line version .
(1) Start by giving Script argument to CriAtomCraftC.exe .
(2) The script is executed at return-on-complete function.
(3) After the script execution is completed, it will cause the console tool to exit.
The arguments that can be used when running a script from the CRI Atom Craft command line version are:
-script
-scriptplugintype
-scriptargument
-script argument
in the script, refer to get_script_argument .For details about specification, refer to Calling the CRI Atom Craft Terminal (Command line) .