Hello Guest it is April 25, 2024, 01:49:42 AM

Author Topic: stop temporizate  (Read 2461 times)

0 Members and 1 Guest are viewing this topic.

stop temporizate
« on: November 26, 2007, 04:03:16 PM »
Hello.
This is mi first post in the forum, regards to everybody, and sorry for my english.

I dont now how resolved this problem.

I ned make to do, REF ALL HOME, throug G code in the begin of the program.
I ned 10 second stop betwin  two movement, like this.

(REF ALL HOME)
G90 G01 Y50
(10 SECOND STOP)
Y100
(10 SECOND STOP)
Y150
(10 SECOND STOP)
.......
...
M30

Thanks.

Offline Graham Waterworth

*
  • *
  •  2,673 2,673
  • Yorkshire Dales, England
    • View Profile
Re: stop temporizate
« Reply #1 on: November 26, 2007, 04:12:42 PM »
Try this :-

G28.1 X0 Y0 Z0
G90 G01 Y50. F??.??
G4 P10
Y100.
G4 P10
Y150.
........
..
M30

Graham.
Without engineers the world stops
Re: stop temporizate
« Reply #2 on: November 26, 2007, 05:25:03 PM »
I understand you, thankyou .
Have a nice day