- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to output values from Revit to an excel spreadsheet in tabular form. And then from there be able to alter the data in excel to change the data in the model. I understand the basics of Dynamo, and I can get this feature working for lots of different parameters, for example changing the length of an Air Handling Unit or something from a family.
The problem I'm having is when I try to do this for the flow rate (in L/s), it messes up the values. For example, if I set the supply air (a parameter I created, then set it to instance rather than type) to 230L/s and then put a "watch" block on the value, it will say it is 8.12 (approximately a factor of 28.3 smaller).
Then when I have it outputting to an excel sheet it does the same. When I set it to read from the file it does the same thing. For example, if I change the 8.12L/s from above to 68L/s and then run it, the supply air will show as 1925.55L/s in the model (approximately a factor of 28.3 larger).
I've checked for any differences in units and it all seems to check out. I've also done this for other measurements and it works fine, so I'm not sure why this problem is occurring just for the flow rates.
Thanks
Solved! Go to Solution.