Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I control a burkert valve 3280 by LabView?

Hi,

I would like to know how to control a burkert valve

3280 H 8.0 FKM MS

G1/2 PN 6bar

24V C 12W

The valve is connected to a condenser, and I want to control it according to the outlet temperature by using NI 9474?

Thanks 

0 Kudos
Message 1 of 8
(430 Views)

NI 9474 is a switching card.

 

Your value is type "H," which means it needs a signal to represent the position as per the user manual.

santo_13_0-1721224636820.png

For a Control value, the standard signal has to be one of the 4-20mA or 0-5V or PWM

santo_13_1-1721224745165.png

So you need a different c-series card to control the 3280 value from LabVIEW or any language using the cDAQ.

 

DIP switch within the housing configure whether it responds to 0-5V signal or 4-20mA signal.

santo_13_0-1721224945450.png

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 8
(410 Views)

Thanks for this info. I already run the valve by using two power supplies: 24V and 0-10V to control the opening area.

It seems to me that the DIP switch set to Set-point value input 0...10 V by default.

To control it by LabView, I think I need a module generating voltage instead of using adjustable power supply like I did to implement the electrical connection shown in the attached table. My questions is which model ("c-series card") in specific I could use?

 

Thanks

 

0 Kudos
Message 3 of 8
(391 Views)

OK. 

I used NI 9269, and it perfectly works. Now, how can I adjust the opening area (control the valve) according to a temperature measurement?

 

Thanks   

0 Kudos
Message 4 of 8
(376 Views)

@alhabeeb wrote:

OK. 

I used NI 9269, and it perfectly works. Now, how can I adjust the opening area (control the valve) according to a temperature measurement?

 

Thanks   


If you're trying to maintain a temperature set point by adjusting the valve, you should probably adopt a PID control algorithm.

 

But, in general, you need to come up with the logic or map a temperature value to an equivalent value position value.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 5 of 8
(370 Views)

Yes I should use PID control. May I have additional explanations about it? Is it required to read the output signal form pin 7?

Thanks 

0 Kudos
Message 6 of 8
(361 Views)

Any reason you need to implement this process control in LV instead of a dedicated PID controller?

Based on the manual, Pin 7 seem to represent the end position limit switch,

santo_13_0-1721399903163.png

santo_13_1-1721399927847.png

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 7 of 8
(350 Views)

Because I have to use LabView.

Thanks

0 Kudos
Message 8 of 8
(346 Views)