| #GOOGLELINKS# |
LabVIEW projects - Pressure Measurements
[LabVIEW vi collection]
[LabVIEW links]
[LabVIEW store]
[programming topics] [drivers] [utilities] [projects] [events] [related topics]
Pressure measurements on the Residence Time Distribution equipment of Dana Christensen (DelftChemTech)IntroductionThe goal of the program is to execute an automated series of pressure measurements on the Residence Time Distribution - RTD - setup of Dana Christensen (DelftChemTech, The Netherlands).
Dana operates a setup where the normal procedure is to switch valves so a tracer gas can enter
a fluidized bed and where gas analysis is used to establish the residence time distribution. The vi presented in this publication loads a recipe and allows the user to adapt and use the recipe. Once the vi is started it will present a table where values can be entered for each consecutive step. The table can be pre-loaded with the table that was used the last time.
The panelThe front panel of this vi is based on three screens: Settings, Recipe, Main.Settings The 'Settings' screen displays some system variables and allows the users to set the following settings:
The 'Recipe' screen has a spreadsheet like table. This is the screen that the vi starts with. The spreadsheet can be altered as long as the 'EXECUTE' button remains untouched. Once you hit the 'EXECUTE' button the 'Main' screen will be displayed and the recipe will be executed. Main The 'Main' screen displays:
The diagramThe LabVIEW diagram consists of two sequences: one to execute the recipe and one to abort normal operation.
Sequence 1 - 'Main Sequence' (Frames 0..10)
Frame 0: Initialization 1
Frame 1: Initialization 2
Frame 2: Initialization 3
Frame 3: Initialization 4
Frame 4: Preparations 1
Frame 5: Preparations 2
Frame 6: Preparations 3
Frame 7: Main loop
Frame 8: Termination 1
Frame 9: Termination 2
Frame 1: Termination 3
Sequence 2 - 'Stop Sequence' (Frames 0..2)
Frame 0: Main loop
Frame 1: Termination 1
Frame 2: Termination 2
Downloads pressure-measurements.llbThe pressure-measurements.vi was created to run with National Instruments hardware, but the library also contain simulation routines. So the vi can be used without the actual hardware.
Bart Boshuizen, 2005/09/24
|
#GOOGLEADDS#
|