01-27-2012 02:35 PM
I am trying to make a vi to communicate with a Minolta LS/CS-100 meter. I need a LabView driver for them. I have attached some support files. Can someone help me get a driver to make simple measurements?
Solved! Go to Solution.
01-30-2012 03:05 PM
Hi Jallen,
To do this you are going to have to create DLL calls within LabVIEW. I have attached a document that will help you get started with creating your DLL calls. This will enable you to communicate with your camera.
http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33
Regards,
Marcus
01-31-2012 09:00 AM
Thats what I needed. Thanks!