LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PC/104+ frame grabber for LabVIEW

Hi wireworkers
 
Is there anyone out there using a PC/104+ (PCI not ISA) frame grabber?
I would like to use it with LabVIEW. Therefore I need a DLL to control the frame grabber or a driver with an ActiveX control.
I don't have the need to stream the data to disk. A simple frame grabber would be great.
Thank you in advance
With kind regards

Martin Kunze

KDI Digital Instrumentation.com
e-mail: martin.kunze@digital-instrumentation.com
Tel: +49 (0)441 9490852
0 Kudos
Message 1 of 4
(4,096 Views)
You may want to check out Matrox
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 4
(4,080 Views)
Martin,

i was not able to find out what exactly a PC/104+ frame grabber is, but due to this link, it seems to be any frame grabber using this bus.

This situation does not differ to any other one where you want to include components which have no API supplied with their drivers (or at least it seems that you dont have found it yet 🙂 )
There are three possible "solutions":
a) the vendor of the component supplies you with a proper API in you programming language (so you might want to check the hp from the vendor for a download or support)
b) the driver supplies you with a well documented driver DLL which you can include in your application. You can create your own instrument driver then...
c) the component delivers only an exe to work with it; you will have a very hard time (if possible at all) to include the component in your application.....

Please note that a), b) and c) are NOT connected to LV as a special case but are true for ALL programming languages!

hope this helps,
Norbert

Message Edited by Norbert B on 11-14-2007 04:00 AM
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 4
(4,060 Views)


TheProfessional wrote:
Hi wireworkers
 
Is there anyone out there using a PC/104+ (PCI not ISA) frame grabber?
I would like to use it with LabVIEW. Therefore I need a DLL to control the frame grabber or a driver with an ActiveX control.
I don't have the need to stream the data to disk. A simple frame grabber would be great.
Thank you in advance


A short Google search comes up with following links:
 
http://www.sensoray.com/products/311data.htm They have optional Win98/2000/NT/XP/CE SDK
http://www.rtd.com/PC104/PC104_peripheral%20Module.htm#frame%20grabber All with Linux support and some with DOS and Windows
 
 
and many more
 
Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 4
(4,044 Views)