10-21-2012 06:24 PM
Hi
I have built a visual inspection using Labview API this application show me if the objects analyzed are Correct o Incorrect, "Pass" or "Fail". I want to know if is it possible use the signal True or False to communicate with the USB port to use this signal to light on a green LED for Pass and a red LED for Fail. I have no idea how to use output signals i have never done this before. If anyone has some example code of this would be great.
10-22-2012 08:49 AM
How are you communicating with the LED instrument on USB? Is there an interface/protocol provided by the manufacturer?
10-22-2012 09:19 AM
Sorry but i didin't say that i would use the USB port with a USB/Serial conversor, so i would build a simple eletronic circuit using LEDs.
What want to know is, if is it possible to make something similar to this.
Thaks
10-22-2012
09:34 AM
- last edited on
04-16-2025
05:45 PM
by
Content Cleaner
Ofcourse it's possible. There are multiple ways of doing it. One way you can do this is: Use a USB-6008, to output a digital signal (it has 12 DIO) to your circuit when the item is a 'Pass'. You will need to use the DAQmx API for this. Again, examples are provided in LabVIEW.
10-22-2012 09:40 AM
You said there is multiple ways of doing that, i am new in this field. If you list the other options would be great, must be a easy solutions because i am short of money and time.
Thanks for your support