Energy and Environmental
WhatsApp :+86-18144100983
NameDescriptionContent
  • Products related to categories: servo, frequency conversion, HMI, driver, distributed DCS, IPC (PC bus industrial computer), PLC (programmable control system), DCS (distributed control system), FCS (field bus system), robot and other products and technical services.
  • Applications: Wind energy, automobile, ship, transportation, manufacturing, aviation, petroleum, natural gas, thermal power, thermal power, nuclear energy, steel, metallurgy, mining, power and other industries
  • Controller PLC\Robot servo drive Electro-hydraulic servo valve\DCS system/Distributed control systemSystem rack\Communication adapter\Analog output\Analog input\
  • \Multi-meter energy meter\Ignition\circuit board\Crimp terminal\Electric ac drive\Low voltage DC power module\Electro-hydraulic\servo valve\Automatic control system\exchange\Network communication module
    controller\Processor module\dynamo\Electric machine\Servo drive\Touch screen\Input/output module\Water treatment monitoring system\Automobile\manufacturing system\Thermoelectric control system\
  • Digital output\Digital input\Mechanical protection system\High speed CPU
  • Electric power system\Chemical testing system\Petroleum control system\Tension monitoring system
  • DCS Distributed\control system\Steel control system\Steam\turbine system\Power generation system\
  • Thermal power generation system\Wind power system\Medium and high voltage frequency\conversion system\Precision motion system\Programmable control system\

E-mail

Password

Register Forgot password?
  • Singapore New Energy Corporation
  • Geylang Bahru Industrial Estate
  • การทางหลวงแห่งประเทศไทย
  • American Petroleum Group
  • Indian shipping works
  • Pakistan Gas Company
  • Russian Automotive Industry Corporation
  • Brazilian Mining Company
  • Bangladesh Hydro power Plant
  • Egyptian Iron and Steel Manufacturing Co
  • Groupe d’exploitation du métro français
  • Für meinen vater
  • BYD
  • Mongolia Wind Farm
  • Empresa venezolana de procesamiento de petróleo
  • alibaba
  • Sichuan Huayingshan Power Plant
  • Huadian Datong Power Plant
  • Guodian Shuangyashan Power Generation Co., Ltd.
  • Baosteel Group Xinjiang Bayi Steel Co., Ltd.
  • Guodian Changzhou Power Plant
  • Xingtai Iron and Steel Co., Ltd.
  • Guodian Fee County Power Generation Co., Ltd.
  • Yangzhou Second Power Plant
  • Sichuan Jintang Power Plant
  • Xingcheng Special Steel Co., Ltd.
  • Quzhou Yuanli Metal Products Co., Ltd.
  • Zijin Mining Group
  • (Bangladesh) Metro Construction Company
  • WuHan steel co., ltd.
  • MaAnShan  steel co., ltd.

西门子PLC 维修的几点常识

