Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

How to install GE Series 90-70 Genius Bus Controller?

来源: | 作者:FAN | 发布时间 :2025-08-19 | 3 次浏览: | Share:

GE Series 90–70 Genius Bus Controller

Product Overview

Series 90-70 Genius Bus Controller (model IC697BEM731) is an interface module used to connect Genius I/O serial bus with Series 90-70 PLC. It supports communication with Genius I/O blocks, remote I/O sites, handheld monitors, and other devices, and can achieve functions such as data transmission, diagnosis, distributed control, and redundancy. It follows multiple international standards and is suitable for various automation control scenarios.


Core functions and system composition

System Overview

The Series 90-70 PLC bus controller (product number IC697BEM731) is used to connect the Genius I/O serial bus to the Series 90-70 PLC.

The devices that Genius bus can serve include:

Genius module: Provides interfaces with various discrete, analog, and special-purpose field devices, with advanced diagnostic capabilities and many software configurable features.

Remote nodes: Series 90-70 I/O racks connected to the bus through remote I/O scanner modules, each remote node can contain any combination of discrete and analog I/O modules, providing up to 128 bytes of input data and 128 bytes of output data.

Handheld monitor: can be used as a portable device or permanently installed, providing a convenient operator interface for module settings, data monitoring, and diagnostics.

Multiple hosts: used for communication through datagrams and global data.

Bus can achieve various functions, such as enhancing I/O control through communication commands in the program, only used for I/O control, dedicated for CPU communication, and can also develop more complex systems.

Number of bus controllers

Series 90-70 PLC systems with CPU versions 3.0 and higher can contain up to 31 bus controllers.

Early CPU versions could accommodate up to 16 bus controllers.

In some redundant system configurations, there are fewer available bus controllers, as detailed in Chapter 6.


I/O devices on the bus

The I/O devices on the bus can be Genius I/O modules or standard Series 90-70 I/O modules in one or more remote nodes.

The total number of I/O circuits that a Genius bus can serve depends on the type of I/O device used and the available memory in the CPU.

Memory requirements for Genius module:

For% I and% Q memory, the size shown is in bits; For% AI and% AQ memory, the size shown is in words.

Different types of modules (such as 115 VAC grouped I/O modules, 115 VAC isolated I/O modules, etc.) have different maximum memory requirements.

Many Genius I/O modules have both inputs and outputs on the same module. Modules configured as both inputs and outputs in Logicmaster 90 software will occupy the same reference in% I and% Q memory. Unused references cannot be allocated to other inputs or outputs and should not be used in applications.

Memory requirements for remote nodes: A 90-70 remote I/O scanner (IC697BEM733) and the modules it serves form a remote node on the Genius bus. The remote node can include any combination of Series 90-70 discrete and analog input-output modules, with a maximum total of 128 bytes of input and 128 bytes of output (8 discrete points represent one byte, and 1 analog channel uses 2 bytes).


Bus controller description

The bus controller is a standard rack mounted Series 90-70 PLC module.

Status LED: The front LED indicates its operating status, the top two LEDs should light up during normal operation, and the bottom LED is not in use.

Module OK: Displays the status of the bus controller and flashes during power on diagnostics.

Channel OK: Displays the status of the bus. It lights up steadily when the bus is running normally, flashes intermittently when there are bus errors, goes off when the bus is faulty, and also goes off when no configuration is received from the PLC CPU.

Handheld monitor connector: The handheld monitor connector on the bus controller panel is used to connect a handheld monitor. For the IC697BEM931 bus controller, if there is a lower HHM connector, it is not used. Except for the allocation of I/O module device numbers, all handheld monitor functions can be executed through HHM connected to the bus controller. It is recommended to use IC660HHM501C (or higher version) handheld monitor to ensure normal operation with Series 90-70 PLC.

Terminal components: The serial bus and shielded wire are connected to the removable terminal block on the front of the bus controller. For the IC697BEM931 bus controller, only the upper three terminals are used. To remove terminal components without interfering with bus continuity, jumper wires are required, as detailed in Chapter 2.

Genius bus

Bus type: Daisy chained bus cable; Single twisted pair cable with shielding or Twinax. Fiber optic cables and modems can also be used.

