05-27-2019 10:46 AM
Hi
I need an LV application to generate graphics of QR based on an input text.
Do you have any sample code to do it
05-27-2019 11:22 AM
05-27-2019 02:46 PM
Thank you for that sample code.
Regards
05-27-2019 02:49 PM
Here is some ancient code I wrote since I prefer G to C.
05-29-2019 10:44 AM - edited 05-29-2019 10:50 AM
Both,
Darin's QR Generator.llb 453 KB
and
ongeelim's QR Code Generator 2012 NIVerified.llb 576 KB
are well written, plain LabView QR-Code generators.
Darin's Blockdiagram is easier to understand,
while ongeelim's version has more features "out of the box":
10-14-2020 02:07 AM
Hi alexderjuengere
I use both QR generators but they cannot read in LabVIEW. I attached the reader vis they give me Error.jpg error. The error title "Error -1074395318 occurred at IMAQ Overlay Lines".When I generate QR code from an online generator reader vis are work. When I use a cell phone QR reader application, the application reads all of them.
How can I fix it? can you help me?
Sorry for my English.
10-14-2020 06:00 AM
I found out the right setting for the generator. I am sharing the generator and the reader is working for me.
I think my fault is data mode I chose alphanumeric in generation vi. When I chose Data mode Binary, reader vi started work.
09-05-2024 05:21 AM
Hello,
thank you all for this amazing Code Generator.
I need to write a multi line string to be converted to a QR Code.
If I use this example, all of my line feeds are deleted and the strings are connected in one line.
Is there a chance to get these line feeds into the generated QR code?
09-06-2024 10:39 AM
@Darin.K wrote:
Here is some ancient code I wrote since I prefer G to C.
In "EncodeStrings.vi", I see this:
Is that "1" constant supposed to be wired to something?
09-07-2024 11:20 AM
@Darin.K wrote:
Here is some ancient code I wrote since I prefer G to C.
I've done some updating/cleanup.