hoax portrayed in the current track axis


Thus, I have found That Even at my machine with the DC Servo backplot is true, as I mistakenly thought.
When turning the encoder servo axis backplot Properly draw the screen. But When The Emperor CNC Mode switch and plotted the track is not true. Why?
It's a shame.
RADEK
newsig emcmot.00.enable bit
sets emcmot.00.enable FALSE
net emcmot.00.enable <= axis.0.amp-enable-out => hm2_[HOSTMOT2](BOARD).0.stepgen.00.enable => pid.0.enable
# timing parameters
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.dirsetup 200
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.dirhold 200
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.steplen 1000
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.stepspace 1000
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.position-scale [AXIS_0]SCALE
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.maxaccel 0
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.maxvel 0
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.step_type 0
setp hm2_[HOSTMOT2](BOARD).0.stepgen.00.control-type 1
# set PID loop gains from inifile
setp pid.0.Pgain [AXIS_0]P
setp pid.0.Igain [AXIS_0]I
setp pid.0.Dgain [AXIS_0]D
setp pid.0.bias [AXIS_0]BIAS
setp pid.0.FF0 [AXIS_0]FF0
setp pid.0.FF1 [AXIS_0]FF1
setp pid.0.FF2 [AXIS_0]FF2
setp pid.0.deadband [AXIS_0]DEADBAND
setp pid.0.maxoutput [AXIS_0]MAX_VELOCITY
net stepgen.0.position-fb hm2_[HOSTMOT2](BOARD).0.stepgen.00.position-fb => pid.0.feedback => axis.0.motor-pos-fb
net emcmot.0.pos-cmd axis.0.motor-pos-cmd => pid.0.command
net motor.0.cmd pid.0.output => hm2_[HOSTMOT2](BOARD).0.stepgen.00.velocity-cmd
Please Log in or Create an account to join the conversation.
Can you try to explain the problem again? Perhaps with pictures?
Please Log in or Create an account to join the conversation.
I know that setting the PID is not good, but there is movement on the principles of CNC and implementation of EMC.
Plotting the toolpath on the screen is not really expensive tools that in some cases and applications terrible. Does not answer programmed dearly.
Sometimes I wonder how many applications and functions in EMC grow. However, their practical utility of the doubt. Would not it be better to go back and fix long-term lasting mistakes??
RADEK
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The trouble is more, I'm not so good in the English language to describe it so that you understand. (unfortunately, Skoda)
Radek
Please Log in or Create an account to join the conversation.
(A picture would be very helpful)
EMC Version?
OS Version?
Why are you trying to use s PID loop to control the hardware step generator?
Note that a PID loop for velocity mode control must have a proper FF1 value not 0
Also note that the step rate in quaddrature mode is 4 times the rate in step/dir mode
Please Log in or Create an account to join the conversation.
It's a fix error for switching between actual / commanded back-plotting. (Axis, Gremlin, Touchy atc.)
I sent also to Jeff Eplert for correct the error in the central git-EMC... ...because I am not authorized developer

The correction is important for a good work of drawing programs...
Martin
Please Log in or Create an account to join the conversation.
Can you give some more details of the problem you are seeing?
(A picture would be very helpful)
EMC Version?
OS Version?
Why are you trying to use s PID loop to control the hardware step generator?
Note that a PID loop for velocity mode control must have a proper FF1 value not 0
Also note that the step rate in quaddrature mode is 4 times the rate in step/dir mode
PID settings do not resolve. (the test was working principles)
Global EMC and test the behavior of its individual mutual castia function.
We use it because the real work and I want to upgrade to system 10.04
Radek
Please Log in or Create an account to join the conversation.
"PID settings do not resolve"
Have you tried looking at some of the other velocity mode hardware stepgen setups like:
www.linuxcnc.org/component/option,com_ku...7/lang,english/#5489
Please Log in or Create an account to join the conversation.
The language barrier is huge. (understand each other)
Please try to compile the source code provided MDUZI .. (MDUZI thanks for support)
Radek
Please Log in or Create an account to join the conversation.