| Assign dummy |
Assigns an Automation script's dummy to a specific element by using a variable or a value. |
| Assign template |
Assigns an alarm or trend template to a dummy. |
| C# code |
Executes C# code. |
| Clear memory |
Clears the content of the specified Automation script memory file. |
| Comment |
Provides extra comments to the script. |
| Email |
Sends an email to the specified destination. |
| Exit |
Terminates the Automation script without delay. |
| Find interactive client |
Asks an interactive user to attach to the script. |
| Get |
Retrieves a parameter or memory value. |
| Go to |
Unconditionally transfers control to the statement labeled by the specified identifier. |
| If |
Defines an if-else clause. |
| Information |
Generates an information event. |
| Label |
Provides a label to enable transferring program control directly to the specified statement using a goto statement. |
| Log |
Creates a log message that will be saved in the SLAutomation.txt log file. |
| Script |
Runs another Automation script from within the current script. |
| Set |
Sets a parameter, memory position or script variable. |
| Set element state |
Sets the state of a dummy in an Automation script. |
| Sleep |
Pauses the Automation script for a particular period before it is allowed to continue. |
| SMS |
Sends a Short Message Service (SMS) message to the specified destination. |
| Upload report to FTP |
Uploads a report to an FTP server. |
| Upload report to shared folder |
Uploads a report to a shared network folder. |
| UI |
Configures a dialog box asking for a user response. |