Show Posts
|
|
Pages: 1 2 »
|
|
1
|
Mach Discussion / VB and the development of wizards / Re: Start a .PDF from a button?
|
on: February 17, 2012, 04:36:08 PM
|
|
I would prefer that you will solve the problem from the MSM buttons.
Allthough, to work with the idea of a .bat file, the black screen that disappears is the executable and its not a problem that goes away.
Check your paths! and give permitions to the bat file. (right click > properties) Open you pdf file by making default to open with a pdf reader software.
John
|
|
|
|
|
3
|
Mach Discussion / General Mach Discussion / Re: without precision
|
on: February 17, 2012, 11:56:14 AM
|
|
You probably have backlash.
Disable backlash and travel to one direction for a few centimeters. Make zero this axis. Go to the same direction for 1 meter (lets say) and measure it. If it is 1 meter exactly, then go back to zero. Measure it. If you have difference this is the backlash value.
If the measurements are crazy, then your machine might slide somewhere.
John
|
|
|
|
|
6
|
Mach Discussion / General Mach Discussion / Re: Mach3 to Control a Lenze SMVector Frequency Inverter
|
on: February 16, 2012, 12:32:44 PM
|
|
I have made one similar in the past with success. You will need to do some settings to mach3 and to create a special electronic board to transform pulses to analog voltage (find attached).
You have to select 2 outputs (1 for CW start and 1 for CCW start) Go to "Config" -> "Ports and Pins" -> "Spindle setup" and UNcheck the "disable spindle relays". Select which output you want for CW and CCW. At "Motor Control" check "Use spindle motor output" & PWM control, and select 5KHz pulse frequency. At "General parameters" select how many seconds you need for start & stop ramp. (The system will wait after M3 for your spindle to reach high speed.)
At "config" -> "ports and pins" -> "Motor outputs", select which output you want for the "step pin" (this is the pulse output).
This pulse output from your pc will be connected to the input of the electronic circuit (J3) and J4 to the inverter (note the polarity). (The IC J2 can be any buffer like 74HC244) The circuit needs 18-20VAC for power supply.
Also go to "config" -> "spindle pulley" and set the maximum rpm you want.
Control the speed by code like: S2000 (this is 2000rpm) or by using the control in mach screen.
The trimmer on the board is the gain. (Here means to make equal the DRO of rpm with the true speed of the spindle.) To adjust it, start the inverter from mach and give some speed (eg. 2000rpm), now measure (or watch on the inverter) the true rpm, and adjust the trimmer to make it equal.
If something is not so clear or not mentioned here, ask for it, we may can help.
John
|
|
|
|
|
10
|
Mach Discussion / General Mach Discussion / Re: Rapid feedrate (shift button) and jog feedrate (analog)
|
on: August 22, 2011, 06:22:41 AM
|
|
You can change the JOG feedrate with an external potentiometer. I use "pokeys" to do that (have a search you will find enough information). But, there is still the problem that you cannot change speed while moving. You preselect the speed and then you move. If you change the feedrate while moving, nothing will happen. You need to release the jog button and press again.
Hope that help. John
|
|
|
|
|
|