Re: Design Problem
- From: "Ole Weigelt" <o.weigelt@xxxxxxxxxxxxxx>
- Date: Mon, 6 Feb 2006 11:36:39 +0100
Hi, thanks for your interest in my problem.
"Michael C" <mculley@xxxxxxxxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:OFN9n8tKGHA.2628@xxxxxxxxxxxxxxxxxxxxxxx
"Ralph" <nt_consulting64@xxxxxxxxx> wrote in messageother
news:GK-dnQhj7IjCW3venZ2dnUVZ_tCdnZ2d@xxxxxxxxxxxxxxx
instruction1
instruction2
pause(40secs)
instruction3
my problem is: how can I do the pause and send the instructions of
Iinstruction files in the meantime?
i.e.
instruction1
instruction2
pause(40secs)
instruction1
instruction2
instruction1
instruction3
Any ideas?
Thanks for any help!!
Ole Weigelt
Larry hit the mark - a bit more explanation is in order, but until then
pauseguess DoEvents and sleep is what you are after?
I'm guessing instructions are grouped into tasks, so while he needs to
task 1 he can start processing task 2.
Good guess, Michael. Sorry for being unspecific, but I think that is part of
my problem. I do not know how to approach it.
'Throwing away the rest' shall mean, that the instruction file is deleted
after execution.
Michael has brought it right to the point. I have instruction sets that are
grouped into tasks. These tasks are stored in plain text files.
Tasks can contain pauses.
While Task 1 pauses, i need to be able to execute Task 2, Task 3 and Task N
(which, of course, can contain pauses again).
Another thing: I cannot release the port in the meantime, because we also
have incomming traffic on that port.
Is this somehow more specific? I hope so...
Ole
.
- References:
- Design Problem
- From: Ole Weigelt
- Re: Design Problem
- From: Ralph
- Re: Design Problem
- From: Michael C
- Design Problem
- Prev by Date: Re: Calaulation problem
- Next by Date: Re: Design Problem
- Previous by thread: Re: Design Problem
- Next by thread: Re: Design Problem
- Index(es):