jgruselius / bravo-protocols

VWorks protocols and other files for the Agilent NGS Workstations at the Genomics facility at SciLifeLab.
Apache License 2.0
9 stars 6 forks source link

Change positioning in transfer protocols #21

Open jgruselius opened 10 years ago

jgruselius commented 10 years ago
Affected protocols:

There may be an issue with tips sometimes, though very rarely, getting attached to the underside of the flat part of the head due to static electricity. A workaround for this could be to change which side of the head tips are mounted on. By using A12 instead of A1 and picking tips from the left side of the box, the head should not come in contact with other tips in the box.

This requires:

jgruselius commented 9 years ago

For transfer_lib.js, this change in the TransferManager class should be enough:

this.tipMode = tipMode || {"row":1, "column":1};
jgruselius commented 9 years ago

Implemented for the standalone Bravo system in the hal branch.