![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/d/cc/dcc780e2-02d8-4d73-ad47-dca17d60a0c3/dcc780e2-02d8-4d73-ad47-dca17d60a0c3-bge6.png)
DVP-ES2/EX2/SS2/SA2/SX2/SE Operation Manual - Programming
3-114
API Mnemonic Operands Function
48
D SQR P
Square Root
Controllers
ES2/EX2 SS2
SA2
SE
SX2
Bit Devices Word devices Program Steps Type
OP
X Y M S K H KnX KnY KnM KnS T C D E F
S
* * *
D
*
SQR, SQRP: 5 steps
DSQR, DSQRP: 9 steps
PULSE 16-bit 32-bit
ES2/EX2 SS2
SA2
SE
SX2 ES2/EX2 SS2
SA2
SE
SX2 ES2/EX2 SS2
SA2
SE
SX2
Operands:
S: Source device D: Device for storing the result
Explanation:
1. This instruction performs a square root operation on S and stores the result in D.
2. S can only be a positive value. Performing a square root operation on a negative value will
result in an error and the instruction will not be executed. The error flag M1067 and M1068 =
ON and D1067 records error code H0E1B.
3. The operation result D should be integer only, and the decimal will be left out. When decimal
is left out, borrow flag M1021 = ON.
4. When the operation result D = 0, zero flag M1020 = ON.
Program Example:
When X20 = ON, square root of D0 will be stored in D12.
X20
SQR D0 D12
D0 D12