Hi folksI wont ask if some one have set G code driver that work on GRBL controller board (arduino mega 2560 or similar ) , and ask if can share machine.xml files for see how is set home and other command and all so actuators command ??
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/a9df3f31-17f4-4f4b-848b-838eab442863%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/c9fc280d-4d08-4add-b021-9aba0baac7cf%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/0038f1eb-fb7e-44da-b00d-52c65003622d%40googlegroups.com.
Yes , port is ttyACM0 and baud is 9600
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/8714a4df-4b68-4866-8790-c2ab5c7ea602%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/e9bf111f-ceff-4e52-8b97-7bdbdb34e8eb%40googlegroups.com.
I m forget say that with yours GRBL driver make connection , and can move it left , right , front , buck , up , down .
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/2f54646e-4165-428e-8863-8fb591e33d8f%40googlegroups.com.
After remove ^ can make homing but after homing can not move left , right , up , down , need all so something set or ?
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/906eeba8-1fb1-47c5-be8a-cff46db14040%40googlegroups.com.
This is log and machine all so .
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/7da5ba4c-3f8b-42a2-bd5a-aebbda453479%40googlegroups.com.
Jason , I think that is not problems on G code command , but on machine files add command it is .
I m remove B0 and that is ok now but still can not move axis manual , I m add log again .
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/0f2319ef-fdae-4bd8-8ef9-62123465d191%40googlegroups.com.
<OpenPnP.log>
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/50828ca4-0eb4-46a0-afd8-fa824625af77%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/bc95bdd2-a86a-4686-a429-869e1cf8f353%40googlegroups.com.
Further there are mappings for lightning intensity including switching on/off different lamps and mapping for different heads.
All this can be made with gcode driver.
The reason I was not able to use gcode driver was inability to send reset command, missing handling of alarm state, , unable to parse grbl response correctly .
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/8b190027-e856-4613-ad88-e593a12ca031%40googlegroups.com.
1. Reset command: Why is this needed? What does it do? What needs to be sent?
This commands reset the controller to know and safe state. Further if
controller is powered on before program start, it's the safe mode to
check for controller and it is the only mode to exit as example from
homing or other states, like waiting for F-INP signal (M-CODE 21-28)
The command is 0x18 . I have tried just before and after [data]
introduction, at that time
it don't worked.
2. Alarm state: We may be able to handle this with
https://github.com/openpnp/openpnp/wiki/GcodeDriver#command_error_regex.
Will need more details on what is expected.
At that time i think the parsing was simplier and it was not allowed
to have multiple regex as
i remember but i'm not sure about that, the next point should work too
with the multiple regex parsing that now at currently looking over the
source is implemented.
3. Grbl Response: Not sure what this refers to. Explain what it does
and what the format is and I'll see if we can figure it out.
Annother problem is homing, the controller starts into alarm state.
After homing, it executed gcode from EEProm in order to make sanity
check on homing
and for creating well defined environment, system units, modify
coordinate system, .... .
This lines executing from EEprom generates OK responses, that bring
out of sync openpnp.
Further openpnp sends lines too fast after homing, on arduino Mega it
works, on arduino uno
that could be too large for the buffers. It could be removed from grbl
and moved to openpnp in order to get working, the annoing issue with
that is that maintaince tools then have different coordinate systems
and that is then a bigger problem not related to openpnp.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAJGcfUgsMNu1gZpkJLOyyJFYjLA-GPPWdkHyi4WHJjtnzxHs4g%40mail.gmail.com.
The too fast is that.
Serial buffer is 63 chars on uno, mega have double that space.
Controller receive up to 6 OK before the first char is removed from the fifo. This during homing. If the user sequence after $h is bigger, serial buffer overflow happens.
As two character are added to the line, average line length is only 8 chars on worst chase.
Maybe the problem is avoided if after homing there is separate user defined init and that between this two things there is a definable delay or fixed delay of 200ms.
--
You received this message because you are subscribed to a topic in the Google Groups "OpenPnP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openpnp/h7LA-vQrzGA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/258f6b3a-2b30-4e1a-ac1f-92a1e3b638f8%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/8d7c9216-e444-4916-8a83-471cb7dfcff7%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/CAJGcfUgyWRQWEMjKo3Y-MDAxoic%2BAUx5wUcP-ghvJ9jE1Pusgw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/483dc54f-7cec-42b4-a685-303d789c2f8e%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/6fc75a28-4aff-4a4c-85ec-9c28f11db1db%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/6a863335-c0a3-4917-8be1-768acb766135%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/bc9372a8-7f28-4706-87b3-e49b2ae0c9bb%40googlegroups.com.
Thanks JasonThat is problems , now work correct .
--
You received this message because you are subscribed to the Google Groups "OpenPnP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openpnp+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openpnp/2e3060e3-63bd-43b3-a673-c9987d54d29c%40googlegroups.com.