WaitFor and BeginSeq


BeeHay

Recommended Posts

Having some troubles getting a sequence similar to this to run correctly.

private Var = V.Chn[0]

while (1)
   waitfor (Var < V.Chn[0], 1)

   beginexport(export)

   BeginSeq(1)
   BeginSeq(2)
   BeginSeq(3)
   BeginSeq(4)
   BeginSeq(5)
   BeginSeq(6)

endwhile

Am I doing something wrong?

Can you have a bunch of "BeginSeq" like that?

I know the export works, just the other sequences never start.

Thanks for all your infinite wisdom. :lol:

Link to comment
Share on other sites

Well, I just renamed them for the post...

They are named differently in the .ctl file.

I thought it would be fine also, but for some reason, they never start. :lol:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.