Hello Guest it is April 30, 2024, 04:19:46 PM

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

591
Galil / Re: Is it true about Galil plugin?
« on: July 11, 2008, 10:57:43 PM »
Hello,
You should be able to have both controllers on the same machine (I have seen it work in the past :) ). So the question is , what in the heck is going on!.. Could you please do a few test for me and we will see if you have settings that are in your Galil but are not burned into the eprom. Please power down for a minimum of 5 min and restart the system Try to run mach3 and do some MDI moves. Now shutdown Mach3 and start Camsoft and then close Camsoft. Run mach3 again (do not restart the computer) Will to run now? if so that may be a mode being set in the Galil...

Now one more thing, what do you have for a Galil? By any chance would this happen to be a 21XX ethernet board :)

Thanks
Brian

592
Galil / Re: Mach3 and Galil ... Getting better
« on: June 21, 2008, 09:44:46 AM »
Hello,
I would just use Rev 2.063 to test.. You also need to get the Galil plugin from the plugins page. To install the plugin you need to download and double click the m3p file. Once you have that all installed you will need to setup the slaving and restart Mach3. As soon as you have done that you should be all set for some jogging tests :)

Thanks
Brian

593
Galil / Re: Mach3 and Galil ... Getting better
« on: June 21, 2008, 01:00:28 AM »
Hello,
The only thing that I have not added is the support for the MPG.. I have an MPG about 10" away form getting connected ;)

The master slave should work like a champ...

Thanks
Brian

594
Hello Jimmy,
I have tested and reported this to the guys working on the server :) They are good about fixing things and should have it all fixed in about 5-6 hours ;) (They are not into work at this time of the day ;)  )

Thanks
Brian

595
Feature Requests / Re: 4-Axis Foam Cutter Controls / Tool paths
« on: June 01, 2008, 12:35:06 AM »
Mach3 ill run the code but the display can not display the path :( The problem is that it is a very specilized application that we didn't code the display for ..

Thanks
Brian

596
Show"N"Tell ( Your Machines) / Re: Brian's Emco Compact 5 Retro
« on: May 21, 2008, 10:43:58 AM »
At this time after working with the other guys on lathe toolchangers I am thinking about using a Stepper to run my toolchanger ;) That seems like a better system in the end... Also I think you need to have an input to rezero the toolchanger when you start the machine... Ron Ginger has this all working and will have ti at the workshop so we can play with it and see how it works ;)

Thanks
Brian

597
General Mach Discussion / Re: Problem with dowload version 3.41
« on: May 05, 2008, 12:43:26 AM »
I think they have built the plugin for an older Rev of Mach3... I have not changed the pointers so it should be fine.. 

The problem is in there code so install the release rev and tell me if you have the problem please
Thanks
Brian

598
Mach SDK plugin questions and answers. / Re: Shuttle Xpress Problem
« on: May 01, 2008, 04:35:05 PM »
I can't uninstall a Plugin :( But if you tell me the setting I can fix that :)

Thanks
Brian

599
Mach SDK plugin questions and answers. / Re: Shuttle Xpress Problem
« on: May 01, 2008, 03:53:07 PM »
I have tested the one that I have here and I am not seeing the problem
Thanks
Brian

600
General Mach Discussion / Re: Reset - I was wrong
« on: May 01, 2008, 12:52:25 AM »
Try adding a sleep to the While IsMoving()..

While IsMoving()
Sleep(100)
Wend

Thanks
Brian