全国服务热线: 19514718569
企业新闻

SIMATIC ET 200SP Open 控制器 6ES7677-2WB42-0GB0

发布时间:2023-11-22        浏览次数:2        返回列表
前言:西门子PLC,西门子CPU,西门子交换机,西门子触摸屏,西门子电线电缆
SIMATIC ET 200SP Open 控制器 6ES7677-2WB42-0GB0-宣传视频
SIMATIC ET 200SP Open 控制器  6ES7677-2WB42-0GB0

6ES7677-2WB42-0GB0

Product

SIMATIC ET 200SP Open 控制器,CPU 1515SP PC2 TF, 8 GB RAM(基本设备 6ES76772DB400AA0),128 GB CFast 带 Windows 10 IoT 企业版 64 位和 S7-1500 故障安全软件控制器 CPU 1505SP TF 预安装, 接口:1 个 CFast 插槽, 1 个 SD/MMC 插槽,1X 接口 用于 ET 200SP 总线适配器 PROFINET,1x 10/100/1000 MBit/s 以太网,2 x USB 3.0; 2x USB 2.0,1x 显示屏端口, CFast 上的文档, CFast 上的恢复图像

产品商品编号(市售编号)6ES7677-2WB42-0GB0产品说明SIMATIC ET 200SP Open 控制器,CPU 1515SP PC2 TF, 8 GB RAM(基本设备 6ES76772DB400AA0),128 GB CFast 带 Windows 10 IoT 企业版 64 位和 S7-1500 故障安全软件控制器 CPU 1505SP TF 预安装, 接口:1 个 CFast 插槽, 1 个 SD/MMC 插槽,1X 接口 用于 ET 200SP 总线适配器 PROFINET,1x 10/100/1000 MBit/s 以太网,2 x USB 3.0; 2x USB 2.0,1x 显示屏端口, CFast 上的文档, CFast 上的恢复图像产品家族CPU 1515SP PC2 TF产品生命周期 (PLM)PM300:有效产品价格数据价格组 / 总部价格组XA / 2TF列表价(不含税)显示价格您的单价(不含税)显示价格金属系数无交付信息出口管制规定AL : N / ECCN : 5A992工厂生产时间10 天净重 (Kg)1.039 Kg包装尺寸14.20 x 18.90 x 9.20包装尺寸单位的测量CM数量单位1 件包装数量1其他产品信息EAN4047623409922UPC804766758447商品代码85371091LKZ_FDB/ CatalogIDSTWINAC产品组X0BJ组代码R251原产地德国Compliance with the substance restrictions according to RoHS directiveRoHS 合规开始日期: 2018.09.18产品类别A: 问题无关,即刻重复使用电气和电子设备使用后的收回义务类别-REACH Art. 33 责任信息Lead CAS 号 7439-92-1 > 0, 1 % (w / w)Lead monoxide (lead ... CAS-No. 1317-36-8 > 0, 1 % (w / w)Silicic acid, lead s... CAS-No. 11120-22-2 > 0, 1 % (w / w)4,4'-isopropylidened... CAS-No. 80-05-7 > 0, 1 % (w / w)lblREACHCode0236 > 0, 1 % (w / w)分类
版本分类eClass1227-24-26-07eClass627-24-26-07eClass7.127-24-26-07eClass827-24-26-07eClass927-24-26-07eClass9.127-24-26-07ETIM7EC001603ETIM8EC001603ETIM9EC001603IDEA43565UNSPSC1532-15-17-05西门子PLC控制电动机正反转的编程

用西门子PLC控制电动机正反转的编程

生产设备常常要求具有上下、左右、前后等正反方向的运动,这就要求电动机能正反向工作,对于交流感应电动机,一般借助接触器改变定子绕组相序来实现。常规继电控制线路如下图所示。


西门子PLC控制电动机正反转的编程


在该控制线路中,KM1 为正转交流接触器,KM2 为反转交流接触器,SB1 为停止按钮、SB2 为正转控制按钮,SB3 为反转控制按钮。KM1、KM2 常闭触点相互闭锁,当按下SB2 正转按钮时,KM1 得电,电机正转;KM1 的常闭触点断开反转控制回路,此时当按下反转按钮,电机运行方式不变;若要电机反转,必须按下SB1停止按钮,正转交流接触器失电,电机停止,然后再按下反转按钮,电机反转。若要电机正转,也必须先停下来,再来改变运行方式。这样的控制线路的好处在于避免误操作等引起的电源短路故障。


西门子PLC控制电动机正反转的编程


PLC 控制电机正反转I/O 分配及硬件接线1、接线:按照控制线路的要求,将正转按纽、反转按纽和停止按纽接入PLC 的输入端,将正转继电器和反转继电器接入PLC 的输出端。注意正转、反转控制继电器必须有互锁。


西门子PLC控制电动机正反转的编程


2、编程和下载:在个人计算机运行编程软件STEP 7 Micro-WIN4.0,首先对电机正反转控制程序的I/O 及存储器进行分配和符号表的编辑,然后实现电机正反转控制程序的编制,并通过编程电缆传送到PLC 中。在STEP 7 Micro-WIN4.0 中,单击“查看”视图中的“符号表”,弹出图所示窗口,在符号栏中输入符号名称,中英文都可以,在地址栏中输入寄存器地址。

3、图符号表定义完符号地址后,在程序块中的主程序内输入如下图程序。注意当菜单“察看”中“√符号寻址”选项选中时,输入地址,程序中自动出现的是符号编址。若选中“查看”菜单的“符号信息表”选项,每一个网络中都有程序中相关符号信息。

4、程序监控与调试:通过个人计算机运行编程软件STEP 7 Micro-WIN4.0,在软件中应用程序监控功能和状态监视功能,监测PLC 中的各按纽的输入状态和继电器的输出状态。


西门子PLC控制电动机正反转的编程西门子PLC控制电动机正反转的编程


5、电机的正反转控制项目结果分析表:注意在硬件接线中必须实现互锁!在PLC 的梯形图中也应实现互锁。试分析仅在梯形图中实现的互锁能否真正避免电源的短路? 有电机的正反转控制项目的基础,可以进一步用西门子S7-200实现小车往返的自动控制。控制过程为:按下启动按钮,小车从左边往右边(右边往左边运动)当运动到右边(左边)碰到右边(左边)的行程开关后小车自动做返回运动,当碰到另一边的行程开关后又做返回运动。如此的往返运动,直到当按下停车按钮后小车停止运动。 设计思路:可以按照电气接线图中的思路来进行编写程序。即可以利用下一个状态来封闭前一个状态。使其两个线圈不会同时动作。同时把行程开关作为一个状态的转换条件。电气接线图如下:


西门子PLC控制电动机正反转的编程


接下来进行程序的编写,首先要进行 I/O口的分配。


西门子PLC控制电动机正反转的编程


根据要求,I/O口的分配如下表所示。I/O口分配好后可以根据上面的电气接线图进行程序的编写。参考程序如下:


西门子PLC控制电动机正反转的编程SIPLUS S7-400 CPU 416概述

高端性能范围内的高性能 CPU

适用于对性能要求很高的工厂

CPU 416-3 PN/DP 中集成了 PROFINET 功能

注:

SIPLUS extreme 产品基于 SIMATIC 标准产品。此处列出的内容来自相关的标准产品。添加了特定 SIPLUS extreme 信息

有关 SIPLUS 的技术文档,可访问网址:
http://www.siemens.de/siplus-extreme

应用

CPU 416-2, CPU 416-3 and CPU 416-3 PN/DP are powerful SIMATIC S7-400 CPUs.

The integrated PROFIBUS DP interfaces in the CPU 416-2 and CPU 416-3 make it possible to connect directly to the PROFIBUS DP fieldbus as a master or slave.

An additional DP master system can be connected to the CPU 416-3 and CPU 416-3 PN/DP using the IF 964-DP interface module.

The integrated PROFINET interface of the CPU 416-3 PN/DP includes switch functionality when the ERTEC 400-ASIC is used. This forms the basis for providing two externally accessible PROFINET ports. In addition to hierarchical network topologies, this also enables the creation of line structures in the new S7-400 controllers.

Note:
only the 6ES7 964-2AA04-0AB0 interface submodule may be used.

设计

Both CPUs are equipped with the following:

Powerful processor:
The CPUs achieve instruction execution times as low as 0.03 ?s per binary instruction.

CPU 416-2: 5.6 MB RAM (of which 2.8 MB each for program and data);
CPU 416-3: 11.2 MB RAM (of which 5.6 MB each for program and data);
CPU 416-3 PN/DP: 11.2 MB RAM (of which 5.6 MB each for program and data);
fast RAM for parts of the user program relevant to execution.

Flexible expansion:
Up to 262144 digital and 16384 analog inputs/outputs.

Multi-point interface MPI:
With the MPI it is possible to establish simple networking of max. 32 stations at a data transmission rate of up to 12 Mbit/s. The CPUs can establish up to 44 connections to stations of the communications bus (C bus) and the MPI.

Mode selector switch:
Designed as toggle switch.

Diagnostics buffer:
The last 120 fault and interrupt events are retained in a ring buffer for diagnostic purposes. The number of entries can be parameterized.

Real-time clock:
The date and time are appended to diagnostic messages of the CPU.

Memory card:
For expansion of the integrated load memory. RAM and FEPROM cards (FEPROM for retentive storage) are available

Combined MPI/DP interface and integrated PROFIBUS DP interface (CPU 416-2 and CPU 416-3):
The PROFIBUS DP master interface allows a distributed automation configuration offering high speed and ease of use. From the user's point of view, the distributed I/O is treated as central I/O (same configuring, addressing and programming).
Mixed configuration: SIMATIC S5 and SIMATIC S7 as PROFIBUS master according to EN 50170.

CPU 416-3 and CPU 416-3 PN/DP also include:

A module slot:
An additional PROFIBUS DP master system can be connected via the IF 964-DP interface module.

CPU 416-3 PN/DP additionally includes:

PROFINET interface with 2 ports (switch):

PROFINET I/O, 256 IO devices connectable

PROFINET CBA

功能

Block protection:
A password concept protects the user program from unauthorized access.

Integral HMI services:
The user only has to specify the source and destination of the data with HMI devices. The data are then transported cyclically and automatically by the system.

Integrated communications functions:

PG/OP communication

Shared data communication

S7 standard communication

S7 communication

Firmware update using network

CPU 416-3 PN/DP additional:

Open communication over TCP/IP, UDP and ISO-on-TCP (RFC1006)

Distributed intelligence in Component based Automation (CBA) on PROFINET

Additional diagnostic options with integrated web server

Parameterizable attributes

The STEP 7 tool "Hardware Configuration" can be used to program the properties and response of the S7-400 including the CPUs, e.g.

Multi-point interface MPI:

Definition of station addresses.

Startup/cycle behavior

Stipulation of the maximum cycle time and communications load

Address assignment:
Addressing of I/O modules.

Retentive ranges:
Definition of the number of retentive bit memories, counters, timers, data blocks and clock memories.

Size of the process image, local data.

Length of the diagnostics buffer

Protection level:
Definition of access authorization for program and data

System diagnostics:
Definition of the handling and scope of diagnostic messages

Timed interrupts:
Setting of periodicity

CPU 416-3 PN/DP additional:

PROFINET interface

Parameterization of time synchronization using NTP procedure


推荐产品
信息搜索
 
浔之漫智控技术(上海)有限公司
  • 地址:合肥市滨湖新区黄麓镇
  • 电话:19514718569
  • 邮件:2810544350@qq.com
  • 手机:19514718569
  • 联系人:吴工