Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

questions for Brooks 0254 secondary electronics module with labview

Hey Friend

I need your help

We have two test stations. Each station has two Brooks mass flow controllers. We like to connect MFC with  one Brooks 0254 4-channel secondary electronics module then communicating with Labview

I am not sure if we can share one  Brooks 0254 secondary electronics module with two test station since 0254 module has four channels to connect with MFC. 

 

The concern is if I run labview program for each station at the same time to collect flow rate data, will both labview programs will work well or not?

Thanks

 

 

0 Kudos
Message 1 of 11
(4,601 Views)

Hey MYLONG,

 

I do not see any reason why this should not work provided you have the most up to date drivers installed for all of your devices.  If you can give us any more information about your system we can assist you further.

 

Regards,

Jonathan Newkirk

J Newk
Systems Engineer
National Instruments
0 Kudos
Message 2 of 11
(4,588 Views)

Hi

Friend

Thank you for your answer,

Basically we have two systems controlled by two labview program. each system use two MFCs, which connected the same 254 module. 

So my system should work well if we use one PC to control our two systems, right?

 

For MFC, If I donot plan to use 0254 secondary controller, I can directly use labview to communicate with Brooks MFC (0-5V analog output ) using external DAQ card NI6008, right?

Thanks 

 

0 Kudos
Message 3 of 11
(4,579 Views)

MYLONG,

 

I see no issue with this system with the one PC and the NI-6008.  

 

If you have any other questions feel free to contact us through the forums or 1-866-ASK-MYNI.

 

Regards,

J Newk
Systems Engineer
National Instruments
0 Kudos
Message 4 of 11
(4,572 Views)

Hi 

Friend, Thank you for your answer. I looked at MFC from Brooks again. They told me their MFC has RS 485 based HART procol. In this case, I can directly communicate MFC with RS 485 of PC. and I donot need a NI6008, right?

Thanks

YF

0 Kudos
Message 5 of 11
(4,566 Views)

Back to my original question for Brooks 0254

 

If I use two labview programs sharing one Brooks 254. It means two labview program use the same com port. I think win32 does not allow one com port is used at the same time by two program. right?

0 Kudos
Message 6 of 11
(4,559 Views)

MYLONG,

 

you are absolutely correct on both accounts.  If the PC has an RS-485 port or adaptor you can communicate directly to the port from the PC using LabVIEW VISA drivers.  If you plan on running two devices continuously from the same PC you will need need two ports to easily communicate between two separate devices.  Hope that clears things up!

 

Regards,

J Newk
Systems Engineer
National Instruments
0 Kudos
Message 7 of 11
(4,548 Views)

or you split the program in two parts.

One is controlling the hardware (meaning  both ports with their respective subaddresses on on rs485 port)

And two panels each having a user interface that shows a flow controller.

So it is one LabVIEW program that stops if both controllers stop.

 

greetings from the Netherlands
0 Kudos
Message 8 of 11
(4,539 Views)

I am not quite understand what you mean , Sorry ..

 

You mean we split one port to 2 to communicate with two labview program? so two port can interface with one Brooks 254 to control MFC in my two test stations?

0 Kudos
Message 9 of 11
(4,533 Views)

I understood that you have one port connected to both systems and that you can communicate with both systems but not at the same time.

my conclusion is that by changing the address you can talk to both systems, without changing the hardware connection.

 

If that is true you can write a LabVIEW program that has two windows or one window with both instruments visible and communicate with both systems but not (exactly) at the same time.

Both windows use the same Labview subvi that handles the communication.

 

Please report if my conclusion is right. Than we can try to work out a way to slove your problem.

greetings from the Netherlands
Message 10 of 11
(4,528 Views)