1 / 9

第十二讲 顺序功能图的编程方法

第十二讲 顺序功能图的编程方法. --选择序列结构的编程方法. 教学目的. 1 、 掌握用顺序控制设计法的选择序列结构的编程方法 2 、 掌握利用可编程序控制器来实现自动门系统控制的程序设计. 案例. X0. 自动门控制系统. X2. X1. X5. X4. X1. X2. X4. X5. 一、动作分析. 人靠近自动门时,感应器 X0 为 ON , Y0 驱动电动机高速开门; 碰到开门减速开关 X1 时,变为低速开门;

Télécharger la présentation

第十二讲 顺序功能图的编程方法

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 第十二讲 顺序功能图的编程方法 --选择序列结构的编程方法

  2. 教学目的 1、 掌握用顺序控制设计法的选择序列结构的编程方法 2、 掌握利用可编程序控制器来实现自动门系统控制的程序设计

  3. 案例 X0 自动门控制系统 X2 X1 X5 X4 X1 X2 X4 X5

  4. 一、动作分析 人靠近自动门时,感应器X0为ON,Y0驱动电动机高速开门; 碰到开门减速开关X1时,变为低速开门; 碰到开门极限开关X2时电动机停转,开始延时。 若在0.5s内感应器检测到无人,Y2起动电动机高速关门; 碰到关门减速开关X4时,改为低速关门; 碰到关门极限开关X5时电动机停转。在关门期间若感应器检测到有人,停止关门,T1延时0.5s后自动转换为高速开门。

  5. 二、硬件设计 根据前面的学习,再依据图中的标示,同学们可以自己画出输入及输出端口的分配,在这不加深述。

  6. M0 M5 M4 M1 M3 M6 M2 三、顺序功能图的绘制 M8002 初始步 X0 有人 高速开门 Y0 X1 减速位置 减速开门 Y1 T1 0.5s后 X2 全开 定时0.5s T1 定时0.5s T0 X0 有人 T0 0.5s后 X4 全关 高速关门 Y2 X4 减速位置 减速关门 Y3

  7. 四、编程 起保停电路设计法

  8. 四、编程 以转换为中心的编程方法

  9. 四、编程 步进顺控指令设计法

More Related