Shared Parameters to model text

I have a motorized fire damper, how can I write the height and width of this fire damper in a single parameter?


D3060.40_Motorized Fire Damper.rfa (480 KB)

To my knowledge the concatenate (combine) function is not available with parameters. You can create a Dynamo script to pull both values, convert them to strings, concatenate them and then write that back to a text parameter. Or for something more automatic, you can combine them in a schedule field.

image

Hi Guys,
As staylor said or you can create a new text parameter and run this script.

i am getting an error like this


You have to make sure that the parameter you created is a text parameter.

how can i determine decimal number status?
image

You should try this and give the level I marked, or it will not write correctly.