Pass an input integer to an output and provide a constant value at a second output.
| 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.