aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/buttons.c
blob: 833530536c4620b6c5d850f9055bf04314b70ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: KeepAliveResponse.proto */

#ifndef PROTOBUF_C_KeepAliveResponse_2eproto__INCLUDED
#define PROTOBUF_C_KeepAliveResponse_2eproto__INCLUDED

#include <protobuf-c/protobuf-c.h>

PROTOBUF_C__BEGIN_DECLS

#if PROTOBUF_C_VERSION_NUMBER < 1003000
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
#elif 1003000 < PROTOBUF_C_MIN_COMPILER_VERSION
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
#endif


typedef struct _KeepAliveResponse KeepAliveResponse;


/* --- enums --- */


/* --- messages --- */

struct  _KeepAliveResponse
{
  ProtobufCMessage base;
};
#define KEEP_ALIVE_RESPONSE__INIT \
 { PROTOBUF_C_MESSAGE_INIT (&keep_alive_response__descriptor) \
     }


/* KeepAliveResponse methods */
void   keep_alive_response__init
                     (KeepAliveResponse         *message);
size_t keep_alive_response__get_packed_size
                     (const KeepAliveResponse   *message);
size_t keep_alive_response__pack
                     (const KeepAliveResponse   *message,
                      uint8_t             *out);
size_t keep_alive_response__pack_to_buffer
                     (const KeepAliveResponse   *message,
                      ProtobufCBuffer     *buffer);
KeepAliveResponse *
       keep_alive_response__unpack
                     (ProtobufCAllocator  *allocator,
                      size_t               len,
                      const uint8_t       *data);
void   keep_alive_response__free_unpacked
                     (KeepAliveResponse *message,
                      ProtobufCAllocator *allocator);
/* --- per-message closures --- */

typedef void (*KeepAliveResponse_Closure)
                 (const KeepAliveResponse *message,
                  void *closure_data);

/* --- services --- */


/* --- descriptors --- */

extern const ProtobufCMessageDescriptor keep_alive_response__descriptor;

PROTOBUF_C__END_DECLS


#endif  /* PROTOBUF_C_KeepAliveResponse_2eproto__INCLUDED */
>439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
/************************************************************************************************************************
 * buttons.c
 * buttons behaver
 *
************************************************************************************************************************/

/**
 * @file buttons.c
 *
 * @brief  buttons behaver
 * @date   23.10.2019
 * @author Shai
 */


#include <Container.h>
#include <DataDef.h>
#include "include.h"

#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h"//#include "FPGA_GPIO.h"  //  use for FPGA IO
#include "DataDef.h"  //  use for FPGA IO
#include "Modules/Control/control.h" //  use for FPGA IO
#include "Modules/General/buttons.h"
#include "StateMachines/Printing/PrintingSTM.h"
#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h"

#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <driverlib/gpio.h>
#include "Common/report/report.h"
#include "Modules/Thread/Thread_ex.h"

#include "Modules/General/buttons.h"
#include "StateMachines/Initialization/PowerOffSequence.h"
#include "StateMachines/Initialization/PowerIdle.h"

int PowerDown();
int PowerUp();
int thredJog();

#define BUTTONS_SAMPLE_TIME (eHundredMillisecond)
#define SECOND1 (1000/BUTTONS_SAMPLE_TIME)
#define SECOND2 (2000/BUTTONS_SAMPLE_TIME)
#define SECOND5 (5000/BUTTONS_SAMPLE_TIME)

button power, jog, load, cart1, cart2, cart3;
uint32_t ButtonPowerCallBackFunction(uint32_t IfIndex, uint32_t ReadValue);
uint32_t ButtonPowerCBFunction(uint32_t IfIndex, uint32_t ReadValue);
uint32_t ShortLongOffPB(uint8_t OnOffPB,  button *pBtn);
uint32_t StateMachine( button *pBtn);


uint32_t ButtonJogCallBackFunction(uint32_t IfIndex, uint32_t ReadValue);
uint32_t ButtonJogCBFunction(uint32_t IfIndex, uint32_t ReadValue);
uint8_t  thraedJogging(uint8_t off);


