ALPHABETIC REFERENCE EXCEL CARE CONTROL ICONS
74-5577–33 (US) 224
EN2B-0184 GE51 R0518 (Europe)
Sinus (Excel Web / Excel Web II)
Function Calculate the sinus function of X. Input value must be in radian.
I/O Dialog Box
Input One analog input (X). Value in radian (0 … 2*π)
Output One analog output (Y). Range: -1 ≤ value ≤ 1
Internal Parameters None.
Split (Excel Web / Excel Web II)
Function Splits the input into multiple outputs.
Formula Result for a split into 3 outputs: Y3 = (((X-Y1) / P1) -Y2) / P2) modulo P3.
Example:
The following example corresponds to the example listed above by the description
of function Merge.
X = 61, P1 = 2, P2 = 4, P3 = 4, P4 = 3
Y1 = X mod P1
Y1 = 61 mod 2 = 1
Y2 = ((X-Y1) / P1) mod P2
Y2 = ((61-1) / 2) mod 4 = 2
Y3 = (((X-Y1) / P1) –Y2) / P2) mod P3
Y3 = (((61-1) / 2) - 2) / 4) mod 4 = 3
Y4 = ((((X-Y1) / P1) –Y2) / P2) –Y3) / P3) mod P4
Y4 = ((((61-1) / 2) - 2) / 4) - 3) / 4) mod 3 = 1
I/O Dialog Box
Input One analog input (X). Contains a compressed value (e.g. by the Merge function)
The input value is rounded down to an integer value.
Output Two through sixteen analog outputs.
The outputs are limited to the value 0 ... parameter value–1. The product of all
parameter values must not exceed 2
16
(65536). If one of the above limits is
exceeded, the output values become invalid.
Internal Parameters Two through sixteen, one for each output.
Square Root (Excel Web / Excel Web II)
Function Calculates the square root of X.