This function enables you to find the square root of a number.
Since there is no Ladder element for this function; you perform it by storing the number whose square root is to be calculated into SI 141.
Store 110 into SI 140 to call the function. In your application, call the function after you have entered all of the other parameters.
The results will be placed in:
SI 142. This contains the whole number result.
SI 143. If the result is not a whole number, this contains up to 2 digits to the left of the decimal point.
To use this function:
|
Note that when you run Test (Debug) Mode, the current value in SI 140 will not be displayed. |