Sorry to bother you guys for more motor question.
I'm planning to utilize Arduino to replace and simplified the usage of LabView for a test stand control in the lab.
(I'm new to Arduino :P)
One problem I'm facing right now is the stepper motor control.
We're using IMC Mdrive 17 plus, and the motor is integrated with driver and controller. and I can connect to PC with COM port, and control the motor in "Hyper Terminal" by sending commands or even upload program.
So depends on implementation, I got 3 options in mind...
(1) Anyone kind enough to help look into the spec and maybe find a library for Arduino? (this is how Labview is done, they got a dedicate driver module for LabView... >:()
(2) Any way for Arduino to mimic the hyper terminal signal output? (then the motor controller can be controlled as it is connect to PC hyper terminal)
(3) find a way to by pass the motor controller, and control the motor directly with Arduino as same as other information I found on the forum.
Probably, option2 is more likely can be done. but I need some help me to guide me into the proper information or documentation.
Many many thanks.
Regards,
-Sean