Hello Guest it is May 17, 2024, 08:26:31 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 - Brian Barker

451
General Mach Discussion / Re: Getting Disillusioned with Mach3.
« on: January 16, 2012, 11:46:29 AM »
Hello guys,
I would like to say that I am sorry that I am not able to make it so the software can be everything to everyone as much as I would like it to be. The trouble that we have is that Mach3 (originally Mach1) was designed to be a simple CNC app (for routers and mills) that had little in the way of customization. Then Mach3 grew into a CNC App with some customization with scripts and so on.. GREAT! That makes it so you can do anything! (also you can screw up anything). Okay Now we have added Plugins so you can have external devices and add IO. What a joy! we can add and have about anything we like on the machine but this came at a very big price. The base code in Mach3 is not ideal for what we have today and working with it is like trying to add on to a house of cards. ANY card out of place it will all fall. You have no idea the pain that I go through to work on the code in Mach3 and how much I fight to NOT change it.. I have been trying to add features in a way that is not going to mess up the basic application. But with everything being global pointers I can't stop anything from changing data in Mach3. So there is the sob story.. what are we doing about!

I am working on Mach3 all the time looking for issues. I spent months working on Rays issue and found some of them (both of us to blame). At the end of the day he will end up with his own little interface for the KFlop and I am happy that he is happy. But I lost months of dev time and I wouldn't change what I did. The fact that he didn't get what he wanted was not a lack of effort. I offered more then one time to fly him out with his PC work work at the office here and to get it working as he would like. I also offered to fly out to work on his machine. I don't know what more I can do other then to build up machine and send it to him. If that is not good support then I just don't know what to do and I give up. I work with so many people to fix there issues (90% is special interests) that I do very little dev work. to fix this we have brought on a full time programmer and support guy. This programmer works everyday on Mach4 and he is a programmer of over 25 years. He and I talk everyday making the API and then he makes the code to match the API. This is what needed to be done to make Mach4 be the most stable app that it can be. We have also made a decision that we are ripping out ALL the custom code for users with "special functions". THC, Foam cutting, Tangential,  Laser etc.. are getting ripped out of the software. We spend more time trying to get everything working for everyone and we can't do this anymore. Now having said that we are still going to have THC, Foam cutting, Tangential,  Laser etc.. but it will be moved off into modules that you can add.  This is making the core code to Mach4 much more fun to work on (it is simple). Also we are not going to have global pointers anymore (this is because we are making it so we can change the code and it will not effect the plugins) Plugins will no loger be able to play with Vars in Mach4. They will have to go through an API call so we can be sure that we are not getting any data overwrites. Also the P POrt is not going to be part of Mach4. the P Port will be a plugin that you can get or not.. The future is not going to be 25pins  LOL. I know this is not going to fix the issues that you have now but I would like you to see just a small glimpse of what I have to do everyday...

So what is this rant... Yes there are errors and I work everyday trying to fix them when I know about them. And we know what the base issue requires a complete rewrite that I can't do because I am supporting Mach3. To get you what you need in the future we have a programmer working full time and to get the current code doing what you need I am working full time. Contact me if you have an issue and I will work with you..


This may be more then you wanted to know but it is what it is.

Thanks
Brian

452
Tangent Corner / Re: X-Mass Gift for my son
« on: December 30, 2011, 11:13:48 AM »
LOL... He will need me to move the seat back... We can do anything as long as it is not Plastic ;)

453
Tangent Corner / Re: X-Mass Gift for my son
« on: December 25, 2011, 11:25:42 PM »
He loved it and we had a great time playing in the snow :)

Now I think he needs a logging arch for the back of it LOL...

454
Tangent Corner / Re: X-Mass Gift for my son
« on: December 24, 2011, 11:10:28 AM »
I was getting a chuckle thinking about him pulling a hydo power unit in a trailer LOL

455
Tangent Corner / X-Mass Gift for my son
« on: December 24, 2011, 10:42:44 AM »
Hello,
I wanted to show you what I did for my son's X-Mass gift.. My son loved tractors and bucket loaders and they only sell plastic loaders on pedal tractors and that will not do for my son (he is a little rough on things like that). So I got the idea that I would get him a metal tractor and add the loader too it.. It took about 3 days to make this and it came out great. I used Mach3 for making the parts of coarse!

Enjoy and I hope it makes you think about fun projects!

Thanks
Brian

456
General Mach Discussion / Re: Reverse RUN problem in second pass
« on: December 14, 2011, 10:38:48 AM »
Okay this has made it to Brian needs to test this phase... I will tell you what I find..

Thanks
Brian

457
General Mach Discussion / Re: Lateste Dev version notes
« on: October 18, 2011, 03:57:04 PM »
Hey if you could send me a bit of code and I will test it here.. I had a Sub that wouldn't run so I changed subs a bit to fix it and I tested it on a few other examples but I could have missed something.

Thanks
Brian

458
One on one phone support. / Re: About one on one phone support.
« on: September 28, 2011, 04:51:35 PM »
I may be able to talk to you on Friday (Tomorrow is booked for me) Please fee to send me an E-mail at BrianB (at) Machsupport.com

Thanks
Brian
 

459
the best way to read the data would be to look at the DRO but if you would like you can read the MainPlanner->XVel var This is an output not something that you can write too. Is that any help :)

thanks
Brian

460
General Mach Discussion / Re: Scale X-1 Problem
« on: December 06, 2010, 09:38:46 AM »
I think I need to send you an EXE to play with to see if it is working better for you .. if you would Mail me off list and I will send you the new EXE