I am trying to automate our teams one-line drawing production and a big part of that is pulling in information from our teams electrical design excel file that holds the information that needs to be placed into block attributes. I am trying to make a game plan on how I am going to place these autocad block references into plan and then also make sure information stays where it needs to. My thinking is to make a dictionary for each circuit ID and then have values underneath it for each of the components that will make it into the block attributes eventually. Does anyone have any other advice on how to handle this and make sure the information doesn’t get mixed up? Screenshot below showing some guidelines I was provided to this process with references to screenshot of the mentioned excel file.
Also, I have already made some progress on a Dynamo script that will read the excel file and place the block references in the location I want based on the number of circuits identified in the excel file. Two other screenshots showing that progress.