Class EPOStest1

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class EPOStest1
    extends Task
    Test class for an EPOS module (motor controller) connected to the CAN1 bus on the mpc5200.
    A motor position is moved forward and backward.
    Author:
    Urs Graf
    • Field Detail

      • drive1

        static EPOS drive1
      • pos

        static int pos
      • toggle

        static boolean toggle
    • Constructor Detail

      • EPOStest1

        public EPOStest1()
    • Method Detail

      • action

        public void action()
        Description copied from class: Task
        Action to be performed by the task
        Specified by:
        action in interface Actionable
        Overrides:
        action in class Task