Auto Numbering tags with a spline line and Prefix

Hi everyone one, I’m recently start to use dynamo (yay!) after a few days of trying to automatize Communication devices labels I found a file online, I modified to match my needs and I get it to work. However I stop using for a few weeks and now it’s giving me an error again.

Any thougths?

Here’s the dynamo file as well

https://drive.google.com/open?id=1fZ6AKvz4dLw9hD1MXdJixhsBk2q-Nqdm

Thanks

Zoom into one node on the canvas and then use the screenshot button, that way we can read the nodes in your screenshot. Also what does the error say?

Hi, thanks for you fast replay, there’s 2 errors

Error%202

I also updated the first screen shot now you should be able to read all the nodes.

Thanks

I think the first node should be set to communication devices not communication device TAGs. Tags are not 3D. You can not create a bounding box around a Tag.

Edit Try a code block instaed of the category node which has a tendancy to slip

Category.ByName("OST_CommunicationDevices");
2 Likes

The second error is due to the null element input, which should resolve itself once you’ve fixed the category issue per simon’s recommendation.

Thank you so much!

Yes, you guys are right. Thank you!