PDA

View Full Version : Donīt unterstand Datapipe logic with mobiflight :(



Berry2k
07-23-2016, 07:39 AM
Could some please explain me the datapipe of jeehell .. i donīt understand the logic .. iīm working wtih mobiflight.de and i try to use my encoder to decrease or increase the speed for expample .. but i donīt know where, how and which offsets i should use for it :(

anzabon
08-02-2016, 11:28 AM
Berry,
pls take a look into Jeehells User guide for the FCU offsets you need. And on mobiflight.de there should be a thread how to use the datapipe when I remember correctly...
Using the datapipe function demands the simultaneous! use of two offsets at the same time: one offset value opens the respective datapipe, the other offset value must be written into this opened pipe. Mobiflight is able to handle this datapipe since version 7.0

Regards
Bon

Hypnorm
08-02-2016, 09:35 PM
In the examples folder that is created when you install Mobiflight, there is a JeeHell sketch (if that is the correct term) for the JeeHell FCU/EFIS datapipe functions. I have got it to work quite well on a test bed ..... just figuring out how to get it into my sim :)

J

masterp
01-17-2017, 10:50 PM
Hi gents,
Do you know how to use Mobiflight encorder to control ISIS 's baro rotary?
Thanks

corco19
01-20-2017, 11:30 PM
The offsets given by Jeehell for ISIS are the next:

78E8 length1 STBY instruments controls.
Set Value :
Value Action
1 Start/Stop the Chronometer
2 Stops the ET timer
3 Starts the ET timer
4 Reset and stops the ET timer
5 Reset Chronometer
6 Date/UTC time switch
7 ILS scale switch
8 Bugs menu switch
9 ISIS "-" key
10 ISIS "+" key
11 ISIS rotary press button
12 decrease baro or bugs value(if in bugs page in ISIS)
13 increase baro or bugs value(if in bugs page in ISIS)

So you need to create the device with the encoder on arduino card and then the input config to send values for those offsets (one for the left turn, an the other for the right turn)

michael1508
01-24-2017, 04:34 PM
Hi Corco19,

But this is referring to the fsuipc offset option in MF, not the datapipe option.

I also tried to use the datapipe option to control my QNH. But no success.
I now use the FSUIPC offsets for changing the values up and down.

Would be nice to read, if somebody got it working with datapipe in MF.

Michael

masterp
01-24-2017, 09:50 PM
The offsets given by Jeehell for ISIS are the next:

78E8 length1 STBY instruments controls.
Set Value :
Value Action
1 Start/Stop the Chronometer
2 Stops the ET timer
3 Starts the ET timer
4 Reset and stops the ET timer
5 Reset Chronometer
6 Date/UTC time switch
7 ILS scale switch
8 Bugs menu switch
9 ISIS "-" key
10 ISIS "+" key
11 ISIS rotary press button
12 decrease baro or bugs value(if in bugs page in ISIS)
13 increase baro or bugs value(if in bugs page in ISIS)

So you need to create the device with the encoder on arduino card and then the input config to send values for those offsets (one for the left turn, an the other for the right turn)

Thanks corco, I made it works fine now.

corco19
01-29-2017, 12:18 PM
Sorry Michael! Did not see this thread.

There is a post in mobiflight forum regarding the datapipe..well, MF developer is working on that.

In a previous version, a change was made and datapipe was disabled. On the next release it Will be working!