Attaching data to QR codes generated in Dynamo

Thanks Andrew for your guidance. I’ll do it and let you know if I have any problem. Thanks again

Hi @MOJTABA256,

Have a look at this post. it’s quite detailed.

http://therevitsaver.blogspot.co.uk/2016/01/dynamo-qr-coding-assemblies-and.html

Cheers,
Dan

1 Like

Thank you so much Daniel. It was very helpful

Thank you so much for your helpful information. I have a question. I followed your step. I uploaded my Revit model in A360 , selected one of the building element (e.g. one of its wall), and copy its URL to Dynamo for generating its QR code. The QR code was generated, But when I opened its URL, it shows the whole model. It doesn’t highlight the building element that I selected in A360 and copied its URL. I am going to generate QR code for each building element. In this case, the URL is the same for all element, and when somebody scanned these codes, they won’t show the specification of each specific element. Is there any way to get URL for each building element in A360? If no, how can we recognize that which QR code is for each element? Could u please tell me what I should do? Thanks



Thank you so much for your helpful information. I have a question. I uploaded my Revit model in A360 , selected one of the building element (e.g. one of its wall), and copy its URL to Dynamo for generating its QR code. The QR code was generated, But when I opened its URL, it shows the whole model. It doesn’t highlight the building element that I selected in A360 and copied its URL. I am going to generate QR code for each building element. In this case, the URL is the same for all element, and when somebody scanned these codes, they won’t show the specification of each specific element. Is there any way to get URL for each building element in A360? If no, how can we recognize that which QR code is for each element? Could u please tell me what I should do? Thanks



Hi,

I am stuck with saving the image file to a destination, all the others are working fine.

I have attached an image below, which states - “Invalid Associative Factor” on the code block.

Can someone point me, where I am going wrong with this?

Thanks

the "\ " is being treated as part of the code block, not literally

Replace the single backslash with double i.e.
image

Hi Andrew,

It worked fine, thanks a lot.

Currently all the data that is coming in the QR Code is a string - in on line, How to separate them like a “List”?
I have attached the image below, showing the string output and a separate “list” output.

Andrew,

Got It, used the " Convert list into list of strings" node.