Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

EFIS Zibo

Good day,

I have nearly fully programmed my EFIS , there are only two switches that I don't ghet to work.
SELECTOR_MODE and SELECTOR_RANGE here is an example of my SELECTOR_RANGE setting

POSITION1 laminar/B737/EFIS_contol/capt/map_range_up
POSITION2 laminar/B737/EFIS_contol/capt/map_range_up
POSITION3 laminar/B737/EFIS_contol/capt/map_range_up
POSITION4 laminar/B737/EFIS_contol/capt/map_range_up
POSITION5 laminar/B737/EFIS_contol/capt/map_range_up
POSITION6 laminar/B737/EFIS_contol/capt/map_range_up
POSITION7 laminar/B737/EFIS_contol/capt/map_range_up

The switch works but only in upwarts position, don't go down .
How must i programmed this switch to go left and right ?

Tx
Chris

Comments

  • Never mind, it's solved :)
  • Hi Chris,
    Having problems with my EFIS ( Zibo ) can Range up but not down .
    Also the Selector Mode is not working . Could you send me your working EFIS file for the ZIBO if possible.
    Thank you in advancs.
    Rgds
    Dan
  • The EFIS only understand its position, so you need to directly set a dataref for each position by using a bespoke event for each position.

    If that is not possible, then create a bespoke event for each position that reads the current dataref indicating the aircrafts current range position to determine how many map_range_up or map_range_down events to send. E.g. if the aircraft position is at position 1 and the bespoke event is called for position 2, then 2-1 = 1 and its greater than the aircraft's current position so send 1 map_range_up event.

    Best wishes
    Steve
Sign In or Register to comment.