Pass an integer input straight through to one DINT output every scan, while a second DINT output holds the constant value 43 — a starter rungs.dev AOI.
| Name | Type | Usage | Description |
|---|---|---|---|
| In_I | DINT | Input | The value to be passed through to Out_O. |
| Out_O | DINT | Output | The value copied from In_I. |
| Out_C | DINT | Output | The constant value 43. |
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.