LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Control the Valves and Pump with Labview?

Hello Sachsm,

Please can you explain the working of your FDC Maintenance.vi.

How are you configuring the PXI with the pump?

Do you some more similar examples?

I need to control the chemical pump.

0 Kudos
Message 11 of 34
(4,170 Views)

What kind of pump are you interfacing to and what are the signal needs to control/monitor?

0 Kudos
Message 12 of 34
(4,152 Views)

1.Chemical cleaning pump SGE-5E, 150AX125A, volume 2.8meter cube/min, attached motor 50HP/4P/440V

2.  Level transmitter and indicator

3. Pressure transmitter: PSHH model, -1-10bar, PT 3/8'. 4-20mA, 2wire DC 24V

4. Digital Pressure transducer gauge: -1-10bar, PT3/8", 4-20mA, DC 3wireDc24V

5. Vibration sensor Rockwell sensor, ICP accelerometer, 9100, sensivity 99mV/g Output bias 11.4VDC

6. Temperature sensors

7. Two Heaters

I need PXI control all these above mentioned.

 

 

0 Kudos
Message 13 of 34
(4,133 Views)

I have DAQ Ni 6251 so I prefer using voltage type signals.

1.DI/Do for pump start and stop, heater On/Off

2. AI signals for pressure transducer, level transducer

0 Kudos
Message 14 of 34
(4,133 Views)

As mentioned above I need to Control the chemical pump, please see the VI I have developed.

1. I want to use DAQ for signal acquisition for temperature, pressure, voltage, current.

2. Control the pump On and Off, Heater On/Off. How Can I connect it?

3. I tried using the example of tank simulation. But I am unable to understand the VI what is the farmula generated in average Sub-VI, Level subVI, Temp. Sub VI.

4. In my VI where can I put the main power control button.

5. I want to read the voltage and current values to be read from the pump and displayed on the front panel, Do you this I did the correct coding?

I have to feed these data values collected to the PLC. How can I do that?

 I am also posting the picture of the remote panel but i want to replace it to NI control.

 

 

Download All
0 Kudos
Message 15 of 34
(4,118 Views)

Here are a few suggestions:

 

1. Inner while loops must be set to only run once or they need to be taken out of the larger overall while loop, otherwise they will prevent any other code within your main loop from executing. 

2. Pressure Daqmx read should be 1 channel/1 sample

3. Elapsed time needs to be initialized to 0 at the outside of the while loop

4. Elapsed time is not connected correctly to your calc subvi

 

I am not sure what you mean by 'how do I connect Pump On/Off'.  Do yo mean electrically to the Pump Motor?  If so then you will need a solid state relay and possibly a motor starter module. 

0 Kudos
Message 16 of 34
(4,110 Views)

Thank you for your suggestion.

Please see the modified VI as per your advice.

Software side:

1. In my VI I want to build emergency stop and main power on/off. How can I do that?

2. Please can you explain me the working of the example VI level measurement of tank, I took from the example but there is no explaination.

3. I want to collect all data, pressure, voltage, currect, temperature and level, store it in excel file. How can I do that?

Hardware side:

Please see the picture attached. How can i connect with the PXI?

 

0 Kudos
Message 17 of 34
(4,105 Views)

Can't really tell anything from the pictures.  Do you have a electrical schematic?

0 Kudos
Message 18 of 34
(4,091 Views)

I am getting error -50103, occurred at DAQRead(analog) Possible reason the specified source is reserved.

But I checked all the channels How I can remove the problem?

Still I am struggling Main power switch to control all operations.

 

0 Kudos
Message 19 of 34
(4,078 Views)

The error has been discussed numerous times. Did you try to do a search for it?

 

Combine all of your separate tasks on the same hardware into a single task.

0 Kudos
Message 20 of 34
(4,073 Views)