Find and output the larger of two DINT inputs every scan in this rungs.dev AOI. Handles equal values, negative values, and the full DINT range correctly.
| Name | Type | Usage | Description |
|---|---|---|---|
| In_Value1 | DINT | Input | First value to compare |
| In_Value2 | DINT | Input | Second value to compare |
| Out_MaxValue | DINT | Output | The greater of the two input values |
Open this exercise in Rungs Studio, write your solution, then click Test in the toolbar to verify your work against the built-in test cases.