Monitor a REAL pressure value against a static threshold in rungs.dev. The AOI sets a critical-state output when pressure drops below the threshold.
| Name | Type | Usage | Description |
|---|---|---|---|
| In_Pressure | REAL | Input | Current pressure reading to monitor. |
| Out_MotorCritical | BOOL | Output | 1 when pressure is below the threshold, 0 otherwise. |
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.