Creating a request to our Automation service was never easier!
...
Choose one of the Galooli automation templates or create your own from scratch.
...
Add/Edit the automation Name, Assets, CRON Timing (schedule plan), and activate the automation if needed. If you need to use a schedule plan other than what is offered by the system today, you can use one of the many tools available online toconvert CRON expressions to readable text format.
The “+Add Fields” option can be utilized to add live or summary fields to the script if necessary or change existing fields.
The "+ Add Functions" option can be utilized to add some functions to the script if necessary.
Follow these steps before saving the automation:
Pay attention to the green highlight information that emphasizes the actions that will be taken by the automation.
When certain parts of the script need to be modified a unique key should be used. It is recommended that the keys be taken from the "+Add Fields" section.
Any relevant parameters, such as e-mail addresses, phone numbers, etc., should be entered.
...
8. Click on “Save”.
...
Automation Example
You choose an automation template for "Stop generator when battery voltage is high”. You have now decided that you would like to change the automation condition to stop the generator when the grid is available instead of when the battery voltage is high.
...
An example is presented below in which the user has selected the automation template "Active Alarms Notification". The user now prefers to change the default automation alert from "Rectifier 1 LVD Alarm" to "Site_Global.Generator_1_Fail_To_Start".
In the automation script locate the
...
default field
...
(row
...
10)
...
. Mark the field including the brackets and remove the
...
...
field.
...
Click on the "+Add Fields" tab, locate the relevant field called "Site_Global.Grid_Available" Generator_1_Fail_To_Start", and click on it.
...
The new key will be added to the automation script as a result of this action.
...
Save the changes
...