04-30-2010 11:37 AM
04-30-2010 11:52 AM
Simone 27 wrote:
I want to simulate a resivoir tank being filled from the water from the roofs of 10 houses and it in turn being filtered, chlorine added, fluoride added, alarms, controls for pressure, leak detection, ph levels etc......
... and you don't know where to start. I feel your pain. What would you do if you had to draw it on paper? You could draw 10 houses, or you could draw 10 tanks to simulate the rain being collected. I think the tanks would be more appropriate. So start with creating 10 tanks on your front panel. Each tank should have properties, like volume of water, pH level, chlorine level, etc. Sounds like a Labview cluster to me. Are you starting to get the idea? Produce something first, then ask questions about your implementation later.
04-30-2010 12:23 PM
Thanks for the reply 🙂
I'll start small, any ideas on how to link a main resivoir tank to a house tank so that when the house tank gets to to 1/4 full it's topped up by the main one.
I have two tanks and an control knob controling the levelsof the house tank but not much else i'm afraid .
04-30-2010 12:35 PM
Do you have the DSC toolkit? Go to help>>find examples and type in "tanks". There is some great code in there to get you started.
Hope this helps.
(Datalogging and Supervisory Control)
04-30-2010 12:57 PM
Are you using tags and limits for each tag? If tag reaches lower limit, turn on pump. If tag reaches high limit, turn off pump. When pump is on, increment tank level. Just think in normal terms of what you would do if you controlled it manually. This should help in your design.
You need to make some sort of effort yourself. We are here to help, but we won't do your homework for you.
04-30-2010 01:02 PM - edited 04-30-2010 01:02 PM
I'm in deep trouble for posting this...
04-30-2010 01:09 PM
04-30-2010 01:32 PM
04-30-2010 01:42 PM
Ray.R wrote:I'm in deep trouble for posting this...
Naughty, Naughty! Is there a way to take Kudos away???
04-30-2010 01:59 PM
NIquist wrote:Naughty, Naughty! Is there a way to take Kudos away???
LOL!!!
I did the code quickly and wanted to describe some of the steps.. All of a sudden a popup message appeared saying that I had to attend a 2pm (EST) meeting. So I figured, what the heck, I'll post a snippet...
Simone 27 wrote:
..... xxx
I knew I'd get into trouble... Not for the code but for the XXxxxxx that I'd get.. from Simone.. 😉
tbob, I'll do your homework anytime... 🙂
Simone,
You do have to understand the code... That is part of the exercise.. Try to explain to us all of what is going one... And hopefully you are not a 1-hit wonder to this forum..