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.

  • MITSUBISHI ELECTRIC GOT1000 Series Connection Manual
  • Allen Bradley Guardmaster GSR Safety Relay
  • Delta AH500 PLC Operating Instructions
  • Pilz PNOZmulti series safety control system
  • Operation Instructions for Pilz PNOZ XV3P Safety Relay
  • Pilz PZE 9 Safety Relay Expansion Module
  • SCHNEIDER TSX Premium P57 Processor and Discrete I/O Modules
  • KONGSBERG High Precision Acoustic Positioning – HiPAP®
  • KONGSBERG Seatex MRU 5 The Ideal Marine Motion Sensor
  • KONGSBERG BWMS Bridge Watch Monitoring System
  • WCU Watch Cabin Unit - LED version
  • Albatross Control System NMEA 2000 ® Standard modular shipborne monitoring and control system
  • KONGSBERG Simrad PI50 Catch monitoring system
  • Kongsberg C-series CNC cutting machine
  • KONGSBERG RCU500 Remote Controller Unit
  • Operator Manual for AutroSafe Interactive Fire Detection System (Release 4)
  • EAU-321 is an AutroSafe fire detection system
  • Installation and usage instructions for MTL4850 HART multiplexer
  • MITSUBISHI ELECTRIC FR-A500 Series Inverter Manual
  • Laumas TLM8 8-channel weight transmitter
  • General User Manual for the Anybus X-gateway Series Industrial Gateway
  • Instructions for Using NJ/NX Series CPU Unit OPC UA
  • OMRON Machine Automation Controller NX-series System Units
  • FANUC Series 16i/18i/21i MODEL B Series CNC System Hardware Connection
  • PILZ PNOZmulti Classic and PNOZmulti Mini configurable safety controllers
  • MITSUBISHI ELECTRIC MELSEC A series Programmable Controller
  • Renishaw PHC10-3 PLUS Probe Controller Installation Guide
  • Hine Automation Constellation series vacuum wafer transfer system
  • PILZ PNOZ m B0 configurable safety control system basic unit
  • BANNER BES58-6 series incremental rotary encoder
  • Programming Guide for Modicon 884 Programmable Controller
  • Eaton LZM series molded case circuit breaker
  • Pilz PSWZ X1P Safety Static Monitoring Relay
  • Keyence CV-3502P/CV-3000 series visual system
  • Pro face GP2400/2500/2600 series programmable human-machine interface (HMI)
  • Siemens SINAMICS S120 AC frequency converter
  • Allen Bradley 160-IB1 InterBus Communication Module
  • MX321 AVR Automatic Voltage Regulator
  • GE Multilin MM2 Motor Manager 2 Manual
  • SIEMENS C500 microcontroller family architecture and instruction set description
  • HORIBA SEC-Z500X Series Digital Mass Flow Controller
  • QUBE Servo 2 integrated rotary servo teaching experimental platform
  • Schneider Telemecanique TSX17 Micro PLC Communication Module
  • GE DC Drives (BCH series) DC Speed Governor
  • Honeywell X-DCS3000 Digital Integrated System Manager
  • OMRON Z500 high-precision contour measurement system
  • Siemens SIMATIC S5-90U/S5-95U Compact PLC
  • KEB COMBIVERT F5 elevator dedicated frequency converter
  • TOSHIBA TOSBERT VF-S15 Inverter Description
  • LS Power Generation SV-IG5A Series Inverter Easy Operation Instructions
  • Allen Bradley GuardPLC 1200/1600/1800/2000 Series Controller Systems
  • Installation Guide for Omron C1000H/C2000H Series PLC
  • Omron F160 Vision Sensor
  • Bonner Q45U series short range analog output ultrasonic sensor
  • Schneider C60H-DC C-curve DC supplementary protector
  • Omron SYSMAC CPM2B series board PLC
  • Omron C500 series rack mounted PLC
  • Mitsubishi language hardware manual for Mitsubishi FX0/FX0N series PLC
  • PULS QS40.241/QS40.241-C2 models 24V/40A/960W single-phase rail mounted switching power supply
  • Eaton XV-102-L series industrial touch screen HMI
  • Omron FZ5 series visual system
  • Schneider TSX 47-10/20/25 series modular sequential PLC
  • ABB Procontic CS 31 Distributed Automation System Description
  • OMRON H8PR series electronic cam controller
  • OMRON 3G3MX2 frequency converter
  • Safety and installation wiring instructions for GP477R-EG11 touch human-machine interface
  • I/O module for Siemens 3RK series AS-i SlimLine Compact control cabinet
  • OMRON NS Series Programmable Terminal Web Interface User Manual
  • OMRON Z4M laser displacement sensor
  • HIMMERWERK SINUS series high-frequency induction heating generator
  • OMRON CP series CP1E CPU unit
  • OMRON ZFX-C series intelligent visual sensor
  • OMRON ZFV series intelligent visual sensor
  • OMRON CJ series CPU unit operation instructions
  • Murr Electronics 7000-41034-0400400 M12 Power Connector Instructions
  • OMRON ZFX series simple visual sensor
  • REER ULISSE UNC safety photoelectric protection device
  • Siemens SIMATIC S5-90U/S5-95U Compact PLC
  • OMRON CPM2C Programmable Controller
  • Yaskawa ∑ - V series SGDV servo drive matching
  • OMRON SYSMAC CP1H series PLC (X/XA/Y type) operating instructions
  • OMRON SYSMAC C20K/C28K/C40K/C60K series K-type programmable controllers
  • PEPPERL+FUCHS SLVA-4Kplus Safety Light Curtain Controller
  • Yaskawa ∑ - II series SGMBH servo motor+SGDH servo driver
  • Yaskawa VS-616PC5/P5 series variable torque frequency converter
  • OMRON 3G3SV series book style fully digital low-noise frequency converter
  • Pro face GP-370 series human-machine interface (HMI)
  • OMRON FQ2 series integrated intelligent visual sensor
  • SONY SH800SFP cell sorter BioImaging Facility IST Austria
  • OMRON 3F88L-160/162 cam locator
  • KEB COMBIVERT F4 series frequency converter
  • OMRON CJ Series PLC (CJ1H-R/H/G, CJ1M, CJ1) Operating Instructions
  • Schneider C60H-DC C-curve DC supplementary protector
  • OMRON 3G3MV Multi functional Compact Inverter
  • OMRON CQM1H series modular PLC
  • Huichuan MCTC-ARD-C Elevator Automatic Rescue Device (ARD)
  • SolaHD SDN-D series rail mounted high-performance power supply
  • OMRON C200H Series PLC (CPU01-E/03-E/11-E) Operating Instructions
  • Allen Bradley 1336 PLUS series AC frequency converter
  • OMRON SYSDRIVE 3G3KV-EV2 series frequency converter
  • OMRON SYSMAC One NSJ series programmable controller
  • Technical specifications for Legrand Megatiker M4 thermal magnetic circuit breaker and MS4 isolating switch
  • OMRON ZX series (ZX-L-N) laser intelligent sensor
  • Saia PCD1 series compact programmable controller
  • OMRON NT series programmable terminal
  • Yaskawa F7 series (CIMR-F7U) frequency converter
  • Rockwell 1491/1494 series isolation switch and fuse base
  • Omron NA Series Programmable Terminal Device Connection Instructions
  • Eaton XV-102-L Series Touch Screen Display
  • Eaton XV-102-L series touch display screen
  • Siemens SINUMERIK Measurement Cycle User Guide
  • ELAU PacDrive C600 High Performance Motion Controller
  • ELAU PacDrive SM series permanent magnet synchronous servo motor
  • Bently Nevada Orbit 60 Series Integrated Unit Protection and Condition Monitoring System
  • YOKOGAWA STARDOM FCN-RTU Autonomous Controller
  • Fireye InSight ® II Marine Flame Scanner
  • Installation and Use Instructions for ABB VSC 7.2/12kV-400A Vacuum Contactor
  • Rexroth Bosch Group VT 2000-52 (5X series) Electrical Proportional Amplifier
  • ALSTOM ALSPA series frequency converter
  • ABB Relay Retrofit Program for SPACOM to REX615 Product Guide
  • Meggitt C327895 gas metering valve
  • Moog G77X/-77X series high-performance flow control servo valve
  • WOODWARD 2301E Digital Load Sharing and Speed Control for Engines
  • ABB UNITROL ® 1000 series compact IGBT automatic voltage regulator
  • ABB UNITROL ® High end excitation control system for 6000 synchronous generators/motors
  • Rexroth Bosch Group HNC100 Programmable Digital Axis Controller
  • Lenze 8400 StateLine C Inverter Operating Instructions
  • Leybold PENNINGVAC PR25/PR26/PR27/PR28 series passive cold cathode Penning vacuum gauge tube