Bus terminal: Connect 75, 100, 120, or 150 ohm resistors at both ends of the electrical bus cable.

Baud rate: configurable, standard 153.6 Kbaud, extended 153.6 Kbaud, 76.8 Kbaud, or 38.4 Kbaud.

Maximum bus length: 7500 feet at 38.4 Kbaud, 4500 feet at 76.8 Kbaud, 3500 feet at 153.6 Kbaud expansion, and 2000 feet at standard 153.6 Kbaud. The maximum length at each baud rate also depends on the cable type. Chapter 2 provides a complete list of cable types, displaying the corresponding bus length and baud rate. Using fiber optic cable segments with modems can achieve longer bus lengths.

Maximum number of devices: 32 devices at 153.6 Kbaud standard, 153.6 Kbaud extension, or 76.8 Kbaud; At 38.4 Kbaud, there are 16 devices, including a bus controller, and usually one handheld monitor.

Data encoding: Each bit is encoded as three double pulses, and the receiver performs a majority vote to correct any single double pulse error. Double pulse is an AC code consisting of a positive voltage followed by a negative voltage offset, which is sampled separately to suppress low-frequency and high-frequency interference.

Modulation technique: Frequency Shift Keying (FSK) 0 to 460.8 KHz maximum (153.6 Kilobaud).

Isolation: 2000V high voltage, 1500V transient common mode suppression.

Signal to noise ratio: 60 dB.

Bus controller operation

The bus controller handles all data transfers between the PLC and devices on the bus, requiring the docking of two completely independent and asynchronous activities: Genius bus scanning (the communication cycle between devices on the bus, following the order of bus addresses 0-31) and CPU scanning (including the operation cycle of communication between the CPU and the bus controller).

The bus controller manages data transfer between the bus and CPU by maintaining two independent onboard RAM memories, one with the bus interface and the other with the CPU interface. The bus controller automatically transfers data between these two memories and provides data to the bus or CPU when needed.

Genius bus scan: Bus scan includes a complete cycle of "tokens" between devices on the bus, which may include other bus controllers or remote I/O scanners, as well as Genius modules. During bus scanning, the bus controller automatically performs operations such as receiving all input data sent by devices on the bus, broadcasting global data, updating outputs (if allowed), receiving any fault messages sent by devices on the bus and setting diagnostic status references for CPU use, and sending individual commands received from the CPU to the corresponding devices. The time required for communication tokens to be transmitted to all devices depends on the baud rate, the number and type of devices on the bus, and the usage of global data and datagram communication.

Input data from devices on the bus: Every time a module or remote I/O scanner has a communication token, the bus controller receives the input data they send (as this data is broadcast, it may be received by any other bus interface module running on the bus). The bus controller stores all received input data, and the CPU reads all discrete and analog inputs from the bus controller every time it scans (analog data is not multiplexed).

Output data from CPU: As the application program executes, the CPU sends output and any commands to the bus controller, which stores this data and transmits it on the bus every time it has a communication token. Unlike the input of broadcasting, the output is directed to the specific device that should receive them.

Diagnosis: Genius modules and other devices on the bus will automatically report faults, alarms, and certain other predefined conditions to the PLC. During any bus scan, only one diagnostic message can be sent. If a fault message has already been sent (by another device) during that scan, the device will save its diagnostic message to the next available bus scan. The bus controller stores any diagnostic messages received, and the Series 90-70 CPU automatically reads them. The Logicmaster 90-70 software can then be used to display the fault in the fault table and clear it from the programmer. For details, see Chapter 4. Genius handheld monitors can also be used for diagnosis and troubleshooting. In addition to the built-in diagnostic capabilities of Genius devices, the Logicmaster 90-70 application can also utilize other diagnostic mechanisms provided by the Series 90-70 PLC, such as system state references defined for Genius, fault and fault free contacts that can be used to detect faults and no fault conditions, and alarm contacts that can be used to indicate when simulated values reach specified alarm limits.


Datagrams

