![Eelectron VS00ExxKNX Manual Download Page 148](http://html.mh-extra.com/html/eelectron/vs00exxknx/vs00exxknx_manual_2366521148.webp)
VS00E01KNXFI01010007.
DOC
Eelecta® Touch Panel 3,5 KNX – Product Handbook
148/156
Eelectron SpA, Via Magenta 77/22, I-20017 Rho (MI), Italia
+39 02.9316681 +39 02.93507688
[email protected] www.eelectron.com
VS00E01KNXFI01010007.doc
C.F. e P.IVA 11666760159
Capitale sociale: 250.000,00€ interamente versato
Tribunale di Milano 359157-8760-07
CCIAA Milano 148549
20.2.2. System
functions
Function
Example
sys.timeout(a[,b])
sys.timeout(1000,233)
When a (1000 milliseconds) has elapsed, the function timeout() with the value b (233) will be executed.
sys.set_page(a)
sys.set_page(0)
Displaying page a, leaving stand-by.
sys.set_brightness(a)
sys.set_brightness(100)
Setting brightness to a value a (given in %).
sys.beep(a,{,b[,c]})
sys.beep(100,1500,15)
The internal beeper is activated for a (100) milliseconds, with the frequency b (1500 Hz) and the volume c (100%).
sys.put_setting(a,b)
sys.put_setting(„test value“,10)
Creates a variable named a (test value) and sets it to the value b (10). Will be saved in the flash memory.
sys.get_setting(a)
sys.get_setting(„test value“)
Outputs the value of the variable a (test value).
sys.signal_obj(a)
sys.signal_obj(48)
Outputs a signal to the graphical elements that the value of object a (48) has changed.
sys.message(a)
sys.message(„Hallo Welt“)
Opens a message dialog with the message a („Hello World“).
sys.settings_dialog(a)
sys.settings_dialog(„table“)
Opens a dialog in order to change the settings table named a („table“).
sys.read_settings(a)
sys.read_settings(„table“)
Reads a settings table named a („table“).
sys.write_settings(a)
sys.write_settings(„table“)
Saves the values of the settings table a („table“) in the flash memory.
settings={ {name;min;max;val;dc} }
settings={
{name="Limit1 kW";min=0.5;max=6.0;val=1.0;dc=1};
{name="Limit2 kW";min=0.5;max=6.0;val=2.5;dc=1}; }
Defines a settings table. „dc“ ist the number of decimal places displayed in the settings dialog.
20.2.3. Callback
functions
Function
Example
knx_value_changed(x)
Is carried out when the value of an object changes. X is the object number.
knx_value_update(x)
Is carried out when the value of a logical object is updated. X is the object number.
settings_set(x)
Is carried out when a settings dialog (x = name of the table) is closed by pressing “OK“.