Delta AH500 series Instrukcja Obsługi

Przeglądaj online lub pobierz Instrukcja Obsługi dla Sprzęt rejestrujący Delta AH500 series. Delta AH500 series Hardware manual Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj

Podsumowanie treści

Strona 2 - Chapter 1 Introduction

Chapter 1 Introduction extension backplanes at most. 1.3 Operation of the CPU module The CPU module is the nucleus of the AH500 system. It is respons

Strona 3 - 1.1 Manuals

AH500 Quick Start The CPU module is supplied with power. The system enables the initialization. y The non-latched memory is initialized. y The use

Strona 4 - 1.2 System Frameworks

Chapter 2 Programming Table of Contents 2.1 Preparations ...

Strona 5

AH500 Quick Start 2.1 Preparations 2.1.1 Hardware The hardware needed in the example is as follows. 1. Eight-slot main backplane AHBP08M1-5A x 1 POWE

Strona 6 - 7 backplanes

Chapter 2 Programming 6. Analog input/output module (6 channels) AH06XA-5A x 1 V2V1AIR1R0V0V1V3V3R3R2V2V0ERRORRUN10V, 20mA10V,0/4~20mAFEUPV0V1I1ZPC

Strona 7

AH500 Quick Start 1. Insert the projection under the module into the hole in the backplane. 2. Push the module in the direction indicated by the arr

Strona 8

Chapter 2 Programming 2. Press the clip in the direction indicated by the arrow. z Removal 1. Pull the clip in the direction indicated by the arro

Strona 9

AH500 Quick Start 3. The terminal block is removed. 2.3 Wiring After the modules are installed, the wiring of the modules follows. In order for the

Strona 10 - Output module

Chapter 2 Programming The wiring of the modules is described in detail below. (Please refer to AH500 Hardware Manual for more information.) 2.3.1 Wiri

Strona 11

AH500 Quick Start ①Alternating-current power supply: 100~240 V AC, and 50/60 Hz ② Circuit breaker ③ Emergency stop: The emergency stop button can be

Strona 12 - Chapter 2 Programming

Chapter 1 Introduction Table of Contents 1.1 Manuals...

Strona 13 - Preparations

Chapter 2 Programming 2.3.2 Wiring the Digital Input Module The input signal is the direct-current power input. Sinking and sourcing are current drivi

Strona 14 - Installation

AH500 Quick Start 2.3.4 Wiring the Analog Input/Output Module Shielded cable*1Voltage input-10 V~+10 VShielded cable*1Current input-20 mA~+20 mAShield

Strona 15

Chapter 2 Programming normal phenomenon which can be ignored temporarily. 2.4 Exemplification After the hardware is installed, the wiring of the modul

Strona 16

AH500 Quick Start 3. A pump The pump is installed near the underground pool. However, the device to which the PLC actually connects is not the pump bu

Strona 17 - CPU530-EN

Chapter 2 Programming Next, the environment of the project is displayed, and the project name SPW appears in the upper left corner. The operation

Strona 18

AH500 Quick Start 2.6 Hardware Configuration After the project is created, users can configure the hardware. Suppose the configuration is as follows.

Strona 19

Chapter 2 Programming Double-click the CPU module to open the PLC Parameter Setting window. Type “SPW PLC” in the Name box, and then type “The examp

Strona 20

AH500 Quick Start addresses to the module. The default addresses are X0.0~X0.15. They exactly meet the need, and therefore they do not need to be modi

Strona 21

