Hello Guest it is June 05, 2024, 01:19:58 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 - warcomeb

Pages: « 1 2 3 »
11
Try to set    Engine->DwellTime = 0; in  ::Dwell(double time) call.
ok, in this way work well!

About dwelling - in some cases ( like M3, when the spindle starts) you need to process Mach request to "delay" motion processing. You need stat machine in your plugin ( for this and e.g. jogging and homeing). Your plugin is "locked" until you finish the request.

If I had not put the dwell to 0, the user does not have access to the code of the plugin as it could solve?

12
Hi! i have tried your plugin and it work but this happen:
1) start M3
2) load gcode
3) push reset button
4) push start button...
The system is blocked as shown in attached figure, with Dwell led that blink, is it normal?
i push stop, push reset twice, and start... the application start.

This is the same thing is happening in my plugin ... but in my, position and the line of gcode still are not updated.

thanks

13
with the rar file?

14
my code is in VS2003, but it is very empty and i can post it.

thanks for your help.


ps. sorry for the second posting... but the forum give me an error with .zip file!

15
my code is in VS2003, but it is very empty and i can post it.

thanks for your help.

16
anyway... i don't understand where is the problem in dwell and how to reselve it!  ???  ???

17
Quote
Do you know that you need to create your state machine for jogging and manual movement ? Mach does not provide trajectory info for that

I imagined that it was necessary to do this...

thanks for your replies!

18
I develop a commercial plugin for an Italian company... but I don't know anything of Mach3 and CNC. My boss give me this... and I am desperate.  :o  :o  :o

You are in the beginnig of the road with your motion controller - there are many things to go until you have it running.I can help you  answering your questions, but for something "how can I solve it" - this sound like consultancy.
;D

Quote
You are in the beginnig of the road with your motion controller - there are many things to go until you have it running.I can help you  answering your questions, but for something "how can I solve it" - this sound like consultancy.

Thanks... I try to solve this problem!  ;)

19
how can I solve this problem?

Once I run the GCode with the plugin activated, the Mach3 crazy!

20
You can download Visual Express 2010 and try. Not sure if 2003 is supported for Mach plugins.

I start to download VS2010 express.... VS2003 is supported, indeed the video tutorial is on VS2003.

Pages: « 1 2 3 »