亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

程序開發(fā)(fā)

  • 紅外解碼程序

    /*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtable[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x40}; #define BIT(x) (1<<(x)) #include<avr/signal.h>       #include<avr/pgmspace.h>  #include<util/delay.h>  #include<avr/eeprom.h> #define setb(val,bitn) (val|=(1<<(bitn)))//設(shè)置某IO口某位為1 #define clr(val,bitn) (val&=~(1<<(bitn)))//設(shè)置某IO口某位為0 #define get(val,bitn) (val&(1<<(bitn)))//讀取某位狀態(tài) //uchar ACT[8] ={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f}; #define CPL_BIT(x,y) (x^=(1<<y)) #define CLR_BIT(x,y) (x&=~(1<<y)) #define  SET_1(a,b) a|=(1<<b)   #define  CLE_0(a,b) a&=~(1<<b)    /*------宏定義------*/  #include <avr/wdt.h> #include <avr/sleep.h>    #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <util/delay.h> #include <avr/eeprom.h> #define setb(val,bitn) (val|=(1<<(bitn)))//設(shè)置某IO口某位為1 #define clr(val,bitn) (val&=~(1<<(bitn)))//設(shè)置某IO口某位為0 #define get(val,bitn) (val&(1<<(bitn)))//讀取某位狀態(tài)  #define uint8  unsigned char  #define uint16 unsigned int  #define   P_LCDCS1 setb(PORTB,5)  #define  P_LCDCS0 clr(PORTB,5)  #define   P_LCDRST1 setb(PORTB,1)  #define   P_LCDRST0 clr(PORTB,1)  #define  P_LCDRS1 setb(PORTB,2)  #define   P_LCDRS0 clr(PORTB,2)  #define  P_LCDDAT1 setb(PORTB,4)  #define   P_LCDDAT0 clr(PORTB,4)  #define P_LCDCLK1 setb(PORTB,3)  #define   P_LCDCLK0 clr(PORTB,3) //#define     LCD_ //-----頁(yè)地址定義----- #define     Page1       0 #define     Page2       1 #define     Page3       2 #define     Page4       3 #define     Page5       4 #define     Page6       5 #define     Page7       6 #define     Page8       7 //-----列地址定義-----每8列地址增1 #define     List8_1        0 #define     List8_2        7 #define     List8_3        15 #define     List8_4        23 #define     List8_5        31 #define     List8_6        39 #define     List8_7        47 #define     List8_8        55 #define     List8_9        63 #define     List8_10       71 #define     List8_11       79 #define     List8_12       87 #define     List8_13       95 #define     List8_14       103 #define     List8_15       111 #define     List8_16       119 //#define     List8_17       127 //-----列地址定義-----每16列地址增1 #define     List16_1        0 #define     List16_2        15 #define     List16_3        31 #define     List16_4        47 #define     List16_5        63 #define     List16_6        79 #define     List16_7        95 #define     List16_8        111 //---------------------------------- #define     STR_CHARG       "Charge"    //提示充電 #define     STR_PRCE        "%"         //電量百分比 #define     STR_ERR         "Err" //出錯(cuò)顯示 #define     STR_OFF         "OFF"  //關(guān)機(jī)顯示 //待機(jī)顯示 #define     STR_WAIT1         "Portable UPS"  #define     STR_WAIT2         "110V/60HZ"  #define     STR_WAIT3         "Select:DC OR AC"  #define     STR_WAIT4         "BATTERY:"  //開機(jī)顯示 #define     STR_OUTSTATUS      "Out Status:"  #define     STR_DCOUT12V         "DC12V"  #define     STR_DCOUT5V         "DC5V"  #define     STR_ACOUT         "AC110V" //#define     STR_MAOHAO         ":"   //====================================== extern uint8  LOCKA[2][16] ; //extern uint8 code BATS[10][16] ; extern uint8  BAT2S[12][32] ; extern uint8  NC[] ; extern uint8  mao_hao[] ; extern uint8  num1[] ; extern uint8  num2[] ; extern uint8 num3[] ; extern uint8  num4[] ; extern uint8  num5[] ; extern uint8 num6[] ; extern uint8  num7[] ; extern uint8  num8[] ; extern uint8  num9[] ; extern uint8  Tab_Ascii_8x16[95][16] ; extern uint8  Tab_Ascii_5x7[95][5] ; extern uint8  zhuang1[] ; extern uint8  tai1[] ; extern uint8  shi1[] ; extern uint8  yong1[] ; //---------------------------------- //extern void LcdWriteCommand(uint8 data1) ; extern void Display_Graphic_32x32(uint8 page,uint8 column,uint8 *dp) ; extern void Display_Graphic_32x16(uint8 page,uint8 column,uint8 *dp) ; extern void Display_Graphic_16x16(uint8 page,uint8 column,uint8 *dp) ; extern void Display_Graphic_8x16(uint8 page,uint8 column,uint8 *dp) ; extern void Display_String_8x16(uint8 page,uint8 column,uint8 *text) ; extern void Display_Num_8x16(uint8 page,uint8 column,uint8 Num) ; extern void Display_Digital_8x16(uint8 page,uint8 column,uint8 *a) ; extern void Display_Nop_8x16(uint8 page,uint8 column,uint8 DatLong) ; extern void Display_String_5x7(uint8 page,uint8 column,uint8 *text) ; extern void Full_Display(void) ; extern void Clear_Screen(void) ; extern void Init_lcd12864(void) ; //#endif   //========c12864.c============================================== /*************************************************** LCD:晶聯(lián)訊電子 JLX12864G-086-PN(不帶字庫(kù)IC-UC1701X) 僅支持串行驅(qū)動(dòng)方式 ***************************************************/ //#include "global.h"  //#include "c12864.h"   #define     Tab_Ascii_8x16_CALL1  //粗體字形 #define     Tab_Ascii_8x16_CALL2  //細(xì)體字形 #define     Tab_Ascii_5x7_CALL #define     Display_Graphic_32x32_CALL #define     Display_Graphic_32x16_CALL #define     Display_Graphic_16x16_CALL #define     Display_Graphic_8x16_CALL #define     Display_String_8x16_CALL     //顯示字符串 #define     Display_Num_8x16_CALL        //顯示單個(gè)數(shù)據(jù)0-9 #define     Display_Digital_8x16_CALL    //顯示數(shù)據(jù)0-9999 #define     Display_Nop_8x16_CALL        //填充8*16的空字符N個(gè) #define     Display_String_5x7_CALL #define     Full_Display_CALL   //==============================================================================  uint8 aa[]={0,1,2,3,4,5,6,7,8,9};   uint8 LOCKA[2][16]={ //--   童鎖符號(hào)  -- //--    此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=16x16   -- //0x00, 0x00, 0xc0, 0xe0, 0xf0, 0xd8, 0xcc, 0xc4, 0xc4, 0xcc, 0xd8, 0xf0, 0xe0, 0xc0, 0x00, 0x00, //0x00, 0x00, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xe0, 0xb0, 0x98, 0x8c, 0x8c, 0x8c, 0x8c, 0x98, 0xb0, 0xe0, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x00, 0x00, } ; const PROGMEM uint8_t  BATS[10][16]={ //--   電池符號(hào)  -- //--    此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=16x16   -- 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x0c, 0x0e, 0x0e, 0x0c, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x0c, 0x0e, 0x0e, 0x0c, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x70, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x0c, 0x0e, 0x0e, 0x0c, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7e, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xc8, 0xc8, 0xcc, 0xce, 0xce, 0xcc, 0xc8, 0xc8, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xf8, 0xf8, 0xfc, 0xfe, 0xfe, 0xfc, 0xf8, 0xf8, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, 0x00, }; const PROGMEM uint8_t  BAT2S1[12][32]={ /*--   電池符號(hào)  --*/ /*--    此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=32x16   --*/ {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0xc0, 0x80}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x07, 0x03}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0xc0, 0x80}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x07, 0x03}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0xc0, 0x80}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x07, 0x03}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0xc0, 0x80}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x07, 0x03}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0xc0, 0x80}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3f, 0x07, 0x03}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xe8, 0xe8, 0x08, 0x08, 0xf8, 0xc0, 0x80}, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x20, 0x3f, 0x07, 0x03}, } ;   const PROGMEM uint8_t  BAT2S2[2][32]={ //--   電池符號(hào) 不顯示 -- //--    此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=32x16   -- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, } ;  uint8 NC[]={ /*--  文字: 空符號(hào)  --*/ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, } ; uint8 mao_hao[]={ /*--  文字:  : (冒號(hào)) --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0xC0,0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00}; uint8  num0[]={ /*--  文字:  0  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x0F,0x10,0x20,0x20,0x10,0x0F,0x00 }; uint8  num1[]={ /*--  文字:  1  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x10,0x10,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00 }; uint8  num2[]={ /*--  文字:  2  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x08,0x08,0x08,0x88,0x70,0x00,0x00,0x30,0x28,0x24,0x22,0x21,0x30,0x00  //細(xì)體 //0x08,0x0C,0x84,0xC4,0x64,0x3C,0x18,0x00,0x0E,0x0F,0x09,0x08,0x08,0x0C,0x0C,0x00, // 粗體 }; uint8  num3[]={ /*--  文字:  3  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x30,0x08,0x88,0x88,0x48,0x30,0x00,0x00,0x18,0x20,0x20,0x20,0x11,0x0E,0x00 }; uint8  num4[]={ /*--  文字:  4  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0xC0,0x20,0x10,0xF8,0x00,0x00,0x00,0x07,0x04,0x24,0x24,0x3F,0x24,0x00 }; uint8  num5[]={ /*--  文字:  5  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xF8,0x08,0x88,0x88,0x08,0x08,0x00,0x00,0x19,0x21,0x20,0x20,0x11,0x0E,0x00 }; uint8  num6[]={ /*--  文字:  6  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xE0,0x10,0x88,0x88,0x18,0x00,0x00,0x00,0x0F,0x11,0x20,0x20,0x11,0x0E,0x00 }; uint8  num7[]={ /*--  文字:  7  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x38,0x08,0x08,0xC8,0x38,0x08,0x00,0x00,0x00,0x00,0x3F,0x00,0x00,0x00,0x00 }; uint8  num8[]={ /*--  文字:  8  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x88,0x08,0x08,0x88,0x70,0x00,0x00,0x1C,0x22,0x21,0x21,0x22,0x1C,0x00 }; uint8  num9[]={ /*--  文字:  9  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x00,0x31,0x22,0x22,0x11,0x0F,0x00 }; //=======8x16======================================================================= #ifdef  Display_String_8x16_CALL   //Tab_Ascii_8x16_CALL    const PROGMEM uint8_t Tab_Ascii_8x161[95][16]={  //粗體字形  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // - -  0x00,0x00,0x38,0xFC,0xFC,0x38,0x00,0x00,0x00,0x00,0x00,0x0D,0x0D,0x00,0x00,0x00, // -!-  0x00,0x0E,0x1E,0x00,0x00,0x1E,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // -"-  0x20,0xF8,0xF8,0x20,0xF8,0xF8,0x20,0x00,0x02,0x0F,0x0F,0x02,0x0F,0x0F,0x02,0x00, // -#-  0x38,0x7C,0x44,0x47,0x47,0xCC,0x98,0x00,0x03,0x06,0x04,0x1C,0x1C,0x07,0x03,0x00, // -$-  0x30,0x30,0x00,0x80,0xC0,0x60,0x30,0x00,0x0C,0x06,0x03,0x01,0x00,0x0C,0x0C,0x00, // -%-  0x80,0xD8,0x7C,0xE4,0xBC,0xD8,0x40,0x00,0x07,0x0F,0x08,0x08,0x07,0x0F,0x08,0x00, // -&-  0x00,0x10,0x1E,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // -'-  0x00,0x00,0xF0,0xF8,0x0C,0x04,0x00,0x00,0x00,0x00,0x03,0x07,0x0C,0x08,0x00,0x00, // -(-  0x00,0x00,0x04,0x0C,0xF8,0xF0,0x00,0x00,0x00,0x00,0x08,0x0C,0x07,0x03,0x00,0x00, // -)-  0x80,0xA0,0xE0,0xC0,0xC0,0xE0,0xA0,0x80,0x00,0x02,0x03,0x01,0x01,0x03,0x02,0x00, // -*-  0x00,0x80,0x80,0xE0,0xE0,0x80,0x80,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00, // -+-  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x1E,0x0E,0x00,0x00,0x00, // -,-  0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // ---  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0C,0x0C,0x00,0x00,0x00, // -.-  0x00,0x00,0x00,0x80,0xC0,0x60,0x30,0x00,0x0C,0x06,0x03,0x01,0x00,0x00,0x00,0x00, // -/-  0xF8,0xFC,0x04,0xC4,0x24,0xFC,0xF8,0x00,0x07,0x0F,0x09,0x08,0x08,0x0F,0x07,0x00, // -0-  0x00,0x10,0x18,0xFC,0xFC,0x00,0x00,0x00,0x00,0x08,0x08,0x0F,0x0F,0x08,0x08,0x00, // -1-  0x08,0x0C,0x84,0xC4,0x64,0x3C,0x18,0x00,0x0E,0x0F,0x09,0x08,0x08,0x0C,0x0C,0x00, // -2-  0x08,0x0C,0x44,0x44,0x44,0xFC,0xB8,0x00,0x04,0x0C,0x08,0x08,0x08,0x0F,0x07,0x00, // -3-  0xC0,0xE0,0xB0,0x98,0xFC,0xFC,0x80,0x00,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00, // -4-  0x7C,0x7C,0x44,0x44,0xC4,0xC4,0x84,0x00,0x04,0x0C,0x08,0x08,0x08,0x0F,0x07,0x00, // -5-  0xF0,0xF8,0x4C,0x44,0x44,0xC0,0x80,0x00,0x07,0x0F,0x08,0x08,0x08,0x0F,0x07,0x00, // -6-  0x0C,0x0C,0x04,0x84,0xC4,0x7C,0x3C,0x00,0x00,0x00,0x0F,0x0F,0x00,0x00,0x00,0x00, // -7-  0xB8,0xFC,0x44,0x44,0x44,0xFC,0xB8,0x00,0x07,0x0F,0x08,0x08,0x08,0x0F,0x07,0x00, // -8-  0x38,0x7C,0x44,0x44,0x44,0xFC,0xF8,0x00,0x00,0x08,0x08,0x08,0x0C,0x07,0x03,0x00, // -9-  0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x00,0x00,0x00, // -:-  0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x08,0x0E,0x06,0x00,0x00,0x00, // -;-  0x00,0x80,0xC0,0x60,0x30,0x18,0x08,0x00,0x00,0x00,0x01,0x03,0x06,0x0C,0x08,0x00, // -<-  0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, // -=-  0x00,0x08,0x18,0x30,0x60,0xC0,0x80,0x00,0x00,0x08,0x0C,0x06,0x03,0x01,0x00,0x00, // ->-  0x18,0x1C,0x04,0xC4,0xE4,0x3C,0x18,0x00,0x00,0x00,0x00,0x0D,0x0D,0x00,0x00,0x00, // -?-  0xF0,0xF8,0x08,0xC8,0xC8,0xF8,0xF0,0x00,0x07,0x0F,0x08,0x0B,0x0B,0x0B,0x01,0x00, // -@-  0xE0,0xF0,0x98,0x8C,0x98,0xF0,0xE0,0x00,0x0F,0x0F,0x00,0x00,0x00,0x0F,0x0F,0x00, // -A-  0x04,0xFC,0xFC,0x44,0x44,0xFC,0xB8,0x00,0x08,0x0F,0x0F,0x08,0x08,0x0F,0x07,0x00, // -B-  0xF0,0xF8,0x0C,0x04,0x04,0x0C,0x18,0x00,0x03,0x07,0x0C,0x08,0x08,0x0C,0x06,0x00, // -C-  0x04,0xFC,0xFC,0x04,0x0C,0xF8,0xF0,0x00,0x08,0x0F,0x0F,0x08,0x0C,0x07,0x03,0x00, // -D-  0x04,0xFC,0xFC,0x44,0xE4,0x0C,0x1C,0x00,0x08,0x0F,0x0F,0x08,0x08,0x0C,0x0E,0x00, // -E-  0x04,0xFC,0xFC,0x44,0xE4,0x0C,0x1C,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00,0x00,0x00, // -F-  0xF0,0xF8,0x0C,0x84,0x84,0x8C,0x98,0x00,0x03,0x07,0x0C,0x08,0x08,0x07,0x0F,0x00, // -G-  0xFC,0xFC,0x40,0x40,0x40,0xFC,0xFC,0x00,0x0F,0x0F,0x00,0x00,0x00,0x0F,0x0F,0x00, // -H-  0x00,0x00,0x04,0xFC,0xFC,0x04,0x00,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00, // -I-  0x00,0x00,0x00,0x04,0xFC,0xFC,0x04,0x00,0x07,0x0F,0x08,0x08,0x0F,0x07,0x00,0x00, // -J-  0x04,0xFC,0xFC,0xC0,0xF0,0x3C,0x0C,0x00,0x08,0x0F,0x0F,0x00,0x01,0x0F,0x0E,0x00, // -K-  0x04,0xFC,0xFC,0x04,0x00,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x08,0x0C,0x0E,0x00, // -L-  0xFC,0xFC,0x38,0x70,0x38,0xFC,0xFC,0x00,0x0F,0x0F,0x00,0x00,0x00,0x0F,0x0F,0x00, // -M-  0xFC,0xFC,0x38,0x70,0xE0,0xFC,0xFC,0x00,0x0F,0x0F,0x00,0x00,0x00,0x0F,0x0F,0x00, // -N-  0xF0,0xF8,0x0C,0x04,0x0C,0xF8,0xF0,0x00,0x03,0x07,0x0C,0x08,0x0C,0x07,0x03,0x00, // -O-  0x04,0xFC,0xFC,0x44,0x44,0x7C,0x38,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00,0x00,0x00, // -P-  0xF8,0xFC,0x04,0x04,0x04,0xFC,0xF8,0x00,0x07,0x0F,0x08,0x0E,0x3C,0x3F,0x27,0x00, // -Q-  0x04,0xFC,0xFC,0x44,0xC4,0xFC,0x38,0x00,0x08,0x0F,0x0F,0x00,0x00,0x0F,0x0F,0x00, // -R-  0x18,0x3C,0x64,0x44,0xC4,0x9C,0x18,0x00,0x06,0x0E,0x08,0x08,0x08,0x0F,0x07,0x00, // -S-  0x00,0x1C,0x0C,0xFC,0xFC,0x0C,0x1C,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00, // -T-  0xFC,0xFC,0x00,0x00,0x00,0xFC,0xFC,0x00,0x07,0x0F,0x08,0x08,0x08,0x0F,0x07,0x00, // -U-  0xFC,0xFC,0x00,0x00,0x00,0xFC,0xFC,0x00,0x01,0x03,0x06,0x0C,0x06,0x03,0x01,0x00, // -V-  0xFC,0xFC,0x00,0x80,0x00,0xFC,0xFC,0x00,0x03,0x0F,0x0E,0x03,0x0E,0x0F,0x03,0x00, // -W-  0x0C,0x3C,0xF0,0xC0,0xF0,0x3C,0x0C,0x00,0x0C,0x0F,0x03,0x00,0x03,0x0F,0x0C,0x00, // -X-  0x00,0x3C,0x7C,0xC0,0xC0,0x7C,0x3C,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00, // -Y-  0x1C,0x0C,0x84,0xC4,0x64,0x3C,0x1C,0x00,0x0E,0x0F,0x09,0x08,0x08,0x0C,0x0E,0x00, // -Z-  0x00,0x00,0xFC,0xFC,0x04,0x04,0x00,0x00,0x00,0x00,0x0F,0x0F,0x08,0x08,0x00,0x00, // -[-  0x38,0x70,0xE0,0xC0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x00, // -\-  0x00,0x00,0x04,0x04,0xFC,0xFC,0x00,0x00,0x00,0x00,0x08,0x08,0x0F,0x0F,0x00,0x00, // -]-  0x08,0x0C,0x06,0x03,0x06,0x0C,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // -^-  0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, // -_-  0x00,0x00,0x03,0x07,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // -`-  0x00,0xA0,0xA0,0xA0,0xE0,0xC0,0x00,0x00,0x07,0x0F,0x08,0x08,0x07,0x0F,0x08,0x00, // -a-  0x04,0xFC,0xFC,0x20,0x60,0xC0,0x80,0x00,0x08,0x0F,0x07,0x08,0x08,0x0F,0x07,0x00, // -b-  0xC0,0xE0,0x20,0x20,0x20,0x60,0x40,0x00,0x07,0x0F,0x08,0x08,0x08,0x0C,0x04,0x00, // -c-  0x80,0xC0,0x60,0x24,0xFC,0xFC,0x00,0x00,0x07,0x0F,0x08,0x08,0x07,0x0F,0x08,0x00, // -d-  0xC0,0xE0,0xA0,0xA0,0xA0,0xE0,0xC0,0x00,0x07,0x0F,0x08,0x08,0x08,0x0C,0x04,0x00, // -e-  0x40,0xF8,0xFC,0x44,0x0C,0x18,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00,0x00,0x00, // -f-  0xC0,0xE0,0x20,0x20,0xC0,0xE0,0x20,0x00,0x27,0x6F,0x48,0x48,0x7F,0x3F,0x00,0x00, // -g-  0x04,0xFC,0xFC,0x40,0x20,0xE0,0xC0,0x00,0x08,0x0F,0x0F,0x00,0x00,0x0F,0x0F,0x00, // -h-  0x00,0x00,0x20,0xEC,0xEC,0x00,0x00,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00, // -i-  0x00,0x00,0x00,0x00,0x20,0xEC,0xEC,0x00,0x00,0x30,0x70,0x40,0x40,0x7F,0x3F,0x00, // -j-  0x04,0xFC,0xFC,0x80,0xC0,0x60,0x20,0x00,0x08,0x0F,0x0F,0x01,0x03,0x0E,0x0C,0x00, // -k-  0x00,0x00,0x04,0xFC,0xFC,0x00,0x00,0x00,0x00,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00, // -l-  0xE0,0xE0,0x60,0xC0,0x60,0xE0,0xC0,0x00,0x0F,0x0F,0x00,0x0F,0x00,0x0F,0x0F,0x00, // -m-  0x20,0xE0,0xC0,0x20,0x20,0xE0,0xC0,0x00,0x00,0x0F,0x0F,0x00,0x00,0x0F,0x0F,0x00, // -n-  0xC0,0xE0,0x20,0x20,0x20,0xE0,0xC0,0x00,0x07,0x0F,0x08,0x08,0x08,0x0F,0x07,0x00, // -o-  0x20,0xE0,0xC0,0x20,0x20,0xE0,0xC0,0x00,0x40,0x7F,0x7F,0x48,0x08,0x0F,0x07,0x00, // -p-  0xC0,0xE0,0x20,0x20,0xC0,0xE0,0x20,0x00,0x07,0x0F,0x08,0x48,0x7F,0x7F,0x40,0x00, // -q-  0x20,0xE0,0xC0,0x60,0x20,0x60,0xC0,0x00,0x08,0x0F,0x0F,0x08,0x00,0x00,0x00,0x00, // -r-  0x40,0xE0,0xA0,0x20,0x20,0x60,0x40,0x00,0x04,0x0C,0x09,0x09,0x0B,0x0E,0x04,0x00, // -s-  0x20,0x20,0xF8,0xFC,0x20,0x20,0x00,0x00,0x00,0x00,0x07,0x0F,0x08,0x0C,0x04,0x00, // -t-  0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x07,0x0F,0x08,0x08,0x07,0x0F,0x08,0x00, // -u-  0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x03,0x07,0x0C,0x0C,0x07,0x03,0x00, // -v-  0xE0,0xE0,0x00,0x00,0x00,0xE0,0xE0,0x00,0x07,0x0F,0x0C,0x07,0x0C,0x0F,0x07,0x00, // -w-  0x20,0x60,0xC0,0x80,0xC0,0x60,0x20,0x00,0x08,0x0C,0x07,0x03,0x07,0x0C,0x08,0x00, // -x-  0xE0,0xE0,0x00,0x00,0x00,0xE0,0xE0,0x00,0x47,0x4F,0x48,0x48,0x68,0x3F,0x1F,0x00, // -y-  0x60,0x60,0x20,0xA0,0xE0,0x60,0x20,0x00,0x0C,0x0E,0x0B,0x09,0x08,0x0C,0x0C,0x00, // -z-  0x00,0x40,0x40,0xF8,0xBC,0x04,0x04,0x00,0x00,0x00,0x00,0x07,0x0F,0x08,0x08,0x00, // -{-  0x00,0x00,0x00,0xBC,0xBC,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0x0F,0x00,0x00,0x00, // -|-  0x00,0x04,0x04,0xBC,0xF8,0x40,0x40,0x00,0x00,0x08,0x08,0x0F,0x07,0x00,0x00,0x00, // -}-  0x08,0x0C,0x04,0x0C,0x08,0x0C,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // -~- } ; #endif  //Tab_Ascii_8x16_CALL1 //=======8x16======================================================================= //#ifdef   Tab_Ascii_8x16_CALL2  // #ifdef  Display_Num_8x16_CALL  const PROGMEM uint8_t Tab_Ascii_8x162[95][16]={  //細(xì)體字形 /*--  文字:     --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*--  文字:  !  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0xF8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x33,0x30,0x00,0x00,0x00, /*--  文字:  "  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x10,0x0C,0x06,0x10,0x0C,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*--  文字:  #  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x40,0xC0,0x78,0x40,0xC0,0x78,0x40,0x00,0x04,0x3F,0x04,0x04,0x3F,0x04,0x04,0x00, /*--  文字:  $  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x88,0xFC,0x08,0x30,0x00,0x00,0x00,0x18,0x20,0xFF,0x21,0x1E,0x00,0x00, /*--  文字:  %  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xF0,0x08,0xF0,0x00,0xE0,0x18,0x00,0x00,0x00,0x21,0x1C,0x03,0x1E,0x21,0x1E,0x00, /*--  文字:  &  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xF0,0x08,0x88,0x70,0x00,0x00,0x00,0x1E,0x21,0x23,0x24,0x19,0x27,0x21,0x10, /*--  文字:  '  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x10,0x16,0x0E,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*--  文字:  (  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0xE0,0x18,0x04,0x02,0x00,0x00,0x00,0x00,0x07,0x18,0x20,0x40,0x00, /*--  文字:  )  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x02,0x04,0x18,0xE0,0x00,0x00,0x00,0x00,0x40,0x20,0x18,0x07,0x00,0x00,0x00, /*--  文字:  *  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x40,0x40,0x80,0xF0,0x80,0x40,0x40,0x00,0x02,0x02,0x01,0x0F,0x01,0x02,0x02,0x00, /*--  文字:  +  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0xF0,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x1F,0x01,0x01,0x01,0x00, /*--  文字:  ,  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xB0,0x70,0x00,0x00,0x00,0x00,0x00, /*--  文字:  -  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, /*--  文字:  .  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00,0x00,0x00, /*--  文字:  /  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x80,0x60,0x18,0x04,0x00,0x60,0x18,0x06,0x01,0x00,0x00,0x00, /*--  文字:  0  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x0F,0x10,0x20,0x20,0x10,0x0F,0x00, /*--  文字:  1  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x10,0x10,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00, /*--  文字:  2  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x08,0x08,0x08,0x88,0x70,0x00,0x00,0x30,0x28,0x24,0x22,0x21,0x30,0x00, /*--  文字:  3  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x30,0x08,0x88,0x88,0x48,0x30,0x00,0x00,0x18,0x20,0x20,0x20,0x11,0x0E,0x00, /*--  文字:  4  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0xC0,0x20,0x10,0xF8,0x00,0x00,0x00,0x07,0x04,0x24,0x24,0x3F,0x24,0x00, /*--  文字:  5  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xF8,0x08,0x88,0x88,0x08,0x08,0x00,0x00,0x19,0x21,0x20,0x20,0x11,0x0E,0x00, /*--  文字:  6  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xE0,0x10,0x88,0x88,0x18,0x00,0x00,0x00,0x0F,0x11,0x20,0x20,0x11,0x0E,0x00, /*--  文字:  7  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x38,0x08,0x08,0xC8,0x38,0x08,0x00,0x00,0x00,0x00,0x3F,0x00,0x00,0x00,0x00, /*--  文字:  8  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x88,0x08,0x08,0x88,0x70,0x00,0x00,0x1C,0x22,0x21,0x21,0x22,0x1C,0x00, /*--  文字:  9  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0xE0,0x10,0x08,0x08,0x10,0xE0,0x00,0x00,0x00,0x31,0x22,0x22,0x11,0x0F,0x00, /*--  文字:  :  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0xC0,0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0x00, /*--  文字:  ;  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x60,0x00,0x00,0x00,0x00, /*--  文字:  <  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x80,0x40,0x20,0x10,0x08,0x00,0x00,0x01,0x02,0x04,0x08,0x10,0x20,0x00, /*--  文字:  =  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x40,0x40,0x40,0x40,0x40,0x40,0x40,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00, /*--  文字:  >  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x08,0x10,0x20,0x40,0x80,0x00,0x00,0x00,0x20,0x10,0x08,0x04,0x02,0x01,0x00, /*--  文字:  ?  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x48,0x08,0x08,0x08,0xF0,0x00,0x00,0x00,0x00,0x30,0x36,0x01,0x00,0x00, /*--  文字:  @  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xC0,0x30,0xC8,0x28,0xE8,0x10,0xE0,0x00,0x07,0x18,0x27,0x24,0x23,0x14,0x0B,0x00, /*--  文字:  A  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0xC0,0x38,0xE0,0x00,0x00,0x00,0x20,0x3C,0x23,0x02,0x02,0x27,0x38,0x20, /*--  文字:  B  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x88,0x88,0x88,0x70,0x00,0x00,0x20,0x3F,0x20,0x20,0x20,0x11,0x0E,0x00, /*--  文字:  C  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xC0,0x30,0x08,0x08,0x08,0x08,0x38,0x00,0x07,0x18,0x20,0x20,0x20,0x10,0x08,0x00, /*--  文字:  D  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x08,0x08,0x08,0x10,0xE0,0x00,0x20,0x3F,0x20,0x20,0x20,0x10,0x0F,0x00, /*--  文字:  E  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x88,0x88,0xE8,0x08,0x10,0x00,0x20,0x3F,0x20,0x20,0x23,0x20,0x18,0x00, /*--  文字:  F  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x88,0x88,0xE8,0x08,0x10,0x00,0x20,0x3F,0x20,0x00,0x03,0x00,0x00,0x00, /*--  文字:  G  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xC0,0x30,0x08,0x08,0x08,0x38,0x00,0x00,0x07,0x18,0x20,0x20,0x22,0x1E,0x02,0x00, /*--  文字:  H  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x08,0x00,0x00,0x08,0xF8,0x08,0x20,0x3F,0x21,0x01,0x01,0x21,0x3F,0x20, /*--  文字:  I  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x08,0x08,0xF8,0x08,0x08,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00, /*--  文字:  J  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x08,0x08,0xF8,0x08,0x08,0x00,0xC0,0x80,0x80,0x80,0x7F,0x00,0x00,0x00, /*--  文字:  K  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x88,0xC0,0x28,0x18,0x08,0x00,0x20,0x3F,0x20,0x01,0x26,0x38,0x20,0x00, /*--  文字:  L  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x08,0x00,0x00,0x00,0x00,0x00,0x20,0x3F,0x20,0x20,0x20,0x20,0x30,0x00, /*--  文字:  M  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0xF8,0x00,0xF8,0xF8,0x08,0x00,0x20,0x3F,0x00,0x3F,0x00,0x3F,0x20,0x00, /*--  文字:  N  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x30,0xC0,0x00,0x08,0xF8,0x08,0x20,0x3F,0x20,0x00,0x07,0x18,0x3F,0x00, /*--  文字:  O  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xE0,0x10,0x08,0x08,0x08,0x10,0xE0,0x00,0x0F,0x10,0x20,0x20,0x20,0x10,0x0F,0x00, /*--  文字:  P  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x08,0x08,0x08,0x08,0xF0,0x00,0x20,0x3F,0x21,0x01,0x01,0x01,0x00,0x00, /*--  文字:  Q  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xE0,0x10,0x08,0x08,0x08,0x10,0xE0,0x00,0x0F,0x18,0x24,0x24,0x38,0x50,0x4F,0x00, /*--  文字:  R  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x88,0x88,0x88,0x88,0x70,0x00,0x20,0x3F,0x20,0x00,0x03,0x0C,0x30,0x20, /*--  文字:  S  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x70,0x88,0x08,0x08,0x08,0x38,0x00,0x00,0x38,0x20,0x21,0x21,0x22,0x1C,0x00, /*--  文字:  T  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x18,0x08,0x08,0xF8,0x08,0x08,0x18,0x00,0x00,0x00,0x20,0x3F,0x20,0x00,0x00,0x00, /*--  文字:  U  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x08,0x00,0x00,0x08,0xF8,0x08,0x00,0x1F,0x20,0x20,0x20,0x20,0x1F,0x00, /*--  文字:  V  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0x78,0x88,0x00,0x00,0xC8,0x38,0x08,0x00,0x00,0x07,0x38,0x0E,0x01,0x00,0x00, /*--  文字:  W  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0xF8,0x08,0x00,0xF8,0x00,0x08,0xF8,0x00,0x03,0x3C,0x07,0x00,0x07,0x3C,0x03,0x00, /*--  文字:  X  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0x18,0x68,0x80,0x80,0x68,0x18,0x08,0x20,0x30,0x2C,0x03,0x03,0x2C,0x30,0x20, /*--  文字:  Y  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0x38,0xC8,0x00,0xC8,0x38,0x08,0x00,0x00,0x00,0x20,0x3F,0x20,0x00,0x00,0x00, /*--  文字:  Z  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x10,0x08,0x08,0x08,0xC8,0x38,0x08,0x00,0x20,0x38,0x26,0x21,0x20,0x20,0x18,0x00, /*--  文字:  [  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0xFE,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x7F,0x40,0x40,0x40,0x00, /*--  文字:  \  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x0C,0x30,0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x38,0xC0,0x00, /*--  文字:  ]  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x02,0x02,0x02,0xFE,0x00,0x00,0x00,0x00,0x40,0x40,0x40,0x7F,0x00,0x00,0x00, /*--  文字:  ^  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x04,0x02,0x02,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*--  文字:  _  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, /*--  文字:  `  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x02,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*--  文字:  a  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x19,0x24,0x22,0x22,0x22,0x3F,0x20, /*--  文字:  b  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x00,0x80,0x80,0x00,0x00,0x00,0x00,0x3F,0x11,0x20,0x20,0x11,0x0E,0x00, /*--  文字:  c  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x80,0x80,0x80,0x00,0x00,0x00,0x0E,0x11,0x20,0x20,0x20,0x11,0x00, /*--  文字:  d  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x80,0x80,0x88,0xF8,0x00,0x00,0x0E,0x11,0x20,0x20,0x10,0x3F,0x20, /*--  文字:  e  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x1F,0x22,0x22,0x22,0x22,0x13,0x00, /*--  文字:  f  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x80,0x80,0xF0,0x88,0x88,0x88,0x18,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00, /*--  文字:  g  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x6B,0x94,0x94,0x94,0x93,0x60,0x00, /*--  文字:  h  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x3F,0x21,0x00,0x00,0x20,0x3F,0x20, /*--  文字:  i  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x80,0x98,0x98,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00, /*--  文字:  j  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x80,0x98,0x98,0x00,0x00,0x00,0xC0,0x80,0x80,0x80,0x7F,0x00,0x00, /*--  文字:  k  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x08,0xF8,0x00,0x00,0x80,0x80,0x80,0x00,0x20,0x3F,0x24,0x02,0x2D,0x30,0x20,0x00, /*--  文字:  l  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x08,0x08,0xF8,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x3F,0x20,0x20,0x00,0x00, /*--  文字:  m  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x20,0x3F,0x20,0x00,0x3F,0x20,0x00,0x3F, /*--  文字:  n  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x3F,0x21,0x00,0x00,0x20,0x3F,0x20, /*--  文字:  o  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x1F,0x20,0x20,0x20,0x20,0x1F,0x00, /*--  文字:  p  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x00,0x80,0x80,0x00,0x00,0x00,0x80,0xFF,0xA1,0x20,0x20,0x11,0x0E,0x00, /*--  文字:  q  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x80,0x80,0x80,0x80,0x00,0x00,0x0E,0x11,0x20,0x20,0xA0,0xFF,0x80, /*--  文字:  r  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x20,0x20,0x3F,0x21,0x20,0x00,0x01,0x00, /*--  文字:  s  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x33,0x24,0x24,0x24,0x24,0x19,0x00, /*--  文字:  t  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x80,0x80,0xE0,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x1F,0x20,0x20,0x00,0x00, /*--  文字:  u  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x00,0x00,0x00,0x80,0x80,0x00,0x00,0x1F,0x20,0x20,0x20,0x10,0x3F,0x20, /*--  文字:  v  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x00,0x01,0x0E,0x30,0x08,0x06,0x01,0x00, /*--  文字:  w  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x00,0x80,0x00,0x80,0x80,0x80,0x0F,0x30,0x0C,0x03,0x0C,0x30,0x0F,0x00, /*--  文字:  x  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x80,0x80,0x00,0x80,0x80,0x80,0x00,0x00,0x20,0x31,0x2E,0x0E,0x31,0x20,0x00, /*--  文字:  y  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x80,0x80,0x80,0x00,0x00,0x80,0x80,0x80,0x80,0x81,0x8E,0x70,0x18,0x06,0x01,0x00, /*--  文字:  z  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x00,0x00,0x21,0x30,0x2C,0x22,0x21,0x30,0x00, /*--  文字:  {  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0x80,0x7C,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x3F,0x40,0x40, /*--  文字:  |  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0x00,0x00,0x00, /*--  文字:  }  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x02,0x02,0x7C,0x80,0x00,0x00,0x00,0x00,0x40,0x40,0x3F,0x00,0x00,0x00,0x00, /*--  文字:  ~  --*/ /*--  Comic Sans MS12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=8x16   --*/ 0x00,0x06,0x01,0x01,0x02,0x02,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; ///#endif //#endif  //Tab_Ascii_8x16_CALL1 //=======5x7======================================================================= //#ifdef  Tab_Ascii_5x7_CALL    const PROGMEM uint8_t Tab_Ascii_5x71[95][5]={ /*全體ASCII 列表:5x7點(diǎn)陣*/ 0x00,0x00,0x00,0x00,0x00,//space 0x00,0x00,0x4f,0x00,0x00,//! 0x00,0x07,0x00,0x07,0x00,//" 0x14,0x7f,0x14,0x7f,0x14,//# 0x24,0x2a,0x7f,0x2a,0x12,//$ 0x23,0x13,0x08,0x64,0x62,//% 0x36,0x49,0x55,0x22,0x50,//& 0x00,0x05,0x07,0x00,0x00,//] 0x00,0x1c,0x22,0x41,0x00,//( 0x00,0x41,0x22,0x1c,0x00,//) 0x14,0x08,0x3e,0x08,0x14,//* 0x08,0x08,0x3e,0x08,0x08,//+ 0x00,0x50,0x30,0x00,0x00,//, 0x08,0x08,0x08,0x08,0x08,//- 0x00,0x60,0x60,0x00,0x00,//. 0x20,0x10,0x08,0x04,0x02,/// 0x3e,0x51,0x49,0x45,0x3e,//0 0x00,0x42,0x7f,0x40,0x00,//1 0x42,0x61,0x51,0x49,0x46,//2 0x21,0x41,0x45,0x4b,0x31,//3 0x18,0x14,0x12,0x7f,0x10,//4 0x27,0x45,0x45,0x45,0x39,//5 0x3c,0x4a,0x49,0x49,0x30,//6 0x01,0x71,0x09,0x05,0x03,//7 0x36,0x49,0x49,0x49,0x36,//8 0x06,0x49,0x49,0x29,0x1e,//9 0x00,0x36,0x36,0x00,0x00,//: 0x00,0x56,0x36,0x00,0x00,//; 0x08,0x14,0x22,0x41,0x00,//< 0x14,0x14,0x14,0x14,0x14,//= 0x00,0x41,0x22,0x14,0x08,//> 0x02,0x01,0x51,0x09,0x06,//? 0x32,0x49,0x79,0x41,0x3e,//@ 0x7e,0x11,0x11,0x11,0x7e,//A 0x7f,0x49,0x49,0x49,0x36,//B 0x3e,0x41,0x41,0x41,0x22,//C 0x7f,0x41,0x41,0x22,0x1c,//D 0x7f,0x49,0x49,0x49,0x41,//E 0x7f,0x09,0x09,0x09,0x01,//F 0x3e,0x41,0x49,0x49,0x7a,//G 0x7f,0x08,0x08,0x08,0x7f,//H 0x00,0x41,0x7f,0x41,0x00,//I 0x20,0x40,0x41,0x3f,0x01,//J 0x7f,0x08,0x14,0x22,0x41,//K 0x7f,0x40,0x40,0x40,0x40,//L 0x7f,0x02,0x0c,0x02,0x7f,//M 0x7f,0x04,0x08,0x10,0x7f,//N 0x3e,0x41,0x41,0x41,0x3e,//O 0x7f,0x09,0x09,0x09,0x06,//P 0x3e,0x41,0x51,0x21,0x5e,//Q 0x7f,0x09,0x19,0x29,0x46,//R 0x46,0x49,0x49,0x49,0x31,//S 0x01,0x01,0x7f,0x01,0x01,//T 0x3f,0x40,0x40,0x40,0x3f,//U 0x1f,0x20,0x40,0x20,0x1f,//V 0x3f,0x40,0x38,0x40,0x3f,//W 0x63,0x14,0x08,0x14,0x63,//X 0x07,0x08,0x70,0x08,0x07,//Y 0x61,0x51,0x49,0x45,0x43,//Z 0x00,0x7f,0x41,0x41,0x00,//[ 0x02,0x04,0x08,0x10,0x20,//\ 0x00,0x41,0x41,0x7f,0x00,//] 0x04,0x02,0x01,0x02,0x04,//^ 0x40,0x40,0x40,0x40,0x40,//_ 0x01,0x02,0x04,0x00,0x00,//` 0x20,0x54,0x54,0x54,0x78,//a 0x7f,0x48,0x48,0x48,0x30,//b 0x38,0x44,0x44,0x44,0x44,//c 0x30,0x48,0x48,0x48,0x7f,//d 0x38,0x54,0x54,0x54,0x58,//e 0x00,0x08,0x7e,0x09,0x02,//f 0x48,0x54,0x54,0x54,0x3c,//g 0x7f,0x08,0x08,0x08,0x70,//h 0x00,0x00,0x7a,0x00,0x00,//i 0x20,0x40,0x40,0x3d,0x00,//j 0x7f,0x20,0x28,0x44,0x00,//k 0x00,0x41,0x7f,0x40,0x00,//l 0x7c,0x04,0x38,0x04,0x7c,//m 0x7c,0x08,0x04,0x04,0x78,//n 0x38,0x44,0x44,0x44,0x38,//o 0x7c,0x14,0x14,0x14,0x08,//p 0x08,0x14,0x14,0x14,0x7c,//q 0x7c,0x08,0x04,0x04,0x08,//r 0x48,0x54,0x54,0x54,0x24,//s 0x04,0x04,0x3f,0x44,0x24,//t 0x3c,0x40,0x40,0x40,0x3c,//u 0x1c,0x20,0x40,0x20,0x1c,//v 0x3c,0x40,0x30,0x40,0x3c,//w 0x44,0x28,0x10,0x28,0x44,//x 0x04,0x48,0x30,0x08,0x04,//y 0x44,0x64,0x54,0x4c,0x44,//z 0x08,0x36,0x41,0x41,0x00,//{ 0x00,0x00,0x77,0x00,0x00,//| 0x00,0x41,0x41,0x36,0x08,//} 0x04,0x02,0x02,0x02,0x01,//~ }; //#endif  //Tab_Ascii_5x7_CALL uint8  zhuang1[]={ /*--  文字:  狀  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=16x16   --*/ 0x08,0x30,0x00,0xFF,0x20,0x20,0x20,0x20,0xFF,0x20,0xE1,0x26,0x2C,0x20,0x20,0x00, 0x04,0x02,0x01,0xFF,0x40,0x20,0x18,0x07,0x00,0x00,0x03,0x0C,0x30,0x60,0x20,0x00 }; uint8  tai1[]={ /*--  文字:  態(tài)  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=16x16   --*/ 0x00,0x04,0x04,0x04,0x84,0x44,0x34,0x4F,0x94,0x24,0x44,0x84,0x84,0x04,0x00,0x00, 0x00,0x60,0x39,0x01,0x00,0x3C,0x40,0x42,0x4C,0x40,0x40,0x70,0x04,0x09,0x31,0x00 }; uint8  shi1[]={ /*--  文字:  使  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=16x16   --*/ 0x40,0x20,0xF0,0x1C,0x07,0xF2,0x94,0x94,0x94,0xFF,0x94,0x94,0x94,0xF4,0x04,0x00, 0x00,0x00,0x7F,0x00,0x40,0x41,0x22,0x14,0x0C,0x13,0x10,0x30,0x20,0x61,0x20,0x00 }; uint8  yong1[]={ /*--  文字:  用  --*/ /*--  宋體12;  此字體下對(duì)應(yīng)的點(diǎn)陣為:寬x高=16x16   --*/ 0x00,0x00,0x00,0xFE,0x22,0x22,0x22,0x22,0xFE,0x22,0x22,0x22,0x22,0xFE,0x00,0x00, 0x80,0x40,0x30,0x0F,0x02,0x02,0x02,0x02,0xFF,0x02,0x02,0x42,0x82,0x7F,0x00,0x00 }; //x=9 y=16 點(diǎn)陣 0-9 const PROGMEM uint8_t  lcd_numbers_lit[]={ 0x00,0xE0,0xE0,0x60,0x20,0x60,0xE0,0xE0,0x00,//0 0x00,0x7F,0x7F,0x60,0x40,0x60,0x7F,0x7F,0x00, 0x00,0x00,0x40,0x40,0xE0,0xE0,0x00,0x00,0x00,//1 0x00,0x00,0x00,0x00,0x7F,0x7F,0x00,0x00,0x00, 0x00,0xE0,0xE0,0x20,0x20,0xE0,0xE0,0xC0,0x00,//2 0x00,0x71,0x79,0x78,0x5E,0x47,0x43,0x41,0x00, 0x00,0xE0,0xE0,0x20,0x20,0xE0,0xE0,0xC0,0x00,//3 0x00,0x78,0x78,0x42,0x47,0x7F,0x7D,0x39,0x00, 0x00,0x00,0x00,0x80,0xE0,0xE0,0xE0,0x00,0x00,//4 0x00,0x0E,0x0F,0x0B,0x7F,0x7F,0x7F,0x08,0x00, 0x00,0xE0,0xE0,0xE0,0x20,0x20,0x20,0x20,0x00,//5 0x00,0x73,0x73,0x43,0x41,0x7F,0x7F,0x3E,0x00, 0x00,0xE0,0xE0,0x60,0x20,0x60,0x60,0x60,0x00,//6 0x00,0x7F,0x7F,0x43,0x43,0x7F,0x7E,0x3C,0x00, 0x00,0x20,0x20,0x20,0xA0,0xE0,0xE0,0x60,0x00,//7 0x00,0x00,0x40,0x78,0x7F,0x0F,0x01,0x00,0x00, 0x00,0xE0,0xE0,0x20,0x20,0x20,0xE0,0xE0,0x00,//8 0x00,0x7D,0x7D,0x47,0x42,0x47,0x7D,0x7D,0x00, 0x00,0xE0,0xE0,0x20,0x20,0xE0,0xE0,0x80,0x00,//9 0x00,0x67,0x6F,0x4C,0x6C,0x7F,0x3F,0x0F,0x00 }; //x=12 y=16 點(diǎn)陣 0-9數(shù)字 const PROGMEM uint8_t  lcd_numbers[]={ 0x00,0xF0,0xFC,0xFC,0x0E,0x02,0x02,0x0E,0xFC,0xFC,0xF0,0x00,//0 0x00,0x07,0x3F,0x3F,0x70,0x40,0x40,0x70,0x3F,0x3F,0x07,0x00, 0x00,0x00,0x00,0x08,0x08,0xFC,0xFE,0xFE,0x00,0x00,0x00,0x00,//1 0x00,0x00,0x00,0x00,0x00,0x7F,0x7F,0x7F,0x00,0x00,0x00,0x00, 0x00,0x38,0x3C,0x3E,0x06,0x02,0x86,0xFE,0xFC,0x78,0x00,0x00,//2 0x00,0x60,0x78,0x7C,0x5E,0x4F,0x43,0x41,0x40,0x40,0x00,0x00, 0x00,0x18,0x1C,0x1E,0x86,0x82,0xC6,0xFE,0x7C,0x38,0x00,0x00,//3 0x00,0x1C,0x3C,0x7C,0x60,0x40,0x61,0x7F,0x3F,0x1E,0x00,0x00, 0x00,0x00,0x80,0xC0,0xF0,0x3C,0xFE,0xFE,0xFE,0x00,0x00,0x00,//4 0x00,0x06,0x07,0x05,0x04,0x04,0x7F,0x7F,0x7F,0x04,0x04,0x00, 0x00,0x00,0xFE,0xFE,0xFE,0x62,0x62,0xE2,0xE2,0x82,0x00,0x00,//5 0x00,0x18,0x38,0x78,0x60,0x40,0x60,0x7F,0x3F,0x1F,0x00,0x00, 0x00,0xF0,0xFC,0xFC,0xCE,0x42,0xC6,0xCE,0x8E,0x0C,0x00,0x00,//6 0x00,0x0F,0x3F,0x7F,0x60,0x40,0x60,0x7F,0x3F,0x1F,0x00,0x00, 0x00,0x02,0x02,0x02,0x02,0x82,0xF2,0xFE,0x7E,0x0E,0x00,0x00,//7 0x00,0x00,0x00,0x60,0x7C,0x7F,0x1F,0x03,0x00,0x00,0x00,0x00, 0x00,0x38,0x7C,0x7E,0xC6,0x82,0x82,0xC6,0x7E,0x7C,0x38,0x00,//8 0x00,0x1E,0x3F,0x7F,0x61,0x40,0x40,0x61,0x7F,0x3F,0x1E,0x00, 0x00,0xF8,0xFC,0xFE,0x06,0x02,0x06,0xFE,0xFC,0xF0,0x00,0x00,//9 0x00,0x30,0x71,0x73,0x63,0x42,0x73,0x3F,0x1F,0x07,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,//. 0x00,0x00,0x00,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x00,//- 0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00 }; const PROGMEM uint8_t  Tab_Ascii_5x72[95][5]={ /*全體ASCII 列表:5x7點(diǎn)陣*/ 0x00,0x00,0x00,0x00,0x00,//space 0x00,0x00,0x4f,0x00,0x00,//! 0x00,0x07,0x00,0x07,0x00,//" 0x14,0x7f,0x14,0x7f,0x14,//# 0x24,0x2a,0x7f,0x2a,0x12,//$ 0x23,0x13,0x08,0x64,0x62,//% 0x36,0x49,0x55,0x22,0x50,//& 0x00,0x05,0x07,0x00,0x00,//] 0x00,0x1c,0x22,0x41,0x00,//( 0x00,0x41,0x22,0x1c,0x00,//) 0x14,0x08,0x3e,0x08,0x14,//* 0x08,0x08,0x3e,0x08,0x08,//+ 0x00,0x50,0x30,0x00,0x00,//, 0x08,0x08,0x08,0x08,0x08,//- 0x00,0x60,0x60,0x00,0x00,//. 0x20,0x10,0x08,0x04,0x02,/// 0x3e,0x51,0x49,0x45,0x3e,//0 0x00,0x42,0x7f,0x40,0x00,//1 0x42,0x61,0x51,0x49,0x46,//2 0x21,0x41,0x45,0x4b,0x31,//3 0x18,0x14,0x12,0x7f,0x10,//4 0x27,0x45,0x45,0x45,0x39,//5 0x3c,0x4a,0x49,0x49,0x30,//6 0x01,0x71,0x09,0x05,0x03,//7 0x36,0x49,0x49,0x49,0x36,//8 0x06,0x49,0x49,0x29,0x1e,//9 0x00,0x36,0x36,0x00,0x00,//: 0x00,0x56,0x36,0x00,0x00,//; 0x08,0x14,0x22,0x41,0x00,//< 0x14,0x14,0x14,0x14,0x14,//= 0x00,0x41,0x22,0x14,0x08,//> 0x02,0x01,0x51,0x09,0x06,//? 0x32,0x49,0x79,0x41,0x3e,//@ 0x7e,0x11,0x11,0x11,0x7e,//A 0x7f,0x49,0x49,0x49,0x36,//B 0x3e,0x41,0x41,0x41,0x22,//C 0x7f,0x41,0x41,0x22,0x1c,//D 0x7f,0x49,0x49,0x49,0x41,//E 0x7f,0x09,0x09,0x09,0x01,//F 0x3e,0x41,0x49,0x49,0x7a,//G 0x7f,0x08,0x08,0x08,0x7f,//H 0x00,0x41,0x7f,0x41,0x00,//I 0x20,0x40,0x41,0x3f,0x01,//J 0x7f,0x08,0x14,0x22,0x41,//K 0x7f,0x40,0x40,0x40,0x40,//L 0x7f,0x02,0x0c,0x02,0x7f,//M 0x7f,0x04,0x08,0x10,0x7f,//N 0x3e,0x41,0x41,0x41,0x3e,//O 0x7f,0x09,0x09,0x09,0x06,//P 0x3e,0x41,0x51,0x21,0x5e,//Q 0x7f,0x09,0x19,0x29,0x46,//R 0x46,0x49,0x49,0x49,0x31,//S 0x01,0x01,0x7f,0x01,0x01,//T 0x3f,0x40,0x40,0x40,0x3f,//U 0x1f,0x20,0x40,0x20,0x1f,//V 0x3f,0x40,0x38,0x40,0x3f,//W 0x63,0x14,0x08,0x14,0x63,//X 0x07,0x08,0x70,0x08,0x07,//Y 0x61,0x51,0x49,0x45,0x43,//Z 0x00,0x7f,0x41,0x41,0x00,//[ 0x02,0x04,0x08,0x10,0x20,// 0x00,0x41,0x41,0x7f,0x00,//] 0x04,0x02,0x01,0x02,0x04,//^ 0x40,0x40,0x40,0x40,0x40,//_ 0x01,0x02,0x04,0x00,0x00,//` 0x20,0x54,0x54,0x54,0x78,//a 0x7f,0x48,0x48,0x48,0x30,//b 0x38,0x44,0x44,0x44,0x44,//c 0x30,0x48,0x48,0x48,0x7f,//d 0x38,0x54,0x54,0x54,0x58,//e 0x00,0x08,0x7e,0x09,0x02,//f 0x48,0x54,0x54,0x54,0x3c,//g 0x7f,0x08,0x08,0x08,0x70,//h 0x00,0x00,0x7a,0x00,0x00,//i 0x20,0x40,0x40,0x3d,0x00,//j 0x7f,0x20,0x28,0x44,0x00,//k 0x00,0x41,0x7f,0x40,0x00,//l 0x7c,0x04,0x38,0x04,0x7c,//m 0x7c,0x08,0x04,0x04,0x78,//n 0x38,0x44,0x44,0x44,0x38,//o 0x7c,0x14,0x14,0x14,0x08,//p 0x08,0x14,0x14,0x14,0x7c,//q 0x7c,0x08,0x04,0x04,0x08,//r 0x48,0x54,0x54,0x54,0x24,//s 0x04,0x04,0x3f,0x44,0x24,//t 0x3c,0x40,0x40,0x40,0x3c,//u 0x1c,0x20,0x40,0x20,0x1c,//v 0x3c,0x40,0x30,0x40,0x3c,//w 0x44,0x28,0x10,0x28,0x44,//x 0x04,0x48,0x30,0x08,0x04,//y 0x44,0x64,0x54,0x4c,0x44,//z 0x08,0x36,0x41,0x41,0x00,//{ 0x00,0x00,0x77,0x00,0x00,//| 0x00,0x41,0x41,0x36,0x08,//} 0x04,0x02,0x02,0x02,0x01,//~ }; /////////////// #define Start_T1 TCCR1B|=_BV(CS11);TCNT1=0//復(fù)位預(yù)計(jì)分頻器并開啟定時(shí)器T1 #define Stop_T1 TCCR1B&=~_BV(CS11) //關(guān)閉定時(shí)器T1 //數(shù)碼管的段碼編碼 unsigned char table[10] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; volatile unsigned char i,j,k; volatile unsigned char IRcode;                //定義一個(gè)長(zhǎng)度為4字節(jié)的無(wú)符號(hào)long類型變量來(lái)存儲(chǔ)代碼 volatile unsigned char IR_OK=0;     //IR信號(hào)接收有效 當(dāng)程序響應(yīng)接收以后請(qǐng)馬上清零 這樣才會(huì)繼續(xù)接收下一IR碼 volatile unsigned char IR_con=0; //IR信號(hào)當(dāng)前接收位 0時(shí)表示第0位即同步碼(4.5ms高電平) volatile unsigned int Pulse_length=0;          //捕獲的脈沖寬度 volatile unsigned char ICP_Parity=0;           //捕獲中斷奇偶次計(jì)數(shù) 1時(shí)為偶次 并在此時(shí)判斷脈寬 volatile unsigned char address; volatile unsigned char code_data; volatile unsigned char code_data1; unsigned char clrbit; #define FREQ 8 //定義單片機(jī)工作頻率為 4M /////////////// //**************************************************************** // 函數(shù)名稱:DelayLcd // 函數(shù)功能:延時(shí)  // 入口參數(shù): // 出口參數(shù): //*****************************************************************     void DelayLcd(uint16 i)           {     uint16 j;     for(j=200;j>0;j--)         for(;i>0;i--);     //while(i--); } //**************************************************************** // 函數(shù)名稱:LcdWriteCommand // 函數(shù)功能:寫指令到LCD模塊 // 入口參數(shù):數(shù)據(jù) // 出口參數(shù): //***************************************************************** void LcdWriteCommand(uint8 data1) // {  uint8 i ;  P_LCDCS0 ;  P_LCDRS0 ;  for(i=8;i>0;i--)  {   P_LCDCLK0;   if(data1&0x80) P_LCDDAT1;   else P_LCDDAT0;   P_LCDCLK1;   data1 <<= 1;  } } //**************************************************************** // 函數(shù)名稱:LcdWritedata // 函數(shù)功能:寫數(shù)據(jù)到LCD模塊 // 入口參數(shù):數(shù)據(jù) // 出口參數(shù): //***************************************************************** void LcdWritedata(uint8 data1) // {  uint8 i;  P_LCDCS0 ;  P_LCDRS1 ;  for(i=8;i>0;i--)  {   P_LCDCLK0;   if(data1&0x80) P_LCDDAT1;   else P_LCDDAT0;   P_LCDCLK1;   data1 <<= 1;  } } //**************************************************************** // 函數(shù)名稱:Lcd_SetAddr // 函數(shù)功能:設(shè)置LCD顯示地址 // 入口參數(shù): 頁(yè)地址 列地址 // 出口參數(shù): //***************************************************************** void Lcd_SetAddr(uint8 page,uint8 column) { //LcdWriteCommand(0xb0 | (y+yy)); //LcdWriteCommand(0x10 | (x>>4)); //LcdWriteCommand(0x00 | (x&0x0f));  //P_LCDCS0 ;  LcdWriteCommand(0xb0|page);   /*設(shè)置頁(yè)地址*/  LcdWriteCommand((column>>4)|0x10); /*設(shè)置列地址的高4位*/  LcdWriteCommand(column&0x0f); /*設(shè)置列地址的低4位*/ } //////  void Display_Graphic_32x2(uint8 page,uint8 column,PROGMEM uint8_t  *dp) //   電池顯示 0、2、4、6、8、10 {  uint8 i,j;  uint8 page_address;  uint8 column_address_L,column_address_H;  page_address = 0xb0|page;  column_address_L =(column&0x0f);  column_address_H =(column>>4)|0x10;   P_LCDCS0 ;  for(j=0;j<2;j++)  {   LcdWriteCommand(page_address+j);   /*設(shè)置頁(yè)地址*/   LcdWriteCommand(column_address_H); /*設(shè)置列地址的高4位*/   LcdWriteCommand(column_address_L); /*設(shè)置列地址的低4位*/   for (i=32;i>0;i--) //寫32行   {     LcdWritedata(pgm_read_byte(dp++));  /*寫數(shù)據(jù)到LCD,每寫完一個(gè)8位的數(shù)據(jù)后列地址自動(dòng)加1*/       }   LcdWritedata(0x00);  }  P_LCDCS1 ; } //#ifdef  Display_Graphic_32x32_CALL void Display_Graphic_32x32(uint8 page,uint8 column,PROGMEM uint8_t *dp) {  uint8 i,j;  uint8 page_address;  uint8 column_address_L,column_address_H;  page_address = 0xb0|page;  column_address_L =(column&0x0f);  column_address_H =(column>>4)|0x10;   P_LCDCS0 ; &

    標(biāo)簽: 程序

    上傳時(shí)間: 2016-03-03

    上傳用戶:彥 yan

  • 300個(gè)C51單片機(jī)設(shè)計(jì)proteus仿真源碼軟件源碼: 100000秒以內(nèi)的計(jì)時(shí)程序 10秒的秒表

    300個(gè)C51單片機(jī)設(shè)計(jì)proteus仿真源碼軟件源碼:100000秒以內(nèi)的計(jì)時(shí)程序10秒的秒表12864LCD圖形滾動(dòng)演示128X64LED160128LCD圖文演示1602字符液晶滾動(dòng)演示程序1602液晶顯示的DS1302實(shí)時(shí)時(shí)鐘16×16點(diǎn)陣(滾動(dòng)顯示)16×16點(diǎn)陣2(滾動(dòng)顯示)2io5鍵盤模擬音量數(shù)碼管顯示2×20串行字符液晶演示32x16漢字44行列鍵盤485全雙工通信4×4鍵盤矩陣控制條形LED顯示4個(gè)獨(dú)立式按鍵控制LED開關(guān)4個(gè)獨(dú)立式按鍵控制LED移位4只數(shù)碼管滾動(dòng)顯示0~3555可調(diào)PWM發(fā)生器555的應(yīng)用6264擴(kuò)展內(nèi)存6個(gè)16×16點(diǎn)陣74HC154譯碼器應(yīng)用74HC59574HC595串入并出芯片應(yīng)用74LS138譯碼器應(yīng)用74LS148擴(kuò)展中斷8051雙機(jī)通信簡(jiǎn)例8255并行口擴(kuò)展實(shí)例89C51PWM8x8LED漢字顯示8x8點(diǎn)陣做的貪吃蛇游戲8×8LED點(diǎn)陣屏顯示數(shù)字8只數(shù)碼管同時(shí)顯示不同字符8只數(shù)碼管顯示多個(gè)不同字符8只數(shù)碼管滾動(dòng)顯示8~F8只數(shù)碼管滾動(dòng)顯示單個(gè)數(shù)字8只數(shù)碼管滾動(dòng)顯示數(shù)字串8只數(shù)碼管閃爍顯示8通道自動(dòng)溫度檢測(cè)系統(tǒng)仿真(含原程序)ADC0808 PWM實(shí)驗(yàn)ADC0809模數(shù)轉(zhuǎn)換與顯示ADC0832模數(shù)轉(zhuǎn)換與顯示AT89C51對(duì)直流電動(dòng)機(jī)的驅(qū)動(dòng)AVR_UartBCD譯碼數(shù)碼管顯示數(shù)字c51 可預(yù)設(shè)電壓的數(shù)控電源(功能強(qiáng)大)clockConterCPU控制的獨(dú)立式鍵盤掃描實(shí)驗(yàn)da、ad。液晶,傳遞函數(shù)模型綜合應(yīng)用的實(shí)例DIY51式數(shù)控電源DS1621溫度傳感器實(shí)驗(yàn)ds18b20DS18B20溫度傳感器實(shí)驗(yàn)DS18B20溫度檢測(cè)及其液晶顯示HorseLightI2CIIC-24C04與數(shù)碼管IIC-24C04與蜂鳴器INT0與INT1中斷計(jì)數(shù)INT0中斷3位計(jì)數(shù)INT0及INT1中斷計(jì)數(shù)INT0和INT1控制條形LEDINT1中斷5位計(jì)數(shù)IO并行口直接驅(qū)動(dòng)單個(gè)數(shù)碼管K1-K4 分組控制LEDK1-K4 控制LED移位K1-K4 控制數(shù)碼管加減演示K1-K4 控制數(shù)碼管移位顯示K1-K4 鍵狀態(tài)顯示key_lcdks0108 液晶12864LCD頻率計(jì)仿真LED代碼查詢V1[1].1LED模擬交通燈LED閃爍M16_AN_CompareM16_EEPROMM16_HorseMAX7221控制數(shù)碼管動(dòng)態(tài)顯示my16key_cNT0中斷控制LEDNT0中斷計(jì)數(shù)NumberDisplayP3口流水燈PCF8574PCF8583+LCD1602PCF8591模數(shù)與數(shù)模轉(zhuǎn)換實(shí)驗(yàn)proteus ADDC的練習(xí)程序PWMPWMLEDPWM控制LED的亮度仿真程序PWM控制馬達(dá)的方法PWM波輸出(可調(diào))PWM電機(jī)正反轉(zhuǎn)pwm程序?qū)嵗齈WM調(diào)溫RAM擴(kuò)展練習(xí)sscom32串口調(diào)試TIMER0與TIMER1控制條形LEDTIMER0控制LED二進(jìn)制計(jì)數(shù)TIMER0控制單只LED閃爍TIMER0控制四只LED滾動(dòng)閃爍TIMER0控制流水燈ULN2803usart_t《lcd1602仿真實(shí)例》一個(gè)數(shù)控直流穩(wěn)壓電源一個(gè)步進(jìn)電機(jī)的仿真一步一步教你51_PC串口通信萬(wàn)能邏輯電路實(shí)驗(yàn)三機(jī)通訊串口仿真mcu_pc串口方式1串行數(shù)據(jù)轉(zhuǎn)換為并行數(shù)據(jù)交通燈從左到右的流水燈光藕隔離驅(qū)動(dòng)電機(jī)內(nèi)部函數(shù)intrins.h應(yīng)用舉例凈水控制器仿真電路剛做好的十個(gè)字的led屏模擬有程序包含單片機(jī)寄存器的頭文件單只按鍵控制單只數(shù)碼管滾動(dòng)顯示單只數(shù)碼管循環(huán)顯示0-9單只數(shù)碼管循環(huán)顯示0~F單片機(jī)與PC機(jī)串口通訊仿真單片機(jī)之間雙向通信單片機(jī)向PC發(fā)送數(shù)據(jù)單片機(jī)向主機(jī)發(fā)送字符串單片機(jī)接收PC發(fā)出的數(shù)據(jù)單片機(jī)控制的電動(dòng)自行車驅(qū)動(dòng)系統(tǒng)單片機(jī)數(shù)據(jù)發(fā)送程序發(fā)一個(gè)用定時(shí)器做的PWM基于1602+ds12b80+ds1302+音樂+電子書+流水燈的多功能電子表基于ADC0832的數(shù)字電壓表基于AT24C02的多機(jī)通信基于AT89C51+MAX7219的頻率計(jì) 附帶proteus仿真電路圖 實(shí)際硬件電路測(cè)試通過(guò)基于DS1302的日歷時(shí)鐘基于yjwpm測(cè)試過(guò)的DS18B20仿真實(shí)例多功能電子鐘多點(diǎn)溫度測(cè)量多路開關(guān)狀態(tài)指示大屏幕仿真子電路做的一個(gè)H型電機(jī)驅(qū)動(dòng)電路字符串函數(shù)string.h應(yīng)用舉例字符函數(shù)ctype.h應(yīng)用舉例宏定義應(yīng)用舉例定時(shí)器中斷控制的獨(dú)立式鍵盤掃描實(shí)驗(yàn)定時(shí)器控制交通指示燈定時(shí)器控制數(shù)碼動(dòng)態(tài)顯示定時(shí)器控制數(shù)碼管動(dòng)管顯示對(duì)I2C總線上掛接多個(gè)AT24C0

    標(biāo)簽: c51 單片機(jī) proteus 仿真

    上傳時(shí)間: 2021-10-27

    上傳用戶:wangshoupeng199

  • 工業(yè)以太網(wǎng)現(xiàn)場(chǎng)總線EtherCAT驅(qū)動(dòng)程序設(shè)計(jì)及應(yīng)用

    EtherCAT 是一利1應(yīng)用于工廠向動(dòng)化和| 流程向動(dòng)化領(lǐng)域的實(shí)時(shí)工業(yè)以太網(wǎng)現(xiàn)場(chǎng)總線協(xié)議,是工業(yè)通信網(wǎng)絡(luò)國(guó)際標(biāo)準(zhǔn)IEC6 11 58 和IEC6 1784 的組成部分。本書介紹了: 實(shí)時(shí)工業(yè)以太網(wǎng)技術(shù)進(jìn)展、EtherCA丁系統(tǒng)組成原理、EtherCA丁協(xié)議、從站專用集成電路芯片ETIIOO 、ETllOO 從站硬件設(shè)計(jì)實(shí)例、EtherCAT 用于伺?f?驅(qū)動(dòng)器控制應(yīng)用協(xié)議CoE 利、So E 、Windows XP 操作系統(tǒng)下EtherCAT主站驅(qū)動(dòng)程序設(shè)計(jì)、基于微處理器的EtherCAT 從站驅(qū)動(dòng)程序設(shè)計(jì)和| 開發(fā)實(shí)例。本書可作為工業(yè)向動(dòng)化和| 計(jì)算機(jī)控制專業(yè)研究生教材或教學(xué)參考書,亦可作為EtherCAT 協(xié)議開發(fā)技術(shù)人員的工具書。

    標(biāo)簽: 工業(yè)以太網(wǎng) 現(xiàn)場(chǎng)總線 ethercat

    上傳時(shí)間: 2022-07-04

    上傳用戶:xsr1983

  • VIP專區(qū)-3000套PLC實(shí)例程序

    資源包含以下內(nèi)容:1.2 COMP CHILLER.rar2.20-COMM-E Adapter Diagnostics.zip3.3 Phase Motor Startup Logic.zip4.500編程實(shí)例.rar5.550 OPTICOLOUR MOINITORING TM EDIT.rar6.6688-02.rar7.6[1].下降沿和鎖存指令試驗(yàn).rar8.72 Station Bit Shift PLC Program Triggers 3 Cognex Cameras.zip9.AB 1769-WS稱重模塊使用程序Compactlogix.zip10.AB 1769-WS稱重模塊使用程序micrologix.zip11.AB 5000的程序(老外的)帶伺服控制.rar12.AB L35E做的除塵器主要邏輯程序.rar13.AB PID實(shí)例仿真.rar14.AB PID實(shí)例仿真.rar.rar15.AB RSLogix 500 編寫的程序,里邊有典型溫度PID控制部分.rar16.AB SLC 5-04 PLC Communicating with PowerFlex 4 40 drives..zip17.ab slc500 的程序.zip18.ab slc500 的程序1.zip19.AB1 PLC PTO-PWM如何控制脈沖輸出的范例.rar20.AB_5 plc templates.zip21.AB_SLC500例程.RAR22.AB例子.rar23.Air Handling Unit.rar24.ALARM CODES.rar25.Allen Bradley Count and Move Example.rar26.Allied_18_03_05b.ACD27.ALTERNATOR METHODS.rar28.Anti-Tie Down.zip29.ASCII Write-read to ML1100 and R320 scale.zip30.Basic One Button Toggle 1.0.zip31.Binary Clock.rar32.Bit Pattern.rar33.Bit Shift Example.zip34.C3BCCXG.rar35.C3BCCXG_BAK311.rar36.christmas lights.rar37.CNET_messaging.rar38.CompactLogix_IO_Example.rar39.Complete Index Table.zip40.complete program for an automated brick packaging machine.rar41.Converting integer up to 16 to bit pattern.rar42.CONVEYOR ALTERNATOR CONTROLS.rar43.Conveyor FIFO (first in first out) w-Reject.zip44.Conveyor FIFO first in first out wReject.rar45.Counter as Timer.rar46.Cycle Countdown.zip47.Day of the week.zip48.Day of Week + Week Number + Auto BST adjustment.zip49.Day-of-Week Calculation for SLC 1.0.zip50.DaylightSavingAbsolute.rar51.Daylight_Savings_CLX.zip52.dcs.rar53.DeviceNet網(wǎng)絡(luò)組態(tài).rar54.Dialing a Cell Phone with a Micrologix 1500 using a Modem Attached.zip55.DnetExample.zip56.EAUDITOR1.rar57.Ethernet Link Status.zip58.FFL AND FFU.zip59.Flash an output a different number of times for different alarm conditions.rar60.Fuzzy Logic Add-on for RSLogix 5000.rar61.Generic Sequencer.zip62.HOME CONTROL BY PLC.zip63.Hot Water Heat Exchanger Control.rar64.Indirect Addressing - Pallet Tracking Brick Yard 500.zip65.Indirect Addressing Example.zip66.InView 2706-P42C w-Ethernet IP ASCII Example Code.zip67.i_canoe's Best Sequencer.zip68.Lead Lag Exhaust Fan Control.rar69.logix5000的一個(gè)例程,關(guān)于顯性連接.rar70.LONG DURATION PRECISION TIMER.rar71.Micrologix 1000 DDE Demo.zip72.MicroLogix 1100 Ethernet to Cognex Message.zip73.Micrologix 1200 HSC Configuration.zip74.MicroLogix 1500 ASCII Input example.zip75.MicroLogix 1500 DNet MSG to multiple PF40.zip76.micrologix 1500 sequence control and valve bank control of vacuum pump set.rar77.micrologix1500高速脈沖輸出例子.rar78.MicroLogix應(yīng)用案例.rar79.Misbehaving Axis.rar80.ML1000 monitors call for input signal; controls loader & cleaner conveyor.rar81.ML1000 Washing Machine Program using a step counter as a sequencer.zip82.ML1200 prog for precision chain oiling.rar83.mlhem slc500 program.rar84.MMS_040305.zip85.MODBUS例子程序.rar86.MODBUS通訊例程.rar87.MSG_PF40_Example.zip88.New Sequencer w-Bit Shift for Tracking.zip89.ONE BUTTON 3 O-P.pdf90.ONE BUTTON MOMENTARY.zip91.Pallet Queue Handling (FIFO) Logix5000.rar92.PC Module Status.zip93.PH CONTROL FLOW PACED WTP .rar94.Philip W's Simple Sequencer.zip95.Photoeye Make and Break Logic.zip96.Pick-n-Place Sequencer.zip97.Production TAKT Timer - PLC Program.zip98.RAMP Function Example Logic.zip99.Read Monitoring Parameters from E3 with SLC-5-0x.zip100.RS5000 Add-On Sequence Timer wpast times.rar101.RS5K的例子和RSME是一起.rar102.rslinx_opc.rar103.RsLogix 500 SQC SQO Basic Sequencer.zip104.RSLogix500 program to sort up to 255 numbers from smallest to largest.rar105.RSLogix500.One單次觸發(fā)中方案輸出試驗(yàn).rar106.RSLogix500.OSR上升沿3中方案輸出試驗(yàn).rar107.RSLogix500.比較指令試驗(yàn).rar108.RSLogix500.煤氣閥開指令簡(jiǎn)化試驗(yàn).rar109.RSLogix500.試驗(yàn)脈沖輸出.rar110.rslogix5000 modbus通訊程序.rar111.RSLOGIX5000 例程 V151.rar112.RSLOGIX5000 例程 V152.rar113.RSlogix5000的幾個(gè)例程.zip114.rslogix5000編程實(shí)例.rar115.RSLOGIX500編程步驟.rar116.Sample PLC Intergration with a Mold Machine.zip117.Sartorius SBI protocol parse.zip118.Save Version 2.0.zip119.Save.zip120.Sequence rotate 3 Outputs With 1 PB.rar121.Sequencer (SQO) Example - flashes 6x6 LED array with pre-loaded patterns.rar122.Shawn Michael - Micro1200 to PowerFlex4 via Modbus and AIC+.zip123.Simple 48 Step Sequencer.zip124.SLC 500 冗余程序例子.rar125.SLC ADD MANY REGISTERS AND AVERAGE THE VALUE.zip126.SLC CLOCK CHANGE FOR DAY LIGHT SAVINGS TIME.zip127.SLC to a Mettler Toledo BBK Scale RS-232 (thru Devicenet).zip128.SLC 處理器 PID 實(shí)例.rar129.SLC5-03 added to process line, watches for panel, sequence starts then times out to shutdown.rar130.SLC5-04 that monitors signals to, and output from, 3 metering pumps for copper plating tank.rar131.SLC500 monitors panels in dip line & replenishes 2 chemicals as needed.rar132.SLC500 Operating a Turntable Tapping machine with thread check probe.rar133.SLC500 PID例程(ENGLISH).rar134.Slc500_ pid.rar135.SLC500伺服控制和機(jī)器人控制程序.rar136.SLC500沖床.rar137.SLC500工程實(shí)例.rar138.SLC500系統(tǒng)MODBUS(RS485)通訊程序.rar139.Small Pumping Station Example using Subroutines.zip140.stepper motor.rar141.Table top conveyor tapping maching with thread check, SLC500, built to tap nuts for Saturn cars.rar142.Tank program.zip143.Temperature Trend Direction Flag.zip144.the overtravel switches for servos.rar145.Toggle Bit.zip146.TOGGLE-BIT BY STATUS BIT's.pdf147.TRAFFIC LIGHT, both directions with pedestrian walk, using 1 timer.rar148.Train crossing.rar149.Trane Chiller Chilled Water Reset.rar150.TRUNCATE IEEE754 FLOAT.zip151.TShark Triggering.zip152.Water treatment plant PH Control program using CO2 injection.rar153.[MMS_039839]Copying a DINT variable to Ebool array, Count no. of high bits and it's location.zip154.[MMS_039840]ASCII_Messaging.zip155.[MMS_040305]ASCII Read , Write for CompactLogix & Bul900 single loop temperature Controller.zip156.[MMS_040306]Configuration of AMCI 3601 Single Axis Stepper Motor Controller with CompactLogix..zip157.[MMS_040307]MD60, MD65 Drives control with CompactLogix.zip158.[MMS_040315]Double INC and Double DEC of INT datatype.zip159.[MMS_040316]DINT Conversion of INT data type and Arithmatic comparison between the values..zip160.[MMS_040317]DINT Conversion of INT data type and Arithmetic operations like Div, Mul, Sub and Add..zip161.[MMS_040318]DINT data type to String data type conversion..zip162.[MMS_040319]Swaps Byte in an array..zip163.[MMS_040322]Decoding of Boolean array..zip164.[MMS_040323]Encoding of Boolean array..zip165.[MMS_040324]Value search in an array..zip166.[MMS_040325]Bubble sorting.zip167.[MMS_040326]Level control using FBD..zip168.[MMS_040327]Ramp Control of Electrical parameters..zip169.[MMS_040328]Data Comparision of value in array files..zip170.[MMS_040329]Battery testing application..zip171.[MMS_040330]Using any Logix processor as either a Modbus RTU master or slave..zip172.[MMS_040331]Photoeye detector make and break logic..zip173.[MMS_040340]AMCI 1642 2-Ch resolver interface module configuration with CompactLogix..zip174.[MMS_040342]Programming and configuring AMCI, SSI Interface 7662 module with CompactLogix..zip175.[MMS_040343]PID Control of Temperature..zip176.[MMS_040345]Configuring SST Profibus connectivity Module..zip177.[MMS_040362]Sequential Startup of motors..zip178.[MMS_040369]Messaging between CompactLogix Controller on ControlNet.zip179.[MMS_040370]Messaging between CompactLogix Controller on Ethernet..zip180.[MMS_040371]Communication between CompactLogix Controllers on DeviceNet..zip181.[MMS_040372]Controlling Point I-O Over EtherNet..zip182.[MMS_040373]Controlling Point I-O on ControlNet..zip183.[MMS_040374]Controlling Point IO Over Devicenet..zip184.[MMS_040375]Controlling Point I-O Over DeviceNet..zip185.[MMS_040376]PanelView Plus with CompactLogix over EtherNet-IP..zip186.[MMS_040377]PanelViewPlus with Compactlogix Via Serial port.zip187.[MMS_040378]PanelView Plus in both master and slave mode..zip188.[MMS_040379]PanelView Plus Unscheduled communication over ControNet.zip189.[MMS_040380]PanelView Plus Scheduled communication over ControNet.zip190.[MMS_040381]Metal refining Application..zip191.[MMS_040382]Application of Fabric Calender..zip192.[MMS_040383]Application of Fabric Extruder..zip193.[MMS_040384]Winder Application.zip194.[MMS_041055]Structured Text bubble sort.zip195.[MMS_041135]DriveLogix Absolute Position.zip196.[MMS_041136]SynchLink System PowerFlex 700S.zip197.[MMS_041144]Logix with PowerFlex 4-class drive on EtherNet-IP.zip198.[MMS_041145]Controlling Point I-O on DeviceNet.zip199.[MMS_041146]Simple control of EtherNet-IP Point I-O.zip200.[MMS_041147]Boiler Control Module.zip201.[MMS_041148]Make-up Air Handler control for Semiconductor Unit.zip202.[MMS_041149]Recirculating Air Handler control for Semiconductor Unit.zip203.[MMS_041150]Scrubber Unit control for Semiconductor Unit.zip204.[MMS_041151]ASCII communication with CompactLogix L35E.zip205.[MMS_041152]Control for Shampoo skid.zip206.[MMS_041153]Control for Shampoo skid.zip207.[MMS_041154]Distilizer control for Alcohol.zip208.[MMS_041155]Polled Data Transfer on DeviceNet between CompactLogix and Panel View Standard.zip209.[MMS_041156]CompactLogix PV Standard Dnet Polled Data Transfer.zip210.[MMS_041196]Powder Coating.zip211.[MMS_041220]Standard Motion Starting Point.zip212.[MMS_041221]Motion on a ControlLogix.zip213.[MMS_041223]Motion Control fault capture logic and HMI screens.zip214.[MMS_041231]Bar Code Printing.zip215.[MMS_041232]Monitor I-O Connections in Logix.zip216.[MMS_041233]Convert DINT to INT in Logix controllers.zip217.[MMS_041234]Logix Fault Handler.zip218.[MMS_041235]Inhibit, uninhibit servo motion axis.zip219.[MMS_041236]Phase Manager Batch Process Application.zip220.[MMS_041259]Hydraulic Valve Control in Blast Furnace.zip221.[MMS_041285]Power Programming with Phase Manager (ACD).zip222.[MMS_041368]Gypsum Feed Control.zip223.[MMS_041369]Dust Collection.zip224.[MMS_041391]Cement Silo charging.zip225.[MMS_041392]Mill feed and Auxilary Control.zip226.[MMS_041393]FlyAsh Silo charging.zip227.[MMS_041394]FlyAsh Transport control.zip228.[MMS_041395]Clinker feeding.zip229.[MMS_041396]Cement Packers and Transport.zip230.[MMS_041397]Reading CLX_val using EWEB.zip231.[MMS_041450]PID Control of Temperatue in Yarn Spining.zip232.[MMS_041451]PID Control of Pressure in Yarn Spining.zip233.[MMS_041452]Speed Controls in Plastic Extrusion.zip234.[MMS_041471]DeviceNet Warm Backup.zip235.[MMS_041472]ControlNet warm backup.zip236.[MMS_041473]Input Time Stamping.zip237.[MMS_041516]InView Message Display on L35E or ControlLogix.zip238.[MMS_041553]ControlNet Connection and Media Status.zip239.[MMS_041574]Ethernet Diagnostics Module.zip240.[MMS_041621]Alarm-low processor battery.zip241.[MMS_041930]Control Modules to control a Valve and Motor.zip242.[MMS_042348]Using an Ultra3000 as an Indexer on DeviceNet with a CompactLogix.zip243.[MMS_042349]How to read-write data to-from a PLC using OPC in Visual Basic 6.zip244.[MMS_042350]How to send-receive SMS text messages using Westermo modem.zip245.[MMS_042351]How to switch the mode of a CLX serial port.zip246.[MMS_042352]How to trigger an Autotune of a PIDE Function Block.zip247.[MMS_042463]FlyingShear Sample.zip248.[MMS_042496]Data Buffering and Handshaking example.zip249.[MMS_042497]Using Phase Manager to Build a Scalable Batching Solution.zip250.[MMS_042504]Logix5000 interface to Atlas-Copco Tool Controller over EtherNet-IP.zip251.[MMS_043071]Phase Manager and a Scalable Batching Solution.zip252.[MMS_043640]DeviceNet Diagnostic.zip253.[MMS_043659]ControlNet Diagnostic with PF70 & Flex I-O.zip254.[MMS_043846]Power Programming with Phase Manager 1.1.zip255.[MMS_043847]Power Programming with Phase Manager 1.1 Trainings Package.zip256.[MMS_043879]Programming in SFC and ST Language.zip257.[MMS_043934]1769-SM2 Compact I-O to DSI Module - Single Mode Operation.zip258.[MMS_043935]1769-SM2 Compact I-O to DSI Module - Multi-Drive Mode Operation.zip259.[MMS_043949]1769-SM1 Compact I-O to SCANport-DPI Module.zip260.[MMS_044019]Event Viewer for Factory Talk Batch Electronic Batch Journals.zip261.[MMS_044022]Third Party Drive to PowerFlex Drive Replacement on DeviceNet.zip262.[MMS_044023]Display of number of Output's ON in a given instance.zip263.[MMS_044098]1769-ASCII Simultaneous Mode.zip264.[MMS_044099]1769-ASCII in Alternating Mode.zip265.[MMS_044100]1769-ASCII, MicroLogix 1500.zip266.[MMS_044148]PLC to PLC Heartbeat Watchdog.zip267.[MMS_044151]Configuring Profibus PA into RSLogix5000.zip268.[MMS_044314]Reading Profibus PA Data from Control Sistem ControlLogix.zip269.[MMS_044386]1769-SM2 Compact I-O to DSI Module - Multi Drive Mode Operation - with complete tag structure.zip270.[MMS_044518]bagger machine.zip271.[MMS_044661]Control three boiler elements in Fieldbus Foundation.zip272.[MMS_044663]Control daisy chain wiring in Fieldbus Foundation.zip273.[MMS_044666]Translation N-A.zip274.[MMS_044667]Translation N-A.zip275.[MMS_044695]ME Faceplates for 1756 Digital and Analog I-O.zip276.[MMS_044696]ME Faceplates for 1797 Digital and Analog I-O.zip277.[MMS_044697]ME Faceplates for 1794 Digital and Analog I-O.zip278.[MMS_044701]Logix Controller Date.zip279.[MMS_044710]Temperature Converter.zip280.[MMS_044711]Controlling with totalizer through Fieldbus Foundation.zip281.[MMS_044712]Feed Forward control in Fieldbus Foundation.zip282.[MMS_044713]Math and Compare operations with 64-bit Long Integer Tags LINT Data Type in RSLogix5000 ver 16.zip283.[MMS_044714]SCP Scale w-Parameters AOI for RSlogix 5000 ver 16.zip284.[MMS_044715]PV variable of PA instrument in the ControlLogix.zip285.[MMS_044716]Configurable WALLCLOCKTIME attributes (V16 and above).zip286.[MMS_044717]LPS and PlantMetrix Interfacing Code.zip287.[MMS_044723]IF4FXOF2F Generic Profile Example.zip288.[MMS_044727]MicroLogix 1500 reading multiple PF40 Drives.zip289.[MMS_044765]Speed up searches of Logix5000 Arrays using a Binary Search Add-On Instructions.zip290.[MMS_044766]Configurable Flow Meter Module in Generic profile.zip291.[MMS_044786]ME Faceplates for 1769 Digital and Analog I-O.zip292.[MMS_044787]ME Faceplates for 1734 Digital and Analog I-O.zip293.[MMS_044788]ME Faceplates for 1738 Digital and Analog I-O.zip294.[MMS_044909]DeviceNet Scanner Archive Logic for Multiple Scanners.zip295.[MMS_044928]Formulation Manager for Factory Talk Batch.zip296.[MMS_044968]Add On Instructions Scale Value.zip297.[MMS_044973]AOI-Scale with Rate.zip298.[MMS_044974]AOI for LD Scale Value.zip299.[MMS_044975]Automotive Ball Press.zip300.[MMS_044992]ME Faceplates-AOIs for PowerFlex Drives V1617.zip301.[MMS_045101]KAT Program-HMI for a 1 Axis Motion Application.zip302.[MMS_045102]KAT Program-HMI for a 2 Axis Motion Application.zip303.[MMS_045103]KAT Program-HMI for a 3 Axis Motion Application.zip304.[MMS_045104]KAT Program-HMI for a 4 Axis Motion Application.zip305.[MMS_045105]KAT Program-HMI to build Multi-Axis Count Motion Applications and use different size displays.zip306.[MMS_045106]KAT HMI template and Instructions for a Multi-language Applications.zip307.[MMS_045107]KAT Excel Fault Analysis Routine.zip308.[MMS_045169]DeviceNet Modular DSA Auto Accept Configuration Application.zip309.[MMS_045617]AOI for Logix platform.zip310.[MMS_045618]AOI for Logix platform.zip311.[MMS_045718]Vertical Axes Torque Control Pickup.zip312.[MMS_045719]Rotary Knife with SoftLogix.zip313.[MMS_045740]Handling manual movement of axis using an Add On Instruction (AOI), AMMH (Axis Manual Move Handling).zip314.[MMS_045748]Converting movement of Virtual Axis in real movement over PowerFlex Drives without any motion module.zip315.[MMS_045777]Enhanced Reporting for FactoryTalk Batch.zip316.[MMS_045780]Time Stamping with Logix Alarms and Events.zip317.[MMS_045783]Enhanced Event Archiving for Factory Talk Batch.zip318.[MMS_045830]Date-Time.zip319.[MMS_045845]Process AOI and Faceplate-Analog Input.zip320.[MMS_046016]How to read K6k 7 Segment Display Fault Code on RSLogix5000.zip321.[MMS_046052]ME Faceplates for DeviceNet Diagnostics in a Logix Controller Phase 2.zip322.[MMS_046057]AOI - Count bit's ON in DINT.zip323.[MMS_046177]Configuring Mvi69 Hart Module with CompactLogix..zip324.[MMS_046180]CompactFlash Data Storage.zip325.[MMS_046233]Tank Volume AOI.zip326.[MMS_046250]Configuration for AMCI 7662 SSI module (1769 I-O system).zip327.[MMS_046251]Converter - REAL to 28-bit, dual INT as used by AMCI.zip328.[MMS_046252]AMCI 7662 programmatic constants UDT.zip329.[MMS_046257]Communication Between 1756-DH-RIO & 1771-ASB Module.zip330.[MMS_046258]1794-IE8H Hart Module 8-Channel data collection Code.zip331.[MMS_046270]Mettler-Toledo IND780 AOP file and sample code for ControlNet and Ethernet-IP.zip332.[MMS_046304]FX2R.zip333.[MMS_046305]R2FX.zip334.[MMS_046315]GLX_Example.zip335.[MMS_046317]Auto-Manual Toggle Add-On Instruction.zip336.[MMS_046318]Scale with Parameters Add-On Instruction.zip337.[MMS_046353]using RSlogix v16 alarming instructions with RSViewSE-32 and FactoryTalk View ME.zip338.[MMS_046356]SELX.zip339.[MMS_046360]Counting Number of TRUE I-O Points.zip340.[MMS_046361]Reversing Bit Order in a INT-DINT.zip341.[MMS_046393]Motor Speed Reference.zip342.[MMS_046427]String Decoder.zip343.[MMS_046451]xNC - CNC functionality for Logix processors.zip344.[MMS_046452]Ultra 3000 Devicenet Configuration for SLC, CompactLogix or MicroLogix.zip345.[MMS_046453]ME Faceplates-AOIs for E3 Plus Overload Relays on DeviceNet.zip346.[MMS_046456]ME Equipment Status Summary Faceplate for PowerFlex, Kinetix, E3 Plus,.zip347.[MMS_046457]Mettler-Toledo Automated Precision Weighing Modules on DeviceNet.zip348.[MMS_046459]InView on EtherNet Add On Instruction.zip349.[MMS_046461]PID with CV Limiting and Full-Range Manual Control.zip350.[MMS_046462]Axis Dry Run using an Add On Instruction (AOI), MADR (Motion Axis Dry Run).zip351.[MMS_046463]ME Alarm History Faceplate for PowerFlex, Kinetix, E3 Plus,.zip352.[MMS_046466]SE Faceplates for 1734 Digital and Analog I-O.zip353.[MMS_046467]SE Faceplates for 1738 Digital and Analog I-O.zip354.[MMS_046468]SE Faceplates for 1756 Digital and Analog I-O.zip355.[MMS_046469]SE Faceplates for 1769 Digital and Analog I-O.zip356.[MMS_046505]Homing to overtravel & Recovery from overtravel.zip357.[MMS_046506]SE Faceplates for 1794 Digital and Analog I-O.zip358.[MMS_046507]SE Faceplates for 1797 Digital and Analog I-O.zip359.[MMS_046508]MVI56-MCM (Add On Instruction (AOI)).zip360.[MMS_046509]SE Faceplates-AOIs for PowerFlex Drives on ENet or CNet V16V17.zip361.[MMS_046632]AOI and Global Object for Hirschmann RS20-MS20 switches.zip362.[MMS_046643]ME faceplate for EtherNet-IP Diagnostics V2.zip363.[MMS_046644]ME Faceplates for ControlNet Diagnostics.zip364.[MMS_046682]ME Faceplates for 1734 Digital and Analog I-O with Descriptions.zip365.[MMS_046683]ME Faceplates for 1738 Digital and Analog I-O with Descriptions.zip366.[MMS_046684]ME Faceplates for 1756 Digital and Analog I-O with Descriptions.zip367.[MMS_046685]ME Faceplates for 1769 Digital and Analog I-O with Descriptions.zip368.[MMS_046686]ME Faceplates for 1794 Digital and Analog I-O with Descriptions.zip369.[MMS_046687]ME Faceplates for 1797 Digital and Analog I-O with Descriptions.zip370.[MMS_046688]Managing a Crank Geometry.zip371.[MMS_046691]Integrated Architecture Foundations of Modular Programming.zip372.[MMS_046777]Monitoring E3-E3+ using SLC-5-0x.zip373.[MMS_046826]Managing a Crank Geometry (Rev1).zip374.[MMS_046827]Obtain the master position in a CAM for a given slave value.zip375.[MMS_046847]1769-SM2 Compact I-O to DSI Module - AOI for Multi Drive Mode Operation- with complete tag structure.zip376.[MMS_046908]Motor Monitor.zip377.[MMS_046957]Obtain the master position in a CAM for a given slave value (opposite of MCSV).zip378.[MMS_046989]KAT with Code Sequencer.zip379.[MMS_047084]Set and index trajectory of motion systems using an Add On Instruction, MPI (Motion Profile Indexer).zip380.[MMS_047096]Zeller Calculation.zip381.[MMS_047178]Generic Connection for the 1756-HSC Ser A Rev 2.1-Ser B Rev 3.X, ACD Rev 3.zip382.[MMS_047202]Motor Starter FVNR.zip383.[MMS_047209]Motor Starter FVR.zip384.[MMS_047221]Time cursors to measure elapsed time.zip385.[MMS_047223]Motor Starter VFD.zip386.[MMS_047224]Motor Monitor.zip387.[MMS_047273]Monitor Cutting Tools-Saw.zip388.[MMS_047307]RSSql Handshaking Add-on Instruction.zip389.[MMS_047317]Motor Sequence Starter.zip390.[MMS_047332]SLC 500 to 20-Comm-R RIO I-O Messaging.zip391.[MMS_047333]Motor Sequence Starter with timers to start.zip392.[MMS_047409]ViewSE Optional Numeric Keypad (Min-Max).zip393.[MMS_047415]Safety Device Logic and Guard I-O Configuration for GuardLogix Systems.zip394.[MMS_047416]ME Faceplates-AOIs for GuardLogix Safety Systems.zip395.[MMS_047490]Library of Add-On Instruction to control InView displays.zip396.[MMS_047601]AOI to Toggle Input Push Button.zip397.[MMS_047643]AOI ISO Weeknumber.zip398.[MMS_047737]System Time 64Bit Interpreted AOI.zip399.[MMS_047773]Convert Feet to Millimeters.zip400.[MMS_047774]Convert Millimeters to Feet and Inches.zip401.[MMS_047811]SAF1 - Store.zip402.[MMS_047891]ME Faceplates-AOIs for PowerFlex Drives - Chinese V5V16.zip403.[MMS_047909]Controlling a Danfoss FC302 via Ethernet-IP.zip404.[MMS_047978]Sample Code Website Test.zip405.[MMS_048112]Motor Jog FVr.zip406.[MMS_048132]Synchronizing Controller WCT using 1588 CIP SYNC..zip407.[MMS_048134]Time Stamping SOE Events using CIP SYNC..zip408.[MMS_048165]Torque Converter for Servo Motor-AOI-Torque Feedback (% to Nm) and Peak Torque-Force Lim (Nm to %).zip409.[MMS_048245]Deciphering OB16D status bits.zip410.[MMS_048275]Dynamix Surveillance Accelerator Toolkit Logix Files.zip411.[MMS_048276]Dynamix Surveillance Accelerator Toolkit View File.zip412.[MMS_048292]Torque Disturbance Detector for Motion Axis.zip413.[MMS_048295]Translated FactoryTalk Alarms and Events displays.zip414.[MMS_048463]ME-SE Faceplate-AOIs for Stratix 8000 Switches.zip415.[MMS_048469]ME Faceplate-AOI for Stratix 8000 for PanelView Plus 600.zip416.[MMS_048785]An AOI to convert movement of Virtual Axis in real movement over AC induction motors PowerFlex 700 V.zip417.[MMS_049047]JulianDay.zip418.[MMS_049136]ME-SE Faceplates AOIs for PowerFlex Accelerator Toolkit.zip419.[MMS_049157]Daylight Savings.zip420.[MMS_049158]5xRFID (EIP) Interface and the Logix Platform.zip421.[MMS_049188]ME Faceplate-AOI for Kinetix Servo Drives Rev 3 (V16V4).zip422.[MMS_049334]AOI_ABSPOS_Converts incremental position to absolute.zip423.[MMS_049390]Factory Talk View ME Face Plate for 9300-8EDM.zip424.[MMS_049408]Convert DINT SIG to UNSIG.zip425.[MMS_049409]Generate setpoint speed.zip426.[MMS_049473]Consolidated InView Messaging AOIs.zip427.[MMS_049928]Polinomial CRC16 Data Check Algorithm.zip428.[MMS_049996]Bit Set-Reset.zip429.[MMS_050367]Elapsed Timer.zip430.[MMS_050368]Timer Count Down to Zero.zip431.[MMS_050370]SE Faceplates for 1756 Digital and Analog I-O with Descriptions.zip432.[MMS_050371]SE Faceplates for 1734 Digital and Analog I-O with Descriptions.zip433.[MMS_050372]SE Faceplates for 1738 Digital and Analog I-O with Descriptions.zip434.[MMS_050373]SE Faceplates for 1769 Digital and Analog I-O with Descriptions.zip435.[MMS_050374]SE Faceplates for 1794 Digital and Analog I-O with Descriptions.zip436.[MMS_050375]SE Faceplates for 1797 Digital and Analog I-O with Descriptions.zip437.[MMS_050376]SE Faceplate-AOI for Kinetix Servo Drives V1617.zip438.[MMS_050469]ME Faceplates for Powermonitor1000 on EnetNet-IP.zip439.[MMS_050494]Propagating SOE Time Stamp Data to an FTViewSE Alarm Banner in a Standard CLX Redundancy System.zip440.[MMS_050565]Select A Bit.zip441.[MMS_050593]ME Faceplates for 1769 Digital and Analog I-O -Chinese V5V16.zip442.[MMS_050800]SE Faceplates-AOIs for E3 Plus Overload Relays on DeviceNet.zip443.[MMS_050801]SE Equipment Status Summary Faceplate for PowerFlex, Kinetix, E3 Plus,.zip444.[MMS_050805]Ultra 3000 SERCOS Error Code Capture and History.zip445.[MMS_051271]SMS messaging with Micrologix.zip446.[MMS_051276]DeviceNet Node Commissioning Application for Logix.zip447.[MMS_051325]Elasped Time Add-on Instruction.zip448.[MMS_051450]PVc600 PID Faceplates.zip449.[MMS_051517]ME-SE Faceplate-AOIs for Stratix 6000 Switches.zip450.[MMS_051519]ME Faceplate-AOI for Stratix 6000 for PanelView Plus 600.zip451.[MMS_051612]Using a Logix Controller to Write Read Data to- from an Alien (UHF) Reader Model 9780 and 9800.zip452.[MMS_051617]Number Converter AOI.zip453.[MMS_052014]GuardPLC 1600 Lab for Democase.zip454.[MMS_052015]GuardPLC 1600 code for democase.zip455.[MMS_052028]ControllerLogServices.zip456.[MMS_052047]Simple Speed Control Building Block.zip457.[MMS_052048]Simple Position Control Building Block.zip458.[MMS_052049]Simple Temperature Control Building Block.zip459.[MMS_052050]Simple Position Control via HMI Building Block.zip460.[MMS_052051]Simple Motor Control Building Block.zip461.[MMS_052052]Simple RGB Color Sensing Building Block.zip462.[MMS_052053]SmartGuard 600 and MicroLogix Communication Building Block.zip463.[MMS_052054]SmartGuard 600 E-Stop Building Block.zip464.[MMS_052055]SmartGuard 600 Single Zone Safety Gate Building Block.zip465.[MMS_052057]SmartGuard 600 Dual Zone Safety Gate Building Block.zip466.[MMS_052058]SmartGuard 600 Laser Scanner Building Block.zip467.[MMS_052059]SmartGuard 600 E-Stop and Safety Mat Building Block.zip468.[MMS_052060]SmartGuard 600 Locking Gate and Guard I-O Building Block.zip469.[MMS_052061]SmartGuard 600 Light Curtain and Guard I-O Building Block.zip470.[MMS_052062]SmartGuard 600 Bi-directional Muting Light Curtain Building Block.zip471.[MMS_052162]ME Faceplates-AOIs for SMC Flex Smart Starters V4-V16.zip472.[MMS_052248]Simple Alarm Coordination Building Block.zip473.[MMS_052255]DeviceNet Motion KAT_L2x_1axis.zip474.[MMS_052259]DeviceNet Motion KAT_L3x_1axis.zip475.[MMS_052260]DeviceNet Motion KAT_L3x_2axis.zip476.[MMS_052261]DeviceNet Motion KAT_L3x_3axis.zip477.[MMS_052301]Dynamix Machine Profile for Conveyor.zip478.[MMS_052302]Dynamix Machine Profile for Motor and Fan.zip479.[MMS_052303]Dynamix Machine Profile for Motor and Pump.zip480.[MMS_052304]Dynamix Machine Profile for a Machine Roll.zip481.[MMS_052306]Dynamix XM-122 gSE AOI.zip482.[MMS_052307]Dynamix Sequencer AOI.zip483.[MMS_052439]Sunrise-Sunset.zip484.[MMS_052442]eProcedure for Mobile devices.zip485.[MMS_052443]Simple Taught Color Sensing Building Block.zip486.[MMS_052709]DataSite to CLX Master Accelerator Toolkit.zip487.[MMS_052710]DataSite to ME Master Accelerator Toolkit.zip488.[MMS_052711]DataSite to SE MasterAccelerator Toolkit.zip489.[MMS_052836]Analog in - discrete out.zip490.[MMS_052875]ME Faceplate_AOI for Kinetix Servo Drives Rev 4 (V17_V5).zip491.[MMS_052903]Hardy 1769 weigh scale AOP - Add On Profile.zip492.[MMS_052929]PowerFlex 70.zip493.[MMS_052942]PF755 Demo_Scale Block.zip494.[MMS_052943]PF755 Demo_Diverter Example.zip495.[MMS_052944]PF755 Demo_RTC Example.zip496.[MMS_052945]PF755 Demo_Selector Switch.zip497.[MMS_052946]PF755 Demo_Wet Well Example.zip498.[MMS_052963]Step Sequencer AOI.zip499.[MMS_052964]Tank Volume with handlers and end caps.zip500.[MMS_052965]Simple Modbus Slave Kit for Logix Processors.zip501.[MMS_052973]ME Faceplate-AOI for Kinetix Servo Drives Rev 4 (V17-V5)).zip502.[MMS_053014]Divide LINT by DINT.zip503.[MMS_053105]Motion profile generator for 8 cam laws using an AOI, Motion Axis Complex Move (MACM).zip504.[MMS_053118]Dynamix Seq Dwell PVP400 grey.zip505.[MMS_053204]Batch Campaign Manager Source Code.zip506.[MMS_053207]ME-SE Faceplate-AOIs v2 for Stratix 8000 Switches.zip507.[MMS_053304]SERCOS PacML 3_0 KAT.zip508.[MMS_053305]SERCOS Simple Sequencer KAT.zip509.[MMS_053306]SERCOS Phase Manager KAT.zip510.[MMS_053309]ME PV+600 Faceplate-AOIs v2 for Stratix 8000 Switches.zip511.[MMS_053453]ME Faceplates for Logix Processors.zip512.[MMS_053504]Wipotec Weight Cell - SW.zip513.[MMS_053607]Complete step profile update by one MSG.zip514.[MMS_053635]PCam Profile Display AOI.zip515.[MMS_053644]FactoryTalk VantagePoint integration into FactoryTalk View SE Demo Content.zip516.[MMS_053656]heat control.zip517.[MMS_053662]AOI for QTS-CLX-PVX PROVOX Module REV 1.1.zip518.[MMS_053717]EStop-Gate Switch Building Block.zip519.[MMS_053719]Motion PTO Building Block.zip520.[MMS_053720]Simple Package Measurement Building Block.zip521.[MMS_053802]Water Wastewater Accelerator Factory Talk View HMI Application.zip522.[MMS_053803]Water Wastewater Accelerator Logix Code.zip523.[MMS_053815]SE Faceplates-AOIs for SMC Flex Smart Starters V4V16.zip524.[MMS_054248]Energy System Project Files.zip525.[MMS_054307]ME Faceplates for E1 Plus Overload Relay on DeviceNet.zip526.[MMS_054308]SE Faceplates for E1 Plus Overload Relays on DeviceNet.zip527.[MMS_054314]FactoryTalk Historian Tag Toggler.zip528.[MMS_054334]Logix-PanelView Plus Calculator Tool.zip529.[MMS_054397]Bi-Direction 2 Sensor L-Type Muting w-3rdEnable Building Block.zip530.[MMS_054399]Bi-Direction 4 Sensor T-Type Muting Building Block.zip531.[MMS_054400]Pump Control Building Block.zip532.[MMS_054402]Single Direction 2 Sensor L-Type Muting Building Block.zip533.[MMS_054465]Change HMI screens.zip534.[MMS_054466]Convert milliseconds H_M_S.zip535.[MMS_054467]Convert Hours, min, sec to millisec.zip536.[MMS_054468]Periodic timer H-M-S.zip537.[MMS_054469]Cycle Circular.zip538.[MMS_054470]Cycle Linear.zip539.[MMS_054473]Full Voltage Reversing Starter Control.zip540.[MMS_054493]GuardLogix and POINT Guard on DeviceNet.zip541.[MMS_054613]K300 EthernetIP Eternal Reference Program Example.zip542.一個(gè)500伺服程序.rar543.一個(gè)AB PID控制的例子.rar544.一個(gè)DNET的SLC500實(shí)例.rar545.一個(gè)PLC5實(shí)例.rar546.一個(gè)RSEmulator5000的測(cè)試小程序.rar547.一個(gè)RSLOGIX500編的程序.rar548.一個(gè)初學(xué)者可以看懂的SLC500 程序.rar549.一個(gè)自己做的AB的pid模擬程序,供新人學(xué)習(xí).rar550.一條自動(dòng)輸送生產(chǎn)線程序(SLC500).rar551.上海飛奧做的天燃器末站PLC系統(tǒng)程序.rar552.兩個(gè)化工控制的程序.rar553.使用SFC來(lái)編寫順控程序.rar554.共享學(xué)習(xí)PIDE的例程.zip555.哥斯達(dá)黎加.rar556.大材小用-搶答器.rar557.天津錦湖輪胎的設(shè)備程序.rar558.客車生產(chǎn)脫脂設(shè)備程序.rar559.小型壓合機(jī).rar560.德國(guó)卸船機(jī)程序電廠用于碼頭卸煤.rar561.斗輪機(jī)(ABPLC SLC500).rar562.更改注釋xiaotiantian.rar563.氣壓檢漏機(jī)圖紙程序.rar564.水廠程序(1).rar565.水廠程序.rar566.污水廠的處理系統(tǒng).rar567.濾池器.rar568.電廠化學(xué)凈水加藥系統(tǒng)程序V12.rar569.電廠化學(xué)補(bǔ)給水泵房PLC控制系統(tǒng)邏輯程序.rar570.皮帶機(jī)程序.rar571.示例程序2(船用).rar572.示例程序(船用).rar573.美國(guó)AB公司PLC5的沖床程序,帶注釋,經(jīng)典.rar574.老外電機(jī)生產(chǎn)線上的設(shè)備程序.rar575.老外的折彎?rùn)C(jī)程序.AB軟件編的.有詳細(xì)注解英文.rar576.老外編的SLC500的PID調(diào)節(jié)部分程序.rar577.老美 編寫的程序供學(xué)習(xí).rar578.老美寫的料片清洗機(jī)程序,RIO用于與機(jī)器人和變頻器交換信號(hào).rar579.自編四位換檔程序(供鉆機(jī)行業(yè)參考).rar580.計(jì)數(shù)器程序.rar581.讀PLC時(shí)間,PLC各狀態(tài),遠(yuǎn)程站狀態(tài)等的程序v12.6.rar582.這是老外做的一個(gè)AB SLC500的程序.zip583.2 pumps one float 90-30 LM90.zip584.Better 2pmps 1 float 90-30 LM90.zip585.Clock Operation.zip586.COMM.rar587.Event drum 90-30 LM90.zip588.GE 90-30 Assembly Machine using Verso Pro.zip589.GE 90-30 Walking Beam Test Machine with Bit Shift.zip590.GE Fanuc 90-70 Boiler Control and Burner Managment.zip591.350可逆式冷軋機(jī).rar592.6頭半自動(dòng)灌裝機(jī)EV文本與LGPLC實(shí)例程序.rar593.LG PLC+HITECH 人機(jī)介面用在PCB生產(chǎn)線上的程式(帶注釋).rar594.LG 壓力機(jī)程序.rar595.LG-k系列轉(zhuǎn)速測(cè)量.rar596.LG程序.rar597.內(nèi)圓磨3MZ208.rar598.半自動(dòng)泡沫成型機(jī)LG PLC程序.rar599.南沙鏜銑.rar600.發(fā)個(gè)LG XGB PLC的程式,用於線路板設(shè)備.rar601.密胺餐具液壓成型機(jī),LG程序,電路圖,IO分配,信捷文本屏OP320A全套,.rar602.恒壓供水系統(tǒng).rar603.果凍全自動(dòng)填充機(jī)LG- MT500.rar604.果凍全自動(dòng)殺毒線.rar605.梳棉機(jī).rar606.注塑加預(yù)塑臥式轉(zhuǎn)盤機(jī).rar607.流延膜設(shè)備.rar608.液壓車床帶機(jī)械手雙拖板.rar609.自動(dòng)開關(guān)門.rar610.韓國(guó)產(chǎn)印刷機(jī).rar611.韓國(guó)大浩切紙機(jī)程序.rar612.1000T鋁型材液壓機(jī)程序.rar613.1000噸注塑機(jī)程序 (三菱PLC FX2N).rar614.100定型.rar615.10種單按鈕起挺控制程序.rar616.11.rar617.1102刨床控制.rar618.1105PLC與變頻器的RS485通信控制.rar619.125噸廢紙打包機(jī)程序.rar620.12頭充填機(jī)用于灌裝泡泡水.rar621.12層電梯.rar622.12層電梯程序.rar623.12層電梯程序.zip624.140取樣鋸.rar625.16MR.rar626.16t門機(jī)程序.rar627.16個(gè)燈流水燈光控制.rar628.2000噸液壓機(jī).rar629.20074216432582759.rar630.20個(gè)plc樣例程序.rar631.2102工業(yè)洗衣機(jī)程序控制系統(tǒng).rar632.2104中央空調(diào)冷凍泵節(jié)能運(yùn)行控制.rar633.21FR送料器FX.rar634.22層電梯的程序,有輸入輸出說(shuō)明.rar635.22層電梯的程序.rar636.22層程序有輸入輸出說(shuō)明.rar637.24或32塊標(biāo)準(zhǔn)磚程序(變頻器)來(lái)回?cái)[動(dòng).rar638.25個(gè)三菱PLC程序.rar639.2樓A后車.rar640.2軸伺服控制(AD75-P2)壓焊機(jī) ( 帶人機(jī) 有注釋多點(diǎn)定位控制).rar641.3M程序.rar642.3層雜物電梯.rar643.3層雜物電梯(帶全注釋).rar644.3種單按鈕起挺控制程序.rar645.3色平網(wǎng)印花機(jī).rar646.400噸沖床.rar647.400噸壓機(jī).rar648.400噸打包機(jī)(俄羅斯).rar649.400噸打包機(jī)(俄羅斯).rar650.4Y×16X鍵盤掃描程序.rar651.4個(gè)三菱4DA驅(qū)動(dòng)15個(gè)壓延電機(jī)和序.rar652.4分頻電路.rar653.4臺(tái)電機(jī)啟動(dòng)程序.rar654.4臺(tái)電機(jī)啟動(dòng)程序(自編).rar655.5111821044626730@滅菌柜plc程序.rar656.5111822485310638@三菱fx2控制貨梯程序2.zip657.5111822485318002@三菱fx2控制貨梯程序1.zip658.5112323512966280@三菱fx+沈陽(yáng)藍(lán)光調(diào)速器的plc電梯程序.zip659.611250033364376@三菱程序及觸摸屏程序?qū)嵗?rar660.63噸小沖床.rar661.64點(diǎn)發(fā)泡機(jī).rar662.66g自動(dòng)沖床PG14-17改.rar663.6TPH超純水設(shè)備PLC程序.rar664.6_裁切機(jī)帶伺服.rar665.7-16帶網(wǎng)絡(luò).rar666.75mm押出機(jī)程序.rar667.800t鋁材擠壓機(jī).rar668.9K抽屜框(XP08104).rar669.9層9站電梯程序.rar670.A&G朔膜裹包機(jī).rar671.A1S68AD.zip672.A2SH(S1) PLC 程序.rar673.A700toFX2N寫入頻率.rar674.ABB用滑臺(tái).rar675.ABB用滑臺(tái)FX程序.rar676.AD,DA模擬量的讀入和寫出.rar677.ADD加法指令.rar678.Analog Read.zip679.Analog Write.zip680.A系列PLC編程實(shí)例(線路板自動(dòng)疊合拆解線).rar681.Brick Crane v5.zip682.BVDS包裝VDS.rar683.CAK6150車床梯形圖程序,用的三菱E60系統(tǒng),帶中文注釋。.rar684.CC-Link 主從程序.rar685.CCLINK網(wǎng)絡(luò)通訊.rar686.cnc程序.rar687.Configuring CC-Link.zip688.CRC運(yùn)算.rar689.Daylight Savings Time 2007 US.zip690.Daylight Savings Time example.zip691.DDM4A四位7段碼顯示器.rar692.DST for FX.zip693.EF-FST減震.rar694.F-6升降機(jī)程序mov.rar695.F900觸摸交通監(jiān)控系統(tǒng)(紅綠燈).rar696.Fat Coater b.zip697.FPC 5層自動(dòng)換架式收板機(jī)(PLC+HMI+電氣圖紙)絕對(duì)原版!!.rar698.FR-A700-FX3U 通信程式.rar699.FR-A700-FX3U通信程式.rar700.FX PLC程序 二用一備恒壓供水程序及圖紙.zip701.FX-VLT通訊程序(Fx2n).rar702.FX0S程序.rar703.fx1n-40mt控制兩臺(tái)伺服程序.rar704.FX1N-485 200718測(cè)試正常.rar705.FX1N-60MR-001四柱粉末成型液壓機(jī)PLC控制系統(tǒng)程序.rar706.FX1NPLC和富士伺服位置控制.rar707.FX1N_5DM.rar708.FX1N與梅物勒-托利多稱重儀表(XK3123)通信.rar709.FX1N伺服定位程式(完整注釋,JOG,定長(zhǎng),定角度+絕對(duì)原創(chuàng)).rar710.fx1n伺服定位程式.rar711.Fx1N噴砂機(jī)程序.rar712.FX1N在自動(dòng)膠帶分切機(jī)上的應(yīng)用程序(有注解).rar713.FX1N拖伺服(焊接).rar714.FX1S-30MR程序.rar715.FX1S-30MT.rar716.FX1S30家用程序.rar717.FX1S卷紙機(jī)程序.rar718.FX1S小程序.rar719.FX1S帶2臺(tái)步進(jìn)電機(jī).rar720.FX1S電梯扶梯節(jié)能改進(jìn)帶注解(非變頻節(jié)能).rar721.FX2N 33個(gè)程序.rar722.Fx2n 485通訊源程序.rar723.FX2N communicating to 4 Mitsu Drives A500 and E500 series.zip724.FX2N CRC運(yùn)算.rar725.FX2N CRC運(yùn)算.rar726.FX2N PLC交通燈程序.rar727.FX2N PLC電梯程序 電梯PLC程序(帶注釋).zip728.FX2N PLC電梯程序.rar729.FX2N PLC電梯程序2.rar730.fx2n 與 vfd-b通訊.rar731.FX2N+1PG在機(jī)床中的應(yīng)用實(shí)例.rar732.FX2N+1PG在機(jī)床中的應(yīng)用實(shí)例(包括整套圖紙程序).rar733.FX2N+20GM(控制要求分析+IO分配+PLC程序+20GM程序+詳細(xì)注釋).rar734.fx2n-10gm數(shù)控定位程序.rar735.FX2N-10PG程序范例(有注解).rar736.FX2N-1HC程序樣例.rar737.FX2N-2AD模擬量程序示例.rar738.fx2n-485bd與6臺(tái)vfd-b的rtu通訊程序.rar739.FX2N-4AD-PT程序樣例.rar740.fx2n-4ad-tc溫控模塊編程示意.rar741.FX2N-4AD.rar742.FX2N-INV通訊.rar743.FX2N-INV通訊程序.rar744.fx2n33個(gè)程序.rar745.FX2NPLC+2AD+4ADTC+2DA+電阻尺+編碼器+PID溫控 完整注釋程式+UG330人機(jī).rar746.FX2NPLC+2AD+4ADTC+2DA+電阻尺+編碼器+PID溫控.rar747.FX2NPLC與A700變頻器RUT通訊.rar748.fx2nplc與三臺(tái)丹佛斯變頻器458通訊定位.定尺源程序.rar749.FX2NPLC與安川G7變頻器通訊(原創(chuàng))有注釋,MEMOBUS的寫方式.rar750.FX2NPLC和變頻器,F930通訊控制的程序 有注解拉絲機(jī)程序.rar751.fx2n與abb變頻器通訊程序.rar752.fx2n與s540e變頻器485通訊plc程序.rar753.fx2n與三菱變頻器通訊及ad、da模塊使用樣例.rar754.fx2n與臺(tái)達(dá)VFD-B通訊.rar755.FX2N與士林變頻器MODBUS通訊(有注解).rar756.FX2N與森蘭SB60+變頻的RS485通訊.rar757.fx2n壓力控制論程序.rar758.FX2N和1PG完整的小車定位程序.rar759.fx2n國(guó)內(nèi)某知名洗衣機(jī)專機(jī)程序.rar760.FX2N定位程序.rar761.FX2N擴(kuò)展程序.rar762.FX2N控制CT驅(qū)動(dòng)器.rar763.FX2N控制步進(jìn)電機(jī)程序.rar764.FX2N控制步進(jìn)電機(jī)程序有注釋.rar765.fx2n電梯2層二站實(shí)例.rar766.FX2N電梯扶梯節(jié)能.rar767.fx2n的pid樣例(e文注解).rar768.FX2N的PID樣例.zip769.FX2N的程序.rar770.FX2N簡(jiǎn)易溫度控制.rar771.fx2n紙機(jī)傳動(dòng)程序 .rar772.FX2N脈沖布袋收塵控制程序.rar773.fx3u 和E540變頻器通訊例子.rar774.FX3u-WT 士林溫控器-MOBUS通訊協(xié)定.rar775.FX3U3G PLC通過(guò)專用指令與A700F700變頻器通訊.rar776.FX3u和E540變頻器通訊例子(變頻器指令編寫).rar777.FXComms.zip778.FXIN CRC效驗(yàn)碼計(jì)算程序,有注釋.rar779.FX與日立SJ300變頻通訊,有注解.rar780.FX和EMERSON Modbus通訊案例.rar781.FX和EMERSON通訊案例Fx Modbus test.rar782.Fx定位控制標(biāo)準(zhǔn)程序.rar783.FX編程實(shí)例.rar784.FX防洪閘門控制程序.rar785.FX-128生產(chǎn)線程序.rar786.G8 噴槍盤.rar787.GKF離心機(jī).rar788.GP實(shí)例+PLC程序.rar789.HID汽車氙氣燈二次夾封機(jī).rar790.JH21-150程序.rar791.jq.rar792.LCD設(shè)備蝕刻機(jī).rar793.LCD設(shè)備蝕刻機(jī)程序.rar794.LOW-E玻璃鍍膜線程序(三菱QPLC的)一萬(wàn)步帶注釋.rar795.M1320磨頭進(jìn)出FX1s控制步進(jìn)電機(jī),有注釋.rar796.Medoc sequence generator.zip797.Mitsubishi FX2N PLC with FX2N-ROM-E1.zip798.Mitsubishi Timer Examples (Q02H).zip799.NF電梯程序.rar800.osp1.rar801.osp2 plc.rar802.PCB收板機(jī)程式蝕剝銅收.rar803.PCB設(shè)備(PTH前處理機(jī)).rar804.PCFILM高氣壓成型機(jī).rar805.Pick and Place.zip806.PID+PLC程序.rar807.pid.rar808.PID[1].FX2N.rar809.PID指令,程序算法,溫度、壓力模擬量控制,觸摸屏。.rar810.PID溫度控制.rar811.PID溫度試驗(yàn)程序.rar812.PID程序.rar813.PLC 氣壓程式.rar814.PLCFX0N三層三站程序.rar815.PLC與變頻器通訊2.rar816.PLC與氣壓.rar817.plc與氣壓控制講了氣閥,氣路原理以及用PLC的控制(基礎(chǔ),WORD文檔).rar818.PLC變頻伺服電機(jī)電485BD通訊fx1n.rar819.PLC臺(tái)車的呼車控制.rar820.PLC同變頻器通訊程序3.rar821.plc實(shí)例含答案.rar822.plc實(shí)用程序.rar823.plc應(yīng)用實(shí)例.rar824.PLC控制QD75程式.rar825.plc控制司服的送料機(jī).rar826.PLC樣例程序(五層).rar827.PLC監(jiān)控一臺(tái)變頻器3項(xiàng).rar828.PLC程序(有興趣的看看).rar829.PLC紅綠燈(梯形圖+Word文檔).rar830.PLC通訊控制變頻器 超級(jí)注釋.rar831.PLC通過(guò)RS485 對(duì)FR系列變頻的控制.rar832.pp復(fù)卷機(jī)三菱伺服編程.rar833.Q00CPU與HITECH觸摸屏的通訊的示例。.rar834.Q02HCPU新斜裁.rar835.Q06H涂布機(jī)程序2W步,領(lǐng)略韓國(guó)人寫程序風(fēng)格.rar836.QD75 Demo Program.zip837.QD75運(yùn)動(dòng)控制模塊例程,帶注釋.rar838.QJ71C24模塊的串口通訊.rar839.Q[1].AD.DA.rar840.Q系列PLC+QD75P伺服標(biāo)準(zhǔn)程序帶注釋.rar841.Q系列帶動(dòng)伺服程序.rar842.ro1_chun shui.rar843.S2401佑倡油壓機(jī).rar844.S7-200之間通訊,有注解.rar845.SA雙頭倒角機(jī)35.rar846.SA外筒總成清洗機(jī)30.rar847.SBR廢水處理.rar848.SFC編寫伺服刀程序.rar849.SFC編程典型案例.rar850.SFC試驗(yàn)程序.rar851.STL forward pause reverse.zip852.String_32bit_Logging_Mitsubishi_cn.zip853.ST反彈限位器焊機(jī).rar854.ST反彈限位器焊機(jī)14.rar855.ST注油機(jī).rar856.ST注油機(jī)18.rar857.ST活塞桿清洗機(jī).rar858.ST活塞桿清洗機(jī)15.rar859.ST首華雙槍焊機(jī).rar860.ST首華雙槍焊機(jī)13.rar861.TEA-9000MDT磷化機(jī).rar862.time.zip863.Timer Examples FX2N.zip864.uv翻板機(jī).rar865.VB與PLC通訊的原理及相關(guān)資料.rar866.VB與三菱FX2N 通訊源碼.rar867.www[1].qupan.com_3125969_25個(gè)三菱PLC程序.rar868.www[1].qupan.com_4341480_彎管機(jī)觸摸屏+plc程序(全套三菱)帶注解.rar869.x20諾安順包裝機(jī)改.rar870.x62w萬(wàn)能銑床.rar871.XMTR溫控表通訊FX.rar872.XMTR溫控通訊.rar873.y28-200油壓機(jī).rar874.YF30-315湖州機(jī)床廠單柱液壓機(jī)程序.rar875.YX細(xì)伸拉絲機(jī)三菱FX PLC程序(有注解)張力控制與傳統(tǒng)的指拔開關(guān)不一樣.rar876.一個(gè)3層3站電梯程序,富士VG7變頻器。FX2N系列PLC.rar877.一個(gè)FX2N的PID程序,超詳細(xì)注釋!.rar878.一個(gè)三臺(tái)發(fā)電機(jī)兩用一備的.rar879.一個(gè)三菱程序.rar880.一個(gè)三菱PLC程序(水脹機(jī)).zip881.一個(gè)五層樓的程序.rar882.一個(gè)交通燈程序,用FX2N32MT運(yùn)行通過(guò).rar883.一個(gè)完整的五層六門的電梯程序--使用三菱FX2N-84MR.rar884.一個(gè)小小的時(shí)間程序.rar885.一個(gè)小的自動(dòng)皮帶生產(chǎn)線程序.rar886.一個(gè)帶定位,CC-LINK,NET功能的案例英文注解.rar887.一個(gè)污水處理plc程序.rar888.一個(gè)爐子的控制程序.rar889.一個(gè)輸送機(jī)機(jī)械手簡(jiǎn)單動(dòng)作.rar890.一個(gè)順序控制,急停保持當(dāng)前步,復(fù)位后繼續(xù)當(dāng)前步運(yùn)行的程序.rar891.一份橡膠硫化機(jī)程式,FX2N PLC F90人機(jī).rar892.一臺(tái)三菱與2臺(tái)西門子通信.rar893.一臺(tái)伺服電機(jī)控制程序.rar894.一臺(tái)圓周焊機(jī).rar895.一臺(tái)濕紙巾機(jī)Q程序.附上GOT畫面.zip896.一套三菱PLC 海泰克人機(jī) 程序.rar897.一段實(shí)列程序.rar898.七層以下電梯通用的程序(原創(chuàng)帶全注釋).rar899.萬(wàn)盼制糖機(jī)器.rar900.三萬(wàn)多步馬扎克系統(tǒng)三菱梯形圖程序英文注釋(日本人寫).rar901.三凌恒壓供水.rar902.三層三站電梯程序.rar903.三層電梯PLC控制.rar904.三層電梯用編碼器控制.rar905.三彩燈循環(huán)控制程序.rar906.三次元機(jī)械手夾料全程檢測(cè)報(bào)警程序.rar907.三相步進(jìn)電機(jī)控制帶注釋.rar908.三聯(lián)200倒絲機(jī)FX1N程序初稿脈沖直接輸出精確.rar909.三茂拉絲機(jī).rar910.三菱60點(diǎn)IOPLC氣動(dòng)沖床樣板程序.rar911.三菱A1SH PLC程序.rar912.三菱ABB通訊完全版.rar913.三菱A系列程序.rar914.三菱CC-LINK配置和變頻器通信程序(注釋).rar915.三菱FNX2程序.rar916.三菱FX1N,F930觸摸屏實(shí)例,帶詳細(xì)注解,和動(dòng)作說(shuō)明及接線圖.rar917.三菱FX1N可以直接控制數(shù)碼管顯示嗎.rar918.三菱FX1S plc控制步進(jìn)電機(jī)實(shí)例.rar919.三菱FX1S搶答器.rar920.三菱FX1S搶答器帶完整注釋.rar921.三菱FX2N CRC效驗(yàn)程序.rar922.三菱FX2N PLC通過(guò)485控制愛默生td3000啟動(dòng)停止原程序.rar923.三菱FX2N 系列PLC 與三菱700 系列變頻器ModbusRTU 協(xié)議通訊應(yīng)用.rar924.三菱FX2N-PLC控制打印機(jī)中文打印程序.rar925.三菱FX2N_IG5通訊_改.rar926.三菱FX2N 螺紋鋼生產(chǎn)線的PLC程序。帶注解.rar927.三菱FX2N與VFD-B變頻器通訊(附注釋).rar928.三菱FX2N與VFD-B變頻器通訊程序(詳細(xì)中文注釋).rar929.三菱FX2n和宇電AI501儀表通訊.rar930.三菱fx2n振發(fā)壓機(jī)程序.rar931.三菱FX2N烘房生產(chǎn)流程.rar932.三菱FX2N的液壓站程序帶模擬量輸出斜坡上升和斜坡下降的有注解和圖紙.rar933.三菱fx2n系列plc與變頻器通信實(shí)用小程序.rar934.三菱FX2N-plc源程序.zip935.三菱fx2控制貨梯程序.zip936.三菱FX_PLC編程口協(xié)議2.rar937.三菱FX與變頻器16段速控制.rar938.三菱FX系列PLC與三菱變頻器通訊應(yīng)用實(shí)例.doc939.三菱fx系列plc與三菱變頻器通訊應(yīng)用實(shí)例.rar940.三菱FX系列PLC自由通訊學(xué)習(xí).rar941.三菱FX系列全自動(dòng)二步法吹瓶機(jī).rar942.三菱J3伺服程序加觸摸屏.rar943.三菱MOBUD 中文注解程式.zip944.三菱plc+安川伺服焊接機(jī)器人.rar945.三菱PLC-1600擠壓機(jī)主機(jī)程序.rar946.三菱PLC FX0S程序.rar947.三菱PLC與LG變頻器通訊格式.rar948.三菱PLC與LG變頻器通訊程序.rar949.三菱PLC與MD320通訊例子.rar950.三菱PLC與三臺(tái)變頻器通訊實(shí)例.rar951.三菱PLC與三菱變頻器通訊程序樣例.rar952.三菱PLC與變頻器通訊(2臺(tái)).rar953.三菱PLC與變頻器通訊的程序范例.rar954.三菱PLC與變頻器通訊程序.rar955.三菱PLC與四方變頻器通訊.rar956.三菱PLC與數(shù)顯表通訊.rar957.三菱plc列程.rar958.三菱PLC單按鈕正轉(zhuǎn)停止反轉(zhuǎn)停止程序.rar959.三菱PLC和三菱變頻器通信.rar960.三菱PLC和臺(tái)達(dá)變頻器通訊.rar961.三菱PLC實(shí)用程序.rar962.三菱PLC恒壓供水帶注譯恒壓供水.rar963.三菱PLC控制四層自動(dòng)電梯程序(有注解).rar964.三菱PLC控制步進(jìn)定長(zhǎng)切斷.rar965.三菱plc控制步進(jìn)電機(jī) 程序?qū)嵗?rar966.三菱PLC控制燃油鍋爐的程序.rar967.三菱PLC模擬量輸出控制12臺(tái)變頻器實(shí)現(xiàn)的紙機(jī)傳動(dòng)控制系統(tǒng).rar968.三菱PLC比較指令的應(yīng)用 計(jì)數(shù)器自動(dòng)復(fù)位.rar969.三菱PLC的NN網(wǎng)絡(luò)通信.rar970.三菱PLC的一個(gè)實(shí)例程序.zip971.三菱PLC螺紋鋼飛剪控制系統(tǒng)的程序--by---daxin365.rar972.三菱PLC鎖機(jī)程序.rar973.三菱Q MOTION 程式樣例.rar974.三菱Q02H系列的純水控制.rar975.三菱Q02H系列的純水控制程序.rar976.三菱qd75定位模塊程序.rar977.三菱QPLC與OMRON的E5CN溫控表的通訊程序,用CompowayF通訊協(xié)議.rar978.三菱Q系列帶伺服的磨床程序.rar979.三菱q系列條碼讀取解碼程序.rar980.三菱Q系列的程序高溫爐程序,有網(wǎng)絡(luò)模塊 注釋是繁體.rar981.三菱Q系列的程序高溫爐程序,有網(wǎng)絡(luò)模塊 注釋是繁體.zip982.三菱SGVFA貨梯程序.rar983.三菱SGVP貨梯程序.zip984.三菱___(內(nèi)有程序說(shuō)明).rar985.三菱與臺(tái)達(dá)ASCII通信.rar986.三菱與西門子自由口通信.rar987.三菱兩臺(tái)PLC通信.rar988.三菱伺服樣例程序尿片包裝機(jī)菱運(yùn)動(dòng)控制器軟件MT DEVELOPER.rar989.三菱例子.rar990.三菱典型程序4Y×16X鍵盤掃描程序.rar991.三菱剪機(jī).rar992.三菱變頻器通訊(2臺(tái)).rar993.三菱和MODBUS 以及其它設(shè)備通訊工程實(shí)例,GXV7以上打開.zip994.三菱多段速度控制.rar995.三菱循環(huán)控制程序.rar996.三菱數(shù)控機(jī)床PLC程序.rar997.三菱數(shù)控機(jī)床PLC程序,在用 有注解.zip998.三菱機(jī)車.rar999.三菱板坯輸送程序.rar1000.三菱溫度控制PID加熱器程序.rar1001.三菱溫度模塊程序.rar1002.三菱電梯SG-VF程序.rar1003.三菱電梯程序.rar1004.三菱的24層站 帶參數(shù).rar1005.三菱的50個(gè)程序例子1.rar1006.三菱的50個(gè)程序例子2.rar1007.三菱的FX1S與三菱的FR-E540變頻器通過(guò)485接口的通訊程序.rar1008.三菱的布袋除塵器程序.rar1009.三菱的油爐圖紙(梯形圖).rar1010.三菱程序 加油機(jī)(有注解).rar1011.三菱程序及觸摸屏程序?qū)嵗兯こ蘁X gppw.rar1012.三菱程序及觸摸屏程序?qū)嵗兯こ蘥ppw.rar1013.三菱程序?qū)嵗仩t吹灰器 循環(huán)流化床鍋爐的10組共40個(gè)吹灰器程序.zip1014.三菱程序?qū)嵗仩t燃燒器 循環(huán)流化床鍋爐的三部啟動(dòng)燃燒器,四部輔助燃燒器程序.zip1015.三菱程序帶注解。.rar1016.三菱編程10S定時(shí)例子.rar1017.三菱編程3運(yùn)輸帶例子.rar1018.三菱編程D8099例子.rar1019.三菱編程RS剪板機(jī)例子.rar1020.三菱編程RS通訊例子.rar1021.三菱編程實(shí)例.rar1022.三菱編程溫控通訊例子.rar1023.三菱薄膜復(fù)合機(jī)程序,用了6個(gè)特殊模塊.rar1024.上板機(jī).rar1025.上海光明三得利啤酒灌裝機(jī)圖紙和程序(三菱).rar1026.上海天馬安川機(jī)器人液晶搬用運(yùn)PLC程序.rar1027.上造型線 2007,11,6小日本程序.rar1028.下是自己寫的QD75程式現(xiàn)場(chǎng)使用過(guò)OK.rar1029.不完善的印刷機(jī)程序.rar1030.與其它設(shè)備的MODBUS通訊實(shí)例.zip1031.絲印機(jī)plc程序.rar1032.絲網(wǎng)印刷機(jī)PLC程序.rar1033.兩臺(tái)電梯程序28層27層.rar1034.兩種簡(jiǎn)單的彩燈閃爍程序.rar1035.兩線控制機(jī)械手.rar1036.兩軸伺服控制的PCB自動(dòng)切邊(PLC+ 人機(jī)界面)程式.rar1037.兩道FX2N-4AD習(xí)題(有程序).rar1038.嚴(yán)格的雙手操作FX2N.rar1039.中央吸塵機(jī).rar1040.中斷數(shù)據(jù)移位以及脈沖捕捉功能程序?qū)嵗?rar1041.中水處理程序.rar1042.丹佛斯VT2800與FX2N用RS485通訊示例.rar1043.丹佛斯變頻器與FX通訊實(shí)例(適用于所有丹佛斯變頻器).rar1044.九層九站電梯.rar1045.九層九站電梯程序(帶注解)FX2N.rar1046.九層九站電梯程序(帶詳細(xì)注解).rar1047.二分頻梯形圖.rar1048.二層二站電梯程序.rar1049.二極管引線排列機(jī).rar1050.二極管設(shè)備引線排列機(jī).rar1051.二用一備恒壓供水程序及圖紙.rar1052.于FX系列PLC連接條形碼閱讀器應(yīng)用實(shí)例.rar1053.五臺(tái)電機(jī)啟停(用基本指令寫).rar1054.五工位移載送板機(jī)(磚機(jī)全自動(dòng)生產(chǎn)線用).rar1055.五工位組合機(jī)PLC程序,有詳細(xì)注釋(原創(chuàng)).rar1056.五相步進(jìn).rar1057.五組搶答器.rar1058.亞智收板機(jī).rar1059.交通燈.rar1060.交通燈2.rar1061.交通燈控制.rar1062.交通紅綠燈.rar1063.產(chǎn)品正次品分選.rar1064.從日本進(jìn)口回的大型設(shè)備PLC程序.rar1065.仿制意大利機(jī)械的一個(gè)程序.rar1066.伺服例程,用FX1N連接1PG控制MR-J2S-10A.rar1067.伺服定位子程序帶接線圖(M2J2S.1PG)[詳細(xì)注釋].rar1068.伺服控制的送料機(jī).rar1069.佛山200T液壓機(jī).rar1070.作業(yè)-交通燈.rar1071.佳信達(dá)克爾布斯膠訂機(jī).rar1072.使用臺(tái)達(dá)觸摸屏對(duì)應(yīng)FX3U主機(jī)測(cè)試1PG脈波輸出.rar1073.使用說(shuō)明.txt1074.供學(xué)習(xí)的一個(gè)12層電梯程序,三菱FX2N-plc.rar1075.供水.rar1076.便當(dāng)選擇器.rar1077.光標(biāo)切.rar1078.克爾布斯膠訂機(jī).rar1079.全自動(dòng)二步法拉吹吹瓶機(jī)帶機(jī)械手.rar1080.全自動(dòng)八缸雙拖板車床.rar1081.全自動(dòng)泡塑成型機(jī)三菱程序.rar1082.全自動(dòng)裁剪機(jī)2_.rar1083.全自動(dòng)轉(zhuǎn)盤式三工位熔接機(jī).rar1084.八層以下貨梯通用程序(奧菱達(dá)).rar1085.八點(diǎn)間歇時(shí)間控制.rar1086.八路搶答器.rar1087.八路搶答器fx1s-plc設(shè)計(jì).rar1088.公開課講義舉例順序控制程序.rar1089.公路局的混凝土稱重等全自動(dòng)西門子PLC程序.rar1090.六頭直徑式拉絲機(jī).rar1091.六層六站電梯.rar1092.關(guān)于FX系列PLC連接條形碼閱讀器應(yīng)用實(shí)例.rar1093.冰箱冷凝器自動(dòng)彎管機(jī).rar1094.冰箱和冷柜生產(chǎn)行業(yè)門體發(fā)泡線體的程序.rar1095.沖床控制程序 三菱FX1N PLC 附注釋.rar1096.冷卻水泵節(jié)能循環(huán)運(yùn)行1.rar1097.冷卻水泵節(jié)能循環(huán)運(yùn)行2.rar1098.冷室壓鑄機(jī)FX PLC程序.zip1099.幾個(gè)PLC與變頻器通訊的程序.rar1100.幾個(gè)三菱FX與FR變頻器通信事例的程序.rar1101.凸輪控制程序.zip1102.分紙機(jī)程序.rar1103.切割機(jī).rar1104.創(chuàng)寶快速機(jī).rar1105.制冷控制系統(tǒng)梯形圖(日本人編的,有英文注釋,三菱FX2N-128MR-001).rar1106.制冷控制系統(tǒng)(日本人編的,有英文注釋,三菱FX2N-128MR) 6#PLC.rar1107.制動(dòng)器試驗(yàn)的程序.rar1108.制動(dòng)液加注機(jī).rar1109.制蓋機(jī)FX2N與西門子變頻器通信程式(中文注釋).rar1110.刷焊道機(jī).rar1111.剃齒機(jī).rar1112.前處理2放板機(jī).rar1113.前處理裝置.rar1114.力恒鋅合金壓鑄機(jī).rar1115.加油機(jī).rar1116.包裝機(jī).rar1117.包裝機(jī)三菱PLC程序.zip1118.化纖打包機(jī).rar1119.北京現(xiàn)代發(fā)動(dòng)機(jī)傳送線有自動(dòng)倉(cāng)庫(kù).rar1120.十字定位打孔機(jī)程序(FX1S-20MR ).rar1121.十字路交通信號(hào)燈.rar1122.十字路通燈控制程序,F(xiàn)X1S.rar1123.升降平臺(tái)程序.rar1124.升降機(jī).rar1125.升降橫移立體停車庫(kù).rar1126.升降橫移車庫(kù)PSH2-5D.rar1127.升降速程序.rar1128.半自動(dòng)絲網(wǎng)印刷機(jī).rar1129.協(xié)易高精密沖床部份程序.rar1130.單印刷頭程序用到PLC控制兩個(gè)伺服電機(jī)含注解.rar1131.單按鈕五臺(tái)電機(jī)啟停控制SFC程序.rar1132.單按鈕控制電機(jī).rar1133.單按鈕控制電機(jī)正反停,本程序未加上正反轉(zhuǎn)切換時(shí)的延時(shí),單按鈕表示多種狀態(tài)容易誤動(dòng),并不建議在實(shí)際當(dāng)中使用,利用者后果自負(fù).rar1134.單按鈕正反停.rar1135.單按鈕起停梯形圖.rar1136.單按鈕起停比較常用型.rar1137.單片機(jī)矩陣顯示程序.rar1138.單色彩印機(jī).rar1139.單輸入三態(tài)輸出-已調(diào)試.rar1140.單輸入三態(tài)輸出.rar1141.單鈕正反停.rar1142.單鈕起停控制程序三例.rar1143.臥式裁斷機(jī).rar1144.衛(wèi)生巾小包機(jī).rar1145.衛(wèi)生巾機(jī),涂布機(jī)等涂膠高速補(bǔ)償控制程序(正在用).rar1146.衛(wèi)生巾設(shè)備.rar1147.衛(wèi)生巾設(shè)備三菱PLC程序外加HMI觸屏程序QCPU有注解.zip1148.衛(wèi)生級(jí)滅菌柜三菱PLC程序及人機(jī)GP程序.rar1149.印刷機(jī)plc程序拖動(dòng)2臺(tái)步進(jìn).rar1150.印刷機(jī)plc程序拖動(dòng)2臺(tái)步進(jìn)電機(jī).rar1151.印刷機(jī)械分切機(jī)程序.rar1152.印刷機(jī)步進(jìn)馬達(dá)PLC做同步控制.rar1153.印刷機(jī)水路跟蹤控制程序.rar1154.印刷機(jī)程序.rar1155.印刷自動(dòng)裝訂機(jī).rar1156.印染廠皂洗機(jī).rar1157.印染行業(yè)定型機(jī).rar1158.印染行業(yè)的定型機(jī).rar1159.印花機(jī).rar1160.印花機(jī)FX-2N.zip1161.卷筒包裝機(jī)控制程序.rar1162.壓入機(jī).rar1163.壓機(jī).rar1164.壓機(jī)程序.rar1165.壓花機(jī)3.rar1166.壓鑄機(jī).rar1167.壓鑄機(jī)周邊程序.rar1168.友信自動(dòng)裝箱機(jī)程序.rar1169.雙CPU的程序(Q02HCPU,Q172CPUN帶四個(gè)伺服器).rar1170.雙伺服攻牙機(jī)實(shí)例.rar1171.雙頭測(cè)漏機(jī).rar1172.雙工機(jī)械手.rar1173.雙槍環(huán)焊彈簧盤(07-01).rar1174.雙端面FX1N改進(jìn)程序.rar1175.雙端面磨床.rar1176.雙缸雙工位紙漿模塑成型機(jī)三菱PLC程序.rar1177.雙貼機(jī).rar1178.雙貼機(jī)用到中斷與斜坡指令,一個(gè)PLC帶兩伺服.rar1179.發(fā)一個(gè)A系列PLC程序(日本機(jī)器程序).rar1180.發(fā)個(gè)數(shù)控程序包括GP.NC.三菱2.rar1181.發(fā)個(gè)電梯并聯(lián)程序;三菱的24層站 帶參數(shù)有井道自學(xué)習(xí)功能含參數(shù).rar1182.變頻器16段速控制.rar1183.變頻器一拖三原理圖.rar1184.變頻恒壓供水一拖二.rar1185.只能出一電路.rar1186.可樂裝箱機(jī)程序_fx2n的有注釋.rar1187.可改變閃光燈.rar1188.可編程控制器應(yīng)用101例.pdf1189.可逆帶能耗制動(dòng)控制.rar1190.臺(tái)灣冷水空調(diào)機(jī)組程序(三菱FX2N-64MR).rar1191.臺(tái)灣凇協(xié)SMT周遍設(shè)備送板機(jī).rar1192.臺(tái)灣原裝細(xì)伸拉絲機(jī)FX PLC程序(有詳細(xì)注解).rar1193.臺(tái)灣熱室壓鑄機(jī)程式(FX2N).rar1194.臺(tái)灣立葉高速?zèng)_床.rar1195.臺(tái)灣立葉高速?zèng)_床程序和變頻器、觸摸屏通信.rar1196.臺(tái)灣自動(dòng)倉(cāng)儲(chǔ)程序.rar1197.臺(tái)灣邊封機(jī)三菱PLC加EVIEW.rar1198.臺(tái)車fx plc程序.rar1199.臺(tái)車呼車控制.rar1200.臺(tái)車式涂裝線.rar1201.合意鋼化玻璃廠玻璃切割程序(帶注釋).rar1202.合益干燥工段.rar1203.合肥鍛壓機(jī)床總廠產(chǎn)YH32 1000 10000千牛四柱液壓機(jī)程序.rar1204.吉林大發(fā)安川機(jī)器人玻璃涂膠程序.rar1205.同步輸送帶程序(新).rar1206.同溫度控制模塊通訊實(shí)例.rar1207.吹瓶機(jī)程序FX2N-64MR有注解.rar1208.哈滾牙機(jī)三菱FX2NPLC+步進(jìn)電機(jī)+三菱觸摸屏.rar1209.商標(biāo)打印機(jī).rar1210.啤酒灌裝機(jī)圖紙和程序-三菱PLC程序.zip1211.啤酒灌裝機(jī)圖紙和程序-電氣圖紙.zip1212.啤酒輸送無(wú)壓力系統(tǒng)三菱程序.rar1213.噴泉控制設(shè)計(jì).rar1214.噴涂.rar1215.噴涂生產(chǎn)線粉末噴涂控制程序.rar1216.噴灌控制器.rar1217.四層電梯.rar1218.四層菜梯程序.rar1219.四工位小車的改進(jìn).rar1220.四柱液壓機(jī).rar1221.四柱液壓機(jī)程序.rar1222.四槽機(jī)械手伺服電機(jī)小程序.rar1223.四色圓盤移印機(jī)三菱程序,五臺(tái)PLC通信,八軸同時(shí)驅(qū)動(dòng).rar1224.回轉(zhuǎn)爐.rar1225.國(guó)產(chǎn)自動(dòng)焊程序(三菱).rar1226.國(guó)內(nèi)某知名洗衣機(jī)專機(jī)程序.rar1227.圣誕來(lái)了,發(fā)個(gè)順序控制,可以進(jìn)行步數(shù)顯示的程序。.rar1228.地板轉(zhuǎn)程序.rar1229.均一性測(cè)試機(jī).rar1230.坡口銑床程序.zip1231.塑膠機(jī)-FX2N MT.rar1232.塑膜裹包機(jī)圖與PLC程序 +HMI.rar1233.墨西哥緯創(chuàng)二期工程.rar1234.聲控門程序.rar1235.復(fù)合板機(jī)程序圖.rar1236.多層面實(shí)用程序.rar1237.多段速控制伺服電機(jī)!凸度超精機(jī)用.rar1238.大廈空調(diào)技改.rar1239.大型精密焊接設(shè)備PLC程序.rar1240.大小順序排列設(shè)計(jì).rar1241.天丞線路板噴砂機(jī).rar1242.天塔之光.rar1243.天津隆達(dá)冷卻線FX2N與日歷變頻器帶注釋.rar1244.太陽(yáng)能.rar1245.太陽(yáng)能演示程序1.rar1246.奧菱達(dá)8層貨梯.rar1247.子午胎0--90°斜裁程序.rar1248.學(xué)習(xí)必讀.txt1249.定型機(jī)超喂.rar1250.定時(shí)關(guān)閉所有的輸出點(diǎn)定時(shí)停機(jī)365按x0復(fù)位.rar1251.定時(shí)程序,程序帶注解?。?rar1252.定長(zhǎng)度裁端子機(jī)程序.rar1253.定長(zhǎng)切斷2伺服編程.rar1254.宜賓(絲麗雅)PLC程序.rar1255.寶鋼電梯程序帶注釋.rar1256.實(shí)例.rar1257.實(shí)用8t自動(dòng)精密沖床fxplc程序.rar1258.實(shí)用8T自動(dòng)精密沖床三凌FXPLC程序 絕對(duì)不是案例.rar1259.實(shí)用三菱PLC和變頻器通訊實(shí)例(內(nèi)有詳細(xì)注解).rar1260.實(shí)用學(xué)習(xí)PLC程序.rar1261.實(shí)用程序.rar1262.客車公司車頂自動(dòng)焊接FX PLC程序千多條指令.rar1263.客車公司車頂自動(dòng)焊接PLC程序.rar1264.家用程控.rar1265.賓館原程序.rar1266.密碼鎖門梯形圖.rar1267.富士康的自動(dòng)生產(chǎn)線.rar1268.對(duì)輥機(jī).rar1269.封切袋機(jī).rar1270.封口機(jī).rar1271.封口液壓.rar1272.封尾機(jī).rar1273.小型水電站.rar1274.小日本的程序.rar1275.小水電站.rar1276.小車定位計(jì)數(shù)程序.zip1277.尿片包裝機(jī).rar1278.層繞機(jī).rar1279.工業(yè)前處理裝置.rar1280.常規(guī)制動(dòng)器300萬(wàn)次實(shí)驗(yàn)臺(tái)程序.rar1281.干燥設(shè)備.rar1282.平板硫化機(jī)FX2N-PLC加 F940人機(jī).rar1283.平網(wǎng)印花機(jī)單元控制程序.rar1284.廣東1000T自動(dòng)壓磚機(jī)原程序三凌.rar1285.廣東

    標(biāo)簽: 104 pc

    上傳時(shí)間: 2013-07-13

    上傳用戶:eeworm

  • Matlab應(yīng)用程序接口用戶指南

    Matlab應(yīng)用程序接口用戶指南

    標(biāo)簽: Matlab 應(yīng)用程序 接口 用戶

    上傳時(shí)間: 2013-05-15

    上傳用戶:eeworm

  • 微型計(jì)算機(jī)原理與匯編語(yǔ)言程序設(shè)計(jì) PPT版

    微型計(jì)算機(jī)原理與匯編語(yǔ)言程序設(shè)計(jì) PPT版

    標(biāo)簽: 微型計(jì)算機(jī) 匯編語(yǔ)言 程序設(shè)計(jì)

    上傳時(shí)間: 2013-07-16

    上傳用戶:eeworm

  • 可編程序邏輯控制器第六講

    可編程序邏輯控制器第六講

    標(biāo)簽: 可編程序 邏輯控制器

    上傳時(shí)間: 2013-06-30

    上傳用戶:eeworm

  • GPS應(yīng)用程序設(shè)計(jì)

    GPS應(yīng)用程序設(shè)計(jì)

    標(biāo)簽: GPS 應(yīng)用程序

    上傳時(shí)間: 2013-06-29

    上傳用戶:eeworm

  • 藍(lán)牙驅(qū)動(dòng)程序 Widcomm 5.0

    藍(lán)牙驅(qū)動(dòng)程序 Widcomm 5.0

    標(biāo)簽: Widcomm 5.0 藍(lán)牙 驅(qū)動(dòng)程序

    上傳時(shí)間: 2013-07-03

    上傳用戶:eeworm

  • MAX+plusII--BYTEBLASTER下載線驅(qū)動(dòng)程序的安裝

    MAX+plusII--BYTEBLASTER下載線驅(qū)動(dòng)程序的安裝

    標(biāo)簽: BYTEBLASTER plusII MAX 下載線

    上傳時(shí)間: 2013-04-15

    上傳用戶:eeworm

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国内精品久久久久影院薰衣草 | 欧美国产综合视频| 欧美在线1区| 在线亚洲+欧美+日本专区| 亚洲经典视频在线观看| 精品电影在线观看| 在线成人激情视频| 亚洲二区在线| 亚洲国产高清在线观看视频| 在线日韩欧美| 亚洲国产高清aⅴ视频| 亚洲高清中文字幕| 亚洲欧洲精品一区二区精品久久久| 亚洲国产精品日韩| 亚洲激情六月丁香| 亚洲人成人一区二区三区| 亚洲精品一级| 欧美一区二区三区在| 亚洲综合电影| 香蕉久久a毛片| 亚洲国产精品成人va在线观看| 国产一区二区三区在线观看精品 | 欧美~级网站不卡| 免费毛片一区二区三区久久久| 噜噜噜在线观看免费视频日韩| 久久免费视频这里只有精品| 久久综合一区二区| 蜜臀av在线播放一区二区三区 | 欧美日韩午夜激情| 欧美午夜在线一二页| 国产精品日韩欧美| 国产真实久久| 亚洲欧洲一区二区在线播放| 一区二区三区日韩欧美精品| 销魂美女一区二区三区视频在线| 久久成人羞羞网站| 美女亚洲精品| 欧美特黄一级| 国产综合色精品一区二区三区| 激情五月婷婷综合| 亚洲精品一区二区三区福利| 亚洲午夜精品一区二区三区他趣 | 亚洲欧洲日本在线| 一本久道久久综合狠狠爱| 一区二区三区在线看| 亚洲精品久久久久久久久久久久| 亚洲一区二区三区欧美| 久久国产精品久久久久久久久久| 久久久久久久久久久久久9999| 欧美二区在线观看| 国产精品入口| 亚洲国产高清在线| 亚洲综合三区| 欧美大片免费久久精品三p| 国产精品久久777777毛茸茸| 国内精品**久久毛片app| 国产伦精品一区二区三区视频黑人 | 久久精品在线观看| 欧美激情四色| 国产日韩欧美亚洲一区| 亚洲精品久久嫩草网站秘色| 1204国产成人精品视频| 一区二区三区久久精品| 久久久www成人免费无遮挡大片| 欧美二区在线看| 国产精品五区| 国产精品一区二区三区四区五区| 国语自产偷拍精品视频偷| 日韩一区二区免费高清| 久久久不卡网国产精品一区| 欧美日韩国内| 激情五月***国产精品| 亚洲性xxxx| 欧美大胆成人| 国内精品久久久久久久97牛牛| 一区二区三区欧美在线观看| 亚洲视频在线二区| 男男成人高潮片免费网站| 国产欧美精品xxxx另类| 夜夜嗨av色综合久久久综合网| 久久人人爽人人爽爽久久| 国产精品久久97| 亚洲精品三级| 老巨人导航500精品| 国产日韩欧美成人| 亚洲视频在线二区| 欧美国产一区在线| 国产综合婷婷| 亚洲国产小视频在线观看| 久久爱www.| 国产精品久久久久毛片软件| 亚洲精品一区二区三区不| 久久婷婷国产麻豆91天堂| 国产裸体写真av一区二区| 亚洲视频一起| 欧美日韩精品在线视频| 亚洲人精品午夜| 毛片一区二区三区| 黄色综合网站| 久久精品国产久精国产一老狼| 国产精品视频xxxx| 9人人澡人人爽人人精品| 欧美电影电视剧在线观看| 狠狠色综合播放一区二区| 欧美一区二区三区的| 国产精品久久久久久久久久尿 | 亚洲一区二区精品在线观看| 欧美国产在线电影| 亚洲激情网址| 欧美激情第9页| 最新国产成人av网站网址麻豆| 久久久久免费观看| 狠狠干狠狠久久| 99国产精品久久久久老师| 欧美日本一道本在线视频| 日韩视频永久免费| 欧美女人交a| 日韩一区二区免费看| 欧美日韩一级大片网址| 一本大道久久a久久综合婷婷| 欧美另类综合| 日韩亚洲视频| 欧美精品一区二区三区很污很色的 | 欧美在线视频观看免费网站| 国产日韩欧美制服另类| 欧美在线亚洲在线| 国内一区二区在线视频观看| 久久精品夜色噜噜亚洲a∨| 黄色成人在线网址| 蜜臀久久99精品久久久久久9| 亚洲二区在线视频| 亚洲主播在线| 国产精品日韩欧美一区| 午夜精品一区二区三区在线播放 | 先锋影音网一区二区| 国产麻豆精品久久一二三| 欧美综合激情网| 在线观看精品| 欧美大片91| 一本大道久久精品懂色aⅴ| 国产精品99一区二区| 亚洲欧美日韩中文播放| 国产在线乱码一区二区三区| 蜜桃久久av| 一本久道久久久| 国产精品一区久久| 久久在线播放| 一本色道久久88亚洲综合88| 国产精品美女久久久久久免费| 欧美一区二区三区男人的天堂 | 欧美特黄a级高清免费大片a级| 亚洲一区二区在| 国内成+人亚洲+欧美+综合在线| 美女黄毛**国产精品啪啪| 99ri日韩精品视频| 国产女人精品视频| 欧美a级大片| 亚洲深夜av| 国产主播一区| 欧美日韩播放| 欧美一区二区精品在线| 在线看视频不卡| 欧美色综合网| 久久久噜噜噜久噜久久| 亚洲伦理自拍| 国产欧美精品xxxx另类| 美女国产一区| 亚洲国产导航| 亚洲精品免费在线观看| 国产精品国产自产拍高清av| 欧美一级视频| 亚洲国产导航| 欧美不卡在线视频| 午夜精彩国产免费不卡不顿大片| 国产美女精品视频| 欧美黄色日本| 午夜影院日韩| 国产精品亚洲综合一区在线观看| 久久精品亚洲精品国产欧美kt∨| 亚洲成人在线免费| 午夜视频久久久久久| 精品成人一区二区三区| 欧美性片在线观看| 久久久人人人| 一区二区高清在线| 国产亚洲欧美一区| 欧美高清日韩| 午夜精品久久久久久| 在线日韩欧美视频| 国产麻豆一精品一av一免费| 美日韩在线观看| 亚洲综合电影| 在线不卡亚洲| 国产精品素人视频| 久久综合狠狠综合久久激情| 99国产精品久久久久久久| 国产欧美在线| 久久天堂精品| 亚洲永久免费精品| 亚洲国产精品va在线看黑人|