05-12-2008 06:52 PM
05-13-2008
07:06 PM
- last edited on
06-10-2024
10:29 AM
by
Content Cleaner
Hi Laxmiaknt,
There is a good KnowledgeBase article here that talks about how you can access the parallel port and perform simple digital I/O operations using it and details 3 different methods for doing so.
What kind of a setup do you have? What have you got connected to your parallel port, and what sort of information are you hoping to read? I looked at the file you attached, but that does not really tell me what you are hoping to do.
Let us know if this was the information you needed.
05-14-2008 07:12 PM
06-10-2008
10:06 PM
- last edited on
06-10-2024
10:30 AM
by
Content Cleaner
For most users the parallel port is only well suited for "quick and dirty" digital I/O where only a couple pins are needed. Anything beyond this will require external circuitry. For your application you would have to create external circuitry to convert your analog signal to digital, as well as provide for properly buffering the parallel lines to ensure that you do not damage the port on your computer.
For anything more than the simplest digital I/O, it makes sense to look at an entry-level USB DAQ device, such as the USB-6008, which will give you much more functionality with very little cost.
Of course USB will not be an option if this will be running on a LabVIEW Real-Time controller, in which case you would need a solution which matches your hardware platform.
-Jason S.
Message Edited by JasonS on 06-10-2008 10:09 PM