Hello Guest it is April 26, 2024, 07:45:55 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 - Csabika

Pages: « 1 2
11
VB and the development of wizards / Re: mach3 and beam saw
« on: June 22, 2010, 03:34:19 AM »
Hi

I did code, if one input is active then run macro.
There's also a task in your gcode,  y and u  to replace the x letters marked.
World Cup so you can VB sript?

12
VB and the development of wizards / Re: mach3 and beam saw
« on: May 29, 2010, 06:00:09 PM »
Hi Ger21

G code create other program!

I have to watch it let him not cut the clamps, which moves the board, off.

Csaba

13
VB and the development of wizards / Re: mach3 and beam saw
« on: May 28, 2010, 02:07:21 PM »
Hi Stirling!

I make!
for me a problem ,
If the size is small, A saw cuts into iron
I turned up output1 let an be a pliers, and made macropump
if input gives a sign, releases it the pliers, and an axis goes to the back 200mm

14
VB and the development of wizards / Re: mach3 and beam saw
« on: May 27, 2010, 12:48:46 PM »
Hi Stirling!

A code detail, a board starts his length:

M3
g0 x2000
m7
m8g04p2
y1500
m9g04p2y0
x800
m7
m8g04p3
y1500
m9g04p2y0
m5
y0
M3
g0 x100
m7
m8g04p2
y1500
m9g04p2y0

It M codes control valves

csabika

15
VB and the development of wizards / Re: mach3 and beam saw
« on: May 26, 2010, 04:28:54 PM »
Hi Ian!
Yeah! I do not know the solution because of this.Because, with the first occasion when X<150 runs down then the macro, but the machine leaves so that X=0 and the macro runs immediately already that switches it over to 300 and is frozen off there! I gave a thought to it how I put a switch onto the beam and when the motive construction is so near that the intestine of the saw would cut it X into an axis presses the switch before it and a macro runs down onto the sign of that switch then and it sends it backwards X axis.

thanks!

Csaba


16
VB and the development of wizards / Re: mach3 and beam saw
« on: May 25, 2010, 06:06:32 PM »
Hi stirling!

Remake beam saw.
The problem:
Small size the saw takes on the motive construction,
it is necessary to release the sheet after standing for a size because of this

macropump.m1s

CurrentXposition = GetOemdro(842)

If CurrentXposition <= 150 Then
code "M9"
Else
code"G90 x300"
End If


17
VB and the development of wizards / Re: mach3 and beam saw
« on: May 25, 2010, 02:06:10 AM »
There is not a solution, please help me!

18
VB and the development of wizards / mach3 and beam saw
« on: May 23, 2010, 04:17:41 PM »
Helo!

Make old machine control exchange on a saw, Mach3 controls it and DSPMC - Ethernet Motion Controller
The problem:
a macro would be needed what does a process if it is X the value of an axis smaller than 150 mm ,
so X let an axis go onto a size there let him wait give one M9 code, and let him go to the back 200mm
I tried to do it, but since 0 are his starting values x axis, the mach does nothing at the time of a departure

Regards Csaba
???

Pages: « 1 2