MobiFlight Community Support

Welcome to the forum for MobiFlight! Feel free to reach out to the community in case you have questions, issues or just want to share great ideas or details about your latest home cockpit project.

You like MobiFlight? Donate via PayPal and support the MobiFlight development. Thanks! 

05/03/2024 - This forum is read-only

The community support for MobiFlight has moved exclusively over to our Discord server. Register for free and enjoy more interactive functions like image and video upload, voice chat. More than 7,000 registered users around the world make it a great experience!

See you on our MobiFlight Community Discord server.

A HUGE Thank You to everyone who participated in the forum, especially obviously to Pizman and Stephan who did an outstanding job over so many years providing an incredible service to the MobiFlight community.

The forum is still providing a lot of good content, hence we keep this information accessible.

icon
Avatar
solihindin90
Posts: 10
Hello,
I have designed and created FCU for Toliss. I would like to share my configuration here.



The video is here:
https://youtu.be/m0y0i1L7Ddg
The files is in here:
https://drive.google.com/drive/folders/1FD8gYGsNrnX-B1XDsVdpXUbH8QzGv8kT?usp=sharing
I will create a detailed explanation and walk through video and will post here soon.

P/S: For those who are interested to build this 3D printed FCU, you may purchase the files here
https://cults3d.com/en/3d-model/game/a320-fcu-panel-fully-3d-print

Refer to my FB page for design and build process updates and future projects: https://www.facebook.com/sol3dcreation
2021-08-31 21:29
Avatar
saatric
Posts: 3
Great job. Waiting for more detailed tutorial.
I have a simple button box (6 buttons and 4 encoders). I have partly used your configurations files but i'm struggling a bit with heading encoder ( you've been explaining it in your vid).
My just isn't working

Dataref HDGVAL sim/cockpit/autopilot/heading float
Offset 0x6545 FLOAT32 1 rw $HDGVAL >HDGVAL @

if i change rw to w i'm getting some respone but it is a buggy one, so the offset is correct. I'm missing something.

For example this config line is working properly

Dataref ALTVAL sim/cockpit2/autopilot/altitude_dial_ft float
Offset 0x6555 FLOAT32 2 rw $ALTVAL >ALTVAL @
2021-09-10 10:18
Avatar
StephanHo
Moderator
From: EDDG, Germany
Posts: 1867
Supporter
Hi solihindin90,

I marked this topic as a tutorial and pushed it up.

Good job!
Grüße,
Stephan (Time: UTC+2)
2021-09-10 20:40
Avatar
saatric
Posts: 3
Ok i worked a bit with datarefeditor and it seems that small change in config

from:
Dataref HDGVAL sim/cockpit/autopilot/heading float
Offset 0x6545 FLOAT32 1 rw $HDGVAL >HDGVAL @
to:
Dataref HDGVAL sim/cockpit/autopilot/heading_mag float
Offset 0x6545 FLOAT32 1 rw $HDGVAL >HDGVAL @

solved my problem.
2021-09-11 13:29
Avatar
simpilot365
Posts: 7
Hi,have 1 question.

1) why is '/cockpit 2' used in some instances and '/cockpit' used in another ?


Thank you folks.
[Last edited by simpilot365, 2021-12-17 06:40]
2021-12-17 06:32
Avatar
solihindin90
Posts: 10
It is more like which dataref works. Some dataref from cockpit 1 works and some donts. Same goes to cockpit 2.
2021-12-30 04:55
icon