K-WANG

+086-15305925923
Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
   
Brand
GE IC693PBS201 PLC Profibus DP network slave module
❤ Add to collection

GE IC693PBS201 PLC Profibus DP network slave module

+86-15305925923
Mr.Wang
wang@kongjiangauto.com

GE IC693PBS201 PLC Profibus DP network slave module

19000.00
¥19000.00
Weight:3.550KG
Quantity:
(Inventory: 50)
Consultation
Accessories
  • ABB-Binary I/O m
    Original :¥15774.00
    With a price :¥15774
    Quantity  
  • ABB-Optical star
    Original :¥9993.00
    With a price :¥9993
    Quantity  
  •   
    Original :¥
    0.00
      
      With the total price :¥
    0.00
Product parameters
  • Telephone:+86-15305925923
  • contacts:Mr.Wang
  • Email:wang@kongjiangauto.com
Description

GE IC693PBS201 PLC Profibus DP network slave module




GE IC693PBS201 PLC Profibus DP network slave module

4、 GE Fanuc Profibus DP Network Product Description

The GE Fanuc series PACSystems supports Profibus DP master/slave modules 5136-PFB-VME for 90-70.

5136-PFB-VME, as a standard VME module, can be plugged into PAC70 systems and 90-70 PLCs

On the central rack and configured as "3rd PartyVME" by its programming software. This interface card uses 256K bytes

Standard memory and 1K byte short I/O storage area.

According to the working principle of Profibus DP, the DP master station should know the detailed information of all slave stations on the network

(e.g. station address and I/O quantity for each slave station). Utilizing the SST Profibus Configuration software package

These configuration information can be generated and saved as binary files (*. bss). This configuration information file can be accessed from

Download the serial port of 5136-PFB-VME to the module. This interface card can support up to 96 DP slave stations (such as stations)

If the number exceeds 32, a repeater is required.

4.1 The configuration steps for the 90-70 system using 5136-PFB-VME are as follows:

Establish a 90-70 Profibus DP network (Version 2.0)

4.1.1 Introduction

The 90-70 5136-PFB-VME interface program PB_0825 mentioned in this article can be completed in just 3ms (CPU915)

120 word slave data exchange. This program is a ladder diagram program that can be obtained through GEFanuc.

This article provides a detailed introduction on how to use the 5136-PFB-VME interface card to connect to the Profibus DP network in a 90-70 PLC.

The interface program PB_0825 mentioned in the article can support two 5136-PFB-VME interface cards. Of course, you can also

This interface program is used in PLC systems with only one interface card.

5136-PFB-VME, as a standard VME module, can be plugged into the central rack of 90-70 PLCs and can be used by 90-70

The programming software configuration is "3" PartyVME ". This interface card uses 256K bytes of standard memory and 1K bytes of short I/O

Storage area.

4.1.2 Hardware Installation

4.1.2.1 Setting Short I/O Address

The 5136-PFB-VME interface card occupies a short address interval of 1K bytes on the VME bus, and this memory interval can be occupied by 90-

Use the VME-Read/Write instruction (AM=29H) in CPU 70 to access. The starting address of this memory area is dialed

Set the 1st to 6th positions of code switch S1, and the switch settings in the following figure will connect the ground of two 5136-PFB-VME modules

The addresses are set to 8000H and 7000H respectively. Here, the interface card with address 8000H is referred to as the first card,

7000H is called the second card.

Short I/O Base Address

Base Address

position 1

Position 2

Position 3

position 4

position 5

position 6

8000H

OFF

ON

ON

ON

ON

ON

7000H

ON

OFF

OFF

OFF

ON

ON

The first card is set to 8000H, and the second card is set to 7000H

These two interface cards can be inserted into any slot on the mainframe, but there must be no empty slots between these two modules and the CPU.


GEFanuc Automation Network and Communication

Profibus DP network

The interface program consists of three basic subroutine blocks: Init_0, Init_1, and Assign. Init_0 is used to initialize the first block

Port card (with an I/O address of 8000H). Init_1 is used to initialize the interface card with an I/O address of 7000H. Assign subroutine

Used to exchange slave data between CPU and interface card.

Due to the internal use of the% L variable in the Init_0, Init_1, and Assign blocks, these three blocks must

Called in PB0 and PB1.

Note: After successfully initializing the first interface card with Init_0, the variable "Init_0_oK" (% T00217) will be set to

