MAX (Maximum Function)
| Function name | MAX_010 |
|---|---|
| Function version | 1.0 |
| Function state | stable |
| Compatibility with IEC61131-3 | compatible |
Graphic symbol :
Input / Output :
| Name | Belonging Group | Access | Types of data | Description |
|---|---|---|---|---|
| EN | Left Power Flow | IEC1131-3 enable input | ||
| A | Normal | R , RW | F , B , W , L , S | Input variable A |
| B | Normal | R , RW | F , B , W , L , S | Input variable B |
| Q | Normal | W , RW | F , B , W , L , S | Result Q = (A) if (A) > (B), otherwise Q = (B) |
| ENO | Right Power Flow | IEC1131-3 enable output |
Description :
The function Maximum value is base on the following table:
| MAX | Q |
|---|---|
| A > B | A |
| A = B | B |
| A < B | B |
