current line number, lookahead, single-step,...
The same goes for F and current offset number, motion pins show the last value that interpreter read, which is normally the last one programmed.
Is it possible to get indication of current program line number, current programmed feed and current programmed G functions to show "real" values?
Please Log in or Create an account to join the conversation.
For what ever reason the original designers never gave this capability.
The values reflect the interpreter and the interpreter races ahead.
to fix it would require a fair amount of effort and it seems no current dev is interested enough to take it on.
Yes it's annoying.
Chris M
Please Log in or Create an account to join the conversation.
For info, here is how to remotely monitor a HAL pin.
From a Mac, Linux machine or Windows box with X-windows:
ssh -Y andypugh@mill
halcmd loadusr halmeter -s pin motion.program-line
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Andy, please, I bet you could find a more appropriate pin for your tool change notification than that.
True, but watching the line-numbers tick over is good feedback that everything is still working, and if Iknow how many lines are in the program then I also know roughly how long to the end.
Please Log in or Create an account to join the conversation.
I noticed, that when running a program, motion.program-line pin shows correct line number only on lines that do actual moves of machine. In paused or step mode, it shows as 0, same when in lines that don't move machine, like calculations and such.
The same goes for F and current offset number, motion pins show the last value that interpreter read, which is normally the last one programmed.
Is it possible to get indication of current program line number, current programmed feed and current programmed G functions to show "real" values?
I agree, IMHO it is a bug, but I do not know how to solve that.
Norbert
Please Log in or Create an account to join the conversation.
The most annoying is really that it always shows G54 offset, even if you are working in another one, and wrong programmed feed,
On the other side, it CORRECTLY shows current motion type, wich is totally useless....
Please Log in or Create an account to join the conversation.