12-06-2016 10:01 AM
Hi,
I have the following situation:
- 3 groups of sockets,
- each group has 30 sockets,
- 60 sockets total.
Each group is one fixture in climatic chamber. All fixtures are in the same chamber at the same time, creating one batch. Unfortunately temperature in each fixture differs, therefore I want to make batch serial synchronisation of groups.
In example:
I set the 80 degrees in chamber. Fixture 1 reached the temperature but, fixture 2 and 3 not, so fixture 1 can start the test and fixture 2 and 3 needs to wait for the proper temperature.
Currently I'm using batch serialization (I'm using shared HW). One thread sets the chamber and waits for the temperature in all fixtures, and then tests are performed in series.
Any idea how to do this sockets grouping?
12-06-2016 03:31 PM
when you say 3 groups of sockets does it means that you run 3 Executions? or 60 executions at same time?
12-06-2016 05:38 PM
60 executions (plus one for batch controller)
12-06-2016 05:58 PM
wow that's a lot of sockets and switching hardware...fun project