LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview Project Creation

Solved!
Go to solution

Hi all,

 

I have been tasked with the creation of a basic gas distribution system using labview. I know that I need to create a periodic IO server, shared variables, and a few VI's (operator VI, maint VI etc). Not sure what controls are required though and how to start.

 

Would appreciate any help. 

 

Thanks.

0 Kudos
Message 1 of 4
(2,310 Views)

mmm, with all respect Dave, but this does not say anything.  We don't know what you're supposed to do.  I would suggest to go a little bit more in detail and ask specific questions.

Kind regards,

- Bjorn -

Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's 😉
LabVIEW 5.1 - LabVIEW 2012
Message 2 of 4
(2,304 Views)
Solution
Accepted by Dave1979

Dave,

 

The way to start any project (at least any project which is going to take more than about 15 minutes) is to go through a deliberate and thorough design process.

 

Start with establishing the specifications which the program/system must meet.  Define inputs, outputs, functions/processes, special requirements like timing, regulatory limits, safety issues, and what (and who) determines success. Then design the program.  Task lists, flow carts, state charts, and other documents can be very useful.

 

This is top-down design.

 

Sometimes bottom up is also important.  Here you may make little test programs or part which may later become subVIs to determine how things actually work in the real world or to demonstrate some feature.  Trial GUIs are often helpful if the end users have not been exposed to programs like this before.

 

Last, write the program.

 

Lynn

0 Kudos
Message 3 of 4
(2,299 Views)

Thanks Lynn,

 

Appreciate your help,

 

Dave.

0 Kudos
Message 4 of 4
(2,289 Views)