Hello Guest it is April 19, 2024, 01:38:39 AM

Author Topic: VB and Busy  (Read 3390 times)

0 Members and 1 Guest are viewing this topic.

VB and Busy
« on: June 08, 2008, 03:43:04 PM »
hello everyone
Is there a like isBusy() command in VB.
when I do refresh like REGEN the toolpath tru VB.
I can not read some of the dro's.
If I single step No problem.
Thanks.

Re: VB and Busy
« Reply #1 on: June 16, 2008, 01:40:22 PM »
Ther is a command to see if the machine is moving..

DO WHILE ISMOVING
   REM * DELAYS THE CODE UNTILL PRIOR g MOVEMENT IS COMPLETED
LOOP

Good?

Ray