09-06-2016 08:28 AM
Hi,
Say I am running the Batch Model, and I have 4 sockets. For each socket to run its tests, it must access 2 pieces of test equipment. Let's call them a Scope and a DMM, for the sake of this example.
If have 1 Scope and 4 DMMs, and don't care which DMM gets used with each socket, this would be straightforward enough to implement using autocheduling.
However, if I have 1 scope and 4 DMMs, and need each DMM to be used with a specific socket, how would I go about implementing that?
Thanks,
Dan
09-06-2016 05:44 PM
Name your DMMs based on your socket number OR have some function that sets the local DMM to use based on the thread.
I've attached an example that kinda demonstrates what I'm talking about. let me know if this helps,