目前我在开发板的显示屏上可以得到瞬时流量值,根据公式Q=SV,我可以得到瞬时速度,那么我该如何操作可以在显示屏上显示瞬时速度
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
实时流速是您所指的VFR。它是LCD_STATEMACHINE_flowRate。
ok. USS library中瞬时流量值是由 Meter constant * dTOF / (absTOF1*absTOF2) 得到的。如果客户想得到瞬时速度值,其实就是控制Meter constant参数就可以得到瞬时速度值。可以把原本使用来计算瞬时流量值对应的Meter constant除以横截面其就得到了一个新的meter constant值,该值可以用来计算瞬时速度值。这样还是可以直接输出VFR值,因为此时VFR值已经使用了新的meter contant值计算得来。