I am developing controls for a linear actuator which is based on BLDC motor. I have two loops, current and position loop. Current control is being done through PWM control. The position feedback is comming from LVDT installed on the actuator. The actuator control is working simulink simulation. My objective is to validate the simulations using arduino and motor driver IC. I have following questions
-
I have 12 volt 4 pole pairs BLDC motor, what driver IC is good to drive it. I already have one from TI DRV 8313. I hope it can work with Arduino
-
The feedback from current sensor and LVDT are between 0- 3 volts. I hope I can connect them to the ADC port to close the loop. Please confirm.
-
The simulink simulation is fixed with sample time of 5e-6 secs, which refers to frequency of 5MHz. Can I send a PWM signal to the target using arduino simulink blocks.
-
The voltage output at the position sensor is between 0 and 3 volts, if the actuator moves can I visualize this signal in simulink on run time.