Hello Guest it is March 28, 2024, 07:37:14 AM

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 - arcadi1988

Pages: 1
1
Mach4 General Discussion / About Serial Plugin
« on: April 27, 2017, 11:55:11 AM »
Hi people,

I was looking Mach4 configurations and I have found "Serial Plugin". What does this plugin do? Can I make a serial communication (with COM1)  to catch/send inputs and outputs?

Thanks in advance!!

2
Mach4 General Discussion / Re: Arduino, Mach4 and ModbusIP.
« on: March 31, 2017, 07:02:40 AM »
Hi,

How do you know that the register "X_Axis_DRO" is really the position of the X axis?

Is there a Mach's registers manual?

Tnks

3
Mach SDK plugin questions and answers. / Re: Execute GCODE without motors
« on: September 11, 2012, 05:32:10 AM »
I find a OFFLINE Button in the first screen, and It rules!!!

Thanks!

4
Mach SDK plugin questions and answers. / Re: Execute GCODE without motors
« on: September 11, 2012, 05:20:45 AM »
The MDI Input recognises this function Offline (I don't have the Status: Unknown word where unary operation could be), but the motors always works...

5
Mach SDK plugin questions and answers. / Re: Execute GCODE without motors
« on: September 10, 2012, 03:20:56 PM »
Ok thanks!!

I will try it!

6
Mach SDK plugin questions and answers. / Execute GCODE without motors
« on: September 10, 2012, 07:30:01 AM »
Hi,  ;)

I am designing a Simulation Software for Mach3 using the plugin files.  I made a plugin for extract all coordinates of the machine and the tool, and I made a program for show the movements of the milling machine in 3D.

The problem is that the simulation works at the same time that the motors; and I need to run the simulator without the movements of the real machine.

How can I execute a GCode in Mach3, without movements of the motors X Y and Z? I need to disconnect the motors through software.

A lot of thanks!   ;D

7
Mach SDK plugin questions and answers. / Problem with GetRPM()
« on: August 08, 2012, 02:15:31 PM »
Hi,

I'm writing a plugin for Mach3, and I have an error with this line:

xyzDemoDialog->textBoxS->Text = GetRPM().ToString("F4");

I take the XYZTutor and I created a new textBox for read the speed spindle. I wrote some code like
SetGetDRO or DoubleShort GetDRO for GetRPM, but Mach3 give me an error 9988 and 9911 when I open It (if
i comment xyzDemoDialog->textBoxS->Text = GetRPM().ToString("F4"); this error disappears).

All relationated with GetRPM in the code, have this line commented:
//Escriure

I attach the program.

I need help, a lot of thanks.

8
Modbus / Re: Hitachi X200
« on: August 02, 2012, 02:27:43 PM »
I tried this brain, and the inverter rules OK in high rpms (1000). But in lowest rpms like 400, the inverters doesn't turn.

Is it normal?

A lot of thanks and good work! There are many things to learn ;)

My brian is the same:

9
Mach SDK plugin questions and answers. / It's possible this plugin?
« on: July 31, 2012, 03:55:43 PM »
Hi,

I am interested to design a plugin for Mach3. I want make a “Windows form” and
send the milling machine coordinates (X, Y, Z) to a serial port.

For example, sent every 10 millisecond the actual position X, Y and Z of the milling
machine.

Is this possible?

A lot of thanks!

Pages: 1