
『flow totalizer|rotameter flow meter』Related information(clamp on meter|electromagnetic meter|venturi meterrotameter|orifice meter|ultrasonic flow meter|mass flow meter|coriolis mass flow meter|coriolis flow meter|magnetic flow meter|magmeter flow meter|magflow flow meter|mag meter flow meter|electromagnetic flow meter|vortex flow meter|turbine flow meter|thermal mass flow meter|thermal flow meter|rotameter flow meter)

1. Siemens Boruto calculates cumulative flow through instantaneous flow
In Siemens Boruto, instantaneous flow can be used to calculate cumulative flow through three methods: functional blocks, structured programming, or timed reading and calculation. 1. Use the function block "Totalizer" in the STEP7 V5. x environment. The function block "Totalizer" is a tool specifically designed for traffic accumulation calculation. Its core parameters include: measured value: input instantaneous flow rate value (such as cubic meters per second, liters per minute, etc.); Interval Time: Set the calculation cycle (such as 1 second, 1 minute) to match the actual physical unit; Cycle Time: The scanning cycle of the PLC must be synchronized with the calculation logic; Reset signal: When triggered, reset the cumulative value to zero. By combining the instantaneous flow value with the time parameter, the function block automatically completes the integration operation internally and outputs the cumulative flow result. This method is suitable for scenarios with moderate accuracy requirements and simple logic, but attention should be paid to the compatibility differences between STEP7 V5. x and TIA Botu. In TIA Botu, structured programming can be implemented by creating new functional blocks (such as "FB39_LowAccumulate") to achieve more flexible accumulation calculations. The specific logic is as follows: Loop interrupt organization block call: It is executed periodically in loop interrupt blocks such as OB35 (e.g. every 100ms); Trapezoidal integration formula: When the instantaneous flow rate (# FlowInOut) is within the set range, the cumulative value (# FlowAccSta) is updated according to the formula: # FlowAccSta:=# FlowAccSta+0.


Current position > News detail