Hello Guest it is April 19, 2024, 07:37:59 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zmnck

Pages: 1
1
Brains Development / Re: Stop any movement of axis if Input is not active
« on: December 29, 2017, 06:43:39 AM »
Hello,

Very good idea Thomas, thanks.

Can you please explain me what are you calling "macropump" ?

IF ((GetoemDRO(806) > 0) and (Input1 = False)) Then
  DoOEMButton(1003)
End If

Thanks.

2
Brains Development / Re: Stop any movement of axis if Input is not active
« on: December 28, 2017, 02:11:09 PM »
Hello,

Thanks for you reply.

But I think no, because I'm using Mach3 for this machine, you can watch on YouTube:

https://www.youtube.com/watch?v=UZgq2EKJ3qE

I need to stop the movement if Nail Gun is in the below, and when he back on the top the movement can be done.

So I think I should write macro to wait (sleep) until Input * is active...

But I'm wondering why there is no such thing to stop axis while G-Code is running to stop movement if button is pressed and when is realease G-Code can be resumed.....

Also I have tried to write a Brain (Input 1 -> No operation -> OEM @250 Inhibit axis movement X) but it's not working while G-Code is running.

Thanks for your answer, if you have any suggestion I will kindly accept it.

Best wishes,
Thanks!

3
CS-Lab / Re: CSMIO IP/M - No connection / Problem with IP Adress?
« on: December 28, 2017, 03:18:28 AM »
Hello,

Try to update new firmware from cs-lab.eu !

Cheers!

4
Brains Development / Stop any movement of axis if Input is not active
« on: December 28, 2017, 03:15:17 AM »
Hello,

How to stop any movement of axis (when JOGĂ­ng or when G-Code is active) if Input is not active. ?

Cheers!


Pages: 1