1. After successfully initializing the second interface card (with an I/O address of 7000H), the variable 'Init_1_SK'

(% T00233) will be set to 1. Variables% T00209 to% T00256 are reserved for initialization program use, user

Please do not use these variables in the program The variables% L00001 to% L01320 of subroutines PB-0 and PB_1 are assigned

When using program blocks, user programs should use variables with addresses of% L01320 or higher.

Steps:

4.1.3.1 Call the Init_0 and Init_1 subroutine blocks

Wg: Set whether the watchdog of the interface card is working. Fill in 1 to allow the watchdog to work, and fill in 0 to prohibit it from working.

Tx: The data sent from the master station to the slave station (i.e., the output of the slave station) is temporarily stored at the starting address in the% L variable. length

512 words. Its meaning is consistent with the BT parameters. Note that all output data from the slave station is in ascending order of the slave station address

The sequence is arranged in blocks, and the word length of each output data block from the slave station must be a multiple of 4 (for example, on the bus)

There are 4 slave stations with addresses 3, 4, 6, and 8 respectively. If the Tx parameter is% L01750, slave station 3 has 5 bytes

The output data from station 4 has 10 bytes and station 6 has 1 byte. Then the output data block from station 3

%Starting from L01750, the output data from station 4 starts from% L01754, and the output data from station 6 starts from

%Starting from L01762, the output data from station 8 starts from% L01766. Users can calculate each slave station themselves

The offset address of the output data in% L, and then use the MOV instruction to move the actual output data (% Q) to this address

Some% L. However, after the Assign program block is called for the first time, it will automatically calculate the output data of each slave station

%The offsets in L are stored in the TF parameters.

TF: The offset address of the output data block of each slave station calculated after the first call of the Assign program block. long

120 words. If TF=% L01501, calculated according to the above example, then after the first call of the Assign program block,

%L01501=1750,% L01502=1754,% L01503=1762,% L01504=1766. The user program should be in

After assigning the program, use indirect addressing to move the actual output data from the slave station to% L01750,% L01754

%L01762,% L01766. As shown below:

Mov

%O001

@L01501

RF: The offset address of each slave input data block calculated by the Assign program block, which has the same meaning as the TF parameter

Like. Length of 120 words.

Rx: The starting address of the data received by the master station from the slave station (i.e., the input from the slave station) is temporarily stored in the% L variable. long

The degree is 512 words, and its meaning is similar to the TX parameter.

St: Slave station status word, with a length of 120 words. Each status word represents the status of a slave station, with the first word representing the station's location

The status of the slave station with address 0, and the second status word represents the status of the slave station with address 1. The height of the status word

