03-26-2009 03:49 AM
how to switch On and Switch Off LED using the Lab view , I need to Switch on and off hard ware LED , not the soft LED .
I need to know different ways to Switch On and Off the LED
Solved! Go to Solution.
03-26-2009 03:54 AM
I had used Parallel port signal (sample program available in the example finder) to do this in my old project. What hardware you are using? Give bit more details about your project.
Mathan
03-26-2009 07:17 AM - edited 03-26-2009 07:18 AM
We (or at least me, being non-clairvoyant) need to know how you are going to interface to the hardware...
Serial Port
USB
GPIB
PXI
SCXI
C-Rio
FPGA
Parallel Port
03-26-2009 09:05 AM
Serial Port
USB
GPIB
PXI
SCXI
C-Rio
FPGA
Parallel Port
...
SPI
I2C
Fieldpoint
DAQ
Telekinesis
...
03-26-2009 09:29 AM
Firewire
Do the TK drivers come in a special toolkit? I cannot seem to find them.
Lynn
03-26-2009 09:41 AM
johnsold wrote:
Do the TK drivers come in a special toolkit? I cannot seem to find them.
You have to be on the CIA special mailing list... What do you mean you don't know about that list? Oops...
...
IrDA (IR in general)
RF (including RFID)
...
03-26-2009 10:53 AM
04-14-2009 06:50 AM
Hi ,
I need to control LED from my laptop which is having labview , kindly tell the different ways , my laptop has serial port , is it possible to control using that .
04-14-2009 09:05 AM
It is, but not without building a circuit to interface the serial port to the LED. The circuit may be as simple as a resistor, or you may also need to do voltage shifting depending on the serial port voltage levels. The RS-232 spec indicates that the voltage on the serial port can swing up to +/- 12V. Some motherboard manufacurers use chips where the swing is only +/- 5V. There is also the issue of current. The serial port does not provide a whole lot of current. Typically it's only about 5mA. You would need a very low current draw LED. Otherwise you will damage the port.
If you want to pursue this then you should perform a search on this forum as this question has come up several times before. Also scanning the web for "control LED from serial port" is bound to produce a lot of results.
As for the software part, you can control the serial port using VISA. If you need to control specific lines like DTR or DTS then you can do that with VISA as well. Examples ship with LabVIEW to show you how to do this.
04-14-2009 09:39 AM
Please do not mark your message as the solution. It wasn't the solution because all you are doing is asking your question again. If you go to options on the upper right hand side of your message, then you can unmark that message as a solution. Then go and mark whichever message helped you the most as the solution.
Are you an NI employee? If not, how did you get a blue bar for your user name?