Skip to content

Commit

Permalink
initialize motor with a speed of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocco8773 committed Oct 18, 2024
1 parent b787e7a commit 73b83ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bapsf_motion/actors/motor_.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,9 @@ def _configure_motor(self):
# set format of immediate commands to decimal
self._send_raw_command("IFD")

# set a slower speed
self.send_command("speed", 4.0)

def _read_and_set_protocol(self):
"""
Read and set the motor protocol settings. For proper
Expand Down

0 comments on commit 73b83ab

Please sign in to comment.