Hello Guest it is April 20, 2024, 02:26:07 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 - ART

221
Show"N"Tell ( Your Machines) / Re: The Laser Project.
« on: April 01, 2015, 08:55:25 AM »
Tweaky:

Excellent. I had been discussing the thought of that a few months back with Bob.. SO you cut small lines like normals coming out from the circle?
How'd you cool it? Air?

Art


222
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 24, 2015, 03:17:34 PM »
Hi Larry:

   I dont think there is a way as yet other than the GCode, or the arduino method. The problem is that GCode can provide triggers, but the arduino provides actual
power levels. Both the Mach's can handle binary laser control, but the arduino with Darwin is the only way to get instant power level switching and triggering only once per
step. This will eventually change when here is some agreed upon standard for a protocol, but in its absence I siimply went with what worked well. Im probably the only one
using it , but it does work well.  I know theres at least 1 or two others using it really, but I know too its not easy for people to make such things.
  Its probably be easier if there was just a protocol for a pwm power level which is specific to each trigger.. Im sure it'll come eventually, my arduino fix is just a holder till
M4 can handle a downstream pwm from image command. The arduino can change power on each pixel of the image, to do that in Gcode the code woudl be truly huge..
I mean 10's of millions of lines probably.. where the arduino equivalent is quite small, just a fast raster pass with power all taken care of.

Art

223
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 07, 2015, 12:52:38 PM »
Hi John:

   I think it depends on your system. One may be ModBus or another Lua..

 The only one Id ensure was off is Sim.. isf its there.. Darwin replaces that as a motion device..

Art

224
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 07, 2015, 11:27:47 AM »
Its interesting its only on one side, god news is it probably wont bother you as its very much in sync with the main frequency.
It may be a DMA responce to something internally, or a 12us delay in every return to the system,.

Art

225
Mach4 General Discussion / Re: GSim Mach4 Material Removal Simulator
« on: March 07, 2015, 09:38:52 AM »
Gerry:

   You have been really helpfll as a tester thoguh, so send me an offline message to support@gearotic.com, Ill send you a current version. I always appreciate all the testing people do.
Someday , Ill re-release it when M4 matures.

Art

226
Mach4 General Discussion / Re: GSim Mach4 Material Removal Simulator
« on: March 07, 2015, 08:57:02 AM »
Hi Gerry:

  Looking at downloads and Sim usage, Im not sure Ill keep it released. There doesnt seem to be much interest in simulation in Mach4.
The demo period on the sim plugin has expired and probably doesnt warrant keeping it up to date as M4 matures. It was planned that as of its beta
timeout it woudl then be free to Darwin users or anyone with a Darwin license. Ill look at releaseing it again at some point in the future
or at least turning it on for Darwin users..


Thx
Art

227
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 04, 2015, 09:10:25 PM »
Ron:

 Thx, let me know if B finds it. Since he can run debugger he will probably find whatever is hanging.. does sound like it hangs on first message.. which is kinda strange..

Art

228
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 04, 2015, 09:00:24 AM »
Ron: ( et al.)


  Here is a diagnostic version of Darwin that breaks the main loop down into section with messages for each section.
Each section will report only once.. Let me know what it says, it may point to your troubles..

Thx
Art

229
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 03, 2015, 08:37:02 PM »
Ive tried everything to kill it when its hung..just not possible.

  I guess the only thing that happens when you select it as the motion plugin is it starts the main timer loop...

I can try adding a messge for you to see at what stage its locking up..

Art

230
Mach4 General Discussion / Re: Mach4 Printer Port Discussions
« on: March 03, 2015, 06:11:01 PM »
Ignore that, I was a couple messages behind.

  Im not sure what woudl cause it to hang on the setting for which engine.. it sounds more MAch4'ish than Darwin'ish...

I coudl build a version to show errors.. but if it hangs Im no so sure youd get them. Unfortunately, when Mach4 hangs it takes
a bulldozer and a stick of dynamyte to stop it.. ( never seen anything like it..)

  Ill give it some thought as to what can be done..

Art