-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the Target Voltage ? #21
Comments
It is set automatically. If there is a need to set it manually I have to check the LinuxCNC spec for how they do it - I cannot remember seeing any M-code for setting it. |
In LinuxCNC QtPlasmaC the target voltage is set in the material spec (§9.6 Material File) : https://linuxcnc.org/docs/html/plasma/qtplasmac.html#plasma:material-handling. |
Note that ioSender (and possibly others) strip comments by default. I have just uploaded a new edge version that sends them if configured. Saving materials to a file is currently not supported, but you should be able to upload them for the duration of the session making them available for selection via M190. Only arc voltage and pierce delay is used for now as I am unsure about how to use the other ones. All parameters are currently parsed and there is a check for presence of the mandatory ones Also, the parser is quite restrictive so use the format in the example provided via the link above:
Non-mandatory parameters can be omitted and the order is not important except the I do not have a plasma cutter to test with so I do not know if this will work as-is, likely some tuning will be required. |
Than you for the quick add. What is the good way to insert the magic comment in the gcode file, is there any rule ? I can't go further by now. |
The controller firmware has to be updated- and I am committing new functionality while writing this.
Only that the comment starts with
Yes, and parsing of magic comments as well. Magic comments are ignored if the THC plugin is not installed. And if a material number as specified by the M190 P-word is not loaded an error will be returned. New in the commit is that pierce height (ph) and cut height (ch) is acted on now. |
I have to stop for a while because I burnt my ADCI (a stupid wiring mistake). I will let you know when I'm ready to test again.
Thanks for the good progress you gave to the project so quickly ! 👍 |
How can I define the "target voltage" for GRBLHAL THC please ?
Is there a GCODE ?
Is there a special $xxx command ?
I can't find anything about it.
I try to use IOSender with a T41U5XBB board with ADCI from Ph. Barrett on a DIY plasma cutter.
Many thanks !
The text was updated successfully, but these errors were encountered: