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)
华夏门网的头像华夏门网
上一篇 2024年12月14日 09:53:35
下一篇 2024年12月14日 09:56:45

相关推荐

  • 南宁无轨电动门,伸缩自动门购买,来北通门业很不错

    南宁无轨电动门,伸缩自动门购买,来北通门业很不错 南宁的小伙伴们,你们有没有遇到过这样的尴尬:想要进门,却发现门口只有楼梯,或者门禁卡坏了,门也无法开启?别担心,今天我给你们介绍一款神奇的南宁无轨电动门,伸缩自动门——北通门业,让你告别进门难的尴尬! 这款南宁无轨电动门,伸缩自动门的最大特点就是智能便捷,通过感应器控制门的开合,免去了传统门禁的不便和繁琐。而…

    自动门 2023年10月8日
    360
  • 亞隆門業申請自動門運行狀態實時監控及故障預警管理系統專利,提高瞭自動門系統的可靠性和安全性

    金融界2024年10月31日消息,國傢知識產權局信息顯示,深圳市亞隆門業有限公司申請一項名為“自動門運行狀態實時監控及故障預警管理系統”的專利,公開號CN 118837133 A,申請日期為2024年6月。 專利摘要顯示,本發明涉及一種自動門運行狀態實時監控及故障預警管理系統。系統包括傳感器模塊、數據處理單元、存儲模塊、顯示模塊及通信模塊。傳感器模塊配置為實…

    自动门 2024年11月9日
    200
  • 动车进站时能上厕所吗?自动门也要反锁!别怪我没提醒你

    很多朋友在坐火车时 都会尽量不上厕所 担心会发生尴尬事情 其实只要知道下面3点 就能放心上厕所啦~ 01 动车进站时,可以上厕所吗? 高铁动车可以,少部分火车不可以。 早期的火车卫生间基本上采用的是直排式厕所,也就是排泄物直接通往车下的轨道上,列车停站时,卫生间是禁止使用的。 现在,列车上厕所已发生翻天覆地的变化,越来越多的火车开始采用集便装置,动车的开行是…

    自动门 2023年10月29日
    1110
  • 【伊兵散文】春暖花开17:一道会思考的自动门

    #秋日生活打卡季#   撰文/伊兵·河南鲁山   编辑/渝夫·天津河东   【渝言不止】   一道会思考的自动门,藏着一个年轻女孩迷茫却又上进的青春,还有让人欢喜让人忧的人间悲喜。   我是一道自动门,一道安装在一家部队医院机关办公楼门口会思考的自动门。这句很长的自我介绍,就像我的生活乃至我的生命一样,有着数不尽的无奈。   先前我不在这里,我在一家工厂里出…

    自动门 2023年10月16日
    170
  • 如何选门——自动门设计不能踩的坑

    1、不是门越高,就越气派 在设计自动门时除了考虑美观,更应该考虑自动门的功能性及安全性。平移自动门净开口高度控制在3000mm,宽度在2000mm以内是比较合适的。美观方面可以通过专业设计规划,一样也可以让门区显得高端大气。 2、有框门体及无框门体的选择 公共场所选用有框门体,如学校、医院、商场、超市、酒店、酒楼、商店、住宅小区(也就是有老人、小孩常出的场所…

    自动门 2023年9月25日
    1790

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:[email protected]

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

关注微信