基于PLC的六路抢答器系统设计样本.doc
2024-02-28 21:10:55 5.19MB
1
设计一台抢答器,通过数显、灯光及音响等多种手段指示第一抢答者。 要求:1.设计制作一个可容纳六组参赛的数字式抢答器,每一组设置一个抢答按钮供抢答者使用。 2.电路且有第一抢答的鉴别和锁存功能。 3.设置计分电路。 4.设置犯规电路。
2022-12-23 23:31:32 941KB Multisim仿真 抢答器 六路 多路抢答器
1
大学抢答器毕业论文,抢答器毕业设计。抢答器设计
2022-05-04 17:54:29 1.38MB 论文
1
由电路的输入功能,为六路输入,优先的顺序,选用8线-3线优先编码器74LS148,优先选择后,用锁存器将编号锁存,再编号译码显示。这里锁存器用D触发器和RS触发器。译码显示用BCD-七段显示译码器,形成的LED灯显示的数字即为选手编号
2022-04-25 13:18:32 236KB 8线-3线优先编码器74LS148 锁存器
1
我的课程设计,上传供大家参考 DATA SEGMENT TAB DB 06H,5BH,4FH,66H,6DH,7CH,07H,7FH,67H ;1~9的段码; BZ DB 00H DATA ENDS STACK SEGMENT PARA STACK 'STACK' DB 100H DUP(?) STACK ENDS CODE SEGMENT ASSUME DS:DATA,CS:CODE START: MOV AX,DATA MOV DS,AX ;8259A初始化 MOV AL,13H ;初始化8259A的ICW1 OUT 20H,AL MOV AL,08H ;送中断类型码基值,8259A的ICW2 OUT 21H,AL MOV AL,0DH ;一般中断结束方式,8259A的ICW4 OUT 21H,AL ;8255A初始化 MOV AL,98H ;置8255A工作方式 OUT 83H,AL XOR AL,AL ;B口、C口初始化 OUT 81H,AL OUT 82H,AL ;8253初始化 MOV AL,37H ;置8253通道0控制字 OUT 43H,AL MOV AL,00H ;置8253通道0计数初值为4000 OUT 40H,AL MOV AL,40H OUT 40H,AL MOV AL,73H ;置8253 通道1控制字 OUT 43H,AL MOV AL,00H ;置8253通道1计数初值为3000 OUT 41H,AL MOV AL,30H OUT 41H,AL MOV AL,0B7H ;置8253通道2控制字 OUT 43H,AL MOV AL,00H ;置8253通道2控制字 OUT 42H,AL MOV AL,00H ;置8253通道2计数初值为0 OUT 42H,AL MOV AL,00H OUT 42H,AL ;中断设置 MOV AH,25H ;设置抢答按键中断向量 MOV AL,0AH ;中断类型号为入口参数 MOV BX,SEG KEYINT ;DS:DX指向4字节地址 MOV DS,BX MOV DX,OFFSET KEYINT INT 21H STI ;使IF置1,开放可屏蔽中断 ;主循环
2021-12-26 08:54:31 23KB 汇编课程设计 六路抢答器
1
六路抢答器 实现抢答报警 违规处理的实现
2021-12-15 19:38:24 664B 抢答器
1
基于单片机的多路抢答器,里面有详细电路图,代码编程以及一些实验注意事项和元件清单
2021-11-26 21:08:11 347KB 抢答器
1
此次设计提出了用AT89S52单片机为核心控制元件,设计一个简易的抢答器,本方案以AT89S52单片机作为主控核心,与晶振、数码管、蜂鸣器等构成六路抢答器,利用了单片机的延时电路、按键复位电路、时钟电路、定时/中断等电路,设计的六路抢答器具有实时显示抢答选手的号码和抢答时间的特点,还有复位电路,使其再开始新的一轮的答题和比赛,同时还利用C51语言编程,使其实现一些基本的功能。
2021-11-16 22:27:31 3.36MB 单片机 C51 6路抢答器
1
带数字显示的抢答器控制系统设计摘 要:抢答器被广泛应用于各种知识竞赛中,传统的抢答器大部分都是基于数字电路组成的,制作过程复杂,可靠性差。本设计利用西门子S7-200系列PLC作为核心部件,完成一个六路抢答器控制系统的制作。该系统可供六名或六组选手同时抢答,总台掌握着启动/停止开关、抢答开始按钮、抢答复位按钮等,分台则具有一个抢答按钮。本系统由两组七段数码管显示抢答倒计时、抢答选手号、无人抢答闪烁,同时作为被控设备由PLC驱动。有一个蜂鸣器提示抢答开始减计时、数码显示锁存、无人抢答报警。同时该系统设计了系统结构图、梯形图以及输入输出端子的分配方案,实现了锁存、定时和报警功能,不仅电路简单,控制方便、灵活,而且保证了抢答的公平、公正原则。 关键词:抢答器 PLC LED数码管 系统 Responder with Digital Display Control System Design Abstract: Responder is widely used in a variety of knowledge contests, traditional Responder mostly digital circuits, the complexity of the production process, poor reliability. The design of the use of Siemens S7-200 Series PLC as a core component of this design to complete an six-way control system for the production. The system components for six or six players in each group to answer at the same time Total station holds the start/stop switch, to answer in the start button, reset button and so on. The system consists of seven-segment LED display countdown, sub-station number, the current time, and as charged by the PLC-driven device. There is a buzzer prompt to answer in the beginning, to answer in reset, the answer over time, no one answer in his place. At the same time the design contents the system structure diagram, ladder, and the input and output terminals of the distribution plan, and to achieve the latch, timer and alarm, not only simple circuit easy to control, flexible, but also to ensure the answer in the fire and just principles.
2021-07-13 20:24:22 698KB 六路抢答器
1