Jump to content

dcaragher

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2020
  • Since
    2017

dcaragher's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I need to write a LabView program for somewhat of a basic test stand, but what like to get some ideas on how to impliment it . Here is an description / outline of the program reqiurements. The purpose of the test stand is to test filtration media samples. There will be up to 5 samples tested at a time. There will be 2 modes of testing. One will be a constant flow test and the other will be a constant pressure test. In the constant flow test, a parastaltic pump will be set at a constant flow rate with a seperate feed through each sample. The fluid will then be collected downstream of the filter in beakers. The fluid will very, but will contain some particulate that will load up the filter media samples at different rates depending on the filter media type. This will create different pressure drops across each filter. 5 pressure transducers will be used to measure the increasing pressure drops as each of the filter samples load. After X time the pump will be manually stopped. As the test runs, elapsed time and pressure drop data will be logged to a file. The second mode will be a Constant Pressure test. In this case, a reservoir will be filled with the test fluid and a constant pressure will be applied via pressure regulator. The fluid will be forced through each filter sample at a constant pressure (therefore constant pressure drop across each filter). 5 small scales ( 0-6000g, 0-5 vdc output) will be used to calculate decreasing flow rate as the filters load up. To calculate flow, weight measurements will be taken at x second intervals. Therefore, an average mass / sec flow rate can be calculated. The constant applied pressure and calculated flow rate will be logged to a file with a time stamp. As in the Constant pressure test, the test will be stopped manually. The program will need to prompt the user for a test data filename. Then prompt user for test info. Test Date : ( from clock ) Test Time : ( from clock ) User: (string control) Customer: (string control) Test Fluid: (string control) Test Type ( This will be a selection of either Constant Flow or Constant Pressure. Radio Button or Ring ?) ( Other test info (string control) This test info will be written to the text fie. When this info is entered then the program should proceed to the selected test mode. If Constant Flow mode, then the set flow rate (ml/min) needs to be included in the
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.