New tab in Zibo EFB
New tab in Zibo EFB
Afternoon,
Zibo Mod has added a new tab in the EFB under the Fuel,Weight & Balance .
I am not seeing it on my tablet but do see it in the x plane 3d panel...
is this something I have to do to add to my android ?or doses this have to be added on sim innovations end?
Thank,
Jim
Edit:
After further testing I discovered the selection is there but just can't be seen... Is there something I need to do to see the actual icon?
Zibo Mod has added a new tab in the EFB under the Fuel,Weight & Balance .
I am not seeing it on my tablet but do see it in the x plane 3d panel...
is this something I have to do to add to my android ?or doses this have to be added on sim innovations end?
Thank,
Jim
Edit:
After further testing I discovered the selection is there but just can't be seen... Is there something I need to do to see the actual icon?
-
- Posts: 5041
- Joined: Thu Jul 27, 2017 12:22 am
Re: New tab in Zibo EFB
On XP12 we have two choices, either using the new EFB build by Keith, or use the updated Z_2D_XP EFB when it will be releasedjemac3 wrote: ↑Fri Nov 17, 2023 8:26 pm Afternoon,
Zibo Mod has added a new tab in the EFB under the Fuel,Weight & Balance .
I am not seeing it on my tablet but do see it in the x plane 3d panel...
is this something I have to do to add to my android ?or doses this have to be added on sim innovations end?
Thank,
Jim
Edit:
After further testing I discovered the selection is there but just can't be seen... Is there something I need to do to see the actual icon?
In both case, we have to wait for their both availability in the Online Store. I've seen the new feature today through a stream, though I don't have much time at the moment to go ahead on the update. I will report when ready though.
Last edited by SimPassion on Thu Dec 07, 2023 10:34 pm, edited 1 time in total.
- Keith Baxter
- Posts: 4480
- Joined: Wed Dec 20, 2017 11:00 am
- Location: Botswana
Re: New tab in Zibo EFB
@SimPassion
Gilles, My EFB is broken on 6.2.
This dataref is not used anymore. I will take a look how to get around this one.
"laminar/B738/tab/item","FLOAT[9]"
Keith
EDIT: Ok so the new dataref is
laminar/B738/tab_manip/line","FLOAT[10]"
This probably changed here on the 26th
That means your one will stop working as well on rc6.2 <
note all the indexes move down one.
Here is the new one.
Gilles, My EFB is broken on 6.2.
This dataref is not used anymore. I will take a look how to get around this one.
"laminar/B738/tab/item","FLOAT[9]"
Keith
EDIT: Ok so the new dataref is
laminar/B738/tab_manip/line","FLOAT[10]"
This probably changed here on the 26th
That means your one will stop working as well on rc6.2 <
note all the indexes move down one.
Code: Select all
xpl_dataref_subscribe("laminar/B738/tab_manip/line","FLOAT[10]",function(line)
visible(btn_l1,line[2]==1)
visible(btn_l2,line[3]==1)
visible(btn_l3,line[4]==1)
visible(btn_l4,line[5]==1)
visible(btn_l5,line[6]==1)
visible(btn_l6,line[7]==1)
visible(btn_l7,line[8]==1)
visible(btn_l8,line[9]==1)
visible(btn_l9,line[10]==1)
end)
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board, 32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card
-
- Posts: 5041
- Joined: Thu Jul 27, 2017 12:22 am
Re: New tab in Zibo EFB
Time to get and go with 4.2 Final Keith @Keith Baxter, together with video stream 
-
- Posts: 5041
- Joined: Thu Jul 27, 2017 12:22 am
Re: New tab in Zibo EFB
Thanks in any case for the feedback Keith, I've seen weird things in the MCP around green lights handling, I guess Zibo is performing a revolution inside the ZiboMod, already from a while, we soon get a 737 with quantum propulsion ... 
-
- Posts: 5041
- Joined: Thu Jul 27, 2017 12:22 am
Re: New tab in Zibo EFB
Just checked and mine doesn't seems to be broken [EDIT] though I still have to add the additional tabKeith Baxter wrote: ↑Wed Nov 29, 2023 3:05 am @SimPassion
Gilles, My EFB is broken on 6.2.
This dataref is not used anymore. I will take a look how to get around this one.
"laminar/B738/tab/item","FLOAT[9]"
Keith
.../...
I guess you've potentially missed this dataref is there to alert when check-boxes are present at the end of Checklist lines ...
Last edited by SimPassion on Wed Nov 29, 2023 6:02 pm, edited 1 time in total.
-
- Posts: 5041
- Joined: Thu Jul 27, 2017 12:22 am
Re: New tab in Zibo EFB
The Z_2D_XP MCP 1.2.8 has been updated to latest ZiboMod changes and submitted to SI
also uploaded here : https://forums.x-plane.org/index.php?/f ... r-zibomod/
also uploaded here : https://forums.x-plane.org/index.php?/f ... r-zibomod/
- Keith Baxter
- Posts: 4480
- Joined: Wed Dec 20, 2017 11:00 am
- Location: Botswana
Re: New tab in Zibo EFB
Is this a oops Gilles?SimPassion wrote: ↑Wed Nov 29, 2023 6:01 pm The Z_2D_XP MCP 1.2.8 has been updated to latest ZiboMod changes and submitted to SI
also uploaded here : https://forums.x-plane.org/index.php?/f ... r-zibomod/
MCP update in this EFB thread???
Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board, 32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card
-
- Posts: 5041
- Joined: Thu Jul 27, 2017 12:22 am
Re: New tab in Zibo EFB
Keith Baxter wrote: ↑Thu Dec 07, 2023 3:02 pm Is this a oops Gilles?
MCP update in this EFB thread???
Keith
Absolutely not Keith, while checking the EFB, meanwhile, I've also checked the MCP and mentioned in the thread as shown through this post linkSimPassion wrote: ↑Wed Nov 29, 2023 5:36 pm .../...
Just checked and mine doesn't seems to be broken [EDIT] though I still have to add the additional tab
I guess you've potentially missed this dataref is there to alert when check-boxes are present at the end of Checklist lines ...
So, logically, I've stated when the fix have been pushed
- Keith Baxter
- Posts: 4480
- Joined: Wed Dec 20, 2017 11:00 am
- Location: Botswana
Re: New tab in Zibo EFB
@SimPassion Gilles,
I am confused.
!) you are pushing a MCP update here on a EFB thread.
2) You are pushing a update on the EFB with the new tab.
2) You are pushing both.
Keith
I am confused.
!) you are pushing a MCP update here on a EFB thread.
2) You are pushing a update on the EFB with the new tab.
2) You are pushing both.
Keith
AMD RYZEN 9 5950X CPU, Corsair H80I cooler, ASUS TUF GAMING B550-PLUS AMD Ryzen Mother Board, 32Gb ram Corsair Vengeance 3000Mh, MSI GTX960 4G graphics card