Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[request for enhancement][documentation][configuration issue] Configure Spindle in HAL and config.txt files #4

Open
abe-mariani opened this issue Jan 2, 2023 · 0 comments

Comments

@abe-mariani
Copy link

Hello,

in the full config.txt file the spindle pin seems to be not completely specified: there is only a comment and a "SP[i]" = 0.
Moreover, the NVEM/NVUM manual says the VSO pin is not a PWM output but a 0-10V output so a PWM configuration for the pin would not be appropriate in any case.

In the HAL file (full or basic) there is no configuration for the spindle control at all and there is no documentation to try and add the required functions on my own.

The LinuxCNC documentation says something like this is needed to drive a 0-10V output, but is it applicable to remora?

 loadrt scale count=1
 addf scale.0 servo-thread
 setp scale.0.gain 0.002
 net spindle-speed-scale spindle.0.speed-out => scale.0.in
 net spindle-speed-DAC scale.0.out => <your DAC pin name>

Would it be possible to add the relevant configuration fragment or adapt what is already there in these 2 files?

Best Regards,
Alberto M.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant