HandbuchEibPC_USA-30.odt, 2017-05-11, Version
P.
336 of 349
Keywords - reference - alphanumeric order
sendtcp(port, address, arg 1
[, arg2, ... arg n])
The Enertex
®
EibPC sends TCP telegrams.
sendtcparray(port, address, arg 1
[, arg2, ... arg n[, size)
The Enertex
®
EibPC sends TCP telegrams, without zero termination.
sendudp(port, address, arg 1
[ , arg2, ... arg n])
The Enertex
®
EibPC sends UDP telegrams.
sendudparray(port, address, arg 1
[ , arg2, ... arg n],size)
The Enertex
®
EibPC sends UDP telegrams, without zero termination.
setdate()
Writes the date of the Enertex
®
EibPC to the KNX
TM
bus
seteslider(ID,Value,Icon, State)
The function addresses the eslider and sets its value to value. If there are multiple occurrences of id, all elements of this id are
addressed.
setpeslider(ID,Value,Icon, State,PageID)
The function addresses the peslider that refers to a page at the id on page page_id and sets it to the value value. If there are
multiple occurrences of id, all elements of this id on the web page with page_id are addressed.
setpslider(ID,Value,Icon, State, PageID)
The function addresses the pslider that refers to a page at the id on page page_id and sets it to the value value. If there are multiple
occurrences of id, all elements of this id on the web page with page_id are addressed.
setslider(ID,Value,Icon, State)
The function addresses the slider and sets its value to value. If there are multiple occurrences of id, all elements of this id are
addressed.
settime()
Writes the system time of the Enertex
®
EibPC to the KNX
TM
bus
settimedate()
Writes the system time and the date of the Enertex
®
EibPC to the KNX
TM
bus
shifter(ID)[Image1,Image2, Image3, Image4]$Text$
ID: Value between 0 and 59 as an index for programming and the access to this element. You can also access variables of the
section [EibPC].
Image1 to Image4: A value between 0 and 99.
Image2 to Image4 are optional.
If only three images are defined, the element has only three buttons etc..
Text: A static labeling text (first line).
sin(Var1)
Sine
size(String)
The length of character string string shall be determined. The length is given by the termination character ”\0“ at the end of character
strings.
slider(ID)[Image]$Label$
ID: Value between 0 and 59 as an index for programming and the access to this element. You can also access u08 variables of the
section [EibPC].
Image: A value between 0 and 99. To arrange the application more clearly, constants have been predefined (page 291).
Label: A static labeling text (first line).
split(String, Pos1, Pos2)
String: Character string a character string shall be extracted from.
Pos1: Position of the first character of the character string to be extracted (0...1399u16).
Pos2: Position of the last character of the character string to be extracted (0...1399u16). If pos2 equals 65534u16 (predefined
constant END), the character string will be separated up to its end.
The variable string must be of data type c1400.
Return value: The character string extracted from String.