Herunterladen Inhalt Inhalt Diese Seite drucken

Busch-Jaeger 6136/APP Handbuch Seite 65

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

Werbung

BEGIN and END
If you need to execute more than one command after a IF, WHILE or ELSE statement, you can
use BEGIN and END statements.
These should be written on separate lines as well, for example:
$X = 0
WHILE $X < 11
BEGIN
$Y = $X * 10
SET BYTE(22/EXAMPLE BYTE) TO $Y
$X = $X + 1
END
Another example:
IF $LIGHT > 33.33
BEGIN
$X = 100
$Y = 0
END
ELSE
BEGIN
$X = 0
$Y = 100
END
Other
SEND WAKEONLAN TO [ma:c :ad:re:ss]
With this command you can send a wake on lan command to a network device.
Replace [ma:c :ad:re:ss] with the mac--‐address of the intended device.
OPEN KNXTUNNEL
With this command you can enable the knx tunnel access on the xxter device for programming
with ETS for a period of 8 hours.
CLOSE KNXTUNNEL
With this command you can disable the knx tunnel access on the xxter device for programming
with ETS
Using all described commands, values, functions and control structures will allow you to create
almost any functionality required.
KNX Technisches Handbuch 1373-1-8902 / 2CKA001373B8902
Inbetriebnahme
│65

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis