State machine state INIT

Initial DownButAcq
Initial transition. The button is not considered as present.

State machine transitions

  • Initial transition, goes to NOTPRESSED
    • Destination:NOTPRESSED
    • Condition: (Not Available)
    • Actions:
      • ButAcq
        Resets the timer that counts the time a button is pressed or not pressed
        Code
        downButTimer=0L;
      • ButAcq
        Sets the down button acquisition value to pressed
        Code
        downReqAcq=TRUE;