Wind on BIG Display
Posted: Sat Nov 17, 2018 5:46 pm
I am using the following syntax on my variant of the BIG Iso Display file:
*addloop b3 5 300 \
#clear\n\
#font helvB14\n\
#color 1\n\
#rbox 0 0 70 18 5\n\
#color 0\n\
#string 8 16 WIND\n\
#color 1\n\
#string 82 16 mph\n\
#font fub30\n\
#string 0 60 [wind0wind-avg1=mph.1:--]\n\
#circle 105 43 20\n\
#if#[wind0avgwind-act=mph.1:0.0]#then##pline 105 43 20 [wind0dir-act.0:0]\n#else##fi##disc 105 43 4
When there is NO wind I would expect to see "0.0" but I am seeing "--". The GUST shows "0.0".
Just wondered if I have changed something wrongly.
*addloop b3 5 300 \
#clear\n\
#font helvB14\n\
#color 1\n\
#rbox 0 0 70 18 5\n\
#color 0\n\
#string 8 16 WIND\n\
#color 1\n\
#string 82 16 mph\n\
#font fub30\n\
#string 0 60 [wind0wind-avg1=mph.1:--]\n\
#circle 105 43 20\n\
#if#[wind0avgwind-act=mph.1:0.0]#then##pline 105 43 20 [wind0dir-act.0:0]\n#else##fi##disc 105 43 4
When there is NO wind I would expect to see "0.0" but I am seeing "--". The GUST shows "0.0".
Just wondered if I have changed something wrongly.