Spleisser Grundstrucktur

Dependencies:   mbed mbed-rtos X_NUCLEO_IHM02A1

ST_DUO.cpp

Committer:
hagenrap
Date:
2019-04-22
Revision:
34:0c111add045e
Parent:
33:de144094bdd1

File content as of revision 34:0c111add045e:

#include "SETUP.h"


int StatusDUO=DUO_DEFAULT;


void EntryDUO()
{
    switch(StatusDUO)
    {     
       case DUO_DEFAULT:
       printf("DUO_MODUS\n\r");
       Thread::wait(1000);
       break;
       
       case DUO_START:
       break;
       
       case DUO_FilamentIN:
       break;
       
       case DUO_Schneiden1:
       break;
       
       case DUO_Schneiden2:
       break;
       
       case DUO_Spleissen:
       break;
       
       case DUO_Normalbetrieb:
       break;
       
       case DUO_Finish:
       break;
       
       case DUO_FERTIG:
       break;
       
       case DUO_STOERUNG:
       break;
             
    }   
}