-
I thought we discussed this at length last night on IRC.
We agreed that halui should have outputs that could be used to drive an external display, and inputs so that the operator of that display could specify the units, etc to be used.
We also seemed to agree that sending units, etc, info from Axis through HAL pins to halui was not a good way to slave the halui display to a particular...
2009-01-15 14:18:08 UTC in Enhanced Machine Controller
-
I thought we discussed this at length last night on IRC.
We agreed that halui should have outputs that could be used to drive an external display, and inputs so that the operator of that display could specify the units, etc to be used.
We also seemed to agree that sending units, etc, info from Axis through HAL pins to halui was not a good way to slave the halui display to a particular...
2009-01-15 14:17:27 UTC in Enhanced Machine Controller
-
Don't know if this is a bug or a feature request.
The spinbox widget in PyVCP shows you a number and lets you increase or decrease it by clicking on up/down buttons, or using your mouse scroll wheel. You can also click in the box, and then type numbers. The numbers appear in the box, but the HAL pin does not get updated. You can force an update by clicking the up or down arrows, but not by...
2008-09-18 03:11:40 UTC in Enhanced Machine Controller
-
No description of the problem, meaningless subject, no contact info.
Totally useless "bug" report. Closed.
2008-07-18 16:49:30 UTC in Enhanced Machine Controller
-
If the feedrate is set to zero (or not set at all), spindle syncronized moves are skipped.
start sim-lathe
F1; F2; MDI M3S500; G0Z1; G33K0.03Z0;
the G33 move does nothing
motion doesn't assert hal pin motion.spindle-index-enable
EMC thinks that the G33 move completed instantly - if you issue a G1 or G0 next, it is executed
Problem happens in TRUNK, not in version 2.2.x
For...
2008-07-05 15:47:54 UTC in Enhanced Machine Controller
-
Jepler applied the patch - if there are problems, please re-open this tracker, or start a new one.
2008-03-16 18:12:05 UTC in Enhanced Machine Controller
-
This is a duplicate of report 1768701.
That one was closed with an explanation of the reason for closing it.
If you INSIST on re-opening it, you must do more than simply copy the
original statement. That original statement was rejected once, and it
will be rejected again. Read the response to the first report, and
then provide additional support for your statements if you want them...
2007-08-06 22:11:45 UTC in Enhanced Machine Controller
-
EMC has used PID loops for position control since it was
originally developed in 1995 or so. I think that more than
ten years of successfull experience by many users is better
evidence than "It cannot work good".
Since the PID loops are part of HAL, they can be easily
replaced. You are welcome to write your own control loop
component to use instead of PID.
You could also implement...
2007-08-06 17:32:54 UTC in Enhanced Machine Controller
-
EMC has used PID loops for position control since it was
originally developed in 1995 or so. I think that more than
ten years of successfull experience by many users is better
evidence than "It cannot work good".
Since the PID loops are part of HAL, they can be easily
replaced. You are welcome to write your own control loop
component to use instead of PID.
You could also implement...
2007-08-06 17:31:06 UTC in Enhanced Machine Controller
-
It turns out that this is only one manifestation of the bug. Setting
feed override to zero has the same effect as feedhold. And incremental
jogs are treated the same as jogwheel movement.
The fix is to ignore all jog commands, regardless of source, when
"net_feed_scale" is zero. That covers all the cases, and is the
fix that I just committed.
Marking as closed, reopen if not fixed.
2007-08-04 19:52:51 UTC in Enhanced Machine Controller