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

Pages: 1
1
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

2
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 !

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

4
Prompt as it is possible in vs2008 to connect dll library and how to call from it functions?

5
VB and the development of wizards / Use dll in vb scripts
« on: July 20, 2010, 02:55:46 PM »
Example I wish to open port rs232

Code: [Select]
Private Declare Function OpenPort_PR Lib "DevicePORT" (ByVal lpPort_Name As String, ByVal dwSpeed As Long, ByRef lpHandle As Long) As Boolean
Dim hRF As Long
If OpenPort_PR ("Com1:", 115200, hRF) Then Code "(MSG, Port OPEN!)"

mach3 writes error:
Error on line 3 - Error in loading DLL

Whether it is possible to work in general with dll in vb scripts? If yes that as
It correctly to do?

6
VB and the development of wizards / How to make :)
« on: April 13, 2009, 05:28:09 PM »
How to make so that at performance of a command (code "G0X100") the way of the tool was displayed? It is displayed if any operating program is loaded. How to make so that it was displayed without loading the program?

Pages: 1