Hello Guest it is March 28, 2024, 03:39:49 PM

Author Topic: New PlugIn just about done..  (Read 181649 times)

0 Members and 1 Guest are viewing this topic.

Re: New PlugIn just about done..
« Reply #100 on: July 28, 2009, 11:11:54 AM »
Scott,

With your latest Plug-In, reverse axis seems to work fine.  Nice job!

Regards,
Ray L.
Regards,
Ray L.

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: New PlugIn just about done..
« Reply #101 on: July 28, 2009, 11:37:13 AM »
Guess I'm the only one with problems still so I'm definitely doing something odd apparently.

Maybe one of you kind gentlemen would tell me how your saving your macros in sequence?

I had the 2 macros on my shuttle pro working just fine and for some reason, it will not execute them now after insatalling the new plug-in.

I have them saved as:

Touch plate = M70

Laser Crosshair = M71

Ref home = M72

And when I input the numbers above (without the "M"), it just shows on the status line in Mach that it has been executed but nothing happens with the machine.  ::)

Anybody have a clue?

One other question, have you guys actually used the reverse on the machine? When I reverse any axis, it's very "glitchy" and not smooth when going in the original direction.

Thanks,
Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)
Re: New PlugIn just about done..
« Reply #102 on: July 28, 2009, 11:46:08 AM »
Dave

   I have my macro saved as M650, M651, M652, etc of course on the plugin they are listed as 650, 651 etc.

Sam
Re: New PlugIn just about done..
« Reply #103 on: July 28, 2009, 12:04:16 PM »
Guess I'm the only one with problems still so I'm definitely doing something odd apparently.

Maybe one of you kind gentlemen would tell me how your saving your macros in sequence?

I had the 2 macros on my shuttle pro working just fine and for some reason, it will not execute them now after insatalling the new plug-in.

I have them saved as:

Touch plate = M70

Laser Crosshair = M71

Ref home = M72

And when I input the numbers above (without the "M"), it just shows on the status line in Mach that it has been executed but nothing happens with the machine.  ::)

Anybody have a clue?

One other question, have you guys actually used the reverse on the machine? When I reverse any axis, it's very "glitchy" and not smooth when going in the original direction.

Thanks,
Dave

Dave,

Very odd...  Sounds like you're doing it right, and it all works fine for me.  Does it work with the original plug-in?  If not, then something else has happened along the way.  Perhaps save off your XML and create a new one for a single axis, and see if that works?

Regards,
Ray L.
Regards,
Ray L.

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: New PlugIn just about done..
« Reply #104 on: July 28, 2009, 12:19:36 PM »
Thanks for the info, fellas, I'll have to do some digging and see what has happened.

This is why I hate upgrading things..  :D

Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: New PlugIn just about done..
« Reply #105 on: July 28, 2009, 02:16:17 PM »
Ok, I'm making some headway here as I deleted the plugin and reinstalled all my macros with my backups (thank god for backup files) and all is great on the Macro area. All the macro functions are working as normal (Thank you Scott!!)

But! (there's always a but isn't there? lol!! )

On the outer ring, not the center silver dial, notice how it has seven "steps/increments" of jogging speed going each way? Here's what the issue is for me when using the new reverse axis function. I have written down my jog speeds for each increment for you to see exactly what is happening.

Normal mode working perfectly / Without the reverse function checked:

1) .34  2) .64  3) 1.61  4) 3.23  5) 8.06  6)16.09  7) 32.17


Now this is how it is WITH the reverse function enabled:

 1) .34  2) 0    3) 1.61  4)0       5) 8.06   6)0        7) 32.17

Notice how I get 0 IPMs for the 2, 4, and 6 increments?

Anyone else getting this?

Thanks,
Dave




----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)

Offline GaryB

*
  •  108 108
    • View Profile
Re: New PlugIn just about done..
« Reply #106 on: July 28, 2009, 02:17:37 PM »
Scott, thanks for looking into the rapid's acting as a toggle.
It happened after an upgrade a year ago or better, have the same on both my machines with two different shuttles.

Really appreciate the added macros.
Beckwith Decor Products
ArtCam Trainer
Onsrud & Custom CNC tooling Distributor

Wichita/Derby Kansas
http://www.beckwithdecor.com

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: New PlugIn just about done..
« Reply #107 on: July 28, 2009, 03:06:07 PM »
Dave,

    My code doesnt touch the jog rate settings, it is hardcoded via Art as this line:
double dJogRates [] = {0.0, 0.01, 0.02, 0.05, 0.1, 0.25, 0.5, 1.0};

The code I put in is VERY simplistic, if you checked the reverse this or that axis then when your joggin that axis, the code just swaps the 0 or 1 in the jogging direction of the jog code on the "OnWheel()" fucntion

scott
fun times

Offline budman68

*
  • *
  •  2,352 2,352
    • View Profile
Re: New PlugIn just about done..
« Reply #108 on: July 28, 2009, 03:23:58 PM »
Wow, now that's weird, wonder what's causing that, as it happens on all 3 axis.

Dave
----------------------------------------------------------------------
Just because I'm a Global Moderator, don't assume that I know anything !

Dave->    ;)
Re: New PlugIn just about done..
« Reply #109 on: July 28, 2009, 03:50:14 PM »
Wow, now that's weird, wonder what's causing that, as it happens on all 3 axis.

Dave

Dave,

You just seem to be jinxed.  It works fine for me, at all jog rates.

Regards,
Ray L.
Regards,
Ray L.