HandbuchEibPC_USA-30.odt, 2017-05-11, Version
P.
328 of 349
mchart(ID, VarX, VarY, Index)
This function addresses the element mchart of the given id. If there are multiple occurrences of id, all elements of this id are
addressed.
One mchart displays four different graphs. index (0,1,2,3) defines the graph to be addressed.
X1, X2: The labeling of the x-axis.
mpchart(ID, VarX, VarY, Index,PageID)
This function addresses the element mpchart that refers to a page of the given id. If there are multiple occurrences of id, all
elements of this id are addressed.
One mpchart displays four different graphs. index (0,1,2,3) defines the graph to be addressed.
X1, X2: The labeling of the x-axis.
display(ID, Text, Icon, State, TextStil,[Mbutton])
The function addresses the web button (button or shifter). If there are multiple web buttons with id, they all will be addressed.
Compatible with function webdisplay.
pdisplay(ID, Text, Icon, State, TextStil, PageID, [Mbutton])
The function addresses the web button that refers to a page (pbutton or pshifter). If there are multiple web buttons with id on the
web page of page_id, they all will be addressed.
getslider(ID)
The function addresses the slider and returns its position (0 to 255). If there are multiple occurrences of id, all elements of this id are
addressed.
getpslider(ID,PageID)
The function addresses the pslider that refers to a page and returns its position (0 to 255). If there are multiple occurrences of id, all
elements of this id on the web page with page_id are addressed.
geteslider(ID)
The function addresses the eslider and returns its position (0 to 255). If there are multiple occurrences of id, all elements of this id
are addressed.
getpeslider(ID, PageID)
The function addresses the peslider that refers to a page and returns its position (0 to 255). 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.
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.
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.