Chapter 2 Programming Users can drag AH06XA-5A to I/O 2 and drop it. The input device range is D0~D7, and the output device range is D100~D103. (The d

Strona 22 - Exemplification

AH500 Quick Start The voltages of the signals are 0 V~10 V. The conversion values are 0.0 and 10.0. Click OK. After the hardware configuration is

Strona 23 - Creating Projects

AH500 Quick Start 1.1 Manuals Delta Electronics, Inc. provides users with the manuals related to the AH500 series programmable logic controllers acco

Strona 24

Chapter 2 Programming 2.7 Creating Global Symbols In order to make the program more readable and the connection with the SCADA system more convenient,

Strona 25 - Hardware Configuration

AH500 Quick Start Users can see a new piece of data. Users can create the global symbols for the data in the table above in the same way. (For the a

Strona 26

Chapter 2 Programming Type “FB_SPP_Sys” in the POU Name box, and then type “Supply Water Pump Control Function” in the POU Comment box. Finally, click

Strona 27

AH500 Quick Start VAR_INPUT When the program is executed, the value of the external variable is brought into the internal variable. If the value of th

Strona 28

Chapter 2 Programming Users can begin to write the program in the function block. In order to improve the convenience of scanning the program, users a

Strona 29

AH500 Quick Start Click ???, and type “Pump_Remote”. When “Pump_Remote” is typed, the drop-down list appears. Users can select the item directly, or t

Strona 30 - Creating Global Symbols

Chapter 2 Programming To meet the condition that there is water in the underground pool and no water in the water tower, the state of Tank_R_LSW shoul

Strona 31 - Creating Function Blocks

AH500 Quick Start Click ???, and type “Pump_Out”. Users can double-click the coil marked “Pump_Out”, and the drop-down list appears. Select “Set”. P

Strona 32

Chapter 2 Programming To meet the condition that there is no water in the underground pool, or the condition that the pump trips, users need to click

Strona 33

AH500 Quick Start So far the automatic program control is complete. Please write the following program in the same way. Finally, users need to save

Strona 34

Chapter 1 Introduction 1.2 System Frameworks The AH500 series programmable logic controller is a medium type of programmable logic control system. Th

Strona 35

Chapter 2 Programming 2.9 Creating Main Programs After the function block is created, users can create the main program. Right-click in the window a

Strona 36

AH500 Quick Start Users can see the Prog_Main window on the main screen. The difference between the function block and the main program is that the

Strona 37

Chapter 2 Programming After the function block interface appears, type the identifiers as shown below. Users need to create a data block for the fun

Strona 38

AH500 Quick Start not only the function of checking the syntax, but also the function of compiling all programs and the contents of the function block

Strona 39

Chapter 2 Programming consider that the value of VAR_OUTPUT and that of VAR of in the first system does not affect those in the second system. Otherwi

Strona 40 - Creating Main Programs

AH500 Quick Start MEMO 2-34

Strona 41

Chapter 3 Downloading and Monitoring the Program Table of Contents 3.1 Setting COMMGR ...

Strona 42

AH500 Quick Start After the writing of the program is complete, users can prepare to download the program. In order to increase the functions and the

Strona 43

Chapter 3 Downloading and Monitoring the Program The path C:\Program Files\Delta Industrial Automation\ISPSoftx.xx\drivers\Delta_PLC_USB_Driver show

Strona 44

AH500 Quick Start After the software is installed, users can see the USB driver in the Device Manager window. (The COM number of the USB may vary

Strona 45 - AH500 Quick Start

AH500 Quick Start The configuration is as follows. Power supply CPU module Rack 1 (eight-slot main backplane) Rack 2 (eight-slot extension backplane)

Strona 46 - Monitoring the Program

Chapter 3 Downloading and Monitoring the Program 3.1 Setting COMMGR 3.1.1 Enabling COMMGR After the software is installed, the shortcut for COMMGR aut

Strona 47

AH500 Quick Start 3.2 Downloading the Program After the editing above is complete, users need to download the parameters and the program to the CPU m

Strona 48 - Delta_PLC_USB_Driver

Chapter 3 Downloading and Monitoring the Program 3.2.2 Downloading the Hardware Configuration The hardware configuration is downloaded first. Open the

Strona 49

AH500 Quick Start If the CPU module which is actually connected is different from the setting in ISPsoft, the HWCNFIG window will appear. Users have t

Strona 50 - Setting COMMGR

Chapter 3 Downloading and Monitoring the Program 3.3 Monitoring and Debugging the Program 3.3.1 Monitoring the Program When the program is executed,

Strona 51 - Downloading the Program

AH500 Quick Start After the system is tested, users have to cancel the setting so that the CPU module can return to normal. z Monitoring the devic

Strona 52

Chapter 3 Downloading and Monitoring the Program Type “SPP01_Table” in the Monitor Table Name box, and click OK. Users can right-click a blank area

Strona 53

AH500 Quick Start Click . Owing to the fact that only devices are monitored and modified, users do not need a copy of the program. If users want to

Strona 54

Chapter 3 Downloading and Monitoring the Program 3.3.2 Debugging the Program and the System When the system operates, an error may occur, and the erro

Strona 55

AH500 Quick Start in all modules. In other words, for some modules, there may be no error log in the History box. Since no error occurs, users can

Strona 56

Chapter 1 Introduction System framework: Rack 1~rack 8+RTU modules ...............Remote I/O7 backplanes7 backplanes Note: Users are provided with th

Strona 57

Chapter 3 Downloading and Monitoring the Program As the picture below shows, the power supply is abnormal, and an error occurs when the analog data is

Strona 58

AH500 Quick Start MEMO 3-16

Strona 59

AH500 Quick Start System planning 1 Control panel Concentration point Over 100 metersRack 1 (eight-slot main backplane) Master Master Slave 1 Control

Strona 60

Chapter 1 Introduction System planning 2 Master Slave 1 Control panel Control panel Concentration point Concentration point Over 100 metersRack 1 (eig

Strona 61

AH500 Quick Start System planning 3 Control Panel 設備集中區 Slave 1 Control panel 設備集中區 Slave 2 Control panel Slave 3 Control panel 設備集中區 Slave 1 Control

Komentarze do niniejszej Instrukcji

Brak uwag