Hello Guest it is April 26, 2024, 12:48:36 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 - cncstep

Pages: 1 2 3 »
1
Hi Jarekk !

I tried to compile your project, and I did not succeed, VC + + gives an error:

fatal error C1083: Не удается открыть файл включение: _TrajectoryControl.h: No such file or directory

2
General Mach Discussion / Manual Calibrate Spindel
« on: September 17, 2012, 12:47:55 PM »
Is it possible to calibrate spindle in manual mode?
-Set  S(rpm)
-Measure voltage at the output of the converter then the PWM to 0-10V
-RPM value  =Output voltage * 40Hz(For spindel  24000rpm max) * 60
-Wrote down the value in the table. Click Next Measure.

It can accurately calibrate the output voltage is controlled by the spindle speed.

Сan be such already in mach3?

Best regards, Sergey

3
May be someone there is a class for working with usbhid device ?

4
Use this class to create a plugin, you will have full access to the PC rs232 port.  8)
http://cncrouter.ru/files/class_comport.zip

5
the problem decided to myself :) do Not understand one moment , when the hit on the trailer and rode back up to its opening is reset to zero machine coordinate the axis .. how to do it until I understand.

6
Hello to All !!!

Studied library for mach3 and came across a function HomeOn(int axis, int dir) , tried to use it but when you compile error is pointing to the wrong argument to an int dir. How correctly you can specify the direction of movement in this function?

i write this:

//axis   0-Xaxis,  1-Yaxis, 2-Zaxis, 3-Aaxis
//HomeOn(int axis, int dir)

TrajectoryControl->HomeOn(axis, ??????);
TrajectoryControl->GoHome;

7
how to write home function() in the motion plugin ?

Code: [Select]
extern "C" __declspec(dllexport) void Home( short axis ) ////////////////////  Called when Reset is pressed.
{
//Called when jog shoudl stop on a particular axis
AFX_MANAGE_STATE(AfxGetStaticModuleState( ));
}

Thanks !

8
what are you trying to do?  Are you trying to call a DLL from inside of a Mach plugin? or what?

scott

I try to cause the dll to work with 3d laser scanner. To make the plugin to scan the surface to a file with a cloud of points.

9
VB and the development of wizards / Re: Printed-circuit board milling
« on: April 26, 2011, 01:29:15 PM »
thank you very much.

I will try will write a script which to realize the given function.

10
VB and the development of wizards / Printed-circuit board milling
« on: April 25, 2011, 10:50:21 AM »
How it is possible to turn machine tool axes in axes XZ and YZ? On G68 turn it turns out to make only in axes XY. The Given function is necessary for definition of position of a surface of the printed-circuit board and turn of coordinates for a cut of an exact layer of a foil from a pcb. Or who else can than uses for definition of a surface and updating of coordinate Z ?

On the Chinese machine tools before start the pcb surface is checked by mill contact on a surface then updatings on curvature are brought and process of cutting of a foil begins.

Pages: 1 2 3 »