Scripts
You can write macros in inSCADA in javascript language and you can have these scripts run periodically. You can use the inSCADA APIs to interact with the inSCADA platform using your scripts. See APIs...

As shown in Figure 1, you can create scripts in inSCADA depending on your projects. To do this, press the button in the upper right corner and the form in Figure 2 will open.

Project
You can select the project to which your script will be linked.
Name
Script Name.
Description
Script Description.
Period
When you schedule your script, you can enter the run period in the background. If you enter 1000 as a value, it will run for 1 sec.
Log
When you select Log, an information message about your script will be written in Logs.
Code
Last updated