Hello Guest it is April 24, 2024, 10:13:11 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 - Steve Stallings

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »
231
Mach4 General Discussion / Re: homing to index pulse
« on: January 22, 2018, 07:12:13 AM »
The PMDX SmartBOB family has threading support which can use either
a single pulse or an encoder on the spindle. It does not have internal
support for homing to index.

232
Mach4 General Discussion / Re: Homing Speed v3481
« on: January 21, 2018, 01:27:29 PM »
Homing behavior is not directly controlled by Mach4, it is up to the motion
control device and its plug-in. Most will seek the home sensor at a relatively
high speed and then back off of it slowly to determine the home position.

233
Mach4 General Discussion / Re: Is Mach4 really Hobby Material?
« on: January 21, 2018, 01:02:59 PM »
G-code provides for sophisticated CAM programs to directly control feed rate for
non-Cartesian motion (rotary axes) by specifying the Time to complete the move
instead of the Feed rate. The code for this mode is G93 and the Rate is specified
as a number equal to 1 divided by the desired time to complete in minutes. This is
called "Inverse Time Mode".

While in G93 mode, every block that contains feed motion must have an F word,
I.E. feed rate is not modal while in G93 mode. For a simple rotary axis this places the
responsibility for compensating for Z radius effects on tool tip travel as the A axis
turns on the CAM program generating the code. It also allows for much more
complicated situations than just a simple rotary axis. The Mach3 software did
have a mode that would work fairly well for a simple rotary axis, but it was not
industry standard and is not implemented in Mach4.

Steve Stallings
PMDX

django013,
I have tested many CAM programs in the past.
I do not know of any CAM program that can output surface speed and the A Axis using the Z Axis as the radius to control the speed.
If you want a controller that can in all conditions you need to speed the $$, HiCON cards can do it all.
Regards,
Mauri.

234
Mach4 General Discussion / Re: Mach4 Installed but not launching
« on: January 14, 2018, 08:43:07 PM »
THC support native to Mach4 is currently in beta testing and hopefully will get released soon.

It requires "out of band" motor support, and currently the PMDX plug-in does not have this
feature. It is on our list, but no promise date yet.


235
When Mach4 is installed it will overwrite the default profiles. If you have copied
and renamed one of the defaults to make your own profile, it will be preserved.

If you are concerned, you could always copy your Mach4 folder to a safe place
before you install.


236
The plugin has the advantage that it can ignore false trips while doing
the back off. My guess is that the script could be interrupted by a
 limit trip if the same switch was used for home and limit.

237
The back off is dependent on the vendor's plugin implementation.

PMDX SmartBOBs will back off until the sensor clears, and then
another 0.050" so that vibrations will not trigger it in case it is also
used as a limit sensor that might false trigger due to vibration from
other axes moving.

238
Gee, I missed the duplicated G81 on each line.

Seems you did already have Z plane defined.

Good catch Craig, Mach4 is much fussier about following G code standard.


239
I do not know your intent and cannot write the G code that you need to add.

It should precede the section that you posted and should establish the Z
plane that the G81 starts from. See the example that I linked.

240
The Z co-ordinate in the G81 command line is the hole depth.

Before you can execute a G81, the previous code must have
established the Z starting point.

https://www.cnccookbook.com/g81-g73-g83-drill-peck-canned-cycle/

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 »