Skip to content

F-5E JSON Interface Correction for ADI Pitch Trim Knob Needed #19

@MadKreator37

Description

@MadKreator37

Describe the Helios Issue

ADI Pitch trim knob set as potentiometer. Needs to be a Rotary Encoder

  • Adjusted Control as follows:
  • {
    "heliosType": "DCS.Common.RotaryEncoder",
    "device": "Attitude Indicator",
    "name": "Attitude Indicator Pitch Trim Knob",
    "description": "Current value of this potentiometer.",
    "exports": [
    {
    "format": "%.3f",
    "id": "150"
    }
    ],
    "unit": "Numeric",
    "argumentValue": 0.025,
    "actions": {
    "increment": {
    "deviceId": "32",
    "actionId": "3001"
    },
    "decrement": {
    "deviceId": "32",
    "actionId": "3001"
    }
    }
    },

Please complete the following information:

  • Helios Version All
  • DCS Version All

The problem happened while using

(place an 'x' between the square brackets for all that apply)

  • [ x] Profile Editor
  • [ x] Control Center
  • Keypress Receiver
  • Something else (remember to tell us what it is)

Additional context

Add any other context about the problem here. (eg this problem started happening when I ....)

Metadata

Metadata

Assignees

Labels

Awaiting Delivery in HeliosChanges not yet shipped in Helios, and acts as a tag to include in the Helios changelog.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions