Hello
Guest
it is
May 13, 2025, 02:59:23 PM
Guest
Login
Register
Menu
Home
Help
Search
Login
Register
YouTube
Machsupport Forum
/
Mach Discussion
/
VB and the development of wizards
/
STOP command
« previous
next »
Print
Pages:
1
Go Down
Author
Topic: STOP command (Read 4010 times)
0 Members and 1 Guest are viewing this topic.
fish.norling@gmail.om
11
STOP command
«
on:
October 16, 2017, 08:28:04 AM »
I have created the M101 command
ActivateSignal(OUTPUT2)
Sleep 100000
It activates fine but does not go to sleep, other posts have offered this as valid script, any ideas?
Thanks,
Dave
Logged
ger21
6,295
Re: STOP command
«
Reply #1 on:
October 16, 2017, 12:23:38 PM »
Try:
Sleep(100000)
Logged
Gerry
2010 Screenset
http://www.thecncwoodworker.com/2010.html
JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html
TPS
2,577
Re: STOP command
«
Reply #2 on:
October 16, 2017, 01:08:22 PM »
hi,
if you have a look to the Mach Script Language Referenceit says:
Sleep Sub
Sleep(Time As Integer)
so a 100000 is more than an integer can take.
Thomas
Logged
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
fish.norling@gmail.om
11
Re: STOP command
«
Reply #3 on:
October 17, 2017, 09:35:29 PM »
Thanks guys, I figured it out and you were helpful!
Logged
Print
Pages:
1
Go Up
« previous
next »