Hello Guest it is March 29, 2024, 10:25:05 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.


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

3
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.

4
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