Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Creating a request to our Automation service was never easier!

...

See below for detailed, step-by-step instructions:

Table of Contents

New Automation Creation

  1. Enter the My Automations tool.

  2. Click on “New”.

...

  1. Choose one of the Galooli automation templates or create your own from scratch.

...

  1. 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.

    image-20240709-132737.pngImage Added
  2. The “+Add Fields” option can be utilized to add live or summary fields to the script if necessary or change existing fields.

    image-20240709-113901.pngImage Added

  3. The "+ Add Functions" option can be used utilized to add some functions to the code.

  4. In order to add the relevant information to the code, simply change the data in the main section. There is a green highlight on the information that needs to be added.

...

  1. Click on “Save”.

Additional functions

...

Upload - An automation C# code can be uploaded as a text document by the user. The code will appear in the “Automation Log”

...

Download - It is possible for the user to download the code, mainly for the purpose of sharing it with others or modifying it and re-uploading it. If no code has been uploaded previously or has been written and saved from the “Automation Log”, the download button will not be available

...

Verify - An option to verify the executability of the code by compiling it. If the verification fails, the following message will appear:

...

Execute - In this case, the automation will be executed immediately, rather than according to a schedule. The main objective is to ensure that the code actually performs as expected

...

  1. script if necessary.

    image-20240709-113951.pngImage Added

  2. 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

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".

  1. In the automation script locate the default field (row 10). Mark the field including the brackets and remove the field.

...

  1. Click on the "+Add Fields" tab, locate the relevant field called "Site_Global.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.

...

  1. Save the changes

...