MOD
The IEC operator is used for modulo division.
The result of the function is the integer remainder of the division.
Permitted data types: BYTE, WORD, DWORD, LWORD, SINT, USINT, INT, UINT, DINT, UDINT, LINT, ULINT
![]() | The behavior when dividing by zero or MOD 0 can vary depending on the target system! An exception may occur and the corresponding task may be stopped. |
Samples:
Result: nVar is 1.
ST:
nVar := 9 MOD 2;
FBD:
