jrsteensen / OpenHornet

OpenHornet 1:1 F/A-18C Simulator Repository
https://www.openhornet.com
Other
312 stars 106 forks source link

Oxy Flow is a Potentiometer in DCS BIOS #301

Closed bnepethomas closed 3 years ago

bnepethomas commented 3 years ago

Please fill out the issue as completely as possible. Be very specific and take your time. The more effort you put in to fill the issue out completely, the quicker we can fix this or look at adding your requested feature.

Summary:

(Please summarize your issue here. Be specific.)

Expected Results/How It Should Work:

In both 'original' and Flight Panels DCS BIOS - the Oxy Flow is a potentiometer

Actual Results/How It Does Work:

Ref https://discord.com/channels/392833351238811648/392835164704604160/454145166828109827

Screenshots:

                                                                 },
                                                     "OXY_FLOW": {
                                                                         "category": "LOX Indicator",
                                                                     "control_type": "limited_dial",
                                                                      "description": "OXY Flow Knob",
                                                                       "identifier": "OXY_FLOW",
                                                                           "inputs": [ {
                                                                                         "description": "set the position of the dial",
                                                                                           "interface": "set_state",
                                                                                           "max_value": 65535
                                                                                     }, {
                                                                                            "description": "turn the dial left or right",
                                                                                              "interface": "variable_step",
                                                                                              "max_value": 65535,
                                                                                         "suggested_step": 3200

More Information

Add an "X" in the square brackets to check the applicable checkboxs.

Category:

Check one or more items.

jrsteensen commented 3 years ago

This should probably be changed in DCS BIOS. Functionality is on and off IRL; there is no need for an analog input.

bnepethomas commented 3 years ago

Cool - it makes sense - use map function as Ben suggested