LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Im a student having trouble with a Municipal Water Managment System Project......Help please !!!

What development version of LabVIEW are you using?  Student Edition, Base Package, Professional?

 

When you open LabVIEW, simply look at the splash screen, you should see a message like this one:

 

 

 

Some versions do not support what I may propose..

 

So far it does look like a State Machine is what I would recommend.  Will there be much interaction from the Operator (other than selecting which screen to look at?)

Message Edited by Ray.R on 05-07-2010 07:56 AM
0 Kudos
Message 51 of 77
(1,519 Views)

Thanks agian for both your comments, Ya same message pops up, LabView Pro Development System.

Sorry for late reply i'm going to be locked into study till monday evening, big exam 😞

Will have to put this project on pause until then....

 

I'm gonna need a few 10 day weeks for the next month !! 🙂

 

Talk soon...

 

 

0 Kudos
Message 52 of 77
(1,503 Views)

Simone 27 wrote:

Thanks agian for both your comments, Ya same message pops up, LabView Pro Development System.

Sorry for late reply i'm going to be locked into study till monday evening, big exam 😞

Will have to put this project on pause until then....

 

I'm gonna need a few 10 day weeks for the next month !! 🙂

 

Talk soon...

 

 


10 day weeks are no problem Simone.  But I'm afraid you'll only get 3 of them per month. Smiley Very Happy

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
0 Kudos
Message 53 of 77
(1,494 Views)

That's good that you have the Pro version.

That means we can consider Event Structures.

 

Good luck on the exam.

0 Kudos
Message 54 of 77
(1,452 Views)

Thanks Ray,

 

Exam was ok, lots to do for next week though....ah well it'll all be over soon 🙂

 

Event structures?

 

 

0 Kudos
Message 55 of 77
(1,411 Views)

Event Structures are great to handle user events (such as making a selection or entry, press a button), while other portions of the code execute.  I would not necessarily use it if the User interaction is simply selecting different screen, but then again, I might 😉

 

I can explain how to use Event Structures.  They are easy to use.

0 Kudos
Message 56 of 77
(1,385 Views)

Ya they sound like the way to go then 🙂

 

The project will be tested by changing some of the values out of tolerance and seeing if the right alarms go off on the client panels.

 

Sorry i disappear for a few days, got like 8 other subjects in my full time course and 3 in a part time one i've been doing all year to either study for exams or finish off projects for, aaahhhhhh 🙂  

 

Two courses in the same year turned out to be a bit too much.....

0 Kudos
Message 57 of 77
(1,376 Views)

So far, you've got the Requirements Specs.

So now it's time to define the architecture.  

 

It appears that an Event Structure as the Producer in a Producer /  ConsumerDesign Pattern would be the way to go.

You can have a look at the template (File menu > New > Template > Producer Consumer Design Pattern (Events) ).

 

At this time, you should also identify the subVI (functions) which are listed in your Requirements Specs.

You can also mention "hooks" (sub-vi templates) that are optional to this project.

You can even have pseudo code or a state machine that describes the behavior.

 

Prepare this, and we'll go to the next step. We're getting closer to the coding part.

 

 

0 Kudos
Message 58 of 77
(1,363 Views)

Will the fact that i only have the DSC module make any difference to this method, up until now i've been just creating I/O server panels and using shared variables to create a different client panels in a project.

 

By identifying functions do you mean just list what i want the vi to do on paper. That probably sounds like a daft question....

Message Edited by Simone 27 on 05-13-2010 10:02 AM
0 Kudos
Message 59 of 77
(1,354 Views)
The functions of the vi would be to fill ten tanks(collecting rainwater) that then empty into one central tank(reservoir) which in turn fills ten more tanks(domestic tanks) also to add an amount of chemicals to the reservoir....each time it recieves the rainwater.
0 Kudos
Message 60 of 77
(1,345 Views)