uint32_t ButtonLoadCallBackFunction(uint32_t IfIndex, uint32_t ReadValue);
uint32_t ButtonLoadCBFunction(uint32_t IfIndex, uint32_t ReadValue);
//uint32_t LoadStatMachine( button *pBtn);
//uint32_t LoadLongPress( button *pBtn);
bool get_pbAction ( button *pBtn, PB_Status ReadValue);

int JogSpeed = 40;
#define LOADLONGPRESS 3

int PowerDown()
{
    bool ret = !OK;
    ret = PowerOffInit();

    return ret;
}

int PowerUp()
{
    bool ret = OK;

    PowerIdleOutOfIdleState();

    return ret;
}

bool SetPowerMachineState(PBmachineState state)
{
    bool ret = OK;
    switch ( state )
    {
        case sttOFF:
        case sttON:
        case sttIDLE:
            power.state = state;
           break;
        case sttDISABLE:
        case sttENABLE:
        case sttJOGGING:
            jog.state = state;
            break;
        case sttRDY:
        case sttPRELOAD:
        case sttLOADING:
        case sttLOADSUCSESS:
        case sttLOADFAIL:
            load.state = state;
            break;
        default:
              break;
    }


    return ret;
}

/**
 * @file buttons.c
 *
 * @brief  detect push buttons actions
 *    OFFPB = 0, //notCOUNT
 *     COUNTPB ,
 *     SHORTPB ,
 *     LONGPB  ,
 *     REPLONGPB //repeat long PB
 * @return OK
 */
