2017-04-06 11:13 PM
Hi,
I am using L6470H with stm32f103 for past few months in our project. I have clarified the KVAL value relation with motor through online.I worked out all the commands for motor running given in the datasheets. It's working fine. The motor mode no is: BH57SH56-2804A
Motor Datasheet Link:
http://bholanath.in/certificates-files/integrated-TDS/BH57SH56-2804A-ID.pdf
My questions here is to upgrade my project , before I need to clarify few things related to speed. I tried to find out but I couldn't find the proper answer.
My questions are:
The dSPIN library code link:
2017-04-19 05:48 AM
MAX_SPEED,MIN_SPEED
are linked to the 'motion engine', i.e. the part of the device in charge of generating the speed profile. These parameters should be adjusted according to the mechanics of your application. FS_SPD allows automatic switching between microstepping and full-step, I suggest to set it to the max in order to force the device always working in microstepping mode.INT_SPEED
is a part of the Voltage Mode compensation algorithm and depends on motor characteristics.