Hello,
I am a fairly new user. I have created a few files that will run. I am having trouble getting another one to run. Below is what I am trying to accomplish.
I have Data in an Excel sheet that I want to import into Revit families. The data would be information like Voltage, Phase, Load, Type, Etc.
This data would have to be imported into each “Electrical Fixture” parameters, by it’s “Mark”.
Example Below:
Mark Para, Para, Para, Para, Para
FCU-1 - Voltage, Phase, Load, Type, Etc.
FCU-2 - Voltage, Phase, Load, Type, Etc.
FCU-3 - Voltage, Phase, Load, Type, Etc.
VAV-1 - Voltage, Phase, Load, Type, Etc.
VAV-2 - Voltage, Phase, Load, Type, Etc.
BLR-1 - Voltage, Phase, Load, Type, Etc.
RTU-1 - Voltage, Phase, Load, Type, Etc.
RTU-2 - Voltage, Phase, Load, Type, Etc.
RTU-3 - Voltage, Phase, Load, Type, Etc.
RTU-4 - Voltage, Phase, Load, Type, Etc.
RTU-5 - Voltage, Phase, Load, Type, Etc.
WH-1 - Voltage, Phase, Load, Type, Etc.
WH-2 - Voltage, Phase, Load, Type, Etc.
WH-3 - Voltage, Phase, Load, Type, Etc.
And so on.
Each row of information is specific to a fixture in the Revit model.
When the information is updated in the Excel file, the Dynamo file will be re-ran and overwrites previous parameter data.