Mitsubishi PLC control case – automatic door control

Follow \”PLC enthusiast\” , increase your knowledge together!

Reply: Mitsubishi complete set, get Mitsubishi series electronics Information pack!

[Automatic door control requirements]

The control of this case is relatively simple compared to the control of our modern entrance doors. A relatively complete system needs to combine visual control, take pictures of the camera to identify the number, and send it to the plc through communication, and the plc will then time it. Identify when you go out, judge the duration, and determine the cost. When the charging is completed through the charging system, the charging system will send a signal to the PLC through communication to trigger release. Such projects are generally completed by multiple different engineers, including visual recognition, charging system, and PLC. But the core point is communication. Only by learning communication well can you do such a project.

Let’s take a look at the simple control requirements of our case:

1. Introduction to car encounters When the sensor is activated, the rolling shutter automatically rises to the upper limit;

2. When the car leaves the entry sensor, the volume The gate automatically drops to the lower limit;

3. When the door is automatically opened and closed, press the stop button and the door will stop. Press it again and the door will continue to start;

4. When the door does not move, you can control the corresponding button for forward and reverse control;

5. When the protection sensor senses an object, the door is not allowed to descend;

6. The control process of exiting and entering is the same.

Mitsubishi PLC control case - automatic door control

Table 1-10-1 Schematic diagram of automatic door

【I/O allocation】

In addition to the input and output points, since the program is divided into entry and exit, two flag bits are needed, one is the M point for entry and the other is the M point for exit; to implement the stop function, a stop flag is required; in addition , whether entering or exiting, you need to open and close the door. The door opening flag and the closing flag are needed here, because in addition to automatic control, manual control is also required later (if you don’t understand the so many flags written here, you can continue to ask and understand from the way the program is written)

The allocation table is as follows:

Table 1-10-1 I/O allocation

Input point

Comments

Output point

Comments

X0

Entry sensor

Y0

Motor forward

X1

Exit sensor

Y1

Motor reverse

X2

Upper limit

Intermediate relay

Comments

X3

Lower limit

M0

Entry sign

X4

Protect sensor

M1

Exit sign

X5

Forward button

M2

Stop flag

X6

Invert button

M3

Opening sign

X7

Stop button

M4

Closing flag

[Programming and ideas]

1. Start of action

Only when there is no action when entering or exiting, the corresponding flag can be activated by triggering the corresponding sensor.

Mitsubishi PLC control case - automatic door control

Figure 1-10-1 Action launcher


2. Automatic control process

1) When M0 or M1 is triggered (when entering or exiting starts), the M3 door opening flag is set, and the subsequent program will use this M point to control the motor action;

2) Leave the exit sensor when entering the door (M0+X1 falling edge) or leave the entry sensor when exiting (M1+X0 falling edge). In these two cases, the door closing action can be entered.

3) When the door is closed, all M points will be reset when X3 is encountered, and the action will end

Mitsubishi PLC control case - automatic door control

Figure 1-10-2 Action startup program

3. Pause function

When the stop button is pressed once, M2 is turned on, and when the button is pressed a second time, M2 is turned off. It is easy to implement using the ALT alternate output command, and the specific control is reflected in the next step of the program.

Mitsubishi PLC control case - automatic door control

Figure 1-10-3 Triggering of stop flag


4. Forward rotation control

When there is a signal from When the stop button is pressed; the condition for automatic control is when the door opening sign M3 is on and the stop button is not pressed (M3 normally open + M2 normally closed)

Mitsubishi PLC control case - automatic door control

Figure 1- 10-4 Forward rotation control


5. Inversion control

The control principle is similar to forward rotation, except that a protection sensor X4 is added

Mitsubishi PLC control case - automatic door control

(Source: Jicheng Training Network—PLC Enthusiast, Author: Chen Yuxin, no reproduction without authorization)

Reply:Mitsubishi complete set, get Mitsubishi series electronic information package!

本站内容及图片来自网络,版权归原作者所有,内容仅供读者参考,不承担相关法律责任,如有侵犯请联系我们:609448834

(0)
华夏门网's avatar华夏门网
上一篇 2024年12月14日 09:53:35
下一篇 2024年12月14日 09:56:45

相关推荐

  • 昆明海顿自动门回应舆论质疑无扭簧即“断头台”设计

    昆明海顿自动门回应舆论质疑无扭簧即“断头台”设计 近日,昆明海顿车库门在一医药产业园区安装的无扭簧工业电动提升门安装好以后,宣传视频发到网上,引发广发关注,一时间成为同行热议的话题。但是也有网友质疑,没有扭簧的电动门,在停电状态下可能引发直接砸下来的风险,就像是电机没有机械急停装置会变成“断头台”一样。所以,网友担心的是“没有扭簧、不够安全”。 对此,昆明海…

    自动门 2024年1月17日
    220
  • 医用自动门的应用领域及工作原理-深圳祥达卷闸门

    自动门在宾馆、酒店、银行.写字楼、医院、商店等应用已非常广泛。使用自动门可以令使用者体验到安全,方便、舒适的感受,同时可以做到节约能源、降低噪声、防风.防尘.提高建筑物的档次。 自动门在医院门诊、住院部大楼的应用与一般楼宇的功能相同。而医用门主要用在医院隔离病房、医院洁净手术部的建筑设计中,要求防辐射、隔声、保温和场所的出入口密封。 感应门的日常工作原理是什…

    自动门 2023年10月18日
    930
  • 飞天圆梦丨开创世界航天史的“首次”,中国空间站安上电动型“自动门”

    中新网海南文昌10月31日电 (马帅莎 杨晶)10月31日,梦天实验舱在文昌航天发射场成功发射。梦天实验舱上配置了一个新型舱门——电动型舱门。它不仅是中国空间飞行器历史上的首个“自动门”,也是世界航天史中首次在空间站中使用电驱动自动开关的密封舱门。 北京时间10月31日15时37分,搭载空间站梦天实验舱的长征五号B遥四运载火箭,在中国文昌航天发射场准时点火发…

    自动门 2023年9月16日
    190
  • 自动门的机械原理

    一说起门,人们一下就可以想起来自己家里的门,学校的校门,银行的自动门以及银行的保险柜门。双扇为门,单扇为户。甲骨文字最先画下了两个象形符号。从横木为门的街门,到琉璃的、艳彩的牌坊,演变成帝王门前的连阙,门从简陋发展到富丽。民以食为天,以居为安,居的要素少不了门户。 甲骨文——门 我国境内已知的最早人类的住所是天然岩洞。“上古穴居而野处”,无数奇异深幽的洞穴为…

    自动门 2023年10月14日
    1280
  • 智能科技的杰作 – 自动门(南京阔尔特自动门)

    欢迎来到未来世界,科技改变生活,今天我们为您带来一款梦幻级的自动门。此款自动门融合了最尖端的技术和卓越的设计理念,为您打造无比便捷、高效的出入体验。 首先,这款自动门具有自动识别功能,能根据您的步行速度和方向自动开启或关闭,无需您动手操作。无论是匆忙的上班族,还是悠然自得的购物者,都能在通过时享受到无障碍的便利。 其次,这款自动门还配备了防撞功能。当检测到有…

    自动门 2023年12月6日
    130

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:[email protected]

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信