Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't work out how to label axis #56

Closed
jacrify opened this issue May 11, 2021 · 4 comments
Closed

Can't work out how to label axis #56

jacrify opened this issue May 11, 2021 · 4 comments

Comments

@jacrify
Copy link

jacrify commented May 11, 2021

Axis on my thrustmaster don't show up as labelled- they just appear as "Axis_RX" etc rather than the labels in Joystick Gremlin. I've tried a few different ways to get them to show up but no luck.

Screenshots and joystick gremlin config (renamed as .txt) attached. Expected behaviour is that instead of "Axis RX" it should show "Fuel Mix" or "Test".

Great piece of work by the way.

MicrosoftFlightSim2020 .txt

image

image

@Rexeh
Copy link
Owner

Rexeh commented May 11, 2021

Thanks for this!

Unfortunately not currently supported in current version - https://joystick-diagrams.com/features/

This is due to JG not exposing axis data in the XML, it requires a deeper Integration with windows devices to draw these out. This deeper Integration would come with a future version.

@jacrify
Copy link
Author

jacrify commented May 11, 2021

Is it possible to just pull in the description nodes if they are present? Eg the stanza from my file was:

<axis description="Fuel Mix" id="7">
                    <container type="basic">
                        <action-set>
                            <description description="Test"/>
                            <remap axis="7" axis-scaling="1.0" axis-type="absolute" vjoy="1"/>
                        </action-set>
                    </container>
                </axis>
                

I just want it to say "Fuel Mix" on the diagram. Is the problem that you don't know where on the stick "axis-7" maps to?

@Rexeh
Copy link
Owner

Rexeh commented May 13, 2021

Is it possible to just pull in the description nodes if they are present? Eg the stanza from my file was:

<axis description="Fuel Mix" id="7">
                    <container type="basic">
                        <action-set>
                            <description description="Test"/>
                            <remap axis="7" axis-scaling="1.0" axis-type="absolute" vjoy="1"/>
                        </action-set>
                    </container>
                </axis>
                

I just want it to say "Fuel Mix" on the diagram. Is the problem that you don't know where on the stick "axis-7" maps to?

Unfortunately not, because there's nothing in there telling me what "AXIS 7" is, I need to query Windows to pull that out and resolve to AXIS_RX and so forth.

@Rexeh
Copy link
Owner

Rexeh commented May 13, 2021

Closed as part of rewrite - duplicate of #46

@Rexeh Rexeh closed this as completed May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants