Hello Guest it is May 28, 2024, 02:54:13 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 - Evangelosemm

Pages: 1 2 »
1
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 03:42:19 PM »
Thank you Craig. You are the best mate and thank you for the time you spent for me. I am going to study a bit about Lua when i recieve the book. Maybe one day i can be EXPERT like you!!!!

2
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 02:22:36 PM »
so ii want for example to wait for signal at this position:
G00 X7.841 Y78.301

3
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 02:21:33 PM »
G21 G40 G54
G80 G90 G94
G00 X7.841 Y78.301
G00 Z0
G01 F60 Z-3
G00 Z2
G00 Y73.45
G00 Z0
G01 F60 Z-3
G00 Z2
M47
%


4
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 01:44:29 PM »
i want to make something like a pick and place. With work coordinates i leave from point A then i go leave something to place B then return to point A and if a sensor detects the item in part A, i proceed other wise i wait for the signal. So i think always when g code is running for the specific job.....

5
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 01:32:58 PM »
Leave from point A go to point B return to point A if the signal is on then go to point B or just wait

6
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 01:30:46 PM »
No just to check during a g code procedure a signal if it's triggered above a specific coordinate to wait or to go. That's all.

7
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 01:23:49 PM »
I mean this is exactly what I want but only above a specific coordinate to do the checking.

8
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 01:17:18 PM »
I want it to wait when it is above one certain coordinate  x... y...z... and check one input only. So if you could add an example of coordinates at your script I ll buy you a beer. Thank you Craig

9
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 12:55:08 PM »
Thank you Craig. I ll follow your advice. I also ordered the lua programming manual today. You very been very helpful. Appreciate it.

10
Share Your GCode / Re: Wait for signal
« on: January 25, 2019, 03:32:42 AM »
To write a script for Mach 4 though i can type it in a notepad right? I shouldn't need any lua software to write a simple script of  if - else commands etc.
Also i found somewhere that in Mach 3 within the configuration i can register OEM input pin 1 as 1000 for start cycle and OEM input pin 2 as 1002 for freehold.
Would't this work?

Pages: 1 2 »