Home
Downloads
Mach3
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
Resources
Contact Us
Links
CNCZone
German Forum
Italian Forum
Korean Forum
Portugese (Brazil) Forum
Russian Forum (RSK CNCROUTER)
Thai Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 28, 2012, 12:24:42 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Select from and to languages
Chinese-simp to English
Chinese-trad to English
English to Chinese-simp
English to Chinese-trad
English to Dutch
English to French
English to German
English to Greek
English to Italian
English to Japanese
English to Korean
English to Portuguese
English to Russian
English to Spanish
Dutch to English
Dutch to French
French to English
French to German
French to Greek
French to Italian
French to Portuguese
French to Dutch
French to Spanish
German to English
German to French
Greek to English
Greek to French
Italian to English
Italian to French
Japanese to English
Korean to English
Portuguese to English
Portuguese to French
Russian to English
Spanish to English
Spanish to French
Machsupport Forum
Mach Discussion
General Mach Discussion
Manual Z up/down while code running on my gantry torch.
Pages:
1
Go Down
« previous
next »
Author
Topic: Manual Z up/down while code running on my gantry torch. (Read 404 times)
0 Members and 1 Guest are viewing this topic.
waverly
Active Member
Offline
Posts: 8
Manual Z up/down while code running on my gantry torch.
«
on:
July 30, 2011, 02:47:11 PM »
I have set the configuration to allow THC up/down even if not in THC mode, I have enabled input signals for THC up and down, have enable emulation for both and have assigned hotkeys for both....others here have said in the past that this will allow keyboard jog of my Z axis while a program is running. I just can not make it work. Help please!
I just recently started using the wireless xbox360 to control my gantry torch and it would be great if I were able to raise and lower the torch while cutting using the remote. I am set up using Galil (plugin with 1840 card); I have a handwheel that works through a Galil aux encoder input for the Z on the main panel that works well, but really want to be able to Move Z from the Xbox360 while code running. I am at a dead end after hours and hours. Any input would be appreciated.
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #1 on:
July 30, 2011, 07:58:09 PM »
That trick may ONLY work with a LPT version of mach. I KNOW it works with the LPT. But I use it with a hardwired BUTTON to 2 inputs and a simple hand pendant. Many otheres have as well.
The galil may not handle the THC in the same manner depending on the plugin.
Please be VERY carefull with the wirless GAME controller it was never ment to be used in a machine control application. It does NOT have the proper built in safeguards that commercial wireless units have that were designed to be run in this enviroment(noise,com loss safety, 2 button safety interface,etc)
Just a thought, (;-) TP
«
Last Edit: July 30, 2011, 08:00:25 PM by BR549
»
Logged
waverly
Active Member
Offline
Posts: 8
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #2 on:
July 30, 2011, 09:12:50 PM »
I'll try it with the LPT interface to see if I can make it work. As to the safety issue, I would never use the game controller on a mill or lathe as they move fast and have powerful axis motors. My torch is harmless (slow plus low forces) in any runaway scenario. You will not believe how nice it is losing the cord and being able to walk all around the gantry while it is running and control feedrate, feedhold, start, stop, home, jog, etc. It is a big machine, 6' x 12' travels. It is killing me though not being able to figure out how to raise/lower Z while cutting! I have never been one to give up, so will report here when I figure it out.
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #3 on:
July 30, 2011, 11:29:20 PM »
I have not used the Xbox plugin does the Wireless have buttons that you can assign to do things? If so have you tried assigning those buttons to THCup and THCdown? You may have to use the macropump or Brain to get them linked up.
Let me know IF I can be of help
Just a thought, (;-) TP
«
Last Edit: July 30, 2011, 11:31:21 PM by BR549
»
Logged
waverly
Active Member
Offline
Posts: 8
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #4 on:
July 31, 2011, 07:57:14 AM »
Yes, the Xbox360 plugin does allow assignment of mach button pushes. THC up and THC down are not among the available choices though. TP, I believe you are right that the Galil plugin omits code for the THC up down buttons. I am currently working on setting up 2 buttons to command the Galil directly using the NotifyPlugins command. I will try PR,,4000;BGZ and PR,,-4000;BGZ. This should work unless NotifyPlugins is not allowed during a mach code run. Of course all of a sudden now this thread belongs under the Galil topic. Oh, and by the way those of you that have never played with Galil and servos are missing out. Steppers are so boring. For less than $500 you can pick up on e-bay a Galil 18x2 card, breakout and cable. Add to that a couple of small, cheap DC motors with encoders, power supply, and a couple of drives and you are ready to go. The Galil plugin for mach works flawlessly in my shop.
Logged
waverly
Active Member
Offline
Posts: 8
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #5 on:
August 03, 2011, 03:43:59 PM »
Update: Motion commands directly to galil with NotifyPlugins () is not the answer...looks like there is no way with the current plugin to adjust Z with the xbox 360 while running g-code. I did discover though that I can run a short program inside the galil to update GM and GR ten times per second and override commands from mach which attempt to turn off the mpg. I can now cut non-flat steel plate and adjust the torch height real time while cutting...just can't do it with the wireless. I will continue trying to figure it out. I would welcome any ideas???
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #6 on:
August 03, 2011, 07:05:57 PM »
OK can you create 2 macros to do the same thing 1 for raise the other for lower. Then assign each macros to a button??
(;-) TP
Logged
waverly
Active Member
Offline
Posts: 8
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #7 on:
August 03, 2011, 09:07:17 PM »
I tried the macro idea using NotifyPlugins() to command the galil. That worked, but timing was a problem. After a button push and a second or two delay, the axes would pause, the macro would kick in for the Z jog, and then axes start back to normal program run....the pause of the axes is not acceptable. I think that mach and the galil plugin really dislike any interference with program run. I wish I could get a copy of the plugin source code to play with.
Logged
BR549
Active Member
Offline
Posts: 2,557
Re: Manual Z up/down while code running on my gantry torch.
«
Reply #8 on:
August 03, 2011, 10:28:32 PM »
Have you talked to Steve M over in the Galil section. He wrote the plugin maybe he can mod it for you
(;-0 TP
Logged
Pages:
1
Go Up
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Mach Discussion
-----------------------------
=> General Mach Discussion
=> Mach3 under Vista
=> Quantum
=> Mach SDK plugin questions and answers.
===> Finished Plugins for Download
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*i*n*g
=> Mach Screens
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Machscreen Screen Designer
===> CVI MachStdMill (MSM)
=> Feature Requests
=> Non English Forums
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
=> FAQs
-----------------------------
*****VIDEOS*****
-----------------------------
=> *****VIDEOS*****
-----------------------------
General CNC Chat
-----------------------------
=> Share Your GCode
=> Show"N"Tell ( What you have made with your CNC machine.)
=> Building or Buying a Wood routing table.. Beginnners guide..
=> Show"N"Tell ( Your Machines)
-----------------------------
G-Code, CAD, and CAM
-----------------------------
=> G-Code, CAD, and CAM discussions
=> LazyCam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> GearoticMotion Preliminary testing
=> Tempest Trajectory Planner
=> Contec
=> dspMC/IP Motion Controller
=> HiCON Motion Controller
=> Third party software and hardware support forums.
=> Galil
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Mesa
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Sieg Machines
=> Promote and discuss your product
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
=> One on one phone support.
=> Forum suggestions and report forum problems.
-----------------------------
Mach4
-----------------------------
=> Mach4 pre-Alpha Testing
Loading...