02-01-2013 03:04 PM
I am trying to view/control Pneucleus Mass Flow Controllers (MFC) through LabView and am looking for advice on where to start. I do not believe this company releases drivers, so I think that is the correct way to go? What is the best way to go about learning how to set up drivers in LabView for instruments? Any help is appreciated. Thank you.
02-03-2013 07:23 AM
An MFC is initialized, set and read, not much more.
So start with these 3 routines and use them in your applicaton.
All kind of corrections can be done depending on gas but this should be handled in the init.
good luck
You take a look at a device driver from NI but I would start with these 3 routines and adapt later to the standard device driver layout.