MUL (61)
MUL (61)
ID 61
Application: |
PLC |
SIM |
Group: MATH
Short description:
A function that multiplies two numbers.
Inputs (2):
no. |
type |
impulse |
mark |
notes |
1 |
I |
no |
a |
Long int input no 1 |
2 |
I |
no |
b |
Long int input no 2 |
Outputs (2):
no. |
type |
impulse |
mark |
notes |
1 |
I |
no |
a*b |
Multiplication results |
2 | B | no | limit | Marker of exceeding the range of long int |
Settings: none
Function operation:
A function that multiplies two numbers. The limit output informs about exceeding the long int range (−2 147 483 648 - +2 147 483 647 (with sign)).
R registers and M markers used: none