Configuring Outputs » History » Version 2
Adam Klama, 06/21/2026 03:34 PM
| 1 | 1 | Adam Klama | # Configuring Outputs |
|---|---|---|---|
| 2 | |||
| 3 | An **output** drives a value out of the controller — to a physical pin, the CAN |
||
| 4 | bus, or by routing/remapping another value. Every output shares the |
||
| 5 | [Common IO Settings](Common_IO_Settings); each type adds its own options. |
||
| 6 | |||
| 7 | ## Physical (hardware-pin) outputs |
||
| 8 | | Output | Drives | Page | |
||
| 9 | |---|---|---| |
||
| 10 | | PWM Output | PWM / current signal (peak & hold) | [PWM Output](PWM_Output) | |
||
| 11 | | Analog Output | Analog voltage | [Analog Output](Analog_Output) | |
||
| 12 | | Tacho Output | Generated tacho signal | [Tacho Output](Tacho_Output) | |
||
| 13 | |||
| 14 | ## Communication outputs |
||
| 15 | | Output | Drives | Page | |
||
| 16 | |---|---|---| |
||
| 17 | | CAN Bus Output | A signal into a raw CAN frame | [CAN-Bus Output](CAN_Bus_Output) | |
||
| 18 | | CAN Object Output | A named object on a CAN Preset | [CAN-Object Output](CAN_Object_Output) | |
||
| 19 | |||
| 20 | See [Working with the CAN Bus](Working_with_the_CAN_Bus). |
||
| 21 | |||
| 22 | ## Routing / logical outputs |
||
| 23 | | Output | Does | Page | |
||
| 24 | |---|---|---| |
||
| 25 | | Map Output | Remaps a value before output | [Map Output](Map_Output) | |
||
| 26 | |||
| 27 | CAN Object Output and Splitter Output are **technical outputs created by a preset / |
||
| 28 | template**, not added by hand — their pages explain how they appear. |
||
| 29 | |||
| 30 | _Not documented here: Test Output (developer/diagnostic), Current Output (internal |
||
| 31 | — set in template configs, not user-configured) and Power Output (an unreleased |
||
| 32 | PDM prototype)._ |