okay thank you, i got it working now, just had to move the scale component above the net commands:
net smoothed_rpm spindle-rpm-filter.out => pyvcp.spindle-speed net spindle-at-speed => pyvcp.spindle-at-speed net spindle-cmd motion.spindle-speed-out => pyvcp.cmd-spindle-speed net flood halui.flood.is-on => pyvcp.flood loadrt scale names=scale-current-feed addf scale-current-feed servo-thread setp scale-current-feed.gain 60 setp scale-current-feed.in 0 net feed motion.current-vel => scale-current-feed.in# => pyvcp.feed net current-feed-scale scale-current-feed.out => pyvcp.feed anyways thanks for you help :) Am Sonntag, 23. April 2017 23:00:15 UTC+2 schrieb Marius Alksnys: > > 04/23/2017 10:52 PM, Marius Alksnys rašė: > > CYCLE_TIME in DISPLAY section sets the pause in seconds between screen > > updates and can make huge difference in CPU load and UI responsiveness. > > Set it to somewhere in a range 0.04 to 0.5 > > forgot to add: such recommendation is for a BeagleBone. Normal PC could > be set to update the display faster.. > > -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
