ASR M08-B設置軟件 V3.2 arduino 2560+ASRM08-B測試程序 arduino UNO+ASRM08-B測試程序語音控制臺燈電路圖及C51源碼(不帶校驗碼) 繼電器模塊設置。 ASR M08-B是一款語音識別模塊。首先對模塊添加一些關鍵字,對著該模塊說出關鍵字,串口會返回三位的數,如果是返回特定的三位數字,還會引起ASR M08-B的相關引腳電平的變化?!緶y試】①打開“ASR M08-B設置軟件 V3.2.exe”。②選擇“串口號”、“打開串口”、點選“十六進制顯示”。③將USB轉串口模塊連接到語音識別模塊上。接線方法如下:語音模塊TXD --> USB模塊RXD語音模塊RXD --> USB模塊TXD語音模塊GND --> USB模塊GND語音模塊3V3 --> USB模塊3V3(此端為3.3V電源供電端。)④將模塊的開關撥到“A”端,最好再按一次上面的大按鈕(按一次即可,為了確保模塊工作在正確的模式)。⑤對著模塊說“開燈”、“關燈”模塊會返回“0B”、“0A”,表示正常(注意:0B對應返回值010,0B對應返回值010,返回是16進制顯示的嘛,設置的時候是10進制設置的)。
標簽: ASR M08-B
上傳時間: 2022-07-06
上傳用戶:aben
基本信息 ·出版社:清華大學出版社 ·頁碼:360 頁 ·出版日期:2005年10月 ·ISBN:7302115095 ·條形碼:9787302115090 ·版本:第1版 ·裝幀:平裝 ·開本:16開 Pages Per Sheet -------------------------------------------------------------------------------- 內容簡介 《電子設計從零開始》全書分為三大部分,共17章。第1章至第8章深入淺出地介紹了模擬電路的相關知識;第9章至第11章是數字電路部分,介紹了一些基本概念和系統開發過程中經常使用的器件;從第12章到結束是以51單片機為例的單片機應用技術介紹,其中有大量的實例和完整的程序。 電子設計涉及的知識面廣、難度大,初學者往往不知從何入手?!峨娮釉O計從零開始》結合了作者多年的學習與輔導經驗,全面系統地介紹了進行電子設計與制作所需要的各種知識,包括模擬電路、數字電路和單片機應用基礎,并結合Multisim仿真軟件對大部分實例進行了演示。 -------------------------------------------------------------------------------- 編輯推薦 《電子設計從零開始》通過“講故事”的形式將這三部分內容逐步展開,并結合電路仿真軟Multisim 2001對一些實例進行了演示和驗證。著眼技術的應用,并不苛求計算和深刻的理論理解正是《電子設計從零開始》編寫時的目的;講求通俗易懂,在閱讀時應當注意提取知識點和實例中蘊含的技巧。書中還有一個特點就是插圖豐富,這對理解所講內容是很有幫助的。 《電子設計從零開始》適合電類本、??茖W生作為全面掌握電子設計基礎知識的參考書;也可作為無線電愛好者的實例參考用書;對于學有余力的非電類工科學生以及對電子設計感興趣的中學生朋友來說,也是一本很好的全面了解電子設計基礎知識的入門讀物。 -------------------------------------------------------------------------------- 目錄 第一章 走進電子技術 第二章 收音機里蘊含知識 第三章 制作第一件電子作品 第四章 從擴音機中學放大器 第五章 制作一臺多媒體音箱 第六章 振蕩器豐富多彩 第七章 集成電路ABC 第八章 傳感器及其他器件 第九章 數字啟航 第十章 邏輯門應用 第十一章 翻轉與計數 第十二章 單片機就在我們身邊 第十三章 單片機和LED 第十四章 單片機下命令 第十五章 跑馬燈 第十六章 馬表與時鐘 第十七章 采集我們的聲音 附錄A Multisim2001的安裝 附錄B Multisim2001的菜單欄 附錄C Multisim2001中的虛擬儀表 附錄D 數字電路綜合設計——數字鐘 附錄E ASCⅡ碼表 參考文獻 ……
上傳時間: 2013-06-05
上傳用戶:HGH77P99
All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.For input signals, which do not provide the required rise/fall times, external circuitry mustbe used to shape the signal transitions.In the attached diagram, the effect of the sample rate is shown. The numbers 1 to 5 in thediagram represent possible sample points. Waveform a) shows the result if the inputsignal transition time through the undefined TTL-level area is less than the time distancebetween the sample points (sampling at 1, 2, 3, and 4). Waveform b) can be the result ifthe sampling is performed more than once within the undefined area (sampling at 1, 2, 5,3, and 4).Sample points:1. Evaluation of the signal clearly results in a low level2. Either a low or a high level can be sampled here. If low is sampled, no transition willbe detected. If the sample results in a high level, a transition is detected, and anappropriate action (e.g. capture) might take place.3. Evaluation here clearly results in a high level. If the previous sample 2) had alreadydetected a high, there is no change. If the previous sample 2) showed a low, atransition from low to high is detected now.
上傳時間: 2013-10-23
上傳用戶:copu
微處理器及微型計算機的發展概況 第一代微處理器是以Intel公司1971年推出的4004,4040為代表的四位微處理機。 第二代微處理機(1973年~1977年),典型代表有:Intel 公司的8080、8085;Motorola公司的M6800以及Zlog公司的Z80。 第三代微處理機 第三代微機是以16位機為代表,基本上是在第二代微機的基礎上發展起來的。其中Intel公司的8088。8086是在8085的基礎發展起來的;M68000是Motorola公司在M6800 的基礎發展起來的; 第四代微處理機 以Intel公司1984年10月推出的80386CPU和1989年4月推出的80486CPU為代表, 第五代微處理機的發展更加迅猛,1993年3月被命名為PENTIUM的微處理機面世,98年PENTIUM 2又被推向市場。 INTEL CPU 發展歷史Intel第一塊CPU 4004,4位主理器,主頻108kHz,運算速度0.06MIPs(Million Instructions Per Second, 每秒百萬條指令),集成晶體管2,300個,10微米制造工藝,最大尋址內存640 bytes,生產曰期1971年11月. 8085,8位主理器,主頻5M,運算速度0.37MIPs,集成晶體管6,500個,3微米制造工藝,最大尋址內存64KB,生產曰期1976年 8086,16位主理器,主頻4.77/8/10MHZ,運算速度0.75MIPs,集成晶體管29,000個,3微米制造工藝,最大尋址內存1MB,生產曰期1978年6月. 80486DX,DX2,DX4,32位主理器,主頻25/33/50/66/75/100MHZ,總線頻率33/50/66MHZ,運算速度20~60MIPs,集成晶體管1.2M個,1微米制造工藝,168針PGA,最大尋址內存4GB,緩存8/16/32/64KB,生產曰期1989年4月 Celeron一代, 主頻266/300MHZ(266/300MHz w/o L2 cache, Covington芯心 (Klamath based),300A/333/366/400/433/466/500/533MHz w/128kB L2 cache, Mendocino核心 (Deschutes-based), 總線頻率66MHz,0.25微米制造工藝,生產曰期1998年4月) Pentium 4 (478針),至今分為三種核心:Willamette核心(主頻1.5G起,FSB400MHZ,0.18微米制造工藝),Northwood核心(主頻1.6G~3.0G,FSB533MHZ,0.13微米制造工藝, 二級緩存512K),Prescott核心(主頻2.8G起,FSB800MHZ,0.09微米制造工藝,1M二級緩存,13條全新指令集SSE3),生產曰期2001年7月. 更大的緩存、更高的頻率、 超級流水線、分支預測、亂序執行超線程技術 微型計算機組成結構單片機簡介單片機即單片機微型計算機,是將計算機主機(CPU、 內存和I/O接口)集成在一小塊硅片上的微型機。 三、計算機編程語言的發展概況 機器語言 機器語言就是0,1碼語言,是計算機唯一能理解并直接執行的語言。匯編語言 用一些助記符號代替用0,1碼描述的某種機器的指令系統,匯編語言就是在此基礎上完善起來的。高級語言 BASIC,PASCAL,C語言等等。用高級語言編寫的程序稱源程序,它們必須通過編譯或解釋,連接等步驟才能被計算機處理。 面向對象語言 C++,Java等編程語言是面向對象的語言。 1.3 微型計算機中信息的表示及運算基礎(一) 十進制ND有十個數碼:0~9,逢十進一。 例 1234.5=1×103 +2×102 +3×101 +4×100 +5×10-1加權展開式以10稱為基數,各位系數為0~9,10i為權。 一般表達式:ND= dn-1×10n-1+dn-2×10n-2 +…+d0×100 +d-1×10-1+… (二) 二進制NB兩個數碼:0、1, 逢二進一。 例 1101.101=1×23+1×22+0×21+1×20+1×2-1+1×2-3 加權展開式以2為基數,各位系數為0、1, 2i為權。 一般表達式: NB = bn-1×2n-1 + bn-2×2n-2 +…+b0×20 +b-1×2-1+… (三)十六進制NH十六個數碼0~9、A~F,逢十六進一。 例:DFC.8=13×162 +15×161 +12×160 +8×16-1 展開式以十六為基數,各位系數為0~9,A~F,16i為權。 一般表達式: NH= hn-1×16n-1+ hn-2×16n-2+…+ h0×160+ h-1×16-1+… 二、不同進位計數制之間的轉換 (二)二進制與十六進制數之間的轉換 24=16 ,四位二進制數對應一位十六進制數。舉例:(三)十進制數轉換成二、十六進制數整數、小數分別轉換 1.整數轉換法“除基取余”:十進制整數不斷除以轉換進制基數,直至商為0。每除一次取一個余數,從低位排向高位。舉例: 2. 小數轉換法“乘基取整”:用轉換進制的基數乘以小數部分,直至小數為0或達到轉換精度要求的位數。每乘一次取一次整數,從最高位排到最低位。舉例: 三、帶符號數的表示方法 機器數:機器中數的表示形式。真值: 機器數所代表的實際數值。舉例:一個8位機器數與它的真值對應關系如下: 真值: X1=+84=+1010100B X2=-84= -1010100B 機器數:[X1]機= 01010100 [X2]機= 11010100(二)原碼、反碼、補碼最高位為符號位,0表示 “+”,1表示“-”。 數值位與真值數值位相同。 例 8位原碼機器數: 真值: x1 = +1010100B x2 =- 1010100B 機器數: [x1]原 = 01010100 [x2]原 = 11010100原碼表示簡單直觀,但0的表示不唯一,加減運算復雜。 正數的反碼與原碼表示相同。 負數反碼符號位為 1,數值位為原碼數值各位取反。 例 8位反碼機器數: x= +4: [x]原= 00000100 [x]反= 00000100 x= -4: [x]原= 10000100 [x]反= 111110113、補碼(Two’s Complement)正數的補碼表示與原碼相同。 負數補碼等于2n-abs(x)8位機器數表示的真值四、 二進制編碼例:求十進制數876的BCD碼 876= 1000 0111 0110 BCD 876= 36CH = 1101101100B 2、字符編碼 美國標準信息交換碼ASCII碼,用于計算 機與計算機、計算機與外設之間傳遞信息。 3、漢字編碼 “國家標準信息交換用漢字編碼”(GB2312-80標準),簡稱國標碼。 用兩個七位二進制數編碼表示一個漢字 例如“巧”字的代碼是39H、41H漢字內碼例如“巧”字的代碼是0B9H、0C1H1·4 運算基礎 一、二進制數的運算加法規則:“逢2進1” 減法規則:“借1當2” 乘法規則:“逢0出0,全1出1”二、二—十進制數的加、減運算 BCD數的運算規則 循十進制數的運算規則“逢10進1”。但計算機在進行這種運算時會出現潛在的錯誤。為了解決BCD數的運算問題,采取調整運算結果的措施:即“加六修正”和“減六修正”例:10001000(BCD)+01101001(BCD) =000101010111(BCD) 1 0 0 0 1 0 0 0 + 0 1 1 0 1 0 0 1 1 1 1 1 0 0 0 1 + 0 1 1 0 0 1 1 0 ……調整 1 0 1 0 1 0 1 1 1 進位 例: 10001000(BCD)- 01101001(BCD)= 00011001(BCD) 1 0 0 0 1 0 0 0 - 0 1 1 0 1 0 0 1 0 0 0 1 1 1 1 1 - 0 1 1 0 ……調整 0 0 0 1 1 0 0 1 三、 帶符號二進制數的運算 1.5 幾個重要的數字邏輯電路編碼器譯碼器計數器微機自動工作的條件程序指令順序存放自動跟蹤指令執行1.6 微機基本結構微機結構各部分組成連接方式1、以CPU為中心的雙總線結構;2、以內存為中心的雙總線結構;3、單總線結構CPU結構管腳特點 1、多功能;2、分時復用內部結構 1、控制; 2、運算; 3、寄存器; 4、地址程序計數器堆棧定義 1、定義;2、管理;3、堆棧形式
上傳時間: 2013-10-17
上傳用戶:erkuizhang
Lithium–sulfur batteries are a promising energy-storage technology due to their relatively low cost and high theoretical energy density. However, one of their major technical problems is the shuttling of soluble polysulfides between electrodes, resulting in rapid capacity fading. Here, we present a metal–organic framework (MOF)-based battery separator to mitigate the shuttling problem. We show that the MOF-based separator acts as an ionic sieve in lithium–sulfur batteries, which selectively sieves Li+ ions while e ciently suppressing undesired polysulfides migrating to the anode side. When a sulfur-containing mesoporous carbon material (approximately 70 wt% sulfur content) is used as a cathode composite without elaborate synthesis or surface modification, a lithium–sulfur battery with a MOF-based separator exhibits a low capacity decay rate (0.019% per cycle over 1,500 cycles). Moreover, there is almost no capacity fading after the initial 100 cycles. Our approach demonstrates the potential for MOF-based materials as separators for energy-storage applications.
上傳時間: 2017-11-23
上傳用戶:653357637
NCS8803 3.2.1 功能:是一顆將HDMI信號轉EDP信號的轉接芯片。其應用如下: 3.2.2產品特征 輸入:HDMI 輸出:Embedded-DisplayPort (eDP) EDP接口 1/2/4-lane eDP @ 1.62/2.7Gbps per lane HD to WQXGA (2560*1600) supported 內置EDP協議 HDMI Input HDMI 1.4a supported 支持RGB444/YCbCr444/YCbCr422 像素時鐘: 340MHz 支持雙通道音頻輸入; 參考時鐘 任何頻率,在19MHz到100MHz之間,單端時鐘輸入 內置5000 ppm SSC與否 通信方式 IIC 電源 1.2V core supply 2.5V or 3.3V IO supply 功耗:150Mw 封裝:QFN-56 (7mm x 7mm) 3.2.4 應用產品:廣告機,平板、醫療器械、車機、顯示器、小電視、車載電視等 3.2.5 應用平臺:RK、全志、M-star、炬力等 3.3.6 推廣注意事項A:確認客戶使用屏的分辨率,最常用的是1366x768@60Hz和1920x1080@60Hz BNCS8803支持4-lane DP / eDP輸出通常支持WQXGA所需 (2560 * 1600)及以上60 hz的幀速率 C.確認客戶的信號源,要是標準的HDMI信號,其他的都不行; D.此芯片支持縮放功能,分數縮放比例2:1至1:2; E、此芯片不是純硬件轉換芯片,需要通過IIC或者SPI進行初始化,初始化一般使用客戶CPU進行,這樣方便控制時序也節省成本,如果不使用客戶CPU進行初始化就要另外加MCU進行配置。 設計注意事項: A、NCS8801S設計的時候要特別注意輸入輸出的走線問題,要做好屏蔽以免信號受到干擾。 B、注意電源濾波 C、設計的時候預留LVDS信號要預留阻抗匹配電阻 D、設計的時候復位腳最好由客戶CPU的GPIO口進行控制,以便控制整個方案的時序,避免后面出現問題。
上傳時間: 2022-07-08
上傳用戶:
資源包含以下內容:1.2 COMP CHILLER.rar2.20-COMM-E Adapter Diagnostics.zip3.3 Phase Motor Startup Logic.zip4.500編程實例.rar5.550 OPTICOLOUR MOINITORING TM EDIT.rar6.6688-02.rar7.6[1].下降沿和鎖存指令試驗.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實例仿真.rar14.AB PID實例仿真.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網絡組態.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的一個例程,關于顯性連接.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應用案例.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單次觸發中方案輸出試驗.rar106.RSLogix500.OSR上升沿3中方案輸出試驗.rar107.RSLogix500.比較指令試驗.rar108.RSLogix500.煤氣閥開指令簡化試驗.rar109.RSLogix500.試驗脈沖輸出.rar110.rslogix5000 modbus通訊程序.rar111.RSLOGIX5000 例程 V151.rar112.RSLOGIX5000 例程 V152.rar113.RSlogix5000的幾個例程.zip114.rslogix5000編程實例.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 實例.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伺服控制和機器人控制程序.rar136.SLC500沖床.rar137.SLC500工程實例.rar138.SLC500系統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.一個500伺服程序.rar543.一個AB PID控制的例子.rar544.一個DNET的SLC500實例.rar545.一個PLC5實例.rar546.一個RSEmulator5000的測試小程序.rar547.一個RSLOGIX500編的程序.rar548.一個初學者可以看懂的SLC500 程序.rar549.一個自己做的AB的pid模擬程序,供新人學習.rar550.一條自動輸送生產線程序(SLC500).rar551.上海飛奧做的天燃器末站PLC系統程序.rar552.兩個化工控制的程序.rar553.使用SFC來編寫順控程序.rar554.共享學習PIDE的例程.zip555.哥斯達黎加.rar556.大材小用-搶答器.rar557.天津錦湖輪胎的設備程序.rar558.客車生產脫脂設備程序.rar559.小型壓合機.rar560.德國卸船機程序電廠用于碼頭卸煤.rar561.斗輪機(ABPLC SLC500).rar562.更改注釋xiaotiantian.rar563.氣壓檢漏機圖紙程序.rar564.水廠程序(1).rar565.水廠程序.rar566.污水廠的處理系統.rar567.濾池器.rar568.電廠化學凈水加藥系統程序V12.rar569.電廠化學補給水泵房PLC控制系統邏輯程序.rar570.皮帶機程序.rar571.示例程序2(船用).rar572.示例程序(船用).rar573.美國AB公司PLC5的沖床程序,帶注釋,經典.rar574.老外電機生產線上的設備程序.rar575.老外的折彎機程序.AB軟件編的.有詳細注解英文.rar576.老外編的SLC500的PID調節部分程序.rar577.老美 編寫的程序供學習.rar578.老美寫的料片清洗機程序,RIO用于與機器人和變頻器交換信號.rar579.自編四位換檔程序(供鉆機行業參考).rar580.計數器程序.rar581.讀PLC時間,PLC各狀態,遠程站狀態等的程序v12.6.rar582.這是老外做的一個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可逆式冷軋機.rar592.6頭半自動灌裝機EV文本與LGPLC實例程序.rar593.LG PLC+HITECH 人機介面用在PCB生產線上的程式(帶注釋).rar594.LG 壓力機程序.rar595.LG-k系列轉速測量.rar596.LG程序.rar597.內圓磨3MZ208.rar598.半自動泡沫成型機LG PLC程序.rar599.南沙鏜銑.rar600.發個LG XGB PLC的程式,用於線路板設備.rar601.密胺餐具液壓成型機,LG程序,電路圖,IO分配,信捷文本屏OP320A全套,.rar602.恒壓供水系統.rar603.果凍全自動填充機LG- MT500.rar604.果凍全自動殺毒線.rar605.梳棉機.rar606.注塑加預塑臥式轉盤機.rar607.流延膜設備.rar608.液壓車床帶機械手雙拖板.rar609.自動開關門.rar610.韓國產印刷機.rar611.韓國大浩切紙機程序.rar612.1000T鋁型材液壓機程序.rar613.1000噸注塑機程序 (三菱PLC FX2N).rar614.100定型.rar615.10種單按鈕起挺控制程序.rar616.11.rar617.1102刨床控制.rar618.1105PLC與變頻器的RS485通信控制.rar619.125噸廢紙打包機程序.rar620.12頭充填機用于灌裝泡泡水.rar621.12層電梯.rar622.12層電梯程序.rar623.12層電梯程序.zip624.140取樣鋸.rar625.16MR.rar626.16t門機程序.rar627.16個燈流水燈光控制.rar628.2000噸液壓機.rar629.20074216432582759.rar630.20個plc樣例程序.rar631.2102工業洗衣機程序控制系統.rar632.2104中央空調冷凍泵節能運行控制.rar633.21FR送料器FX.rar634.22層電梯的程序,有輸入輸出說明.rar635.22層電梯的程序.rar636.22層程序有輸入輸出說明.rar637.24或32塊標準磚程序(變頻器)來回擺動.rar638.25個三菱PLC程序.rar639.2樓A后車.rar640.2軸伺服控制(AD75-P2)壓焊機 ( 帶人機 有注釋多點定位控制).rar641.3M程序.rar642.3層雜物電梯.rar643.3層雜物電梯(帶全注釋).rar644.3種單按鈕起挺控制程序.rar645.3色平網印花機.rar646.400噸沖床.rar647.400噸壓機.rar648.400噸打包機(俄羅斯).rar649.400噸打包機(俄羅斯).rar650.4Y×16X鍵盤掃描程序.rar651.4個三菱4DA驅動15個壓延電機和序.rar652.4分頻電路.rar653.4臺電機啟動程序.rar654.4臺電機啟動程序(自編).rar655.5111821044626730@滅菌柜plc程序.rar656.5111822485310638@三菱fx2控制貨梯程序2.zip657.5111822485318002@三菱fx2控制貨梯程序1.zip658.5112323512966280@三菱fx+沈陽藍光調速器的plc電梯程序.zip659.611250033364376@三菱程序及觸摸屏程序實例.rar660.63噸小沖床.rar661.64點發泡機.rar662.66g自動沖床PG14-17改.rar663.6TPH超純水設備PLC程序.rar664.6_裁切機帶伺服.rar665.7-16帶網絡.rar666.75mm押出機程序.rar667.800t鋁材擠壓機.rar668.9K抽屜框(XP08104).rar669.9層9站電梯程序.rar670.A&G朔膜裹包機.rar671.A1S68AD.zip672.A2SH(S1) PLC 程序.rar673.A700toFX2N寫入頻率.rar674.ABB用滑臺.rar675.ABB用滑臺FX程序.rar676.AD,DA模擬量的讀入和寫出.rar677.ADD加法指令.rar678.Analog Read.zip679.Analog Write.zip680.A系列PLC編程實例(線路板自動疊合拆解線).rar681.Brick Crane v5.zip682.BVDS包裝VDS.rar683.CAK6150車床梯形圖程序,用的三菱E60系統,帶中文注釋。.rar684.CC-Link 主從程序.rar685.CCLINK網絡通訊.rar686.cnc程序.rar687.Configuring CC-Link.zip688.CRC運算.rar689.Daylight Savings Time 2007 US.zip690.Daylight Savings Time example.zip691.DDM4A四位7段碼顯示器.rar692.DST for FX.zip693.EF-FST減震.rar694.F-6升降機程序mov.rar695.F900觸摸交通監控系統(紅綠燈).rar696.Fat Coater b.zip697.FPC 5層自動換架式收板機(PLC+HMI+電氣圖紙)絕對原版!!.rar698.FR-A700-FX3U 通信程式.rar699.FR-A700-FX3U通信程式.rar700.FX PLC程序 二用一備恒壓供水程序及圖紙.zip701.FX-VLT通訊程序(Fx2n).rar702.FX0S程序.rar703.fx1n-40mt控制兩臺伺服程序.rar704.FX1N-485 200718測試正常.rar705.FX1N-60MR-001四柱粉末成型液壓機PLC控制系統程序.rar706.FX1NPLC和富士伺服位置控制.rar707.FX1N_5DM.rar708.FX1N與梅物勒-托利多稱重儀表(XK3123)通信.rar709.FX1N伺服定位程式(完整注釋,JOG,定長,定角度+絕對原創).rar710.fx1n伺服定位程式.rar711.Fx1N噴砂機程序.rar712.FX1N在自動膠帶分切機上的應用程序(有注解).rar713.FX1N拖伺服(焊接).rar714.FX1S-30MR程序.rar715.FX1S-30MT.rar716.FX1S30家用程序.rar717.FX1S卷紙機程序.rar718.FX1S小程序.rar719.FX1S帶2臺步進電機.rar720.FX1S電梯扶梯節能改進帶注解(非變頻節能).rar721.FX2N 33個程序.rar722.Fx2n 485通訊源程序.rar723.FX2N communicating to 4 Mitsu Drives A500 and E500 series.zip724.FX2N CRC運算.rar725.FX2N CRC運算.rar726.FX2N PLC交通燈程序.rar727.FX2N PLC電梯程序 電梯PLC程序(帶注釋).zip728.FX2N PLC電梯程序.rar729.FX2N PLC電梯程序2.rar730.fx2n 與 vfd-b通訊.rar731.FX2N+1PG在機床中的應用實例.rar732.FX2N+1PG在機床中的應用實例(包括整套圖紙程序).rar733.FX2N+20GM(控制要求分析+IO分配+PLC程序+20GM程序+詳細注釋).rar734.fx2n-10gm數控定位程序.rar735.FX2N-10PG程序范例(有注解).rar736.FX2N-1HC程序樣例.rar737.FX2N-2AD模擬量程序示例.rar738.fx2n-485bd與6臺vfd-b的rtu通訊程序.rar739.FX2N-4AD-PT程序樣例.rar740.fx2n-4ad-tc溫控模塊編程示意.rar741.FX2N-4AD.rar742.FX2N-INV通訊.rar743.FX2N-INV通訊程序.rar744.fx2n33個程序.rar745.FX2NPLC+2AD+4ADTC+2DA+電阻尺+編碼器+PID溫控 完整注釋程式+UG330人機.rar746.FX2NPLC+2AD+4ADTC+2DA+電阻尺+編碼器+PID溫控.rar747.FX2NPLC與A700變頻器RUT通訊.rar748.fx2nplc與三臺丹佛斯變頻器458通訊定位.定尺源程序.rar749.FX2NPLC與安川G7變頻器通訊(原創)有注釋,MEMOBUS的寫方式.rar750.FX2NPLC和變頻器,F930通訊控制的程序 有注解拉絲機程序.rar751.fx2n與abb變頻器通訊程序.rar752.fx2n與s540e變頻器485通訊plc程序.rar753.fx2n與三菱變頻器通訊及ad、da模塊使用樣例.rar754.fx2n與臺達VFD-B通訊.rar755.FX2N與士林變頻器MODBUS通訊(有注解).rar756.FX2N與森蘭SB60+變頻的RS485通訊.rar757.fx2n壓力控制論程序.rar758.FX2N和1PG完整的小車定位程序.rar759.fx2n國內某知名洗衣機專機程序.rar760.FX2N定位程序.rar761.FX2N擴展程序.rar762.FX2N控制CT驅動器.rar763.FX2N控制步進電機程序.rar764.FX2N控制步進電機程序有注釋.rar765.fx2n電梯2層二站實例.rar766.FX2N電梯扶梯節能.rar767.fx2n的pid樣例(e文注解).rar768.FX2N的PID樣例.zip769.FX2N的程序.rar770.FX2N簡易溫度控制.rar771.fx2n紙機傳動程序 .rar772.FX2N脈沖布袋收塵控制程序.rar773.fx3u 和E540變頻器通訊例子.rar774.FX3u-WT 士林溫控器-MOBUS通訊協定.rar775.FX3U3G PLC通過專用指令與A700F700變頻器通訊.rar776.FX3u和E540變頻器通訊例子(變頻器指令編寫).rar777.FXComms.zip778.FXIN CRC效驗碼計算程序,有注釋.rar779.FX與日立SJ300變頻通訊,有注解.rar780.FX和EMERSON Modbus通訊案例.rar781.FX和EMERSON通訊案例Fx Modbus test.rar782.Fx定位控制標準程序.rar783.FX編程實例.rar784.FX防洪閘門控制程序.rar785.FX-128生產線程序.rar786.G8 噴槍盤.rar787.GKF離心機.rar788.GP實例+PLC程序.rar789.HID汽車氙氣燈二次夾封機.rar790.JH21-150程序.rar791.jq.rar792.LCD設備蝕刻機.rar793.LCD設備蝕刻機程序.rar794.LOW-E玻璃鍍膜線程序(三菱QPLC的)一萬步帶注釋.rar795.M1320磨頭進出FX1s控制步進電機,有注釋.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收板機程式蝕剝銅收.rar803.PCB設備(PTH前處理機).rar804.PCFILM高氣壓成型機.rar805.Pick and Place.zip806.PID+PLC程序.rar807.pid.rar808.PID[1].FX2N.rar809.PID指令,程序算法,溫度、壓力模擬量控制,觸摸屏。.rar810.PID溫度控制.rar811.PID溫度試驗程序.rar812.PID程序.rar813.PLC 氣壓程式.rar814.PLCFX0N三層三站程序.rar815.PLC與變頻器通訊2.rar816.PLC與氣壓.rar817.plc與氣壓控制講了氣閥,氣路原理以及用PLC的控制(基礎,WORD文檔).rar818.PLC變頻伺服電機電485BD通訊fx1n.rar819.PLC臺車的呼車控制.rar820.PLC同變頻器通訊程序3.rar821.plc實例含答案.rar822.plc實用程序.rar823.plc應用實例.rar824.PLC控制QD75程式.rar825.plc控制司服的送料機.rar826.PLC樣例程序(五層).rar827.PLC監控一臺變頻器3項.rar828.PLC程序(有興趣的看看).rar829.PLC紅綠燈(梯形圖+Word文檔).rar830.PLC通訊控制變頻器 超級注釋.rar831.PLC通過RS485 對FR系列變頻的控制.rar832.pp復卷機三菱伺服編程.rar833.Q00CPU與HITECH觸摸屏的通訊的示例。.rar834.Q02HCPU新斜裁.rar835.Q06H涂布機程序2W步,領略韓國人寫程序風格.rar836.QD75 Demo Program.zip837.QD75運動控制模塊例程,帶注釋.rar838.QJ71C24模塊的串口通訊.rar839.Q[1].AD.DA.rar840.Q系列PLC+QD75P伺服標準程序帶注釋.rar841.Q系列帶動伺服程序.rar842.ro1_chun shui.rar843.S2401佑倡油壓機.rar844.S7-200之間通訊,有注解.rar845.SA雙頭倒角機35.rar846.SA外筒總成清洗機30.rar847.SBR廢水處理.rar848.SFC編寫伺服刀程序.rar849.SFC編程典型案例.rar850.SFC試驗程序.rar851.STL forward pause reverse.zip852.String_32bit_Logging_Mitsubishi_cn.zip853.ST反彈限位器焊機.rar854.ST反彈限位器焊機14.rar855.ST注油機.rar856.ST注油機18.rar857.ST活塞桿清洗機.rar858.ST活塞桿清洗機15.rar859.ST首華雙槍焊機.rar860.ST首華雙槍焊機13.rar861.TEA-9000MDT磷化機.rar862.time.zip863.Timer Examples FX2N.zip864.uv翻板機.rar865.VB與PLC通訊的原理及相關資料.rar866.VB與三菱FX2N 通訊源碼.rar867.www[1].qupan.com_3125969_25個三菱PLC程序.rar868.www[1].qupan.com_4341480_彎管機觸摸屏+plc程序(全套三菱)帶注解.rar869.x20諾安順包裝機改.rar870.x62w萬能銑床.rar871.XMTR溫控表通訊FX.rar872.XMTR溫控通訊.rar873.y28-200油壓機.rar874.YF30-315湖州機床廠單柱液壓機程序.rar875.YX細伸拉絲機三菱FX PLC程序(有注解)張力控制與傳統的指拔開關不一樣.rar876.一個3層3站電梯程序,富士VG7變頻器。FX2N系列PLC.rar877.一個FX2N的PID程序,超詳細注釋!.rar878.一個三臺發電機兩用一備的.rar879.一個三菱程序.rar880.一個三菱PLC程序(水脹機).zip881.一個五層樓的程序.rar882.一個交通燈程序,用FX2N32MT運行通過.rar883.一個完整的五層六門的電梯程序--使用三菱FX2N-84MR.rar884.一個小小的時間程序.rar885.一個小的自動皮帶生產線程序.rar886.一個帶定位,CC-LINK,NET功能的案例英文注解.rar887.一個污水處理plc程序.rar888.一個爐子的控制程序.rar889.一個輸送機機械手簡單動作.rar890.一個順序控制,急停保持當前步,復位后繼續當前步運行的程序.rar891.一份橡膠硫化機程式,FX2N PLC F90人機.rar892.一臺三菱與2臺西門子通信.rar893.一臺伺服電機控制程序.rar894.一臺圓周焊機.rar895.一臺濕紙巾機Q程序.附上GOT畫面.zip896.一套三菱PLC 海泰克人機 程序.rar897.一段實列程序.rar898.七層以下電梯通用的程序(原創帶全注釋).rar899.萬盼制糖機器.rar900.三萬多步馬扎克系統三菱梯形圖程序英文注釋(日本人寫).rar901.三凌恒壓供水.rar902.三層三站電梯程序.rar903.三層電梯PLC控制.rar904.三層電梯用編碼器控制.rar905.三彩燈循環控制程序.rar906.三次元機械手夾料全程檢測報警程序.rar907.三相步進電機控制帶注釋.rar908.三聯200倒絲機FX1N程序初稿脈沖直接輸出精確.rar909.三茂拉絲機.rar910.三菱60點IOPLC氣動沖床樣板程序.rar911.三菱A1SH PLC程序.rar912.三菱ABB通訊完全版.rar913.三菱A系列程序.rar914.三菱CC-LINK配置和變頻器通信程序(注釋).rar915.三菱FNX2程序.rar916.三菱FX1N,F930觸摸屏實例,帶詳細注解,和動作說明及接線圖.rar917.三菱FX1N可以直接控制數碼管顯示嗎.rar918.三菱FX1S plc控制步進電機實例.rar919.三菱FX1S搶答器.rar920.三菱FX1S搶答器帶完整注釋.rar921.三菱FX2N CRC效驗程序.rar922.三菱FX2N PLC通過485控制愛默生td3000啟動停止原程序.rar923.三菱FX2N 系列PLC 與三菱700 系列變頻器ModbusRTU 協議通訊應用.rar924.三菱FX2N-PLC控制打印機中文打印程序.rar925.三菱FX2N_IG5通訊_改.rar926.三菱FX2N 螺紋鋼生產線的PLC程序。帶注解.rar927.三菱FX2N與VFD-B變頻器通訊(附注釋).rar928.三菱FX2N與VFD-B變頻器通訊程序(詳細中文注釋).rar929.三菱FX2n和宇電AI501儀表通訊.rar930.三菱fx2n振發壓機程序.rar931.三菱FX2N烘房生產流程.rar932.三菱FX2N的液壓站程序帶模擬量輸出斜坡上升和斜坡下降的有注解和圖紙.rar933.三菱fx2n系列plc與變頻器通信實用小程序.rar934.三菱FX2N-plc源程序.zip935.三菱fx2控制貨梯程序.zip936.三菱FX_PLC編程口協議2.rar937.三菱FX與變頻器16段速控制.rar938.三菱FX系列PLC與三菱變頻器通訊應用實例.doc939.三菱fx系列plc與三菱變頻器通訊應用實例.rar940.三菱FX系列PLC自由通訊學習.rar941.三菱FX系列全自動二步法吹瓶機.rar942.三菱J3伺服程序加觸摸屏.rar943.三菱MOBUD 中文注解程式.zip944.三菱plc+安川伺服焊接機器人.rar945.三菱PLC-1600擠壓機主機程序.rar946.三菱PLC FX0S程序.rar947.三菱PLC與LG變頻器通訊格式.rar948.三菱PLC與LG變頻器通訊程序.rar949.三菱PLC與MD320通訊例子.rar950.三菱PLC與三臺變頻器通訊實例.rar951.三菱PLC與三菱變頻器通訊程序樣例.rar952.三菱PLC與變頻器通訊(2臺).rar953.三菱PLC與變頻器通訊的程序范例.rar954.三菱PLC與變頻器通訊程序.rar955.三菱PLC與四方變頻器通訊.rar956.三菱PLC與數顯表通訊.rar957.三菱plc列程.rar958.三菱PLC單按鈕正轉停止反轉停止程序.rar959.三菱PLC和三菱變頻器通信.rar960.三菱PLC和臺達變頻器通訊.rar961.三菱PLC實用程序.rar962.三菱PLC恒壓供水帶注譯恒壓供水.rar963.三菱PLC控制四層自動電梯程序(有注解).rar964.三菱PLC控制步進定長切斷.rar965.三菱plc控制步進電機 程序實例.rar966.三菱PLC控制燃油鍋爐的程序.rar967.三菱PLC模擬量輸出控制12臺變頻器實現的紙機傳動控制系統.rar968.三菱PLC比較指令的應用 計數器自動復位.rar969.三菱PLC的NN網絡通信.rar970.三菱PLC的一個實例程序.zip971.三菱PLC螺紋鋼飛剪控制系統的程序--by---daxin365.rar972.三菱PLC鎖機程序.rar973.三菱Q MOTION 程式樣例.rar974.三菱Q02H系列的純水控制.rar975.三菱Q02H系列的純水控制程序.rar976.三菱qd75定位模塊程序.rar977.三菱QPLC與OMRON的E5CN溫控表的通訊程序,用CompowayF通訊協議.rar978.三菱Q系列帶伺服的磨床程序.rar979.三菱q系列條碼讀取解碼程序.rar980.三菱Q系列的程序高溫爐程序,有網絡模塊 注釋是繁體.rar981.三菱Q系列的程序高溫爐程序,有網絡模塊 注釋是繁體.zip982.三菱SGVFA貨梯程序.rar983.三菱SGVP貨梯程序.zip984.三菱___(內有程序說明).rar985.三菱與臺達ASCII通信.rar986.三菱與西門子自由口通信.rar987.三菱兩臺PLC通信.rar988.三菱伺服樣例程序尿片包裝機菱運動控制器軟件MT DEVELOPER.rar989.三菱例子.rar990.三菱典型程序4Y×16X鍵盤掃描程序.rar991.三菱剪機.rar992.三菱變頻器通訊(2臺).rar993.三菱和MODBUS 以及其它設備通訊工程實例,GXV7以上打開.zip994.三菱多段速度控制.rar995.三菱循環控制程序.rar996.三菱數控機床PLC程序.rar997.三菱數控機床PLC程序,在用 有注解.zip998.三菱機車.rar999.三菱板坯輸送程序.rar1000.三菱溫度控制PID加熱器程序.rar1001.三菱溫度模塊程序.rar1002.三菱電梯SG-VF程序.rar1003.三菱電梯程序.rar1004.三菱的24層站 帶參數.rar1005.三菱的50個程序例子1.rar1006.三菱的50個程序例子2.rar1007.三菱的FX1S與三菱的FR-E540變頻器通過485接口的通訊程序.rar1008.三菱的布袋除塵器程序.rar1009.三菱的油爐圖紙(梯形圖).rar1010.三菱程序 加油機(有注解).rar1011.三菱程序及觸摸屏程序實例純水工程FX gppw.rar1012.三菱程序及觸摸屏程序實例純水工程gppw.rar1013.三菱程序實例-鍋爐吹灰器 循環流化床鍋爐的10組共40個吹灰器程序.zip1014.三菱程序實例-鍋爐燃燒器 循環流化床鍋爐的三部啟動燃燒器,四部輔助燃燒器程序.zip1015.三菱程序帶注解。.rar1016.三菱編程10S定時例子.rar1017.三菱編程3運輸帶例子.rar1018.三菱編程D8099例子.rar1019.三菱編程RS剪板機例子.rar1020.三菱編程RS通訊例子.rar1021.三菱編程實例.rar1022.三菱編程溫控通訊例子.rar1023.三菱薄膜復合機程序,用了6個特殊模塊.rar1024.上板機.rar1025.上海光明三得利啤酒灌裝機圖紙和程序(三菱).rar1026.上海天馬安川機器人液晶搬用運PLC程序.rar1027.上造型線 2007,11,6小日本程序.rar1028.下是自己寫的QD75程式現場使用過OK.rar1029.不完善的印刷機程序.rar1030.與其它設備的MODBUS通訊實例.zip1031.絲印機plc程序.rar1032.絲網印刷機PLC程序.rar1033.兩臺電梯程序28層27層.rar1034.兩種簡單的彩燈閃爍程序.rar1035.兩線控制機械手.rar1036.兩軸伺服控制的PCB自動切邊(PLC+ 人機界面)程式.rar1037.兩道FX2N-4AD習題(有程序).rar1038.嚴格的雙手操作FX2N.rar1039.中央吸塵機.rar1040.中斷數據移位以及脈沖捕捉功能程序實例.rar1041.中水處理程序.rar1042.丹佛斯VT2800與FX2N用RS485通訊示例.rar1043.丹佛斯變頻器與FX通訊實例(適用于所有丹佛斯變頻器).rar1044.九層九站電梯.rar1045.九層九站電梯程序(帶注解)FX2N.rar1046.九層九站電梯程序(帶詳細注解).rar1047.二分頻梯形圖.rar1048.二層二站電梯程序.rar1049.二極管引線排列機.rar1050.二極管設備引線排列機.rar1051.二用一備恒壓供水程序及圖紙.rar1052.于FX系列PLC連接條形碼閱讀器應用實例.rar1053.五臺電機啟停(用基本指令寫).rar1054.五工位移載送板機(磚機全自動生產線用).rar1055.五工位組合機PLC程序,有詳細注釋(原創).rar1056.五相步進.rar1057.五組搶答器.rar1058.亞智收板機.rar1059.交通燈.rar1060.交通燈2.rar1061.交通燈控制.rar1062.交通紅綠燈.rar1063.產品正次品分選.rar1064.從日本進口回的大型設備PLC程序.rar1065.仿制意大利機械的一個程序.rar1066.伺服例程,用FX1N連接1PG控制MR-J2S-10A.rar1067.伺服定位子程序帶接線圖(M2J2S.1PG)[詳細注釋].rar1068.伺服控制的送料機.rar1069.佛山200T液壓機.rar1070.作業-交通燈.rar1071.佳信達克爾布斯膠訂機.rar1072.使用臺達觸摸屏對應FX3U主機測試1PG脈波輸出.rar1073.使用說明.txt1074.供學習的一個12層電梯程序,三菱FX2N-plc.rar1075.供水.rar1076.便當選擇器.rar1077.光標切.rar1078.克爾布斯膠訂機.rar1079.全自動二步法拉吹吹瓶機帶機械手.rar1080.全自動八缸雙拖板車床.rar1081.全自動泡塑成型機三菱程序.rar1082.全自動裁剪機2_.rar1083.全自動轉盤式三工位熔接機.rar1084.八層以下貨梯通用程序(奧菱達).rar1085.八點間歇時間控制.rar1086.八路搶答器.rar1087.八路搶答器fx1s-plc設計.rar1088.公開課講義舉例順序控制程序.rar1089.公路局的混凝土稱重等全自動西門子PLC程序.rar1090.六頭直徑式拉絲機.rar1091.六層六站電梯.rar1092.關于FX系列PLC連接條形碼閱讀器應用實例.rar1093.冰箱冷凝器自動彎管機.rar1094.冰箱和冷柜生產行業門體發泡線體的程序.rar1095.沖床控制程序 三菱FX1N PLC 附注釋.rar1096.冷卻水泵節能循環運行1.rar1097.冷卻水泵節能循環運行2.rar1098.冷室壓鑄機FX PLC程序.zip1099.幾個PLC與變頻器通訊的程序.rar1100.幾個三菱FX與FR變頻器通信事例的程序.rar1101.凸輪控制程序.zip1102.分紙機程序.rar1103.切割機.rar1104.創寶快速機.rar1105.制冷控制系統梯形圖(日本人編的,有英文注釋,三菱FX2N-128MR-001).rar1106.制冷控制系統(日本人編的,有英文注釋,三菱FX2N-128MR) 6#PLC.rar1107.制動器試驗的程序.rar1108.制動液加注機.rar1109.制蓋機FX2N與西門子變頻器通信程式(中文注釋).rar1110.刷焊道機.rar1111.剃齒機.rar1112.前處理2放板機.rar1113.前處理裝置.rar1114.力恒鋅合金壓鑄機.rar1115.加油機.rar1116.包裝機.rar1117.包裝機三菱PLC程序.zip1118.化纖打包機.rar1119.北京現代發動機傳送線有自動倉庫.rar1120.十字定位打孔機程序(FX1S-20MR ).rar1121.十字路交通信號燈.rar1122.十字路通燈控制程序,FX1S.rar1123.升降平臺程序.rar1124.升降機.rar1125.升降橫移立體停車庫.rar1126.升降橫移車庫PSH2-5D.rar1127.升降速程序.rar1128.半自動絲網印刷機.rar1129.協易高精密沖床部份程序.rar1130.單印刷頭程序用到PLC控制兩個伺服電機含注解.rar1131.單按鈕五臺電機啟??刂芐FC程序.rar1132.單按鈕控制電機.rar1133.單按鈕控制電機正反停,本程序未加上正反轉切換時的延時,單按鈕表示多種狀態容易誤動,并不建議在實際當中使用,利用者后果自負.rar1134.單按鈕正反停.rar1135.單按鈕起停梯形圖.rar1136.單按鈕起停比較常用型.rar1137.單片機矩陣顯示程序.rar1138.單色彩印機.rar1139.單輸入三態輸出-已調試.rar1140.單輸入三態輸出.rar1141.單鈕正反停.rar1142.單鈕起??刂瞥绦蛉?rar1143.臥式裁斷機.rar1144.衛生巾小包機.rar1145.衛生巾機,涂布機等涂膠高速補償控制程序(正在用).rar1146.衛生巾設備.rar1147.衛生巾設備三菱PLC程序外加HMI觸屏程序QCPU有注解.zip1148.衛生級滅菌柜三菱PLC程序及人機GP程序.rar1149.印刷機plc程序拖動2臺步進.rar1150.印刷機plc程序拖動2臺步進電機.rar1151.印刷機械分切機程序.rar1152.印刷機步進馬達PLC做同步控制.rar1153.印刷機水路跟蹤控制程序.rar1154.印刷機程序.rar1155.印刷自動裝訂機.rar1156.印染廠皂洗機.rar1157.印染行業定型機.rar1158.印染行業的定型機.rar1159.印花機.rar1160.印花機FX-2N.zip1161.卷筒包裝機控制程序.rar1162.壓入機.rar1163.壓機.rar1164.壓機程序.rar1165.壓花機3.rar1166.壓鑄機.rar1167.壓鑄機周邊程序.rar1168.友信自動裝箱機程序.rar1169.雙CPU的程序(Q02HCPU,Q172CPUN帶四個伺服器).rar1170.雙伺服攻牙機實例.rar1171.雙頭測漏機.rar1172.雙工機械手.rar1173.雙槍環焊彈簧盤(07-01).rar1174.雙端面FX1N改進程序.rar1175.雙端面磨床.rar1176.雙缸雙工位紙漿模塑成型機三菱PLC程序.rar1177.雙貼機.rar1178.雙貼機用到中斷與斜坡指令,一個PLC帶兩伺服.rar1179.發一個A系列PLC程序(日本機器程序).rar1180.發個數控程序包括GP.NC.三菱2.rar1181.發個電梯并聯程序;三菱的24層站 帶參數有井道自學習功能含參數.rar1182.變頻器16段速控制.rar1183.變頻器一拖三原理圖.rar1184.變頻恒壓供水一拖二.rar1185.只能出一電路.rar1186.可樂裝箱機程序_fx2n的有注釋.rar1187.可改變閃光燈.rar1188.可編程控制器應用101例.pdf1189.可逆帶能耗制動控制.rar1190.臺灣冷水空調機組程序(三菱FX2N-64MR).rar1191.臺灣凇協SMT周遍設備送板機.rar1192.臺灣原裝細伸拉絲機FX PLC程序(有詳細注解).rar1193.臺灣熱室壓鑄機程式(FX2N).rar1194.臺灣立葉高速沖床.rar1195.臺灣立葉高速沖床程序和變頻器、觸摸屏通信.rar1196.臺灣自動倉儲程序.rar1197.臺灣邊封機三菱PLC加EVIEW.rar1198.臺車fx plc程序.rar1199.臺車呼車控制.rar1200.臺車式涂裝線.rar1201.合意鋼化玻璃廠玻璃切割程序(帶注釋).rar1202.合益干燥工段.rar1203.合肥鍛壓機床總廠產YH32 1000 10000千牛四柱液壓機程序.rar1204.吉林大發安川機器人玻璃涂膠程序.rar1205.同步輸送帶程序(新).rar1206.同溫度控制模塊通訊實例.rar1207.吹瓶機程序FX2N-64MR有注解.rar1208.哈滾牙機三菱FX2NPLC+步進電機+三菱觸摸屏.rar1209.商標打印機.rar1210.啤酒灌裝機圖紙和程序-三菱PLC程序.zip1211.啤酒灌裝機圖紙和程序-電氣圖紙.zip1212.啤酒輸送無壓力系統三菱程序.rar1213.噴泉控制設計.rar1214.噴涂.rar1215.噴涂生產線粉末噴涂控制程序.rar1216.噴灌控制器.rar1217.四層電梯.rar1218.四層菜梯程序.rar1219.四工位小車的改進.rar1220.四柱液壓機.rar1221.四柱液壓機程序.rar1222.四槽機械手伺服電機小程序.rar1223.四色圓盤移印機三菱程序,五臺PLC通信,八軸同時驅動.rar1224.回轉爐.rar1225.國產自動焊程序(三菱).rar1226.國內某知名洗衣機專機程序.rar1227.圣誕來了,發個順序控制,可以進行步數顯示的程序。.rar1228.地板轉程序.rar1229.均一性測試機.rar1230.坡口銑床程序.zip1231.塑膠機-FX2N MT.rar1232.塑膜裹包機圖與PLC程序 +HMI.rar1233.墨西哥緯創二期工程.rar1234.聲控門程序.rar1235.復合板機程序圖.rar1236.多層面實用程序.rar1237.多段速控制伺服電機!凸度超精機用.rar1238.大廈空調技改.rar1239.大型精密焊接設備PLC程序.rar1240.大小順序排列設計.rar1241.天丞線路板噴砂機.rar1242.天塔之光.rar1243.天津隆達冷卻線FX2N與日歷變頻器帶注釋.rar1244.太陽能.rar1245.太陽能演示程序1.rar1246.奧菱達8層貨梯.rar1247.子午胎0--90°斜裁程序.rar1248.學習必讀.txt1249.定型機超喂.rar1250.定時關閉所有的輸出點定時停機365按x0復位.rar1251.定時程序,程序帶注解??!.rar1252.定長度裁端子機程序.rar1253.定長切斷2伺服編程.rar1254.宜賓(絲麗雅)PLC程序.rar1255.寶鋼電梯程序帶注釋.rar1256.實例.rar1257.實用8t自動精密沖床fxplc程序.rar1258.實用8T自動精密沖床三凌FXPLC程序 絕對不是案例.rar1259.實用三菱PLC和變頻器通訊實例(內有詳細注解).rar1260.實用學習PLC程序.rar1261.實用程序.rar1262.客車公司車頂自動焊接FX PLC程序千多條指令.rar1263.客車公司車頂自動焊接PLC程序.rar1264.家用程控.rar1265.賓館原程序.rar1266.密碼鎖門梯形圖.rar1267.富士康的自動生產線.rar1268.對輥機.rar1269.封切袋機.rar1270.封口機.rar1271.封口液壓.rar1272.封尾機.rar1273.小型水電站.rar1274.小日本的程序.rar1275.小水電站.rar1276.小車定位計數程序.zip1277.尿片包裝機.rar1278.層繞機.rar1279.工業前處理裝置.rar1280.常規制動器300萬次實驗臺程序.rar1281.干燥設備.rar1282.平板硫化機FX2N-PLC加 F940人機.rar1283.平網印花機單元控制程序.rar1284.廣東1000T自動壓磚機原程序三凌.rar1285.廣東
上傳時間: 2013-07-13
上傳用戶:eeworm
近年來,隨著多媒體技術、計算機網絡與通信技術的的快速發展,傳統的監控系統也不斷向著新的發展方向進行著不斷的更新與發展。進而隨著嵌入式技術的出現以及人們對降低監控系統成本和提高可靠性的迫切需求,基于嵌入式系統的網絡視頻監控系統將成為新的研發熱點。 本文的目的是把嵌入式技術與計算機網絡技術相結合,構造一個性能穩定且具有較強處理能力的數字化遠程視頻監控系統。該監控系統以嵌入式Linux系統平臺作為服務器端,服務器程序在其上以后臺方式運行,等待監控系統環境中的客戶機使用瀏覽器向其發送訪問請求,實現在局域網乃至Internet網上對攝像頭的遠程控制。 文中把系統設計分為三大部分:系統硬件設計、嵌入式Linux在硬件平臺的實現和系統軟件設計。硬件設計部分首先提出了整個硬件系統的實現方案,接著詳細介紹了S3C2410處理器與存儲器、以太網控制器芯片以及USB和串口的接口電路設計;第二部分詳細敘述了嵌入式Linux在本系統硬件平臺的移植實現及應用程序的開發特點,重點講述了本系統平臺上Linux的引導加載程序Bootloader的設計過程;系統軟件部分首先介紹了USB接口攝像頭驅動在嵌入式Linux下的實現,重點講述了Video4Linux下視頻采集的實現,接著論述了如何實現圖像的JPEG壓縮,最后針對基于B/S模式的網絡通信系統結構,詳細闡述了網絡通信的具體實現過程和方法。 最后在辦公室局域網通過對系統測試,顯示了系統運行結果,實現了利用局域網或Internet網對遠程環境進行監控的功能。
上傳時間: 2013-07-04
上傳用戶:lgnf
永磁同步發電機由于一系列高效節能的優點,在工農業生產、航空航天、國防和日常生活中得到廣泛應用,并且受到許多學者的關注,其研究領域主要涉及永磁同步發電機的設計、精確性能分析、控制等方面。 本課題作為國家自然科學基金項目《無刷無勵磁機諧波勵磁的混合勵磁永磁電機的研究》的課題,主要研究永磁電機的電磁場空載和負載計算,求出永磁電機的電壓波形和電壓調整率,為分段式轉子的混合勵磁永磁電機的研究奠定基礎,主要做了以下工作: 首先介紹了永磁同步發電機的基本原理,包括永磁同步發電機的結構形式和永磁同步發電機的運行性能,采用傳統解析理論給出了電壓調整率的計算方法及外特性的計算模型;然后用有限元ANSYS對永磁同步發電機樣機進行實體建模,經過定義分配材料、劃分網格、加邊界條件和載荷、求解計算等,得到矢量磁位Az、磁場強度H、磁感應強度B等結果,直觀地看出電機內部的磁場分布情況。 其次根據電磁場計算結果,應用齒磁通法對其進行后處理。該方法求解轉子在一個齒距內不同位置處的磁場,以定子齒的磁通為計算單位,根據繞組與齒的匝鏈關系,計算出磁鏈隨時間的變化,進而得到永磁同步發電機空、負載時電壓大小及波形。通過計算結果寫實驗結果對比,驗證了齒磁通法的正確性,為計算永磁同步發電機各種性能特性提供有力工具。 最后,基于齒磁通法對永磁同步發電機的外特性進行了深入研究,定量分析了結構參數對外特性的影響規律,提出了有效降低電壓調整率的方法的是:增加氣隙長度g的同時,適當增加永磁體的磁化方向的長度hm;此外,要盡量的減少每相串聯匝數N和增大導線面積以減小阻抗參數。通過改變電機的結構參數,對其電磁場進行計算,找到永磁電機電壓調整率的變化規律,為加電勵磁的混合勵磁永磁電機做準備,達到穩定輸出電壓的目的。
上傳時間: 2013-04-24
上傳用戶:15853744528
心音信號是人體最重要的生理信號之一,包含心臟各個部分如心房、心室、大血管、心血管及各個瓣膜功能狀態的大量生理病理信息。心音信號分析與識別是了解心臟和血管狀態的一種不可缺少的手段。本文針對目前該研究領域中存在的分析方法問題和分類識別技術難點展開了深入的研究,內容涉及心音構成的分析、心音信號特征向量的提取、正常心音信號(NM)和房顫(AF)、主動脈回流(AR)、主動脈狹窄(AS)、二尖瓣回流(MR)4種心臟雜音信號的分類識別。本文的工作內容包括以下5個方面: a)心音信號采集與預處理。本文采用自行研制的帶有錄音機功能的聽診器實現對心音信號的采集。通過對心音信號噪聲分析,選用小波降噪作為心音信號的濾波方法。根據實驗分析,選擇Donoho閾值函數結合多級閾值的方法作為心音信號預處理方案。 b)心音信號時頻分析方法。文中采用5種時頻分析方法分別對心音信號進行了時頻譜特性分析,結果表明:不同的時頻分析方法與待分析心音信號的特性有密切關系,即需要在小的交叉項干擾與高的時頻分辨率之間作綜合的考慮。鑒于此,本文提出了一種自適應錐形核時頻(ATF)分析方法,通過實驗驗證該分布能較好地反映心音信號的時頻結構,其性能優于一般錐形核分布(CKD)以及Choi-Williams分布(CWD)、譜圖(SPEC)等固定核時頻分析方法,從而選擇自應錐形核時頻分析方法進行心音信號分析。 c)心音信號特征向量提取。根據對3M Littmann() Stethoscopes[31]數據庫中標準心音信號的時頻分析結果,提取8組特征數據,通過Fihser降維處理方法提取出了實現分類可視化,且最易于分類的心音信號的2維特征向量,作為心音信號分類的特征向量。 d)心音信號分類方法。根據心音信號特征向量組成的散點圖,研究了支持向量機核函數、多分類支持向量機的選取方法,同時,基于分類的目的 性和可信性,本文提出以分類精度最大為判斷準則的核函數參數與松弛變量的優化方法,建立了心音信號分類的支持向量機模型,選取標準數據庫中NM、AF、AR、AS、MR每類心音信號的80組2維特征向量中每類60組數據作為支持向量機的學習樣本,對余下的每類20組數據進行測試,得到每類的分類精度(Ar)均為100%,同時對臨床上采集的與上述4種同類心臟雜音信號和正常心音信號中每類24個心動周期進行分類實測,分類精度分別為:NM、AF、MR的分類精度均為100%,而AR、AS均為95.83%,驗證了該方法的分類有效性。 e)心音信號分析與識別的軟件系統。本文以MATLAB語言的可視化功能實現了心音信號分析與識別的軟件運行平臺構建,可完成對心音信號的讀取、預處理,繪制時-頻、能量特性的三維圖及兩維等高線圖;同時,利用MATLAB與EXCEL的動態鏈接,實現對心音信號分析數據的存儲以及統計功能;最后,通過對心音信號2維特征向量的分析,實現心音信號的自動識別功能。 本文的研究特色主要體現在心音信號特征向量提取的方法以及多分類支持向量機模型的建立兩方面。 綜上所述,本文從理論與實踐兩方面對心音信號進行了深入的研究,主要是采用自適應錐形核時頻分析方法提取心音信號特征向量,根據心音信號特征向量組成的散點圖,建立心音信號分類的支持向量機模型,并對正常心音信號和4種心臟雜音信號進行了分類研究,取得了較為滿意的分類結果,但由于用于分類的心臟雜音信號種類及數據量尚不足,因此,今后的工作重點是采集更多種類的心臟雜音信號,進一步提高心音信號分類精度,使本文研究成果能最終應用于臨床心臟量化聽診。 關鍵詞:心音信號,小波降噪,非平穩信號,心臟雜音,信號處理,時頻分析,自適應,支持向量機
上傳時間: 2013-04-24
上傳用戶:weixiao99