Hello all,
I am looking for a way to allow my parameter within my diffuser to change when the flow changes.
I made a shared parameter called "Diffuser Text Tag Value"
I wanted to put in a range like follows but don't know how.
Any help would be appreciated
Thanks all in advance,Code:if(Flow > 0 CFM, "6x6/6Ø", " ") if(Flow > 100 CFM, "8x8/8Ø", " ") if(Flow > 220 CFM, "10x10/10Ø", " ") if(Flow > 345 CFM, "12x12/10Ø", " ") if(Flow > 400 CFM, "14x14/12Ø", " ") if(Flow > 545 CFM, "16x16/14Ø", " ") if(Flow > 900 CFM, "18x18", " ") if(Flow > 1200 CFM, "!!ERROR!! Too much.", " ")
Andre
P.S. I also will be using this to size the duct connectors.


Reply With Quote
