01-01-2024 03:06 PM
Hello,
I am very new to labview. I have an NI DAQ device USB-6346 which I want to use to acquire a set of data from my measuring instruments. Firstly, I am trying to acquire mass flow rate data from my Aalborg MFC in labview using the USB device. I have already configured the DAQ in NI-MAX and I am kinda stuck as to how to proceed now. The Aalborg controller already has some example projects which I intend to use but I am not sure how to link it to my hardware data acquisition device. Any help will be greatly appreciated.
Regards.
01-01-2024 08:02 PM
It looks like there are several versions from Aalborg. Sharing the exact model and link to documentation will help the forum members guide you better.
Next, what kind of signal does your MFC output? hopefully, it is some voltage equivalent of mass flow as 6346 can measure analog voltage directly.
Can you tell more about the "Aalborg controller already has some example projects which I intend to use"?
01-02-2024 08:54 AM
Hi,
Kindly see below link to the Aalborg mass flow controller.
About the example project, aalborg has a labview driver with example projects. Attached is the vi I am using. I am able to read the mass flow rate using this vi but what I am trying to do is to read from multiple instruments concurrently using the DAQ device. For starters, I am beginning with the mass flow controller.
Thanks.
01-02-2024 03:41 PM
Additionally, I am attaching the manual for the Aalborg mass flow controller (DPC47)
01-03-2024 10:43 AM
The Aalborg DPC47 MFC is a digital mass flow controller so it provides a digital signal.
01-03-2024 02:25 PM
@aj_as wrote:
The Aalborg DPC47 MFC is a digital mass flow controller so it provides a digital signal.
Do you mean RS232 or RS485? then 6346 is of no use as it doesn't support communication protocol.
You can hook up MFC to the computer directly using a USB-232 or USB-485 cable and read the data using Modbus or VISA drivers in LabVIEW.