We are trying to create a lookup table to help size air terminals. We've got the table working, but defining Air Flow CFM is key. We are not able to find the correct param_name type definition for CFM.

We can capture this: pxflow##Volume##Cubic_Feet but can't really convert that to CFM directly.

What we need is pxflow##OTHER##Airflow ?? or cubic_feet_per_minute or some definition that will accept CFM value. pxflow##OTHER## returns "Inconsistent Units" when we pass CFM value to it.

Does anyone know if this is possible or where this information could be found?

Appreciate it; the forum is always helpful.