1 / 9

项目 3 十字路口交通信号灯自动控制设计

项目 3 十字路口交通信号灯自动控制设计. 控制要求:. 系统由启动按钮按下后,东西方向的绿灯亮 18s 灭、黄灯亮 2s 灭、红灯亮 20s 灭 … 由此循环;与此对应,南北方向的红灯亮 20s 灭、绿灯亮 18s 灭、黄灯亮 2s 灭 … 由此循环。 按下停止按钮,所有灯熄灭. 1 、 I/O 分配:. 2 、选型: FX 2N -16MR 3 、绘制电路原理图, 编程、调试. PLC 定时器的功能. 主要学习和掌握三个方面的知识: 1 、定时器的工作原理 2 、以三菱 PLC 为例,了解 PLC 中定时器( T )的编号 3 、定时器 (T) 的赋值.

starr
Download Presentation

项目 3 十字路口交通信号灯自动控制设计

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. 项目3 十字路口交通信号灯自动控制设计

  2. 控制要求: • 系统由启动按钮按下后,东西方向的绿灯亮18s灭、黄灯亮2s灭、红灯亮20s灭…由此循环;与此对应,南北方向的红灯亮20s灭、绿灯亮18s灭、黄灯亮2s灭…由此循环。 • 按下停止按钮,所有灯熄灭

  3. 1、I/O分配: 2、选型:FX2N-16MR 3、绘制电路原理图,编程、调试

  4. PLC定时器的功能 主要学习和掌握三个方面的知识: 1、定时器的工作原理 2、以三菱PLC为例,了解PLC中定时器(T)的编号 3、定时器(T)的赋值

  5. 定时器的工作原理 定时器--累计可编程控制器中的时间单位(时间脉冲), 当达到所定的设定值时,输出触点动作。

  6. 三菱PLC的定时器(T)的编号 定时器(T)按10进制进行编号。

  7. 3.定时器(T) Fx2N:T0~T199 100ms T200~T245 10ms T246~T249 1ms 累计 T250~T255 100ms 累计 指令格式:OUTTXXX KXXX

  8. 定时器使用说明 • K值为16位存储器,计数范围0-32767(215) • 定时时间=计数值×时钟脉冲周期 • 定时器的触点都是延时动作的,不存在瞬时触点。 • 若需要使用瞬时触点时候,可以通过电路转换获得。

  9. 定时器(T)的赋值 有两种基本的赋值方法: 1、直接方式:使用常数(K)作为设定值,K(0~32767), T=计数单位(时间脉冲)×K; T5=100ms ×60=6min 2、间接方式:使用数据寄存器D内的存储值作为K值。 其中D230可以通过触摸屏随意设定。

More Related