Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel port based daq and drivers

Do the following third party parallel port based daq requires driver

0 Kudos
Message 1 of 16
(4,801 Views)

Hi,

 

I couldn't open the PDF, would you try to give the information another way? - maybe a screenshot?  I also could not find the device using Google.  What does 'VAD' stand for? - this may help.

 

From what I did see, it is an interface board used for education/training.  We probably don't have an 'instant' LabVIEW driver for the board but if it comes with a DLL and some decent documentation, you should be able to get it working quickly.

 

Thanks,
Jim

0 Kudos
Message 2 of 16
(4,757 Views)

Thank you for your effort jim

here it opening in adobe reader...

anyway i try to send it in some other way

 

vad is just a name it is local daq

0 Kudos
Message 3 of 16
(4,748 Views)

Jim please try this

0 Kudos
Message 4 of 16
(4,745 Views)

try this also

0 Kudos
Message 5 of 16
(4,743 Views)

Hi,

 

I could read the second attachment.  The device looks like it will be a lot of fun!!   It can be programmed in LabVIEW by using 'Port I/O VIs' - 'In Port' and 'Out Port'.  There are a lot of example programs in the document that use the functions of the device and can be easily re-written in LabVIEW.   I can probably help you get started - for now look at the In Port and Out Port VI's - Writing and reading to locations 0x378, 0x379, and 0x37A is all that is needed to control the device.

 

Thanks,
Jim

0 Kudos
Message 6 of 16
(4,726 Views)

Thank you jim,

That means it wont require driver software to access this daq(VAD 104).Am I right........??

As u mentioned I cannot find port I/o vi in function palette(fun -connectivity). I don't have printer port in my laptop.

When I try to insert inport vi throgh labview help, it shows following error

 

Object not found.  Possible reason includes:

The object might exist in a different palette view.

The object might not be supported on a target in the project explorer window

The object might belong to an installed package that  now has an expired license...

 

 

But I can find inport and outport VIs in some example programme ...

 

0 Kudos
Message 7 of 16
(4,714 Views)

Hi,

 

I noticed that the vi's are not accessable in Vista or Win7 because of security concerns.  I remember using these vi's a few years ago to use the parallel port as a digital port.  I also remember having some problems after updating XP and needed a DLL in order to get it to work. 

 

Do you plan on generating the software on the laptop and transfering to a desktop?  What OS are you planning to use?  I can do a little research and let you know what I find.

 

Thanks,
Jim

0 Kudos
Message 8 of 16
(4,701 Views)

Hey,

 

I did a search on the LabVIEW board for "Parallel Port" and there was a lot of information.

 

The following link may be helpful for you:

http://digital.ni.com/public.nsf/websearch/B937AC4D8664E37886257206000551CB?opendocument&Submitted&&...

 

After you get the In Port and Out Port functions working, the rest is pretty easy.

 

Thanks,
Jim

0 Kudos
Message 9 of 16
(4,699 Views)

HELLOW JIM HAPPY NEW YEAR

I am using labview 2010 32 bit

My os is windows 7 64 bit

I cannot find those vi s in palette, but i can find it in labview help but i cannot insert those vi from there also...

I can  find those vi in example programs also...

 

i have one more doubt

I have read  parallel port can transfer 8bit of data at a time.

if so,how the daq i have mentioned earlier can able to transfer data more than rated through parallel port.

(That is if i use all the available digital i/o lines and analog i/o lines simultaneously...)

0 Kudos
Message 10 of 16
(4,692 Views)