From:互联网 | author:kongjiangauto | Release :2021-11-22 | 357 view: | Share:
西门子PLC 维修的几点常识
西门子PLC 维修CPU 板是PLC 中的重要部位,就好比人的脑部,通常也是维修中*棘手
的。
1.CPU 元件:CPU 坏了的话就会导致PLC 报警(SF 灯就会亮)输入输出点不正常,通讯
跟不上的故障现象。损坏的原因通常是瞬间供电过高,老化等,可以买相关配件更换。
2.ROM 这个是PLC 中的系统程序,实现指令的解释,报警处理等等,若这里面的数据发
生了丢失就会引起开不了机,报警灯。在西门子PLC 维修中,ROM 发生的故障占的比例是很
大,若我们有备份保存的话,可以重刷一次。
3.RAM 存蓄工作数据的地方实现掉电数据保持。
4.运行指示灯:这个是判断西门子PLC 是否正常运行的主要依据,若西门子PLC 在正常
运行的话是绿灯亮的,停止是只有黄灯亮的,如果红灯亮了就是西门子PLC 发生故障了。
西门子PLC 编程中使用中断应该注意以下几点
1.中断程序中可以调用子程序累加器和逻辑堆栈式的存蓄器在中断程序和被调用的子
程序中都是共用的。
2.中断程序和主程序下数据是可以共享的中断程序虽说是可以共享的,但是我们要注意
的是中断事件中事情异步特性的因数影响,来解决共享数据的一致性问题,在中断事件中主
程序执行的任何一个地方都是有可能出现的。
3.通信接口的中断PLC 的串行通信口是可以有梯形图或者语句表程序控制的。通信口的
这种操作模式称为自有端口的模式。在自由的情况下,就可以用程序定义波特率,每个字节
的位数等等,在执行主程序的过程中,申请中断,才能定义自由端口模式,利用接收和发送
中断可以简化程序对通信的控制。
4.I/O 中断I/O 中断包括上升或下降沿中断,告诉计数器中断和脉冲串输出中断。
S7-200CPU 用输入I0.0~I0.3 的上升或下降产生了中断,则发生的事件被输入端子捕获,这
样的上升沿或者下降可被用来指示当某个事件发生时必须引起注意的条件。
5.时基中断
6.中断的优先级和排队
7.中断的限制
8.中断程序编程步骤
西门子PLC 系统故障的分类与诊断
1、外部设备故障外部设备就是与实际过程直接联系的各种开关、传感器、执行机构、
负载等。这部分设备发生故障,直接影响系统的控制功能。
2、系统故障这是影响系统运行的全局性故障。系统故障可分为固定性故障和偶然性故
障。故障发生后,可重新启动使系统恢复正常,则可认为是偶然性故障。重新启动不能恢复而
需要更换硬件或软件,系统才能恢复正常,则可认为是固定故障。
3、硬件故障这类故障主要指系统中的模板(特别是I/O 模板)损坏而造成的故障。这类
故障一般比较明显,影响局部。
4、软件故障软件本身所包含的错误,主要是软件设计考虑不周,在执行中一旦条件满足
就会引发。在实际工程应用中,由于软件工作复杂、工作量大,因此软件错误几乎难以避免。
对于可编程控制器组成的控制系统而言,绝大部分故障属于上述四类故障。根据这一故障分
类,可以帮助分析故障发生的部位和产生的原因。
5、可编程控制器的自诊断测试可编程序控制器具有极强的自诊断测试功能,在系统发生
故障时要充分利用这一功能。在进行自诊断测试时,都要使用诊断调试工具,也就是编程器。
6、利用系统功能进行诊断测试利用可编程控制器本身所具有的各种功能,自行编制软件、采
取一定措施、结合具体分析确定故障原因。用户通过程序可以编辑组织块,来告诉CPU 当出
现故障时应如何处理,如果相应的故障组织块OB 没有编程,当出现该故障时,CPU 转到“STOP”
状态。以上就是西门子PLC 系统一些故障分类。
  • SYMAP ECG Ship Monitoring And Control Panel 12-36VDC
  • RELIANCE INSPECTOR VCIB-06 AC-SERVO
  • FIREYE Modular MicroM Chassis MEC120RD
  • ABB UAC096AE01 HIEE300794R0001 INTERFACE BOARD
  • ROLLS-ROYCE PE90002 Ethernet switch
  • EMERSON FloBoss™ S600+ Flow Computer unit
  • Siemens 6FC5403-0AA20-1AA1Operation terminal panel
  • VALMET D201925 Embedded industrial controller
  • MATROX Y7116-04A Y70270101 Industrial computer motherboard
  • German PMA controller KS800-DP 940748060001 UNIT
  • EATON XV-303-10-B00-A00-1C HMI RS232 unit
  • BENTLY 330301-000-016-10-90-01-00 Sensor extension type
  • ABB VRA.P0086.2 390NEW ABB BREAK BOARD
  • Rockwell 181725-A05 Communication control card
  • Rockwell 179527-A02+FS450R12KE3 control UNIT
  • Rockwell 181725-A09 IGBT control UNIT FS450R12KE3
  • Rockwell 394053-A01 Communication control card
  • Rockwell 389882 Communication control card
  • Rockwell 179565 Communication control card
  • Rockwell 179571 Communication control power card
  • Rockwell 196056 Communication control single card
  • Alstom-GE SPU232.1-CAN system SINGLE PROCESSOR BOARD
  • ABB 1SFB536268D1009 control board
  • WATLOW CLS216 CLS200 series controller
  • WATLOW CLS208 CLS200 series controller
  • WATLOW CLS204 CLS200 series controller
  • ABB CS31 ICSF08D1 FPR3323101R1012 24VDC unit
  • ROLLS ROYCE 23083748 PRESSURE RELIEF VALVE
  • ROLLS-ROYCE H1111.0104 MARINE CONTROLL
  • ROLLS-ROYCE CCN 01 CANMAN CONTROLLER NETWORK CCN01
  • ROLLS-ROYCE SLIO 02 CANMAN SLIO02 CONTROLLER NETWORK
  • ROLLS-ROYCE PIP6-1 MARINE CONTROLLER UNIT
  • ROLLS ROYCE MARINE SLIO 01 CANMAN NETWORK CONTROLLER UNIT SLIO01
  • ROLLS-ROYCE H1111.0103 MARINE CONTROLLER UNIT PLC
  • ROLLS-ROYCE MARINE AQM CONTROL PANEL
  • Rolls-Royce AQUAPILOT DB Controller unit
  • ALSTOM V4561484-0100 Logic signal conversion control board
  • EATON XV-440-10TVB-1-20 Touch panel ir 24 V DC
  • MOTOROLA MVME5100 Single Board Computer
  • Woodward Peak 150 Digital Controller Part Number 9905-867 Peak150
  • ABB 70BV01-ES/R1 Bus control module
  • ABB 70BT01/R1 Bus isolation amplifier
  • ABB 70BK03-ES/R2 Bus coupling module(RS485 interface)
  • ABB Computing module-70PR03-ES/R2
  • ABB Binary output module-70AB01-ES/R2
  • ABB Binary input module-70EB02-ES/R4
  • ABB Analog input module 70EA02-ES/R1 70EA01BES
  • abb 70EA01- ES/R1 Analog input module
  • abb Coupling to Protection System PROCONTROL- PS 88QT03--E/R2011
  • ABB DPA UPSCALE Module 10 kVA 3N400/230V
  • ALSTOM VDG13AF9101ACH 24-250VDC Under Voltage Relay
  • ALSTOM P39191P00A RELAY GROUND FAULT 1 OR 5 A FAULT P391
  • ALSTOM P39191RAAA RELAY GROUND FAULT 1 OR 5 A FAULT P391
  • ABB 3AXD50000030086E0460075TG DC-4311 E347603 125C 600V Current Transformer
  • ABB ES1000-9676 TRANSFORMER ID82128 ES10009676 600V 1000A
  • ABB KOFA12D2 1VLT5111057426 Current Transformer UNIT KOFA 12D2
  • Kyma Display Unit KDU-210
  • ABB 3BHB043805R0001 Control Module UNIT
  • ABB 3BHE043536R0001 EARTH ISOLATOR 6KV 9W LOCKING FEEDBACKb
  • ABB 3BHB040288R0001 Terminal Unit
  • ABB 3BHB022684R0101 Air Heat Exchanger Mint
  • ABB SP700 ASPC Backplane 086345-504 unit
  • ABB 1VC1AL00041419 CRANE MOTION CONTROLLER unit
  • MTL measures 8922-RB-IS Galvanic Isolation for Intrinsicly Safe Field Wiring
  • GE MTL measures 8502-BI-DP Bus interface modules
  • ABB UFC911B101 3BHE037864R0101 Power control board
  • ALSTOM EP3-G-4-EN-PT Dust removal host controller
  • ABB NE870 Network Router 3BSE080239R1
  • WOODWARD 8440-2050F CONTROL unit
  • Abb 1vcf752000 ref542pLUS Integrated protection relay
  • keba cu313/C-SI/63036/06 Injection molding machine controller
  • ABB REX521GMHGSMO2G Feeder Protection Relay REX521GMHGSM02G
  • Rexroth PPC-R22.1N-T-Q2-NN-NN-FW Drive Controllers unit
  • UniOP ETT-VGA-0045 HMI touch unit ETTVGA0045
  • ABB ion tank Q-0730-A 3BHL001433P0001
  • GE 350-C-P5-G5-H-E-M-C-P-SN-D-N-DC125-250 AC120-240V-0-5A Protective relay
  • ABB WMDOLT2-A75(65KA)6E 1TGE106812P0001 MNS iS SYSTEM
  • ALSTOM CONVERTEAM Anti-condensation heaters 1000W 230V NPN 5556441
  • CONVERTEAM MV3000 Ethernet Intetface MVS3012-4002
  • CONVERTEAM MV3000 Delta Controller MVC3001-4002
  • ALSTOM Optical fiber PIB Converteam ZP 154242/012 3MBF0551-A
  • ALSTOM Converteam Control Unit Electronic Board PIB310
  • Converteam ZP154242/012 Truster Convertor MV7306P21
  • CONVERTEAM Integrated Control Monitoring System (ICMS) TAMs KXXMS-4550-1
  • CONVERTEAM JOP Joystick Operator Panel Converteam spares ZP15242009
  • CONVERTEAM AMC P110-6052 Converteam Spares ZP15242 009 KEMAC-XR2001-A20
  • ALSTOM OETL 2500K1 2P DC isolator CONVERTEAM
  • HITACHI Analog input card LYA010A
  • HITACHI Electric digital output card LYD105A
  • Motorola MVME2604 712 VME Processor Modules module MVME2600
  • ABB 3ASC25H208 ASTAT CRANE MOTION CONTROLLER unit
  • ABB 3ASC25H209 ASTAT CRANE MOTION CONTROLLER unit
  • ABB 3ASC25H204-14 ASTAT CRANE MOTION CONTROLLER unit
  • ABB 3ASC25H203-57 ASTAT CRANE MOTION CONTROLLER
  • ECOVARIO 114DR-SO-110-000: Drive Controller
  • Abb 1VCR007346 ref542pLUS base unit
  • Valmet metso CPO401 common input; 16 channels
  • Turbine Valve Positioner Module IOP321 Valmet metso
  • Valmet metso Counter Timer Module IOP305 Digital Modules
  • ABB MNS iS MView Switch cabinet drawer type circuit breaker 1TGE106170M4200
  • Abb 70Ai01A Rev E1A Procontrol P13 Analog Input unit
  • ALSTOM MV7304-DFE-24P-STDA GE Trigger plate
  • GE ALSTOM GDS1167-FFST60-ST60/AT1 Power controller 115KW
  • GE 04240FD11234A Industrial computer 24VDC
  • ABB Model DHH805 Handheld communicator
  • ABB DHH805A Handheld communicator
  • Micro Innovation AG XVH-340-57CAN-1-10 HMI eaton
  • GE TB 3pole 300 amp 600v TB43300 TB43F Tri Circuit Breaker
  • ABB 3BHT100011R0001 RF620 RC610 UNIT rack 3BHT100011R1
  • ABB 3BUS208797-001 HKQCS PARTS ON LINE
  • foxboro FDC280 RH101FQ Field Device Controller
  • ​Molex SST-PFB3-VME-2-e interface cards
  • ABB CTI 21-P 3BDH000741R1 Temperature Input 16/ 32 Inputs CTI21-P
  • ABB 1MRK002814-AB Relay, General Purpose 90-250 VDC
  • ABB 3BHB009162R0001 POWER UNIT
  • ABB 129740-002 SIO ASSEMBLY/-102 Bus controller
  • ALSTOM 029.381208 ,4INPUT 24VDC Control unit
  • ABB 0.062 inch Seal (per application) 791M028B-X PGC5000
  • ABB Coaxial Cable Assy 3528546-1 PGC5000
  • ABB Photomultiplier Assy 804A003-1
  • ALSTOM MVAX31S1DE0754A control unit
  • ABB S-123H 3BHB030479R0512 Power unit ACS 6000 System
  • ​LAM RESEARCH 685-151520-001 COMPUTER EC2
  • ULTRA SLIMPAK® G448-0002 Bridge Input Field Configurable Isolator
  • ABB UFC760BE41 3BHE004573R0141 content board
  • LAM RESEARCH 685-151509-001 COMPUTER EC2 1034982-1116-2552
  • YOKOGAWA ADV551-P00/D5S00 ADV551 Digital Input Module
  • ProSoft PLX82-EIP-PNC Modbus TCP/IP to PROFINET Controller