bool get_pbAction (button *pBtn, PB_Status ReadValue )
{
    pBtn->bttn_status = ReadValue;
    switch (pBtn->Action)
    {
        case OFFPB:
            if (ReadValue == PRESS)
            {
                ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: OFFPB -> COUNTPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                pBtn->count = 1 ;
                pBtn->Action = COUNTPB;
            }
            else
            {
                pBtn->count = 0 ;
                pBtn->Action = OFFPB;
            }
            break;
        case COUNTPB:
            if (ReadValue == PRESS)
            {
                pBtn->count += 1 ;
                if (pBtn->count > SECOND5)
                {
                    pBtn->Action = LONGPB;
                    ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: COUNTPB -> LONGPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                }
            }
            else
            {
                if (pBtn->count > SECOND1)
                {
                    pBtn->Action = SHORTPB;
                    ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: COUNTPB -> SHORTPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                }
                else
                {
                    pBtn->Action = OFFPB;
                    ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: COUNTPB -> OFFPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                }
                pBtn->count = 0 ;
            }
            break;
        case SHORTPB:
            if (ReadValue == PRESS)
            {
                pBtn->count += 1 ;
                if (pBtn->count > SECOND5)
                {
                    pBtn->Action = LONGPB;
                    ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: COUNTPB -> LONGPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                }
            }
            else
            {
                pBtn->Action = OFFPB;
                ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: COUNTPB -> OFFPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                pBtn->count = 0 ;
            }
            //pBtn->Action = OFFPB;
            //ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: SHORTPB -> OFFPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            break ;
        case LONGPB:
            if (ReadValue == RELEASE)
            {
                pBtn->count = 0 ;
                pBtn->Action = OFFPB;
                ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: LONGPB -> OFFPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            }
            else
            {
                pBtn->Action = REPLONGPB;
                ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: LONGPB -> REPLONGPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            }
            break ;
        case REPLONGPB:
            if (ReadValue == RELEASE)
            {
                pBtn->count = 0 ;
                pBtn->Action = OFFPB;
                ReportWithPackageFilter(GeneralFilter,"------------ get_pbAction: REPLONGPB -> OFFPB -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            }
            break ;
        default:
            break;
    }
    return OK;
}


/*
 * read GPIO status
 * port: GPIO_PORTN_BASE
 * pin : GPIO_PIN_7
 *
 * return !GPIOstatus
 */
uint32_t ButtonPowerCallBackFunction(uint32_t IfIndex, uint32_t ReadValue)
{
   return Read_PWR_Button();
}

uint32_t ButtonJogCallBackFunction(uint32_t IfIndex, uint32_t ReadValue)
{
    if (jog.state != sttDISABLE)
    {
        ReadValue = Get_Thread_Jogging_Button();
        get_pbAction (  &jog, ReadValue );
    }
    return ReadValue;
}

uint32_t ButtonLoadCallBackFunction(uint32_t IfIndex, uint32_t ReadValue)
{
    ReadValue = Get_Thread_Load_Button();
    get_pbAction (  &load, ReadValue );

    return OK;
}


uint32_t Buttons_Init(void)
{
    strcpy(power.bttn_name, "power");
    power.bttn_status = RELEASE;    // 0=RELEASE 1=PRESS
    power.Action = OFFPB ;   //off,short,long,count,replong
    power.color = colorON;   //off, blue, blink, bithing
    power.state = sttON; //sttOFF, sttON, sttDISABLE, sttENABLE, sttIDLE, sttJOGGING
    power.count = 0;

    Task_sleep(15);
    AddControlCallback("ButtonPowerCB", ButtonPowerCBFunction, BUTTONS_SAMPLE_TIME, ButtonPowerCallBackFunction, 0,0,0 ); // eFiftyMillisecond

    strcpy(jog.bttn_name, "jog");
    jog.bttn_status = RELEASE;    // 0=RELEASE 1=PRESS
    jog.Action = OFFPB ;   //OFFPB,short,long,count,replong
    jog.color = colorON;   //colorOFF, BLUE, BLINK,
    Pannel_Leds(THREAD_JOGGING, MODE_ON);//AVI+
    jog.state = sttENABLE; // sttDISABLE, sttENABLE, sttJOGGING
    jog.count = 0;

    Task_sleep(15);
    AddControlCallback("ButtonJogCB", ButtonJogCBFunction, BUTTONS_SAMPLE_TIME, ButtonJogCallBackFunction, 0,0,0 ); //

    strcpy(load.bttn_name, "load");
    load.bttn_status = RELEASE;    // 0=RELEASE 1=PRESS
    load.Action = OFFPB ;   //OFFPB,short,long,count,replong
    Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+
    load.color = colorON;   //colorOFF, BLUE, BLINK,
    load.state = sttRDY; //
    load.count = 0;

    Task_sleep(15);
    AddControlCallback("ButtonLoadCB", ButtonLoadCBFunction, BUTTONS_SAMPLE_TIME, ButtonLoadCallBackFunction, 0,0,0 ); //
return OK;
}


//read the buttons data here and handle
uint32_t ButtonPowerCBFunction(uint32_t IfIndex, uint32_t ReadValue)
{
    ShortLongOffPB(ReadValue,&power);
    return 0;
}


/*ButtonJogCBFunction()
 * state machine for thread jogging button:
 * 1. OFF - when the machine is working
 * 2. blue - when the machin is not workig so we can jog thread
 * 3. blink - when pushing the JOG button
 *            when pushing the JOG more the 5 second
 *
 */
uint32_t ButtonJogCBFunction(uint32_t IfIndex, uint32_t ReadValue)
{
    switch (jog.state)
    {
        case sttDISABLE:
           if (JobIsActive() == false)
           {
               ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: jog.state=sttDISABLE , JobIsActive() == false-----------------", __FILE__,__LINE__,jog.state, RpMessage, jog.Action, 0);
               jog.color =  colorON;
               Pannel_Leds(THREAD_JOGGING, MODE_ON);
               jog.state = sttENABLE;
           }
           break;
        case sttENABLE:
            if (JobIsActive() == true)
            {
                 ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: Jogging is Disable -----------------", __FILE__,__LINE__,jog.state, RpMessage, jog.Action, 0);
                 jog.Action = OFFPB;
                 jog.color =  colorOFF;
                 Pannel_Leds(THREAD_JOGGING,MODE_OFF);
                 jog.state = sttDISABLE;
            }
            else
            {
                if (jog.Action == COUNTPB)
                {
                    ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: Jogging is sttENABLE and  PRESS-----------------", __FILE__,__LINE__,jog.state, RpMessage, jog.Action, 0);
                    jog.color =  colorON;
                    jog.color =  BLINK;
                    ThreadJoggingFunc(JogSpeed);
                    jog.state = sttJOGGING;
                }
            }

//            if (jog.Action == COUNTPB)
//            {
//                ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: Jogging is sttENABLE and  PRESS-----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
//                jog.color =  colorON;
//                jog.color =  BLINK;
//                ThreadJoggingFunc(40);
//                jog.state = sttJOGGING;
//            }
//            else
//            {
//                if (JobIsActive() == true)
//                {
//                     ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: Jogging is Disable -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
//                     jog.Action = OFFPB;
//                     jog.color =  colorOFF;
//                     Pannel_Leds(THREAD_JOGGING,MODE_OFF);
//                     jog.state = sttDISABLE;
//                }
//            }
            break;
        case sttJOGGING:
            if (jog.Action == OFFPB) //PB is OFF
            {
                ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: sttJOGGING action SHORTPB, sttJOGGING -> sttENABLE,  stop JOGGING----------------", __FILE__,__LINE__,jog.state, RpMessage, jog.Action, 0);
                ThreadAbortJoggingFunc(); 
                jog.color =  colorON;
                Pannel_Leds(THREAD_JOGGING, MODE_ON);
                jog.state = sttENABLE;
            }
            else if (jog.Action == LONGPB)
            {
                ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: sttJOGGING action LONGPB,  sttJOGGING -> sttLONG_JOGGING-----------------", __FILE__,__LINE__, jog.state, RpMessage, jog.Action, 0);
                jog.state = sttLONG_JOGGING;
            }
            break;
        case sttLONG_JOGGING:
             if (jog.Action == COUNTPB)
             {
                ReportWithPackageFilter(GeneralFilter,"------------ joggingMachine: sttLONG_JOGGING action COUNTPB,  sttLONG_JOGGING -> sttENABLE, stop JOGGING-----------------", __FILE__,__LINE__, jog.state, RpMessage, jog.Action, 0);
                ThreadAbortJoggingFunc();
                jog.color =  colorON;
                Pannel_Leds(THREAD_JOGGING, MODE_ON);
                jog.state = sttENABLE;
             }
             if (JobIsActive() == false) // added because sometimes the jog stops because of another reason and the button s stucked blinking
             {
                 jog.color =  colorON;
                 Pannel_Leds(THREAD_JOGGING, MODE_ON);
                 jog.state = sttENABLE;
             }
            break;
        default:
            break;
    }
    return OK;
}




uint32_t ButtonLoadCBFunction(uint32_t IfIndex, uint32_t ReadValue)
{
   switch (load.Action)
   {
       case SHORTPB:
           ReportWithPackageFilter(GeneralFilter,"------------ thread loading SHORTPB  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
           if (ThreadLoadingActive() == true)
               ThreadLoadButton(0);  //fix failures and continue of planned stop
           break;
       case LONGPB:
           ReportWithPackageFilter(GeneralFilter,"------------ thread loading LONGPB  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
           if (ThreadLoadingActive() == false)
		   {
               ReportWithPackageFilter(GeneralFilter,"------------ NOT starting loading from button  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
               //ThreadLoadButton(0); //INIT CHANGE HERE FOR 1.4.6.44
		   }
           else
               Thread_Load_End(); //END
           break;
       case REPLONGPB:
           ReportWithPackageFilter(GeneralFilter,"------------ thread loading REPLONGPB please release the PB  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
           break;
       default:
           if (ThreadLoadingActive() == false)
           {
               if (JobIsActive())
               {
                   load.color =  colorOFF;
                   Pannel_Leds(THREAD_LOAD, MODE_OFF);
               }
               else
               {
                   load.color =  colorON;
                   Pannel_Leds(THREAD_LOAD, MODE_ON);
               }
           }
           break;
   }
return OK;
}

/*---------------------------------------------------------------------------------*/



/* ---------------------------------------------------------
 * --- ShortLongOffPB(int OnOffPB, enum PBstat *ret) ----
 * input:   OnOffPB status(0(pressed) or 1(relesed)
 *
 * output:  offPB, countPB, shortPB, longPB, replongPB
 *
 * that func get :
 *  OnOffPB status (
 *                  0=release,
 *                  1=pressed
 *                  )
 *
 ------------------------------------------------------------*/




uint32_t ShortLongOffPB(uint8_t OnOffPB,  button *pBtn)
{

    pBtn->count += OnOffPB;
    switch( pBtn->Action )
    {
        case OFFPB: // last OnOffPBstate was OFF
            if( OnOffPB )
            {
                pBtn->Action = COUNTPB ;
                ReportWithPackageFilter(GeneralFilter,"------------ Start count PB Power  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            }
            break;
        case COUNTPB: // last OnOffPBstate was COUNTPB
            if (OnOffPB)
            {
                if( pBtn->count > SECOND1 )
                {
                    pBtn->Action =  SHORTPB ;
                    ReportWithPackageFilter(GeneralFilter,"------------ 1 seconds count PB Power  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                }
            }
            else
            {
                pBtn->Action =  OFFPB ;
                pBtn->count = 0;
            }
            break;
        case SHORTPB: // last OnOffPBstate was SHORTPB
             if (OnOffPB)
             {
                 if (pBtn->count > SECOND5)
                 {
                     pBtn->Action =  LONGPB ;
                     ReportWithPackageFilter(GeneralFilter,"------------ Long PB Power  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                     StateMachine(pBtn);
                     pBtn->count = 0;
                 }
             }
             else
             {
                 ReportWithPackageFilter(GeneralFilter,"------------ Short PB Power  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                 StateMachine(pBtn);
                 pBtn->count = 0;
                 pBtn->Action =  OFFPB ;
             };
             break;
        case LONGPB:
             if (OnOffPB)
             {
                 ReportWithPackageFilter(GeneralFilter,"------------ Please release the PB  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
             }
             else
             {
                 pBtn->Action =  OFFPB ;
                 pBtn->count = 0;
             }
             break;
       default:
           break;
    }
    return OK;
}









/* --- StateMachine(enum PBstat PBAction) ----
 * input:
 *
 * output:  offPB, countPB, shortPB, longPB, replong
 *
 *
 */



uint32_t StateMachine( button *pBtn) //short press(=0)/long press(=1)
{

    ReportWithPackageFilter(GeneralFilter,"------------ StateMachine   state  action  -----------------", __FILE__,__LINE__,pBtn->state, RpMessage, pBtn->Action, 0);

    switch (pBtn->state)// sttON/sttOFF/sttIDLE
        {
            case sttON:
                switch (pBtn->Action)
                {
                    case LONGPB:    //Power Down
                        pBtn->state = sttOFF;
                        pBtn->color =  colorOFF;
                        Pannel_Leds(POWER_ON_OFF,MODE_OFF);//AVI+
                        PowerDown();
                        ReportWithPackageFilter(GeneralFilter,"------------ Power state is OFF  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                        break;
//                   case SHORTPB:   //idle ?????
//                        setMachineStatus = IDLE; // ????/
//                        break;
                    default:
                        break;
                }
               break;
            case sttOFF:
                switch (pBtn->Action)
                {
//                    case LONGPB:    //Idle?

//                        break;
                    case SHORTPB:   //powerup?
                         // to do ?
                        pBtn->state = sttON;
                        pBtn->color = colorON ;
                        Pannel_Leds(POWER_ON_OFF,MODE_ON);//AVI+
                        PowerUp();
                        ReportWithPackageFilter(GeneralFilter,"------------ Power state is ON  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                        break;
                    default:
                        break;
                }
               break;
            case sttIDLE:
                switch (pBtn->Action)
                {
                    case LONGPB:    //Power off from idle
                        pBtn->state = sttOFF;
                        pBtn->color =  colorOFF;
                        Pannel_Leds(POWER_ON_OFF,MODE_OFF);//AVI+
                        PowerDown();
                        Pannel_Leds(POWER_ON_OFF,MODE_OFF); //AVI+ - TODO option MODE_ON to stop Breathing and the led will turn off in power down
                        ReportWithPackageFilter(GeneralFilter,"------------ Power state is OFF  -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                        break;
                    case SHORTPB:   //Wake up from idle
                        pBtn->state = sttON;
                        PowerUp();  // to do ?
                        Pannel_Leds(POWER_ON_OFF,MODE_ON); //AVI+
                        ReportWithPackageFilter(GeneralFilter,"------------ Power state is ON -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
                        break;
                    default:
                        break;
                }
                break;
            default:
                break;
        }
return OK;
}


/*------------------------------------------------------------------------------*/

/*------     THREAD LOAD/UNLOAD        ----------*/


/*uint32_t LoadStatMachine( button *pBtn)
{

    ReportWithPackageFilter(GeneralFilter,"------------ (state) (color) -----------------", __FILE__,__LINE__,pBtn->state, RpMessage, pBtn->color, 0);
    switch (pBtn->state)
    {
        case sttRDY :
            ReportWithPackageFilter(GeneralFilter,"------------ load.state = sttRDY -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            switch (pBtn->Action)
            {
                case (SHORTPB):
                //case (LONGPB):
                case (REPLONGPB):
                    pBtn->state = sttPRELOAD;
//                    pBtn->color =  BLINK;
                    if (ThreadLoadButton( THREAD_LOAD_INIT)== OK)
                    {
                        pBtn->state = sttPRELOAD ;    // to do
//                        pBtn->color =  colorON;
//                        Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+
                    }
//                    else
//                    {
//                       // pBtn->state = sttDISABLE ;
//                        Pannel_Leds(THREAD_LOAD, MODE_OFF);//AVI+
//                    }
                    break;
                case (LONGPB):
                    Thread_Load_End();
                        break;
                default :
                    break;
            }
            break;
        case sttPRELOAD:
            ReportWithPackageFilter(GeneralFilter,"------------ load.state = sttPRELOAD -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            /`*switch (pBtn->Action)
            {
                case (SHORTPB):
                case (LONGPB):
                case (REPLONGPB):
                    pBtn->color =  BLUE;
                    Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+*`/
                    if (ThreadLoadButton( THREAD_LOAD_INITIAL_TENSION)== OK)
                    {
                        pBtn->state = sttRDY ;    // to do
//                        pBtn->color =  colorON;
//                        Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+
                    }
                    else
                    {
                        //pBtn->state = sttLOADFAIL ;
//                        pBtn->color = fastBILNK ;    // to do
                    }
                    /`*break;
                default :
                    break;
            }*`/
            break;
        case sttLOADING:
            ReportWithPackageFilter(GeneralFilter,"------------ load.state = sttLOADING -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
//            pBtn->color =  fastBILNK;
//            Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+
            if (ThreadLoadButton( THREAD_LOAD_END)== OK)
            {
                pBtn->state = sttRDY ;    // to do
//                pBtn->color =  colorON;
//                Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+
            }
            else
            {
                pBtn->state = sttRDY ;    // to do
                //pBtn->state = sttLOADFAIL ;
//                pBtn->color = fastBILNK ;    // to do
            }
            break;
//        case sttLOADSUCSESS ?????
//            break;
//        case sttLOADFAIL:    ?????
//            break;

        default: //sttDISABLE
            ReportWithPackageFilter(GeneralFilter,"------------ load.state = default -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            pBtn->state = sttRDY ;    // to do
            pBtn->color =  BREATHING;
            Pannel_Leds(THREAD_LOAD, MODE_OFF);//AVI+
            break;
    }
    return OK;
}*/

void test_avi()
{

    power.color = BLINK;
    //power.color = fastBILNK

    //Machine_Idle_Mode = true;

}

/*uint32_t LoadLongPress( button *pBtn)
{
    ReportWithPackageFilter(GeneralFilter,"------------ load.state = LoadLongPress -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
    Thread_Load_End();
/`*    switch (pBtn->state)
    {
        case sttRDY :
            ReportWithPackageFilter(GeneralFilter,"------------ load.state = sttRDY -----------------", __FILE__,__LINE__,0, RpMessage, 0, 0);
            if (ThreadLoadButton( THREAD_LOAD_INIT)== OK)
            {
                pBtn->state = sttPRELOAD ;    // to do
                pBtn->color =  colorON;
                Pannel_Leds(THREAD_LOAD, MODE_ON);//AVI+
            }
            else
            {
               // pBtn->state = sttDISABLE ;
                Pannel_Leds(THREAD_LOAD, MODE_OFF);//AVI+
            }
            break;
        default:
            Thread_Load_End();
    }*`/
    return OK;
}*/