Possible widget flicker

swatson999

Well-Known Member
Joined
Oct 6, 2010
Messages
1,640
Maybe my aging eyes :) are going wonky, but I think I saw a couple/three widgets on the EMS page quickly disappear and reappear a few times on recent flights (with the newest software). Can anyone confirm this on their system?

If I definitely see this behavior again, I'll grab a diagnostic file and send to Dynon, but was just curious if anyone else witnessed anything similar.
 

swatson999

Well-Known Member
Joined
Oct 6, 2010
Messages
1,640
OK, my eyes are NOT getting old. Today, during a 2-hour flight, I was looking directly at the EMS portion of the screen, at the fuel remaining widget, and it *definitely* disappeared and then reappeared a moment later.

I grabbed a diagnostic file and will upload it tomorrow.

Also, I noted that the EGT/CHT widget on a 30% window *does not fit* in the space...the left and right text ("EGT" "CHT" "*F") are cut off (extend past the window area).
 

swatson999

Well-Known Member
Joined
Oct 6, 2010
Messages
1,640
Check out the EGT/CHT widget on this screen capture...

p4ADBv
 

mmarien

Murray M.
Joined
Dec 26, 2009
Messages
1,206
Location
Saskatoon SK CAN
Also, I noted that the EGT/CHT widget on a 30% window *does not fit* in the space...the left and right text ("EGT" "CHT" "*F") are cut off (extend past the window area).
You can hand code them to fit better. I squeezed the EGT/CHT widget to fit my pitch trim beside it. I also fattened up the bars.

EGT2018.png


I think the first params is the width of the bars and the second params is the space between. You can experiment to get better effects.

Code:
            EGT_CHT_WIDGET={
                  type=WIDGET_EGT_CHT_VERT
                  x_offset=-0.5
                  y_offset=0.5
                  width=39
                  height=25
                  params=6
                  params=2
                  params=0
                  value_text=SMALL
                  label_text=XSMALL
                  }
 

skyview_user

I love TopMeteo
Joined
Apr 4, 2016
Messages
58
You can hand code them to fit better. I squeezed the EGT/CHT widget to fit my pitch trim beside it. I also fattened up the bars.

Thanks, mmarien, works fine. You are the master of config files  :)
 

swatson999

Well-Known Member
Joined
Oct 6, 2010
Messages
1,640
OK, my eyes are NOT getting old.  Today, during a 2-hour flight, I was looking directly at the EMS portion of the screen, at the fuel remaining widget, and it *definitely* disappeared and then reappeared a moment later.

I grabbed a diagnostic file and will upload it tomorrow.
.


No response from Dynon after I uploaded the file...?
 

Raymo

I love aviation!
Joined
Apr 25, 2016
Messages
1,066
Location
Richmond Hill, GA
Steve,

I think, once you have sent something to support, it is best to contact them directly. Complaining here that they may or may not have gotten to your issue won't help.

My .02.
 

krw5927

I love flying!
Joined
Mar 1, 2015
Messages
124
Multiple cases of widget flicker experienced this weekend on a long x/c trip, newest software. So many that I was able to get video to send to Dynon. Hopefully they can sort this out with the next release.
 
Top