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.

FormatPermalink

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

    "Trigger": <Trigger>
  }
}

VariablesPermalink

TargetPermalink

The Port Identifier to copy the speed from.

Required: Yes
Default value:

Example:

"Target": [9802, 8101, 1]

TriggerPermalink

Instance of a Trigger plugin.

Required: Yes
Default value:

Example:

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

ExamplePermalink

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