Hello Guest it is March 18, 2024, 11:35:40 PM

Author Topic: USB JoyPad and game device plugin - New Version 2.0  (Read 299422 times)

0 Members and 1 Guest are viewing this topic.

Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #240 on: May 16, 2020, 04:00:02 PM »
I had some problems with poor cables between VFD and spindles spindles. It was about electomagnetic noises.. Uses ferrites, shielded cables, mains filter.. Did you try first to disconnect spindle and try to switch on spindle comme it mach 3? Does it still hang? If yes problem is elsewhere. If not, it's a noise problem...
Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #241 on: April 12, 2022, 05:59:47 AM »
Hello!
Updated my hardware for a smoothstepper ESS and now I have the already identified problem with the jog. As far as I could find there is an updated version of the plugin which corrected this issue but the creators webpage is offline. Does anyone know how to contact the creator to get a copy of the updated plugin or any other way to get this working correctly?
If that is not possible can someone confirm the original 2.0 plugin works correctly with the mach4 and ESS? I might just upgrade to mach4...

Thanks
Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #242 on: May 05, 2022, 03:25:56 AM »
Hello to anyone,

Please could you inform me where I can find the 2.1 Version?
The website of Joakim is down and I cannot have a contact with him.

I'm using Mach3 with ESS and the previous version doesn't work.
Thank you in advance!
Nikos
Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #243 on: May 05, 2022, 07:53:26 AM »
Hello!
Contact Joakim directly via PM on the forum that he will arrange that for you.
Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #244 on: May 05, 2022, 11:59:08 AM »
Thank you very much for your response.
I contacted with Joakim, everything is fine.

I installed it and tried it with my ESS, it works perfectly but I cannot understand how to assign the other button of my joypad for XY Touch, for Z touch and for Zero the axis.
I must assign them by the M800?

Thank you in advance!
Nikos
Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #245 on: May 05, 2022, 03:00:12 PM »
To explain what I would like to do

On my screenset I have an XY probe button and also a Z probe button.
Behind the buttons I have a script for each job. Until now I am using the mouse (clicked) to work each probe.

How can I assign these two probes in two buttons of the Joypad?
I didn't found a solution for that.
Any help would be highly appreciated!

Thank you,
Nikos
Re: USB JoyPad and game device plugin - New Version 2.0
« Reply #246 on: May 22, 2023, 06:53:55 AM »
Hi
I am facing a problem with assigning auto tool to a button
kindly help me to solve it..
for example i want to assign the Alt Right and BE button to do auto tool zero...
knowing that my code for my Auto tool zero is the following:
'chengdu xhc tec. probe z surface macro
FeedCurrent = GetOemDRO(818)    'Get the current settings, OEM DROs (818)=Feedrate DRO
ZCurrent = GetOemDro(802)   'OEM DROs (802)=Z DRO
GageH = GetOEMDRO(1001)   'OEMDRO(1001)=Gage Block Height
ZNew = ZCurrent - 300      'probe down 20 mm

Code "G90F200"         'slow feed rate to 100 MM/MIN
SetOemDRO(818,200)
Rem Code "G4 P1"         'Pause 1 second to give time to position probe plate
Code "G31 Z" &ZNew
While IsMoving()
Sleep(10)
Wend
Call SetDro (2,GageH)      'DRO(2)=Z DRO

FinalMove = GageH + 10
Code  "G0 Z" &FinalMove
Code "F" &FeedCurrent        'restore starting feed rate   
SetOemDRO(818,FeedCurrent)

so how to write it to M800.m1s
Thanks, appreciate ur reply