The Series 90-70 bus controller supports all Genius datagrams, including Read ID、Read ID Reply、Read Configuration、Read Configuration Reply、Write Configuration、Assign Monitor、Read Diagnostics、Read Diagnostics Reply、Write Point、Read Block I/O、Read Block I/O Reply、Report Fault、Pulse Test、Pulse Test Complete、Clear Circuit Fault、Clear All Circuit Faults、Switch BSM、Read Device、Read Device Reply、Write Device、Read Data、Read Data Reply、Write Data、Read Map、Read Map Reply、Write Map  Wait, each type of datagram has its specific description and function.

Global Data

Global data is automatically and repeatedly broadcasted by the bus controller. The Series 90-70 bus controller can send up to 128 bytes of global data per bus scan and receive up to 128 bytes of global data from each bus controller on the bus per bus scan.

Sending global data: Once configured (see Chapter 3), global data will be automatically broadcasted. Other bus controllers that receive global data sent by Series 90-70 PLCs will place it in different memory locations. For example, Series 90-70 PLCs will place it in the corresponding memory according to the configuration of the receiving bus controller, and Series 90-30 PLCs will place it in the% G memory location corresponding to the device number (16-23) of the Series 90-70 bus controller that sends data.

Receive global data: The bus controller can be configured to receive or ignore global data from any other bus controller, and the memory type and length of the incoming global data are also selected during configuration, as detailed in Chapter 3. Series 90-70 CPUs can place incoming global data in% I,% Q,% G,% R,% AI, or% AQ memory.


Operation and Diagnosis

1. Data transmission process

Bus scanning: The controller scans devices in a loop through token passing, receives input data, and broadcasts output; Synchronize data through onboard RAM during the CPU scanning cycle.

Communication Request (COMREQ): The operation is defined through a Command Block, supporting 16 types of commands (such as Pulse Test, Read/Write Configuration), and the Status Block returns the execution result (success/failure code).

2. Diagnostic function

Fault table: records circuit faults (such as disconnection, short circuit), module faults (such as memory errors), communication faults (such as full datagram queue), etc., which can be viewed or cleared through Logicmaster software.

Status reference: Provide system level fault signals (such as LOS_SOC, IOUFULL), support fault contact linkage control.


Advanced features

1. Distributed control and monitoring

Distributed control: Multiple CPUs control different devices by disabling outputs to avoid conflicts.

Data monitoring: Supports the Assigned Monitor mode, which specifies the device to receive additional fault reports through the Assign Monitor command.

2. Redundant system

Redundancy mode: Dual bus (same PLC or dual PLC), redundant controller (Hot Standby/Duplex mode), ensuring seamless switching in case of bus failure.

