YASKAWA-CP-717培训课件.ppt
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《YASKAWA-CP-717培训课件.ppt》由用户(三亚风情)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- YASKAWA CP 717 培训 课件
- 资源描述:
-
1、ControllerCP-317, 316, 9200SHMaintenance Course1PPT学习交流CP-717 Start-upGroup FolderGroup FolderOrder FolderOrder FolderPLC FolderCPU FolderCreate folders.2PPT学习交流Log ON OperationRight click “CPU1” icon. If it is on-line operation, click “On-line”.Check mark is added to “On-line”.Input USER-A in “User
2、 Name”. After moving a cursor with TAB key, input USER-A in “Password” again. Then click “OK”.Right click “CPU1” icon again. Then click “Log ON”.“Log ON” window is displayed.Log ON Complete3PPT学习交流On-Line Communication Parameter SettingSet 217IF communication port through “CommunicationProcess”.4PPT
3、学习交流How to Program Ladder Diagrams Drawings Useful for Program Design and Maintenance Program and Drawing Concepts Start Process Drawing, High-speedLow-speed Process Drawing, Interruption Process Drawing Parent Drawing, Child Drawing, Grandchild Drawing Register5PPT学习交流Drawing Process ScheduleStart
4、Process Parent DrawingHigh-speed Process Parent DrawingLow-speed Process Parent DrawingInterruption Parent DrawingPower ONInterruption SignalHigh-speed ScanHigh-speed ScanHigh-speed ScanLow-speed Scan6PPT学习交流Parent Drawing, Child Drawing, Grandchild DrawingParent Drawing 1 page(One drawing per start
5、, interruption, high-speed and low-speed.)Child DWG. 1Grandchild DWG. 1 ProcessGrandchild DWG. 1Function 1. Process ReferenceFunction 1Child Drawing 1 Process ReferenceChild Drawing 2 Process ReferenceChild Drawing 3 Process ReferenceChild DWG. 2Child DWG. 3Grandchild DWG. 2 ProcessGrandchild DWG. 2
6、Max. 99Max. 99Max. 647PPT学习交流Function Standard programs are called Functions. Anyone can retrieve at anytime. System Standard Functions are programmed in advance. User Functions are programmed know-how by their users.DTRC-RDEXECUTE COMPLETEGROUP-NO ERRORREC-NO STATUSREC-SIZE REC-SIZESELECT REC-LENDA
7、T-ADRSystem Standard Functions (Example)8PPT学习交流How to Assign and Call Drawing No. High-speed Process Parent Drawing:DWG.H High-speed Process Child Drawing:DWG.H01-99 High-speed Process Grandchild Drawing :DWG.H .01-99 (Here : 01 99) Same rule is applied to low-speed, start and interruption process.
8、(Drawing type H changes to L, A and I respectively.) Function:FUNC-001-064 Child drawing can be called by SEE H01 in program (when calling child screen H01 from high-speed process parent screen).9PPT学习交流What is Register? Register is the memory that stores data. Data is numerical values such as posit
9、ion or speed, and bit such as ON-OFF signal.10PPT学习交流RegistersNameNameRangeRangeNotationNotationUsageUsageSystem RegisterSystem Register SW00000-SW01023SW00000-SW01023DecimalDecimalPrepared register. Prepared register. Failure contents, scan time, etc. Failure contents, scan time, etc. are storedare
10、 storedData RegisterData RegisterMW00000-MW32767MW00000-MW32767DecimalDecimalRegister to store data commonlyRegister to store data commonly used between drawings used between drawingsInput RegisterInput RegisterIW0000-IW7FFFIW0000-IW7FFFHexadecimalHexadecimalRegister to name the inputRegister to nam
11、e the inputOutput RegisterOutput Register OW0000-OW7FFFOW0000-OW7FFFHexadecimalHexadecimalRegister to name the outputRegister to name the outputConstant RegisterConstant RegisterCW00000-CW16383CW00000-CW16383DecimalDecimalRegister that stores read onlyRegister that stores read only data data# Regist
12、er# Register#W00000-#W16383#W00000-#W16383DecimalDecimalRead only register used only inRead only register used only in drawings drawingsD RegisterD RegisterDW00000-DW16383DW00000-DW16383DecimalDecimalGeneral-purpose register used only General-purpose register used only in certain drawings in certain
13、 drawings11PPT学习交流How to Assign NumbersMB001001Bit Number: 0 F(Contact, Coil, etc.)Register Number: Decimal, 5 digits or Hexadecimal, 4 digitsData Type: B, W, L, F, ARegister Types :S, M, I, O, C, D, etc.12PPT学习交流How to Assign Numbers (Examples) MB000002: The 2nd bit of data register (M) 00000 addre
14、ss. DW00030: The 00030th integral number data of register (D) peculiar to each drawing.13PPT学习交流What is Data Type? B: Bit. Used in relay circuits. W:16-bit integral number. Range 32768 +32767. L: Double length integral number. Range 2147483648 +2147483647. F: Floating value. A:Address. Range 0 32767
15、.14PPT学习交流Basic Commands Sequence Control Command Program Control Command Direct I/O Command Logic Operation Command Numerical Value Calculation Command Numerical Value Conversion Command Numerical Value Comparison Command Data Operation Command Basic Function Command DDC Command15PPT学习交流Lets Progra
16、m a Sequence! Required Commands Contact A, Contact B, Coil, Leading Edge Pulse, Trailing Edge Pulse, Branch, Parallel Connection, ON-Delay Timer, OFF-Delay Timer How to Assign Numbers Timer Circuit Counter16PPT学习交流Sequence Control Commands Contact A MB000100Contact BMB000110 CoilMB000101 Set Coil OB
17、000000Reset Coil OB000000SR Leading Edge PulseTrailing Edge Pulse Contact A MB000100Contact BMB000110 CoilMB000101 Set Coil OB000000Reset Coil OB000000SR Leading Edge PulseTrailing Edge Pulse17PPT学习交流Pulse Circuit Programming IB00001 MB000100 MB000101Previous status of immediate register to be store
18、dContact to be a pulse18PPT学习交流Branch Command Commands used for parallel circuit and branch circuit. Branch Confluence Confluence Connection19PPT学习交流Timer 4 TypesON-Delay Timer (Unit: 10ms) ON-Delay Timer (Unit: 1s) 5.00 DW00011OFF-Delay Timer (Unit: 10ms) OFF-Delay Timer (Unit: 1s)5.00 DW00011 In c
19、ase of 1 second timer, its subscript is S.MB000101TTMB000101Current Value Store Register20PPT学习交流Lets Program the Circuit! Exercise 1 If Run button (Input IB00015) is pressed, lamp (Output OB00010) turns ON. If it is released, the lamp goes OFF immediately. Exercise 2 If Run button (Input IB00016) i
20、s pressed, lamp (Output OB00011) turns ON 5 seconds later. If it is released, the lamp goes OFF immediately.21PPT学习交流Answers -Exercise 1 and 2- Exercise 1IB00015 OB00010 Exercise 2IB00016 005.00 DW00030 OB00011 T22PPT学习交流Lets Program the Circuit!(Continued) Exercise 3 If Run button (Input IB00018) i
21、s pressed, lamp turns ON (Output OB00012). Even if it is released, the lamp stays ON. If Stop button (IB00019) is pressed, the lamp goes OFF. If Run and Stop buttons are pressed at the same time, the lamp turns ON. Exercise 4 If Run button (Input IB00018) is pressed, lamp turns ON (Output OB00012).
22、Even if it is released, the lamp stays ON. If Stop button (IB00019) is pressed, the lamp goes OFF. If Run and Stop buttons are pressed at the same time, the lamp goes OFF.23PPT学习交流Answers -Exercise 3 and 4- Exercise 3IB00018 OB00012OB00012 IB00019 Exercise 4IB00018 IB00019 OB00012OB0001224PPT学习交流Pro
23、gramming Exercise(Input the following circuit.) IB00000 DB000050 IB00002 IB00003 IB00001 OB01000OB01000 IB00004 OB0100125PPT学习交流Counter Counter consists of addition, subtraction, increment and decrement command of calculation commands.26PPT学习交流Program Control Commands SEE FOR WHILE IFON/IFOFF - ELSE
24、 - IEND(End of IF Statement) DEND (End of Drawing)27PPT学习交流Lets Calculate Numerical Values Main Commands Load MW00100 Load Command used first to execute integral number type numerical value calculation. Sets numerical value in Register A. Load MF00200 Load Command used in case of real number type nu
展开阅读全文