barotrend=inhg **solved**
Posted: Mon May 09, 2022 2:45 am
using MB for webcam and adding templates to image. Trying to get the barometer trend to show two digits after decimal for inHg and i can't get it to work properly, always shows a zero in the second digit after decimal
Here's what I am using,
this code shows zero in second digit, examples: ST(-0.30) ST(-0.10) ST(0.10)
I can not get it to show the second digit after decimal. Is this correct or should MB be able to show that second digit?
I've even tried the following code just for a trial, still zero in the second digit after decimal
Then I tried using a multiplier to move that digit with the following code
Is it possible to show second digit after decimal with barortrend=inhg?
Here's what I am using,
Code: Select all
'[thb0seapress-delta3h=enbarotrend]([thb0seapress-delta3h=barotrend=inhg.2:--] inHg)'
this code shows zero in second digit, examples: ST(-0.30) ST(-0.10) ST(0.10)
I can not get it to show the second digit after decimal. Is this correct or should MB be able to show that second digit?
I've even tried the following code just for a trial, still zero in the second digit after decimal
Code: Select all
'[thb0seapress-delta5=enbarotrend]([thb0seapress-delta5=barotrend=inhg.2:--] inHg)'
Code: Select all
'[thb0seapress-delta5=enbarotrend]([thb0seapress-delta5=barotrend=inhg0,1.2:--] inHg)'