DeltaV 有温压补偿模块吗? 以下摘自 deltav books online pt_comp composite template the pt_comp composite template is used to compensate a measured flow based on measured pressure and/or temperature. the compensation can be used for gas or liquid streams where flow is measured using either a differential pressure flowmeter or a mass flowmeter. flow compensation of a gas stream can be based on measured pressure, temperature or both. compensation for liquid flow is based on measured temperature, using a linear relationship between temperature and density. inputs to the block are the measured flow, pressure, and temperature. the block output is the compensated flow. the status of the compensated flow is that of the measured flow. if the status of the measured pressure or temperature is other than good, the reference (calibration) value is used in the calculation when applicable. this effectively disables compensation based on that input when the status is not good. status transitions are bumpless in downstream control blocks. the compensation factor is calculated as follows: gas stream (( pressure + abs_press_cf ) / ( ref_press + abs_press_cf )) * (( ref_temp + abs_temp_cf ) / ( temperature + abs_temp_cf )) liquid stream (( temperature * density_m ) + density_b ) / ref_density if the flowmeter is the differential pressure type, the compensation factor is the square root of the above equations. you create a usage of this composite template by placing a custom block on the module's function block diagram. from the special items palette in control studio, drag the custom block icon onto the diagram. give the block a usage name and select the block type as linked composite. reference the existing object by browsing to the pt_comp template. this block can be configured using either control studio or deltav explorer or from the faceplate in the operator's interface, provided the user has the restricted control security key. there is a dynamo for this composite function block in the !fncblks dynamo set in graphics studio and in the fncblk dynamo set in deltav operate's configure mode.查看更多