11-03-2005 08:13 AM
11-03-2005 09:55 AM
Just a thought but how about using a sequence call step type. Since it has the setup, main and cleanup tabs you can set up the instrument correctly there. Your logic can be put into the preconditions of these step types and into the post action of previous steps.
Hope this helps.
11-03-2005 10:11 AM
11-03-2005 10:38 AM
I'm not familiar with your instrument or it's associated driver. I would only initilize the device once and save the handle to a variable (global? file sequence?) where you can use it in your subsequence. With this handle you might be able to reconfigure your instrument as needed in the subsequence without initializing again.
Hope this helps.