I want to calculate the number of multi-circuit wires needed to carry a number of circuits. I have attached a snip of the problem that occurs. I've declared the (shared) parameters as Number and Instance, simplified by omitting Roundup, which has to be there for the result to be real-world, thinking that was the issue (I'm not sure if Integers can co-exist with numbers, even using Roundup), and copy and pasted the text to avoid spelling mistakes, but it still doesn't work.
Solved! Go to Solution.
I want to calculate the number of multi-circuit wires needed to carry a number of circuits. I have attached a snip of the problem that occurs. I've declared the (shared) parameters as Number and Instance, simplified by omitting Roundup, which has to be there for the result to be real-world, thinking that was the issue (I'm not sure if Integers can co-exist with numbers, even using Roundup), and copy and pasted the text to avoid spelling mistakes, but it still doesn't work.
Solved! Go to Solution.
Check the attached snap file
Check the attached snap file
Hello @Anonymous
This seems to address your issue.
Issue |
| |
Cause |
|
Solution |
| |
See Also |
Let me know how it goes.
Best regards.
Hello @Anonymous
This seems to address your issue.
Issue |
| |
Cause |
|
Solution |
| |
See Also |
Let me know how it goes.
Best regards.
Hi all;
I also posted this problem on an independent Revit forum. A member there came up with what turned out to be the solution.
I had to check the formula in each type to ensure no type might wind up dividing by zero, so all occurences of the divisor had to be explicitly non-zero, which involved flipping throught the types to change and confirm. A non-value was not acceptable. I set them all to one. Then, the formula worked fine.
Thanks for working on my problem.
Dave
Hi all;
I also posted this problem on an independent Revit forum. A member there came up with what turned out to be the solution.
I had to check the formula in each type to ensure no type might wind up dividing by zero, so all occurences of the divisor had to be explicitly non-zero, which involved flipping throught the types to change and confirm. A non-value was not acceptable. I set them all to one. Then, the formula worked fine.
Thanks for working on my problem.
Dave
hi dear all
i have problem with formula , please help me.
hi dear all
i have problem with formula , please help me.
Can't find what you're looking for? Ask the community or share your knowledge.