Hi
Im having this issue that im struggling to solve.
I have a project that I need to circuit lighting fixtures in Revit and without indicating wiring on the plans.
We have decided to to give each circuit a reference that indicates which Circuit number and panel number that circuit is So the tag will look like this.
and the schedule will supply additional information
Revit setup
We’ve created a project parameter that is assigned to all circuits and has given them all an unique number
see below, this works
So now each circuit has a unique ID
I then created a shared parameter for all the Light fixtures called CIRCUITID now i want to write those ID’s to the light fixture parameter base on which circuit number and panel that light fixture is connected to.
This is the part that im stuck i dont know where im going wrong this is how far i came
Hi, So changing it to a math equation maybe will make it easier to understand.
So what im trying to achieve is:
In revit I have multiple electrical circuits let say 1000
And each Electrical Circuit has 3 parameters
(example) Circuit 1 out of 100
Parameter 1 = 100
Parameter 2 = AA
Parameter 3 = 1
Ok so now im trying to fill in a parameter of a revit family based on their parameters.
So this electrical component has the same parameters 1 and 2 and if that parameters match I need it to set another
if electrical component has the same parameter 1 and Parameter 2 values I need it to set Parameter 3 Value to the Parameter 4 value of the family
(example)
Parameter 1 = 100
Parameter 2 = AA
Parameter 4 = 1 (set parameter value 3 of the circuit above and set it to the family if parameter 1 and 2 matches)