« Back to Product

Documentation

Script Information

The "ScriptInfo" module offers the option of integrating information on the current script execution.

Example ScriptInfo module

data points output

Name Description
Sender The sender variable of the current script execution (value of the IP-Symcon script variable $_IPS['SENDER']).
Variable The variable ID of the current script execution (value of the IP-Symcon script variable $_IPS['VARIABLE']).
Value The value variable of the current script execution (value of the IP-Symcon script variable $_IPS['VALUE']).

application example

A typical application example for the "ScriptInfo" module is the realization of an action script for a variable.

The logic script receives the value of the visualization and assigns it to the relevant variable.

Further information on the subject of action scripts.

The logic script is assigned to the variable as an action script by integrating the variable into the logic script and selecting the "As action script" option in the property editor.

Alternatively, the logic script script can also be manually assigned to the variable in the console.

In this example, the value of the "Entertainment" variable is set first (operation via the WebFront or IPSView client) and then the value is used to control an amplifier and a Sonos player using an automation script.

Logic Script in Designer
Any questions?