Skip to content

KillAllMotors command for PowerPMAC #6

@LeandroMartinsdS

Description

@LeandroMartinsdS

For the PowerPMAC controllers, the function KillAllMotors in motor.py should be

    def killAllMotors(self):
        # print "killing all motors!"
        command = "#*k"
        (returnString, status) = self.pmac.sendCommand(command)
        self.addToTxtShell(command)

Alternatively, also could be used
command = "#*dkill"
being the command issued when the shortcut CTRL-ALT-K it's used in the PowerPMAC IDE.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions