Microfluidic chemostat labview program: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Installation==
*Need to install legacy 'Traditional' drivers from labview drivers CD
*[http://www.dcamapi.com/ camera API]
==Future Additions==
==Future Additions==
*The open/close shutter seems to take much longer than the actual camera exposure time - overexposing the cells.  Need to figure out how to reduce this.
*The open/close shutter seems to take much longer than the actual camera exposure time - overexposing the cells.  Need to figure out how to reduce this.
*Allow different cleaning periods for the screening chamber and the other 16 chambers.  The screening chamber is getting cleaned so frequently that it is probably overkill to flow for so long.
*Allow different cleaning periods for the screening chamber and the other 16 chambers.  The screening chamber is getting cleaned so frequently that it is probably overkill to flow for so long.
*Add the FL1 and FL2 shutters to the experimental parameters array, so they can be passed into the sort.  
*Add the FL1 and FL2 shutters to the experimental parameters array, so they can be passed into the sort.  
*Lysis buffer position set in master control panel.


===Test these additions===
===Test these additions===
Line 19: Line 25:
===Automated shutdown procedure===
===Automated shutdown procedure===
*clean out with lysis buffer then flow air
*clean out with lysis buffer then flow air
==Rewrite Timing==
The software should be rewritten to fire off sorting and cleaning events based on a timer system rathern than ordered series of events.  This will ensure the dilution rate remains constant, though will increase the likelihood that events collide so will have to make sure were checking for that.


''Contact:''[[Jason Kelly]]
''Contact:''[[Jason Kelly]]

Latest revision as of 11:38, 28 December 2006

Installation

  • Need to install legacy 'Traditional' drivers from labview drivers CD
  • camera API


Future Additions

  • The open/close shutter seems to take much longer than the actual camera exposure time - overexposing the cells. Need to figure out how to reduce this.
  • Allow different cleaning periods for the screening chamber and the other 16 chambers. The screening chamber is getting cleaned so frequently that it is probably overkill to flow for so long.
  • Add the FL1 and FL2 shutters to the experimental parameters array, so they can be passed into the sort.
  • Lysis buffer position set in master control panel.

Test these additions

  • Output the last chamebr that has being cleaned and allow you to choose which chamber to start cleaning on.
    • This will allow for runs to be stopped and restarted without a problem. However we will still lose the iamge count, etc. May want to have a way to stop the run without having to hard stop the program.
  • Add a switch to turn sorting on or off, right now it is hardcoded in the sort vi.

Unconfirmed issues to watch

  • Consider adding extra re-pressurization if the pump appears to be slowing.

Automated start-up procedure

  • cleans the chemostat out with media
  • Opens and closes every valve so you can visually inspect if they are functioning properly
  • Prepare for cell loading button

Automated shutdown procedure

  • clean out with lysis buffer then flow air

Rewrite Timing

The software should be rewritten to fire off sorting and cleaning events based on a timer system rathern than ordered series of events. This will ensure the dilution rate remains constant, though will increase the likelihood that events collide so will have to make sure were checking for that.

Contact:Jason Kelly