-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
addf feed-pot.lowpass servo-thread | ||
setp feed-pot.lowpass.gain 0.05 | ||
|
||
addf feed-pot.scale servo-thread | ||
addf feed-pot.conv servo-thread | ||
|
||
setp feed-pot.scale.gain 50 | ||
setp feed-pot.scale.offset 0 | ||
|
||
|
||
setp halui.feed-override.scale 0.01 | ||
setp halui.feed-override.direct-value true | ||
setp halui.feed-override.count-enable true | ||
|
||
|
||
net panel.feed-override.analog-in <= hm2_7i97.0.7i84.0.0.analogin0 => feed-pot.lowpass.in | ||
net panel.feed-override.filtered <= feed-pot.lowpass.out => feed-pot.scale.in | ||
net panel.feed-override.scaled <= feed-pot.scale.out => feed-pot.conv.in | ||
net panel.feed-override.counts <= feed-pot.conv.out => halui.feed-override.counts | ||
net panel.feed-override.value <= halui.feed-override.value | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
addf jog-pot.scale servo-thread | ||
|
||
# setp jog-pot.scale.gain 20 | ||
# setp jog-pot.scale.offset 0 | ||
|
||
# net panel.jog-speed pyvcp.jog-speed | ||
# net ssia-02-jog-speed hm2_7i97.0.7i84.0.0.analogin2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
addf spindle-pot.scale servo-thread | ||
|
||
# setp spindle-pot.scale.gain 20 | ||
# setp spindle-pot.scale.offset 0 | ||
|
||
# net ssia-01-spindle-speed hm2_7i97.0.7i84.0.0.analogin1 | ||
|
||
# net pot-0-jog-speed-in hm2_7i97.0.7i84.0.0.analogin0 => scale.pot.0.in | ||
# net pot-0-jog-speed-out scale.pot.0.in => halui.axis.jog-speed | ||
|
||
# net panel.spindle-speed pyvcp.spindle-speed | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters