Copy Speed Controller

Copies the speed from another port.

Note: In some cases the copied speed can lag behind the Target port one update tick. Put the profiles that use this speed controller as last in the list to prevent that.

Format

{
  "Type": "CopySpeedController",
  "Config": {
    "Target": <PortIdentifier>,

    "Trigger": <Trigger>
  }
}

Variables

Target

The Port Identifier to copy the speed from.

Required: Yes
Default value:

Example:

"Target": [9802, 8101, 1]

Trigger

Instance of a Trigger plugin.

Required: Yes
Default value:

Example:

"Trigger": {
  "Type": "AlwaysTrigger"
}

Example

{
  "Type": "CopySpeedController",
  "Config": {
    "Target": [9802, 8101, 1]
  }
}