fix spindle-at-speed signal
This commit is contained in:
parent
afb180ab16
commit
750fc17fd7
|
@ -6,7 +6,6 @@ setp parport.0.reset-time 5000
|
||||||
loadrt stepgen step_type=0,0,0,0,0 ctrl_type=p,p,p,p,v
|
loadrt stepgen step_type=0,0,0,0,0 ctrl_type=p,p,p,p,v
|
||||||
loadrt ilowpass count=1
|
loadrt ilowpass count=1
|
||||||
loadrt timedelay count=2
|
loadrt timedelay count=2
|
||||||
loadrt not count=1
|
|
||||||
loadrt or2 count=3
|
loadrt or2 count=3
|
||||||
loadrt xor2 count=2
|
loadrt xor2 count=2
|
||||||
loadrt mux_generic config="bb2"
|
loadrt mux_generic config="bb2"
|
||||||
|
@ -160,13 +159,10 @@ net spindle-off-timer => or2.0.in1
|
||||||
net spindle-main-inhibit <= or2.0.out
|
net spindle-main-inhibit <= or2.0.out
|
||||||
|
|
||||||
addf or2.1 servo-thread
|
addf or2.1 servo-thread
|
||||||
addf not.0 servo-thread
|
net spindle-1-enable => or2.1.in0
|
||||||
net spindle-select => not.0.in
|
|
||||||
net spindle-select-neg <= not.0.out
|
|
||||||
net spindle-select-neg => or2.1.in0
|
|
||||||
net spindle-main-inhibit => or2.1.in1
|
net spindle-main-inhibit => or2.1.in1
|
||||||
net spindle-inhibit <= or2.1.out
|
net spindle-inhibit <= or2.1.out
|
||||||
net spindle-inhibit => spindle.0.at-speed
|
net spindle-main-inhibit => spindle.0.at-speed
|
||||||
|
|
||||||
net spindle-position => spindle.0.revs
|
net spindle-position => spindle.0.revs
|
||||||
net spindle-axis-rpm => spindle.0.speed-in
|
net spindle-axis-rpm => spindle.0.speed-in
|
||||||
|
|
Loading…
Reference in a new issue