Height Override
Well after looking at PlasmaC's Axis & Gmoccapy screens they already offer that so I may as well add it to QtPlasmaC too.
It may send you into void lock depending on the direction and value.Also, another good feature would be clicking on the word override clears the override value as Phill did with the sliders....
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 18733
- Thank you received: 6298
That is useful.
Well after looking at PlasmaC's Axis & Gmoccapy screens they already offer that so I may as well add it to QtPlasmaC too.
It may send you into void lock depending on the direction and value.Also, another good feature would be clicking on the word override clears the override value as Phill did with the sliders....
Had to click millions of times as it was such small increments.
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
_______________________________________
just a thought, not an ask! (discussion point)
is there a way to increase the voltage display to 1 decimal point, by adding a smaller display (1/2 size) to the right of the major (whole number ) display that shows just the modulo to 1 decimal place?
(learning to edit the screenset + dabbling).
this would (may) aide in showing the following error or hysteresis or accuracy of the z axis to follow the target voltage.
given the thcad has very high voltage accuracy, it is one way to show and benefit from it.
Please Log in or Create an account to join the conversation.
Probably a guess when it was first added but there weren't any complaints that I am aware of untill I asked the question here.if the voltage display is in 1V increments, why would you ever have an over ride in 0.1v increments
You can see the displayed increment...as you could not see them / their effect on applying an override or offset
Originally PlasmaC was but folk weren't happy with the flickering between numbers and thought it unnecessary.is there a way to increase the voltage display to 1 decimal point, by adding a smaller display (1/2 size) to the right of the major (whole number ) display that shows the modulo to 1 decimal place?
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
Please Log in or Create an account to join the conversation.
linuxcnc.org/docs/devel/html/plasma/plas...imer.html#_thc_delay
That plot predates Plasmac. I'm not sure if Plasmac publishes an error pin like what I used in that plot. Assuming you are using V 2.9,
It might be an interesting exercise for you to write a custom component in C that took the programmed or sampled arc voltage and compares the result with the current arc voltage and outputs the error as a pin.
than you just need to compile it with "halcompile --install arcerror.comp" and install it in you hal file as per normal
You can grab the source of any of the simple components from github here to act as a template. Thats how I got going
github.com/LinuxCNC/linuxcnc/tree/master/src/hal/components
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
thought I may as well take the plunge as I should have done years ago
Please Log in or Create an account to join the conversation.
thanks Rod, I appreciate that as I'm now trying to get my head fully into linuxcnc (not using anything windows for CNC at present)
thought I may as well take the plunge as I should have done years ago
I seem to remember trying to encourage you to make a blind leap of faith a few years ago.....
The ability to write a custom component with a few lines of code and install it with a single command so that it is treated 100% as if its part of the core code is Linuxcnc's pot of gold. It just an extraordinary paradigm. Whilst initially passing all data to your component via a pin is a pain but it compartmentalises code in a very robust way.
Plasmac.comp lives in that folder too. It makes for an interesting read..
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
- Posts: 915
- Thank you received: 216
I got a copy of Pathpilot installed and toyed with it, but I also found Native am... now that is nice for simple wizards / parametric programming of simple lathe or milling tasks (simple things to just get stuff done, not pattern cutting, simple tasks).... thought I may as well look at plasmac
Please Log in or Create an account to join the conversation.