Page 778 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 778

Ⅳ.  CodeVision  Source  Code




                              }

                              lcd_gotoxy(0,0);
                              lcd_puts("    Parking  Tower");
                              lcd_gotoxy(0,1);
                              lcd_puts("Full:0 /  Empty:6");
                              tcpSend("0","del\r\n");
                        }

                        if(PINF.7 ==  0)
                        {
                                      apAcess("JBTC","12345678");
                                      delay_ms(1000);
                              tcpSetMultiConnection();
                                      delay_ms(1000);
                                      setTcpServer("7777");
                                      delay_ms(1000);
                              getSTAIP();
                        }

                              RFID_Read();

                        if(lcd  ==  1)             //lcd  변수가  1일 경우에만  동작
                        {
                              LCD_Input(2);
                              lcd  =  0;
                        }
                        if(!(PINF&0x10))         //PING의 0번  스위치가  눌렸을때
                              empty_space(1);     //Blue의 남은공간을  판별하기  위해  함수  호출
                        else  if(!(PINF&0x20))   //PING의 1번  스위치가  눌렸을때
                                      empty_space(2);        //White의  남은  공간을  판별하기  위해  함수  호출
                        PORTA  = 0x00;
                        delay_ms(10);
                   }
              }


              void  Work_start(int  place)
              {
                        switch(place)
                        {
                        case  2:  PARK_B1(); break;


                                                                                               정보통신기기과
                                                         -  771  -
   773   774   775   776   777   778   779   780   781   782   783