Configuration example: Provide configuration steps for 6 typical scenarios (such as single PLC dual bus, dual PLC redundant control).


  • Applied Materials 0100-35218 - Amat RF Gn rateur Board
  • Applied Materials 4060-01365 - AMAT Heat Exchanger Hoses Make Offers!UPS Shipping!
  • Applied Materials 0040-88097 - , 0040-88188 HEATER, HA12 VACUUM CHUCK, 300MM SACVD P AMAT
  • Applied Materials 0020-99268 - INNER SHIELD / AMAT
  • Applied Materials 0010-47964 - 304-0201 AMAT APPLIED APPLIED MATRIALS COMPONENTS
  • Applied Materials 0010-25273 - AMAT FAST DATA COLLECTOR
  • Brooks GF125CXXC - GF125C-102465 N2 10 SCCM MFC AMAT 0190-41803 MASS FLOW
  • Applied Materials 0010-08113 - AMAT ASSY, INPUT GRIPPER, UPGRADE, 200MM MESA
  • Applied Materials 0021-35008 - AMAT PLATE, REFLECTOR, 200MM, MOD II
  • Applied Materials 0190-03554 - AMAT MAG DRIVER, 50A, 2-CHANNEL, KOLLMORGEN 1000-0121-01
  • Applied Materials 0020-08673 - AMAT SHIELD, INNER, AL ARC-SPRAY SST, SIPM
  • Applied Materials 0090-09242 - (AMAT) COIL, MAGNET, SIDE
  • Applied Materials 0244-00027 - AMAT QUIMONDA 20K CHAMBER-1-30-2008 R2 / 3700-02724, 3700-03473
  • Applied Materials 0190-35864 - AMAT AC Inout Cable, 2015P-MS Connector
  • Applied Materials 3870-03835 - ISO VALVE, EXHAUST THROTTLE / AMAT
  • Applied Materials 0190-09328 - HEAT SHIELD CHAMBER A ISOLATION VALVE AMAT
  • Applied Materials 3930-00005 - AMAT DPS VAT PM-7E CONTROLLER ASSY
  • Applied Materials 0100-09245 - AMAT PCB ASSY 2PH STEP M DRIVER INTF BD
  • Applied Materials 0010-09022 - AMAT SLIT VALVE ASSY
  • Kensington M4000 - Newport Servo Positioning Controller Robot AMAT 0190-23563W
  • Applied Materials 453012 - AMAT In-Situ Particle Monitor
  • Applied Materials 0010-50867 - 215-0202 AMAT APPLIED (#2) 0010-50866 0010-42855
  • Applied Materials 0015-09055 - BELLOWS ASSY SUSCEPTOR HOLLOW / AMAT
  • Applied Materials 0190-25889 - AMAT SBC P1.0GHZ, 512MB RAM, 100GB HD 3U CPCI , AS IS
  • Applied Materials 0010-00685 - ACTUATOR ASSY STD CATHODE AMAT
  • Applied Materials 3620-00342 - AMAT PUMP PNEU 6 GPM 60 PSI 1/2
  • Applied Materials 0190-76273 - 303-0201// AMAT APPLIED DRIVER, PVD LAMP/HEATER DRIVER
  • Applied Materials 0040-75151 - FILLER CHAMBER APF / AMAT
  • Applied Materials 0090-77053 - TRANSDUCER,PRESSURE / AMAT
  • Applied Materials 0020-19258 - AMAT PEDESTAL TITANIUM 300MM PCII (4)
  • Applied Materials 0020-36036 - AMAT HOUSING MAGNETIC REV002
  • XP Power 102320-01 - Applied Materials AMAT 0195-14725 Control Box
  • Applied Materials 0100-13024 - AMAT ASSY, PCB INTERFACE PROCESSOR DIST.
  • Applied Materials 0010-03338 - applied materials WxZ heater pedestal 8" 0010-38328 0010-03372
  • Applied Materials 0010-30139 - ASSY,HV FILTER,DPS CHAMBER AMAT
  • Applied Materials 21016404077 - NEAT STAGE CONTROLLER / AMAT
  • VAT 601BS-29NN-0003/1263 - SERVICE BOX 2,AMAT PN: 3870-05773
  • Applied Materials 0040-23664 - PLATFORM, LEVEL / AMAT
  • Applied Materials 0020-37639 - AMAT WAFER LIFT ASSEMBLY RTP XE 200MM
  • Applied Materials 0020-28205 - 124-0101 AMAT APPLIED COVER RING, 6 101% HI-PWR COH [REFURBISHED]
  • Applied Materials 0010-16392 - ESC ASSY, 300MM, DUAL ELECTRODE, IA AMAT
  • Applied Materials 0190-24681 - TEMPERATURE CONTROLLER AMAT YAMATAKE
  • Applied Materials 0041-56873 - CHAMBER LID PLATE SPIRAL LID MALD / AMAT
  • Applied Materials 0190-34283 REV 2 - AMAT MKS AS01496-0-3
  • Applied Materials 0020-70336 - AMAT / FROG LEG ARM & WING SET
  • Applied Materials 0227-06385 - 103-0101// AMAT APPLIED ISOLATION TRANSFORMER W/TB, 20
  • Verity Instruments 1011240 - OFS Detector Module AMAT 0190-44813 Working Surplus
  • Applied Materials 0190-16235 - MOTOR/ENCODER, ROBOT, WET, SHOULDER, ASSY / AMAT
  • ICT 4916171 - PMT+PRE AMP In-Lens Detector AMAT Applied Materials
  • Applied Materials 4060-00930 - 215-0201 AMAT APPLIED APPLIED MATRIALS COMPONENTS
  • Applied Materials 0010-70321 - 123-0301// AMAT APPLIED ASSY, SLIT VALVE O-RING, CROWNED
  • Applied Materials 0020-20691 - 120-0501 AMAT APPLIED PEDESTAL CD/PT WAFER200 MM [REFURBISHED]
  • Applied Materials RF DOME MATCH - AMAT Centura DPS Poly Etch | AE PN: 3155086-102 Rev C
  • Applied Materials 0021-44786 - 209-0501 AMAT APPLIED APPLIED MATRIALS COMPONENTS
  • Applied Materials 0190-00970 - AMAT HT SCR POWER CONTROLLER 480VAC
  • Applied Materials 0100-00003 - AMAT VME STEPPER CONTROLLER,USED
  • Varian E11130733 - AMAT Ion implanter Computer PN:E11130733 / E19287563
  • Applied Materials 0190-18327 - AMAT ASSY, HOSE 50',SMC/AMAT1, MALE QD TO FEM
  • Applied Materials 0090-00925 - AMAT MOTOR ENCODER ASSY FOR LONG ROBOT MIRRA CMP 200MM
  • Verity SD2048DL - Amat APPLIED MATERIALS 0190-25450 Spectrometro
  • Applied Materials 0090-A3682 - AMAT PMT-100 DETECTOR ASSY
  • Applied Materials 0150-43931 - AMAT CABLE ASSY SLURRY LINE 3/4 RETROFIT , AN
  • Applied Materials 0240-27279 - Kit 3 Laser robot Char AMAT
  • Applied Materials 0190-13626 - 144-0401 AMAT APPLIED PURCHASE SPEC. CTI OBIS HE 8 FLEXLINE ME
  • Applied Materials 0010-29842 - AMAT ASSEMBLY, 300MM DBR HIGH TEMP BELT WRIST
  • Applied Materials EFEM IO CONTROLLER - EFEM IO CONTROLLER ENDURA
  • Kawasaki 30C65E-A010 - AMAT ROBOT CONTROLLER
  • Applied Materials 0100-77014 - AMAT CMP ENDPOINT CONTROLLER BD.
  • Applied Materials 4060-00937 - AMAT 16-PORT PNEUMATIC MANIFOLD ASSY EX420-SDN1
  • Applied Materials 0100-A2141 - BOARD
  • Applied Materials 0200-10390 - GDP, CHAMBER RPS / AMAT
  • Applied Materials 0190-15759 - AMAT SERVOMOTOR REFLEXION LK W/ 0020-63195 017PLX0220-XX-5597X
  • Applied Materials 0020-46516 - AMAT CLAMP, ROLLING SEAL, 200MM 5 ZONE PROFIL
  • Applied Materials 0010-11491 - AMAT 002 Heater *used working, clean surface*
  • Applied Materials 0100-00011 - PCB DRIVER CHOPPER AMT 0100000011 / AMAT
  • Applied Materials 0270-06857 - AMAT FIXTURE HANDLE WINDOW CLAMP
  • Applied Materials 0660-01660 - AMAT VGC 332140 CONVECTRON MODULE GAGE 3U CARD
  • Applied Materials 0020-35819 - 124-0401 AMAT APPLIED CHUCK, ASP, 200MM, TOP MOUNT TYPE
  • Applied Materials 0010-00298 - (AMAT) RF MATCH, ASSEMBLY AMAT 8300
  • Applied Materials 0040-86650 REV. 003 - AMAT RF COIL FOR ETCH CHMABER
  • Applied Materials 0021-29364 - QUARTZ KIT HOUSING / AMAT
  • Applied Materials 0010-09341 - 112-0203// AMAT APPLIED (#1) WAFER LIFT ASSY
  • Applied Materials 0041-25016 Rev 05 - Faceplate,AMAT,Used,US+97064
  • Applied Materials 0010-10245 - DC POWER SUPPLY BOX ASSY (24V AT 31A), AMAT
  • MKS CDN497 - Redesign Board AS00497-AB REV 02 CDN500R-10 0190-37771 AS01500-10
  • Applied Materials 0010-25482 - AMAT CHAMBER MODULE CONTROLLER
  • Applied Materials 1080-01809 - AMAT Servo Drive Module 0190-83793 REV 03
  • Applied Materials 0270-D5390 - 0270-D5390
  • KLA-Tencor 1530B-12-5000_SA - SensArray Calibration Tool, AMAT 1310-00070
  • Applied Materials 0090-04309 - AMAT ASSEMBLY, RF FILTER BOX, 200MM PRODUCER
  • Applied Materials 0190-07679 - AMAT Operator Interface Control Switch
  • Applied Materials 30712640100 - ASA ASSY / AMAT
  • Applied Materials 0010-20130 - BLADE ASSY 8 INCH BUFFER / AMAT
  • Applied Materials 0242-09033 - 322-0401 AMAT APPLIED KIT, CO H.O.T. PACK, 484NM [REFURBISHED]
  • Applied Materials 0040-36170 - AMAT EV Module Banner Relay DTLR Interlook 0110-09307
  • Applied Materials 0190-09419 - 303-0401 AMAT APPLIED DRIVE SINGLE PHASE, PHASETRONICS
  • Applied Materials 0040-18208 - Ultima ESC AMAT
  • Applied Materials 0200-08347 - AMAT Robot Blade, 453012
  • Applied Materials 300MM ENDURA - SOURCE ASSY AMAT
  • Applied Materials 0150-38496 - C/A RF GENERATOR DIGITAL I/O, 5200 IPS, AMAT
  • Applied Materials 0090-02788 - 212-0301 AMAT APPLIED ELECT ASSY, 300MM STD-PRECLEAN CHM INTER
  • Applied Materials 0100-01321 REV 009 - AMAT DIGITAL I/O BOARD (R3S3.3)
  • Applied Materials 0040-89462 - AMAT FLANGE, 6 PORT, 300MM TITAN CONTOUR
  • Applied Materials 0190-18128R - AMAT ASTEX D13449 Magnetron Head AG9131A 6.7KV 3.5KW
  • Applied Materials 0010-09933 - 320-0202 AMAT APPLIED HV MODULE ASSY, ESC
  • Applied Materials 0021-22583 - BUSHING RIGID COIL SUPPORT / AMAT
  • Applied Materials 9090-00986 - AMAT Part Number
  • Applied Materials 0040-75907 - 316-0402// AMAT APPLIED ARM, LEFT, VHP+ ROBOT NEW
  • Applied Materials 0020-27812 - AMAT PIN ALIGNMENT G-12 SOURCE FRAME Qty 2
  • Applied Materials 0010-01412 - ACTURATOR ASSY-SLIT LINER DOOR AMAT
  • Eaton PW5115 - 5115 1500i RM BLK 103003276-6591 AMAT APPLIED MATERIALS 0190-26019-
  • Applied Materials 0010-03151 - AMAT ASSY, ELECTRONIC BOX, BRUSH, 300 MM HVM
  • Applied Materials 0150-00743 - AMAT Pyrometer 2mm Probe 300mm Radiance Working
  • Applied Materials 0190-09459 - CABLE ASSY, FIBER OPTIC 20 FT AMAT
  • Applied Materials 0040-75445 - AMAT WRIST ASSY, ROBOT / AMAT
  • Applied Materials 0195-15018 - AMAT SUPER SET MF CIOC
  • Applied Materials 0190-09764 - AMAT ZERO FIRING VARIABLE TIME BASE SCR POWER
  • Applied Materials 0090-05777 REV 01 - AMAT DC DISTRIBUTION BOX
  • Advanced Energy 3155031-023A - AE 0190-01720 RF Match AMAT *used working
  • Applied Materials OEMNMCB3 - temperature controller
  • Applied Materials 0040-99549 - CHAMBER LINER RIGHT / AMAT
  • Applied Materials 0010-13595 - AMAT INSULATOR AR, FUJIKIN
  • Applied Materials 0010-56361 - AMAT CONTROLLER CCM DPN W FAN SEN CS
  • Applied Materials STS-1010 - (AMAT) ACARD 68 PINS ULTRA 160 SCSI/SATA-RAIDON
  • Applied Materials 0190-91261 - 0010-39268 0190-84506 BUTTERFLY VALVE ELMO
  • Comet 27-352799-00 - matching network 2kw 13.56mhz AE RFPP amat novellus
  • Applied Materials 1080-00322 - AMAT PM DRIVER SANYO DENKI PMDPC1C3P50-A1
  • Applied Materials 0100-09131 - Fluid Overfill Board AMAT