Hello Guest it is April 18, 2024, 10:35:53 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 - magals

Pages: 1
1
Mach3 and G-Rex / Re: Change diameter
« on: February 15, 2016, 05:03:52 AM »
Good . Ask another question.
I load the g-code and give the command to run. The g-code is a string «G01 X15 Y15 F500», if I get the signal from the LPT - port, I can change while the value of X?

Business logic:
If(LPT_PIN_6 == true)
{
   X=X-1;
}

2
Mach3 and G-Rex / Re: Change diameter
« on: February 09, 2016, 09:56:58 AM »
The device specialized and designed for machine tools. Not a purchased.

3
Mach3 and G-Rex / Change diameter
« on: February 09, 2016, 04:06:59 AM »
Is it possible to change the diameter of the tool during runtime? The ability to adjust the coordinates of the position of the head of the machine is necessary to me.

I am implementing feedback from the lathe. There is a device that calculates the real position of the processed material. Data from the device is transmitted to the computer via COM-port using the Modbus protocol. Depending on the received data, the diameter of the tool or coordinates of the head of the machine must be changed.Adjustment of diameter is preferrable because  mach3 itself produces recalculations.

Pages: 1