Discussion:
can anyone provide me matrox drivers in labview
(too old to reply)
Zupan Hu
2008-08-06 09:10:10 UTC
Permalink
I want to acquire image in labview by Matrox Meteor II Multichannel card, and I am wonder whether I need install drivers. The drivers provided by&nbsp; <a href="http://www.alliancevision.com/us/index.html" target="_blank"> Alliance Vision</a>&nbsp;is too expensive.&nbsp; can anyone provide me one ? or just tell me how get bmp file in labview. The attachment are VIs made under the guid provided by matrox company.


method1.vi:
http://forums.ni.com/attachments/ni/170/346979/1/method1.vi


method2.vi:
http://forums.ni.com/attachments/ni/170/346979/2/method2.vi
Phillip Brooks
2008-08-06 12:10:10 UTC
Permalink
It appears from the link you provided that Alliance Vision bundles in a driver library called Mil-Lite from Matrox.
Software Requirements:
- Mil Lite 8.0 runtime (supplied).
- Microsoft Windows 2000/XP Operating
system.
- National Instruments LabVIEW 7.0 or
later.
- National Instruments Vision Development
Module 7.0 or later, OR National Instruments NI-IMAQ 3.0 or later.
A quick (and incomplete) Google search indicates the Mil-Lite toolkit costs ~ $600 US. I would expect that Alliance has written and provides native LabVIEW VIs to call the DLL functions in the Mil-Lite library and added this to the cost of their software package.You might be able to save some money by purchasing the Mil-Lite library and creating your own LabVIEW VIs to call the ActiveX functions. There is a feature of LabVIEW 8.2 called "<a href="http://zone.ni.com/devzone/cda/tut/p/id/2818" target="_blank">Import Shared Library Wizard</a>". You could use this to quickly import the Matrox functions, but you will need to learn how to call all the functions and combine them to create meaningful data for passing to the NI vision libraries. In the end, it might be less expensive to simply buy than to build yourself. Message Edited by Phillip Brooks on 08-06-2008 07:54 AM
Loading...