Attention
IronPLC implements many parts of the IEC 61131-3 standard and is working toward full Structured Text support. Key features still missing include arrays and structures. Try it out in the IronPLC Playground.
ROR¶
Rotates a bit string right by a specified number of positions.
IEC 61131-3 |
Section 2.5.1.5.6 |
Support |
Supported |
Signatures¶
# |
Input (IN) |
Input (N) |
Return Type |
Support |
|---|---|---|---|---|
1 |
|
|
|
Supported |
2 |
|
|
|
Supported |
3 |
|
|
|
Supported |
4 |
|
|
|
Supported |
Description¶
Rotates the bit string IN right by N positions. Bits shifted out of the rightmost position wrap around to the leftmost position. No bits are lost.