Home
Downloads
Mach and LazyCam
Plugins
CAM Post Processors
Screensets
Purchase
Support
Forum
Tutorial Videos
Documentation
Yahoo Group
Mach Wiki
German Forum
Italian Forum
Portugese Forum
Resources
Links
User Reviews
User Videos
Contact Us
CNCZone
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
December 02, 2008, 06:52:49 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
Mach SDK plugin questions and answers.
Plugins wishlist. ( Please add your own to this list )
Pages:
1
2
3
Go Down
« previous
next »
Author
Topic: Plugins wishlist. ( Please add your own to this list ) (Read 4341 times)
0 Members and 1 Guest are viewing this topic.
ynneb
Guest
Plugins wishlist. ( Please add your own to this list )
«
on:
June 06, 2006, 07:14:23 PM »
There are a few plugins that I would like to see happen, but wouldn't know how to implement.
If there are any budding young programmers out there looking for an idea, maybe this list of our ideas might help.
PLC/CNC Plug-in
It would be great to see a plug-in where it offered you the ability to preform PLC type work and also use Mach to then control motors, all off the same computer at the same time. One example of this could be a machine that loaded work onto a mill / router / etc did the appropriate cutting and then offloaded the finished work. I can imagine this sort of plug-in been very sought after from industry, and therefore been a good money earner for the writer.
EDIT this sort of plugin would expand Machs uses into the field of robotics. A logical point of expansion.
External interface Plug-in
Been a Flash user I can see many advantages of designing a GUI in flash and getting it to control Mach. Some of the advantages of using Flash as an interface are .
Movebale/dragable control modules in real time, so you can set the screen to what you need at the time, and not hoping to find a screen set that may or may not be suitable for your needs. Multiple LED states other than just on and off. Fly in and out windows upon user needs. Ther is a heap of other advantages too.
Logged
fer_mayrl
Global Moderator
Offline
Posts: 332
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #1 on:
June 06, 2006, 08:27:21 PM »
I just posted a thread on the general mach discussion forum, IŽll copy and paste what I wrote. Brian suggested that it could be done with a plugin
"I might be getting ahead of myself, but bear with me for a while.
Imagine you build a 3, 4, 5 or 6 axis robot (abb and fanuc like) i know the difficulty here lies in telling the robot what to do (generate the toolpath). Ok now imagine making another robot, with the same dimensions (or scaled down) and instead of fitting the robot with servos, you just put the encoders. Now here is what I am getting at:
Is it possible to move the motorless version of the robot and have the motored robot make the same moves? Better yet, can those moves on the motorless robot be recorded, and then played back by the motored robot?"
Regards
Fernando
Logged
ynneb
Guest
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #2 on:
June 06, 2006, 08:32:44 PM »
Fer, you want to make a learning robot that stores all the movements that you put into it. This is how many of todays robots already do things.
You dont even need a second robot, you could just use the encoders from the existing robots servos.
You have made a good request. I also think this should be made.
Logged
fer_mayrl
Global Moderator
Offline
Posts: 332
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #3 on:
June 06, 2006, 08:49:55 PM »
Benny,
Exactly, I just went to a local welding expo, and about 30% of the machines were welding robots. Most of them you had to teach, jog with a pendant to a certain point mark it as start of weld bead, and mark the end point to mark the end of bead. this is ok, but when welding non planar surfaces you have to supply a lot of points. That is why I suggested to teach the robot by actualy moving it "weld by hand" once and then have the robot replicate what you did. I think this is an easier way to program robots.
And yes... I stated about using the motors encoders in another post on the same thread.
Keep up the good work
Fernando
Logged
CncBr
Active Member
Offline
Posts: 36
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #4 on:
June 08, 2006, 01:06:37 PM »
Fernando,
Excuse my intrusion!
But Mach can Control a robot of 6axis.
You can make a vb script to adapt any other linguaguem of programming of ROBOT for codigoG
THAT COULD BE MADE WITHOUT ANY PROBLEM IN MACH.
Thanks
junior
Logged
Junior
fer_mayrl
Global Moderator
Offline
Posts: 332
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #5 on:
June 08, 2006, 01:20:44 PM »
Not an intrusion at all.
I do not doubt that mach can control the robot, As a matter of fact, I know it can be done.
The problem lies with the kinematics of the robot, that is, the mathematic equations that define the position of the end effector (tool) at all times. That can be done on Mach at a certain extent, and its not easy to come up with those equations. The limitations of this in mach, is that the movements are based on end of move coordinates, the machine does not necessarily move in a desired trayectory to that point. Brian told me that will be worked on but should not expect it any sooner than a year.
What I was actually reffering to, is to capture the movements of the encoders on the robot, as you manually position the robot and make the desired work (weld, paint, apply glue, etc) then have the software (mach) replicate those moves with the motors on the robot.
Hope that clarifies it better.
Regards
Fernando
Logged
CncBr
Active Member
Offline
Posts: 36
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #6 on:
June 08, 2006, 01:31:11 PM »
Fernando
Write to functions that you need, I think can help you!
Best Regards
junior
Logged
Junior
fer_mayrl
Global Moderator
Offline
Posts: 332
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #7 on:
June 08, 2006, 01:42:25 PM »
Basically what i wrote at the end, Capture the movements and encoder counts while moving the robot by hand (i dont mean joging, literally by hand), then in some way replicate those movements using mach. That way you have the toolpath, only thing needed next are just to add feedrates to each part of the path.
Regards
Fernando
Logged
CncBr
Active Member
Offline
Posts: 36
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #8 on:
June 08, 2006, 02:19:25 PM »
Fernando,
Very good idea,
With the new structure of the mach, I think it is possible!
But we needed some days to art to liberate the sdk of trajectory control.
As soon as I know that art will be able to liberate I explain with larger pleasure!
Thanks
Junior
Logged
Junior
CncBr
Active Member
Offline
Posts: 36
Re: Plugins wishlist. ( Please add your own to this list )
«
Reply #9 on:
June 08, 2006, 03:30:33 PM »
Fernando,
I think his idea, as they say here in my earth will give SAMBA
His idea made to dream me:
If Art liberates in whole SDK that I am waiting very anxious:
I think that will give to do in real time.
You knew that:
1 - it could help people with physical deficiency
2 - doctors could execute surgeries remotely
3 - etc etc etc
I am already with everything in the head to do that to happen.
I help in that you need!
Thanks
Junior
Logged
Junior
Pages:
1
2
3
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.
=> VB and the development of wizards
=> Brains Development
=> Video P*r*o*b*e*i*n*g
=> Mach Screens
=> Feature Requests
=> Non English Forums
=> FAQs
===> Finished Plugins for Download
===> Screen designer tips and tutorials
===> Works in progress
===> Finished Screens
===> Flash Screens
===> JetCam screen designer
===> Italian
===> French
===> Spanish
===> Chinese
===> German
===> Russian
===> Romanian
===> Japanese
===> Vietnamese
-----------------------------
*****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
=> Lazy Cam (Beta)
-----------------------------
Third party software and hardware support forums.
-----------------------------
=> LazyTurn
=> dspMC/IP motion controller
=> Third party software and hardware support forums.
=> Newfangled Solutions Wizards
=> Mach3 and G-Rex
=> Modbus
=> NC Pod
=> PoKeys
=> SmoothStepper USB
=> Promote and discuss your product .
=> Sieg Machines
-----------------------------
Tangent Corner
-----------------------------
=> Tangent Corner
=> Competitions
=> Polls
=> Bargain Basement
-----------------------------
Support
-----------------------------
=> Downloads
=> One on one phone support.
=> Forum suggestions and report forum problems.
===> XML files
===> Post Processors
===> Macros
===> Tutorials
===> Others
===> Beta Brains
===> Screen Sets
===> Documents
===> MACH TOOL BOX
Loading...