I have a script that uses Dynamic DiTi Handling in Sample Transfer, Transfer Individual Volumes, and Load Worklist Commands.
I’m having some trouble with the worklist command selecting the smallest tip size (50uL filtered). It is defaulting to 200uL filter tips even at 5uL in the worklist and will size up to 1000uL if needed, but it will not select the 50uL tips.
I copy pasted the Dynamic DiTi Handling setting from my Sample Transfer commands where the 50uL tips are appropriately selected. I’ve cycled through all possible “DiTi Types” selections above the Dynamic Line.
Does anyone have some advice on troubleshooting this?
Turns out you need a leading semicolon (and maybe space) for the first item in a DDH command in Load Worklists. I have just brute forced every setting combo I could come up with. It should read:
I’ve also never had to use a leading semicolon or quotations, unless something has changed in a recent software version I don’t believe you have to.
I have a topic about the stupid greek letter µ vs the mathematical symbol µ and how that causes issues with dynamic DiTi handling
The proper syntax should be “8:FCA DiTi 10µl;30:FCA DiTi 50µl Filtered;”
----- EDIT: without quotes, so 8:FCA DiTi 10µl;30:FCA DiTi 50µl Filtered;
Which means:
10µl tips will be used for anything up to 8 uL
50µl Filtered tips will be used for anything above 8 uL and up to 30 uL
Thanks for linking your thread, I did not know about the Mu issue.
I’m running FC v3.5.7 and out of curiosity from your response I deleted the leading ; this morning and it failed to pick up the first tip selection when surrounded by quotations.
I have never needed quotations, have you tried it without that? Sorry, the quotes in my post were just that, quotes, not intended to be in the code. My bad
Other commands that have Dynamic DiTi Handling (Transfer Individual Volumes) contain an example in the text field by default (though there with double quotes), but one can copy it as an example syntax from there and adjust (& get the µ character this way)