Saturday 17 August 2013

Two brushless DC ROV thruster motors controlled independently over an RS485 link

Having modified the LabVIEW GUI (Graphical User interface) code and the BLDC (Brushless Direct Current) ESC (Electronic Speed Controller) firmware I can now control multiple motors independently over the same RS485 link using addressing.

The first part of the meassage on the serial link specifies the address, with a value from 0 to 15 and only the ESC that has that address, based upon four jumpers on the ESC PCB, will then use the following value in the message to control the speed and direction of the brushless DC motor it is attached to. If it isn't the right address it then simply ignores the message, until its message comes along.


A message is transmitted from the GUI software to one ESC, then the other, then back to the first one, continuously, at about 50ms (milliseconds) per message.

Here's a short video of the GUI and the motors in action.

http://www.youtube.com/watch?v=GyQVFbvBR5E

No comments:

Post a Comment