LAVA Forums Buy cool LAVA gear Forums RSS Feed

Welcome Guest ( Log In | Register )

> Related links

Check out our General Code Repository Files. Also, before posting here, check to see if your post doesn't fit into another subforum by category.


Tags
(This content has not been tagged yet)
 
Reply to this topic Start new topic
> Controlling relays by min/max temp, Need to control steam valves
JustJay
post Jul 22 2005, 01:27 PM
Post #1


2 more posts to go!


Member
Posts: 8
Joined: 30-June 05
Member No.: 2506
LV:6.1
United States


I am attempting to code a very simple program that would take temp readings from thermcouples attacthed to Feild Point Modules and using a min/max temp range, control inflow of steam to raise low temp instances. I have searched a lot of the examples and tutorials, but have yet to find anything specific to this. I am just getting started on writing this from scratch, and any guidance or help would be great! I am using LabVIEW 6.1 Development Package with LabVIEW 7.1 Express.

I am VERY new to this, but finding LabVIEW to be extremely functional. I am the one that is functionally challenged!

Thanks!
Jay unsure.gif


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post
Ad
post Jul 22 2005, 01:27 PM
Post #















Tags
(This content has not been tagged yet)
Go to the top of the page
Quote Post
jbrohan
post Jul 30 2005, 09:22 PM
Post #2


Very Active
***

Member
Posts: 84
Joined: 11-January 04
From: Montreal
Member No.: 230
Using LabVIEW Since:1990
LV:7.0 ,. ,.
Canada Brazil Italy


QUOTE (JustJay @ Jul 22 2005, 08:27 AM)
I am attempting to code a very simple program that would take temp readings from thermcouples attacthed to Feild Point Modules and using a min/max temp range, control inflow of steam to raise low temp instances. I have searched a lot of the examples and tutorials, but have yet to find anything specific to this. I am just getting started on writing this from scratch, and any guidance or help would be great! I am using LabVIEW 6.1 Development Package with LabVIEW 7.1 Express.

I am VERY new to this, but finding LabVIEW to be extremely functional. I am the one that is functionally challenged!

Thanks!
Jay unsure.gif
*

I've never worked with steam, but I expect it's straightforward. There are very good relay modules in Fieldpoint with NO and NC connections for 8 relays. You can probably wire these up to control the valves with 24V DC or 120VAC or whatever.

In the program keep checking the temperature and when it goes < setpoint turn on the steam valve. When it is > setpoint turn off the steam. The temperature difference between < and > is called “Dead Band” You can set this yourself to be >(Setpoint+0.5) or <= Setpoint. If you need to control the temperature very carefully then look into PID controller logic of devices. The simple On Off I'm suggesting is rather rough and ready. Get it so the temperature stays within the required settings and the relays are not turning on and off all the time.

Yours Sincerely
John

--------------------
John Brohan National Instruments LabVIEW expert in Montreal
Traders Micro "We connect all sorts of things to computers"
telemedicine application http://www.woundfollowup.com


Tags
(This content has not been tagged yet)
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

 




Time is now: 1st December 2008 - 09:20 PM