Macro turn output pin on 3 sec ???

This is where you talk about Macros, show examples of your macro scripting and SHARE handy segments of script code as examples.

Macro turn output pin on 3 sec ???

Postby Eskolin » Sun Apr 06, 2025 5:59 pm

I Would like to Turn on the air and blew my toolsetter pad clean so I am in a need for a Macro to turn on Pin17:2 in 3 sec and then off agn ..... any help from the groupe ??
Eskolin
 
Posts: 14
Joined: Thu Jan 21, 2021 8:51 am

Re: Macro turn output pin on 3 sec ???

Postby RsX » Sun Apr 06, 2025 6:51 pm

Try this
Code: Select all
exec.Setoutpin(2, 17);
exec.Wait(3000);
exec.Clroutpin(2, 17);


cheers
User avatar
RsX
 
Posts: 77
Joined: Fri Oct 25, 2024 9:22 pm

Re: Macro turn output pin on 3 sec ???

Postby Eskolin » Mon Apr 07, 2025 3:16 pm

Hi RsX

Thanks for help it work...so now is my ATC finish.... and works just fine

Here a small video where I just installed the macro you made... and it controll the air-blast at the toolsetter...you can see it works

https://photos.app.goo.gl/jHVjHkktFPWb8dNL6



Eskolin
Eskolin
 
Posts: 14
Joined: Thu Jan 21, 2021 8:51 am

Re: Macro turn output pin on 3 sec ???

Postby RsX » Mon Apr 07, 2025 8:25 pm

Wow, you are so welcome and thanks for the video, man.
I was really curious to see how this type of ATC works. So cool. 8-)
User avatar
RsX
 
Posts: 77
Joined: Fri Oct 25, 2024 9:22 pm

Re: Macro turn output pin on 3 sec ???

Postby rvalotta » Tue Apr 08, 2025 1:52 am

i've had amazing luck with this sort of ATC. If you are interested in learning more feel free to DM me and i'm happy to point you to the product I use and have been helping support.
rvalotta
 
Posts: 9
Joined: Sun May 12, 2024 3:25 am

Re: Macro turn output pin on 3 sec ???

Postby Eskolin » Tue Apr 08, 2025 5:16 pm

I got the Idea to build my own version after found this on youtube https://www.youtube.com/watch?v=JWuEbJo9Ve8&t=24s
and you can download the files from the web, as I did https://rapidchangeatc.com/sdm_downloads/ here yo wil find all the files you need.

I have made all drawings in Inventor so if you need ...send me a PM

Regards Eskolin
Eskolin
 
Posts: 14
Joined: Thu Jan 21, 2021 8:51 am


Return to Macros

Who is online

Users browsing this forum: No registered users and 0 guests

cron