Herunterladen Inhalt Inhalt Diese Seite drucken

Busch-Jaeger 6136/APP Handbuch Seite 59

Vorschau ausblenden Andere Handbücher für 6136/APP:
Inhaltsverzeichnis

Werbung

Inbetriebnahme
Controlling (other) scripts
STOP
This command simply stops the current script.
RESTART
This command restarts the current script. In other words it starts running again from the
beginning.
IMPORTANT: restarting a script without using a WAIT command (see next section) will bring the
script in a direct infinite loop, which should be avoided.
START [script]
This will start another script if it is not running at the moment. Replace [script] with the actual
script you wish to start.
START AT BEGIN [script]
This will start another script if it is not running. If it is running it will tell the script to start over
again from the beginning (restart). Replace [script] with the actual script you wish to (re)start.
STOP [script]
This will stop another script if it is running. Replace [script] with the actual script you wish to
stop.
SET [script] TO [on/off]
This command allows you to enable or disable a script. Replace [script] which the actual script
you wish to enable/disable. All values greater than 0 are interpreted as ON, all values of 0 or
below are interpreted as OFF. This can be helpful when using a certain component to
activate/deactivate scripts.
Disabling a script that is currently running will also directly stop the script.
Using delays
WAIT [time] or WAIT [time] MSEC/SEC/MIN/HOUR/DAY
This command will put the script on hold for the given period of time. If no time units are
supplied, milliseconds are assumed. The maximum waiting time is approximately 20 days.
Instead of entering a static value, you can use a value from a component as well. (BYTE or
2BYTE)
WAIT [time] RANDOM [time]
This command is similar to the previous command, however, this command waits for the given
time with an addition of a random generated time in the interval given as the second time range.
For example: WAIT 1 HOUR RANDOM 30 MIN will wait somewhere between 1 hour and 1,5
hours. Every time the command is executed, this will be recalculated with a different result.
KNX Technisches Handbuch 1373-1-8902 / 2CKA001373B8902
│59

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis