Good day Gents,

I am about to generate a fly by wire program. Aim is, as long I make no manual input, orient craft on the last set orientation (pitch & bank angle).

While input pitch is <> 0.05
Set craft pitch to nav pitch
Wait until input pitch <> 0.05

Quite an easy code. Unfortunately input pitch seams not to be measured on the real manual input by the controller but the input set at the control surfaces. That's why the prog constantly loops around and as a result the pitch changes over time although no manual input is made.

Has anyone an idea how to measure the the inputs at the manual controllers?

Thx in advance🖖

Tags
Question

4 Comments

  • Log in to leave a comment
  • Profile image
    43.2k goz

    The only successful way I’ve seen to create FBW system is to tie all of the control surface inputs directly to Vizzy variables rather than the default pitch/yaw/roll inputs. Here is a great example: FBW Wasp

    3.5 years ago
  • Profile image

    Np, sure don’t @rien

    3.5 years ago
  • Profile image
    381 rien

    @Spacecoast321
    Thanks gently for the offer. Yet currently my focus is to measure the input setting at the controller. Do you know if this is possible? Thx & KR

    3.5 years ago
  • Profile image

    I got a massive project maybe u wanna be part of it?

    3.5 years ago

3 Upvotes

Log in in to upvote this post.