NanoJ Fluidics Versions Save

Manual, source-code and binaries for the NanoJ-Fluidics project

v1.3-SNAPSHOT

1 year ago

This is an early release of the attempt to make NanoJ-Fluidics compatible with micro-manager 2.0.

This release is NOT compatible with micro-manager 1.4 and uses Java 8.0 as well.

Documentation is a work in progress, feel free to report issues or ask questions on the Gitter chat .

v1.2.6

5 years ago

This release adds the new formatting for waiting periods to the withdrawal step as well.

Please find more information on how to install in the Wiki.

v1.2.5

5 years ago

This release enables users to input non-integer minutes and hours for the step duration (e. g. 1.5 hours). It also fixes an issue where the units for the syringe volume was being ignored.

Please find more information on how to install in the Wiki.

v1.2.4

5 years ago

This release fixes 2 major bugs with the previous release:

1 - Unfortunately, a debugging line of code was left over during prior development. The Lego pumps hard a hard-coded line setting the speed to the maximum regardless of any prior setting. 2 - Changes in the code's internal logic made it so the step duration was always set as seconds and ignoring when users chose minutes or hours.

Please find more information on how to install in the Wiki.

v1.2.3

5 years ago

This release improves the logic of how peristaltic pumps are used, hopefully becoming clearer to users how to control them.

Please find more information on how to install in the Wiki.

v1.2.1

5 years ago

Fix: bug where the script interface would skip the last step when using startSequence(start,end);.

v1.2.0

5 years ago

Before this version, the software assumed each pump would discharge only once, or at least that some user feedback should be required before using the same pump twice.

This version changes the logic so that the user is the one who determines when a syringe exchange is required. This is done by clicking on a checkbox on each step that requires a syringe exchange prior to it starting.

Please find more information on how to install in the Wiki.

v1.1.4

5 years ago

We've added new functions that allow the GUI to be controlled from within Micro-Manager BeanShell scripts. You can find more information on this in the External Control section of the wiki.

You can also learn how to install in the Wiki.

v1.1.3

5 years ago

After testing a few solutions to the pump plugin system no longer working in the micro-manager release, we've decided to hard code the lego and dummy pump classes for the time being.

Please find more information on how to install in the Wiki.

v1.1.2

5 years ago

We found that the previous way of choosing which pump to disconnect from was counter-intuitive. Now, the GUI disconnects from whatever port is currently selected on the drop-down list. Also added a version label so it is easy to identify what version you are currently using.

Please find more information on how to install in the Wiki.