10-02-2019, 02:02 AM
Greetings.
Turbo PMAC clipper.
I have a trouble with M163 (motor number is one) variable when controller processes the cnc program.
When controller processes positive (more than 0) move command it works fine. But when controller processes negative move command it doesn't work at all!
For example. I load this program:
T1 F3200
G0 X40000 (target position is 40,000)
X0 (target position is 0)
X-40000 (target position is 0 ...)
X0 (target position is 0).
Why is the target position displayed incorrectly?
Turbo PMAC clipper.
I have a trouble with M163 (motor number is one) variable when controller processes the cnc program.
When controller processes positive (more than 0) move command it works fine. But when controller processes negative move command it doesn't work at all!
For example. I load this program:
T1 F3200
G0 X40000 (target position is 40,000)
X0 (target position is 0)
X-40000 (target position is 0 ...)
X0 (target position is 0).
Why is the target position displayed incorrectly?