Is there a way to stop the scheduling in BenchCel

Hello everyone! Just out of curiosity: is there a way to stop the scheduling when using the benchcel? I want Benchcel to only process 1 plate at a time due to my scripting (Its messing up which stacker it should upstack/downstack when its handling 2 plates at the same time). Is this possible?
Thank you in advance!

Sorry I’m not sure I’m getting your point. Could you please show us an example of what you would like to do?

Anyway, you can process one plate at a time if you create a process that handles a single plate, for example (assuming tips and a reservoir are static):

process for a plate:
downstack => place plate somewhere => subprocess (tips on / asp from reservoir / disp to plate / tips off) => upstack.

Is this what you are looking for?

Hi Mauro! Thank you for your reply! We want to do some stress testing on benchcel so I currently has a stress testing protocol for 384 Biorad plate and see if or when the benchcel will drop/flip a plate. I have 50 plates loaded on stacker 1 of a 4R benchcel, and benchcel will downstack, place at bravo, pick up from bravo, place at plateloc, transfer it to labeler and then upstack to stacker 2. It will do this for all stacks, so plates will be moved from stacker 1 to 2, 2 to 3,3 to 4, 4 to 3, 3 to 2, 2, to 1 and then 1 to 2 again, so it will keep going forever until it either errors out or manually aborted. However, since vworks is a scheduler and it’s processing 2 plates at the same time, so the last 2 plates got messed up about which stacker it should down stack and up stack. So far I cannot find a way to work around this issue, and i was hoping if i can use my protocol and also force the benchcel to only process 1 plate at a time should solve my issue.
However I agree the easier way is to just add a bunch of protocols to a runset. Just knowing if its possible to remove the scheduling and optimization in vworks will also be very helpful!
Let me know if I my explanation is not clear.

If you say that the benchcel processes two plates at a time I guess that this means that your main process allows two simultaneous instances. In that case, setting the simultaneous instances to one could do the trick.

You are also writing that the last two plates can’t be down stacked from the stackers they are supposed to use, but it should be the protocol that has to indicate the downstack and upstack position for each plate. This can be done on a plate per plate basis using scripting and the “process control” task used as a subroutine (if your vworks version is not too old).

Any chance you could share the vzp of this stress test protocol?

Hi mauro!
I tried changing the simultaneous instances to 1 and now everything is working!! Thank you so much!!! Before I have to manipulate the plate_num to make it working for 2 plates at the same time :frowning:
I attached the working version of my protocol hereprotocol
. I didn’t include the forum but its taking 2 variables : plate_num (number of plates loaded) and stacker_num (how many stackers on benchcel).
Thank you so much for all the help!!!

Great! I’ll download the protocol when I’m back (on vacation right now).

For now, I wish you and all the people in the forum a Happy New Year!

1 Like