The byte stores the sequence number of the slave station (for example, if there are 4 slave stations on the bus with addresses 3, 4, 6, and 8, then this

The sequence numbers of the slave stations are 0, 1, 2, and 3, respectively. The low byte of the status word contains the current status information of the slave station

If it is 80H, it means that the slave station is working normally; If it is 00H, it means that the slave station has a fault, which may

It is a cable or connector malfunction or configuration error. If the entire status word is FFO0H, it means that the slave is not present

It is configured in the SST Profibus configuration software.

be careful:

If you only have one 5136-PFB-VME interface card in your system, you only need to use the program blocks PB-0 or PB_1

One of them.

  • ADLINK NuPRO-E72 PICMG 1.3 Full length Industrial SHB Single Board Computer
  • ADLINK MXE-5400 series fanless embedded industrial computer
  • ADLINK M-322 Industrial ATX Motherboard
  • ADLINK IMB-M43H Industrial ATX Motherboard
  • ADLINK IMB-M42H Industrial ATX Motherboard
  • ADLINK i915GV-INA ATX motherboard
  • ADLINK ETX-NR667 Embedded ETX Standard Computer Module
  • ADLINK ETX-BT (PATA to SATA version) User Manual
  • ADLINK CM1-BT1 PC/104 Single Board Computer
  • ADLINK cPCI-8217 [R] 3U CompactPCI VGA/LCD Display Module
  • ADLINK AmITX-SL-G Mini ITX Embedded Motherboard
  • ADLINK AmITX-AL-I ultra-thin Mini ITX industrial motherboard
  • ADLINK NuPRO-E315 Full length PICMG 1.3 Industrial SHB Single Board Computer
  • ADLINK NuPRO-842 Full length PICMG 1.0 PCI/ISA Industrial Single Board Computer
  • ADLINK NuPRO-900A PICMG 1.2 ePCI-X Dual Xeon Industrial System Motherboard (SHB)
  • ADLINK cPCI-6910 series 6U CompactPCI single board computer
  • ADLINK cPCI-6860A 6U CompactPCI dual core single board computer with cPCI-R6860A rear adapter board
  • ADLINK cPCI-8168 6U CompactPCI Eight Axis Motion Control Card
  • ADLINK NuPRO-E340 PICMG 1.3 Industrial SHB motherboard
  • ADLINK NuPRO-A40H Full length PICMG1.0 Industrial Single Board Computer (SBC)
  • ADLINK NuPRO-852 Full length PICMG1.0 Industrial Single Board Computer
  • ADLINK NuPRO-841 Full length Industrial SBC
  • ADLINK NuPRO-590/591/592 series Socket7 full-length industrial SBC
  • ADLINK MXE-5500 series fanless embedded industrial computer
  • ADLINK MXE-200/200i Fanless Embedded Machine
  • ADLINK cPCI-6770 series CompactPCI CPU board
  • ADLINK NuPRO-A301 standard PICMG 1.0 full-length industrial SBC single board computer
  • ADLINK NuPRO-965 PICMG 1.3 SHB Express Full length Industrial Motherboard
  • ADLINK NuPRO-935A Full length PICMG1.0 Industrial Single Board Computer
  • ADLINK NuPRO-865 Full length Single Board Computer
  • ADLINK NuPRO-840 DV/LV Full Length PICMG Industrial Single Board Computer
  • ADLINK NuPRO-770 series full-length industrial single board computer
  • ADLINK NuPRO-595 series half length Socket 7 industrial motherboard
  • ADLINK cPCI-6840 series 6U CompactPCI single board computer
  • Foxboro 43AP series pneumatic indicator controller (PSS 3-1B3 A)
  • ADLINK cPCI-3720 Series 3U Low Power CompactPCI Single Board Computer
  • ADLINK NuPRO-E47, PICMG 1.3 full-length industrial SHB system motherboard
  • ADLINK NuPRO-E43 PICMG 1.3 full-length system motherboard
  • ADLINK NuPRO-780 series full-length industrial CPU board
  • ADLINK cPCI-6965 series 6U CPCI single board computer
  • ADLINK USB/LPCI/LPCIe-3488A GPIB interface card
  • Rittal SK 3241.700 Blue e+Fan Filter Unit
  • ADLINK cPCI-8168 6U CompactPCI 8-Axis Motion Control Card
  • ADLINK PCIe PXIe-8638 PCIe to PXIe Bus Expansion Kit
  • ADLINK PCIe GIE7x series acquisition card
  • ADLINK PCIe-7396 96 96 channel TTL digital IO card
  • ADLINK PCI/MPC/PXI-8164 Three in One Motion Control Card
  • ADLINK PCI-8154 Four Axis Pulse Motion Control Card
  • ADLINK PCI-8134 Four Axis Servo/Stepper Motion Control Card
  • ADLINK NuPRO-E42 PICMG1.3 full-length SHB motherboard
  • ADLINK MXC-6600 series high-performance fanless extended industrial computer
  • ADLINK MXC-6000 series embedded industrial control computer
  • ADLINK MXC-2300 series fanless expandable embedded industrial computer
  • ADLINK MCM-204 Independent Ethernet DAQ User Manual
  • ADLINK MCM-100/102 Edge IoT Platform for Machine Condition Monitoring User’s Manual
  • ADLINK MXC-6400 series sixth generation Core Fanless Scalable Industrial Control Computer
  • ADLINK Matrix Full Series Fanless Embedded Industrial Control Computers
  • ADLINK GIE64+4-channel PoE Gigabit Vision Capture Card
  • Honeywell UMS Security System Troubleshooting Guide
  • Honeywell Expert Series-C I/O Module
  • ADLINK EOS-1200 Embedded Vision Host
  • ADLINK DLAP-5200 series high-performance fanless AI industrial computer
  • ADLINK DLAP-4000 series embedded industrial control computer
  • ADLINK Matrix MXC-2000 Series Fanless Industrial Control Computer Specification
  • ADLINK DAQ -/DAQE -/PXI-2000 Series Multi functional Synchronous Acquisition Card
  • ADLINK cPCI-6520 6U CompactPCI Single Board Computer
  • ADLINK CM1-86DX3 PC/104 Single Board Computer
  • Honeywell DC1000 series PID temperature controller
  • ALSTOM MiCOM C264 Modular Substation Controller
  • EMERSON AMS 2140 Mechanical Health Analyzer
  • ADLINK NuPRO-E320 PICMG1.3 Full length Industrial Motherboard
  • ADLINK NuPRO-800 Series Full length Industrial SBC User Manual
  • ADLINK NuPRO-598 Industrial Single Board Computer
  • ADLINK MXC-6300 Fanless Embedded Industrial Control Computer
  • ADLINK Express-BASE7 User Manual
  • ADLINK DLAP-211 Series Fanless Edge AI Platform Specification Manual
  • ADLINK PCI/LPCI/LPCIe/cPCI-723X series 32 channel isolated digital I/O card
  • ADLINK cPCI-6965 series 6U CompactPCI single board computer
  • ADLINK NuDAQ 7200 series high-speed digital I/O board
  • Linghua ADLINK DLAP Deep Learning Acceleration Platform Product Manual
  • DEIF TCM-2 thyristor control module
  • Installation Manual for DEIF MVR-200 Series Medium Voltage Protection Device
  • DEIF MDR-2 multifunctional differential relay
  • DEIF AOM-1 Analog Output Module
  • DEIF AGI 400 series industrial/marine touch screen
  • Installation Manual for DEIF BRW-1 Marine Wing Bridge Instrument
  • DEIF AGC200 Quick Start Guide
  • DEIF AGC Multi line 2 Generator Set ControllerProduct basic information
  • ABB SPA-ZC 400 Ethernet Gateway Installation and Debugging Manual
  • ABB REM 543/545 motor generator protection device
  • DEIF PPU 300 controller
  • DEIF Delomatic 4 Offshore/Ocean Platform Dedicated Generator Power Management System DM-4
  • DEIF Delomatic Modular Generator Set Integrated System
  • DEIF AGC-4 Mk II Generator Set Controller
  • DEIF AGC-4 diesel generator set integrated controller
  • DEIF Multi line 2 Series PPU Unit Power Management (PPM) Operation Manual
  • DEIF Multi line 2 V2.4X Installation Manual
  • Beckwith M-6280 Digital Capacitor Bank Controller
  • Beckwith M-3311 Transformer Protection Relay
  • Beckwith M-3311A Transformer Integrated Protection Device
  • Beckwith M-3310 Transformer Integrated Protection Device Specification
  • Beckwith M-0359 Syncrocloser Check Plus Application Guide for Synchronous Calibration Relay
  • Beckwith M-0293A On Load Tap changer Controller Application Guide
  • DEIF GPU-3 Synchronous/Asynchronous Generator Integrated Microcomputer Protection Controller
  • Installation Instructions for DEIF PPM-3
  • Beckwith M-3520 distributed power grid connected comprehensive protection device
  • Beckwith M-3430 generator comprehensive protection device
  • Beckwith M-2293B adapter panel
  • Beckwith M-2001C digital on load voltage regulator controller
  • Beckwith M-2001B Digital On Load Voltage Regulating Controller
  • Beckwith M-0388/M-0389 synchronous verification relay
  • Beckwith M-0193B synchronous closing device
  • Beckwith M-0115A Transformer Parallel Balancing Module
  • Beckwith M-0067E on load tap changer controller
  • Beckwith M-4272 Digital Motor Bus Switching System
  • Beckwith M-3311A Transformer Integrated Protection Device
  • Beckwith M-3425A Generator Integrated Protection Device Manual
  • Basler BE1-27/BE1-59/BE1-27/59 undervoltage/overvoltage relay
  • Basler AVC63-12/AVC125-10 excitation voltage regulator
  • Basler L301kc Color Three Line Array Camera Operation Manual
  • Basler CBS 212A Current Enhanced Excitation System
  • Basler BE3-25 synchronous check relay
  • Operation Manual for Basler BE1-32R/BE1-32O/U Direction Power Relay
  • Basler Electric PRS-250 Veri Sync Synchronous Relay
  • Basler Pilot Series Area Array Industrial Camera piA2400-17gc
  • Basler BE1-11g comprehensive protection device for generator
  • Basler VR63-4C/UL Analog Excitation Voltage Regulator
  • Basler BE1-DFPR distribution feeder protection relay