08-27-2007 10:15 AM
08-28-2007 06:43 PM
08-29-2007 07:28 AM
@AndrewMc wrote:
What does this step actually do? Describe everything that goes on in this step or post the code. My guess is that this step is waiting on something to occur (perhaps a race condition) which is never happening.
I believe he is referring to NI's part of the batch process model that receives messages from the batch process model dialog. In my version of teststand the sequence is called ProcessTestSocketRequests inside BatchModel.seq.
Did you modify this sequence? This dequeue step should be set up with a timeout (I see 1 second in TS 3.0).
Is the batch dialog stopped when this happens? The dialog is where the messages in the queue are coming from.
08-29-2007 07:47 AM - edited 08-29-2007 07:47 AM
Message Edited by AndrewMc on 08-29-2007 07:47 AM
08-29-2007 11:19 AM