Paciente8159
Paciente8159
VFD is implemented and working. I made a small core modification too. I just need to run the full set of tests and if all is good, it Will be...
Implemented and merged with #239 Huanyang Type1 tested and working Other vfd types not tested It's possible to add additional VFD by adding the message parameter.
Did you setup the tool type in the cnc_hal_config (reassigned TOOL1 to vfd)? What VFD are you using? What was de defined baudrate for the VFD?
Unfortunately although they all use RS485, not all protocols are standard and message length and functions change from brand to brand. I'll try to digest the manual and see what...
I have absolutely no idea if it will work. I tried my best to interpret the manual right. I found 0 examples on the web for that VFD. So I'm...
> Also there were some examples on the docs around page 165 Based on those examples is the reason I suspect that vfd will require an extra command to actually...
Ok. Let go bit by bit. > So i have tried the branch you prepared on separate bluepill so i can use that for testing however as soon as change...
> Yes it certainly looked like CPU wasnt doing anything at all, no led blinking, no response. Read the previous message edit. I think I know the underlying problem. >...
Yes but... My main focus was to make core features MCU independent or at least as generic as possible. To run µCNC core firmware the only requirement is that the...
If you find the time re-enable the pull setting and retry with the changes I've just uploaded. I've reverted the us delay on the STM32F1 MCU to a previous version...