03-25-2014 10:36 AM
Hello everyone
i am working on a project where i have to do sorting of Object using QR code. ( the sorting mechanism is done using motor)..
I am doing step by step.. I already interface the labview with arduino using lifa.
Now in my VI, when i press the boolean, the webcam is on, the camera decode the qr code using the vision assistant.
then if the qr code is matched with the qr code i want to be sorted, the motor will on..
Now i try to use LED first to understand the concept n work with simple thing..
in my VI, when i press the QR code n it is matched. i represent the motor with a led which i put it at pin 3 as shown in the attachment...
But my main problem is that when i scan the qr code, the led is blinking . I dont want it to blink. I want it to stay on ..
can some1 help me with this please.
i try many possibilities. i try with case structure, with while loop..
but the led continues to blink.
03-25-2014 10:37 AM
This is another way i tried
03-25-2014 11:10 AM - edited 03-25-2014 12:04 PM
You have been told to attach actual code. Pictures are useless to debug. We cannot follow code that has overlapping and backwards wires all over the place.
(Still, from what we can tell, your code has many weird constructs....)
03-25-2014 11:18 AM
Dear Sir
this is the vi
Actually, i really want to make an led stay high. What should i put so as i can accomplish this?