Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

IbaLink-SM-128V-i-2O VMEbus interface board

F: | Au:FAN | DA:2026-03-27 | 511 Br: | 🔊 点击朗读正文 ❚❚ | Share:

IbaLink-SM-128V-i-2O VMEbus interface board: high-performance data acquisition and system integration solution

Introduction: A Bridge Connecting the VME World with Modern Data Systems

As a mature and reliable industrial bus standard, VMEbus has been widely used in high-performance PLCs, CNC systems, military, aerospace and other fields for a long time. However, with the development of Industry 4.0 and intelligent manufacturing, the requirements for real-time data collection, synchronization, and data volume are increasingly increasing. Traditional VME systems have limitations in data analysis, storage, and visualization.

IbaLink-SM-128V-i-2O is designed to address this contradiction. It is a multifunctional, bidirectional VMEbus interface card designed to serve as a high-speed bridge between VME compatible PLC or computer systems and iba data acquisition and control products such as ibaPDA and ibaLogic. This board is capable of synchronously transmitting a large amount of analog and digital signals at millisecond speed, thereby efficiently and accurately sending key process data from the VME system into modern IT environments, achieving deep data analysis and process optimization.


Core features and technical specifications

The design of SM128V board embodies the perfect combination of high performance and flexibility, and its core characteristics make it stand out in many application scenarios.

High speed fiber optic communication:

Channel 1: Provides bidirectional fiber optic links, supporting 64 analog and 64 digital inputs/outputs, with a transmission rate of 3.3 Mbps.

Channel 2: Provides unidirectional fiber optic link, supporting 64 analog and 64 digital outputs.

Synchronous transmission: All channels transmit synchronous messages at a rate of 1ms, ensuring real-time and consistent data.

Flexible VMEbus interface:

Compatible with VME32 and VME64 systems, supporting A24 and A32 address modes.

Supports multiple VMEbus data formats such as D08 (EO), D16, D32, etc.

As a passive board on VMEbus, it does not actively access or interact with the bus and only occupies 256 kByte of address space.

Supports both Big Endian and Little Endian byte orders, which can be configured through DIP switches.

Powerful system compatibility and scalability:

Cascade mode: Channel 1 supports up to 8 SM128V cards for daisy chain cascading, together forming a complete fiber optic packet containing 64 signals.

Device compatibility: Compatible with a wide range of I/O devices in the IBA series, such as ibaPADU-8, ibaFOB series, ibaNet750-BM, etc., it can be used as a process I/O bus extender.

Dedicated mode: Supports peer-to-peer mode, which can directly connect two SM128V cards to achieve data exchange between two VME systems.

Hardware specifications:

Power supply: Provided by VMEbus with a 5V power supply and a maximum current consumption of 1A.

Physical specifications: Standard 6U/4HP front panel, occupying one VME slot, with dimensions of 233.6 mm x 160 mm.

Environmental requirements: Operating temperature range of 0 ℃ to 50 ℃, natural convection cooling.

Fiber optic distance: Using appropriate optical cables, the maximum transmission distance can reach 2000 meters.

Detailed explanation of hardware installation and configuration

Proper hardware installation and configuration are the foundation for stable system operation. The configuration of SM128V is mainly completed through the operation switch on the front panel and the DIP switch on the board.

3.1 Front panel operating components

The front panel design of SM128V is intuitive, making it easy for on-site operation and status monitoring.

Fiber optic interface:

TX (5)&RX (6): Bidirectional communication interface for channel 1, using standard ST type connectors.

TX (10): Unidirectional output interface for channel 2, using standard ST type connectors.

Mode Switch S1: Set the operating mode of the board.

0 (RUN): Normal operation mode or cascade operation mode.

8 (Peer to Peer): Peer to Peer mode, used for direct coupling of two SM128V blocks, does not support cascading at this time.

Range Switch S2 and Address Switch S3:

These two switches together define the position of the board in the cascaded message of the fiber optic link. The message is divided into 8 groups, each with 8 signals.

S3 (Address): Define the starting position (1-8) of the card data in the message.

S2 (range): Define the number of signal groups (1-8) occupied by the board, i.e. occupied

range×eight

Range x 8 signals.

Example: If S2=2 (occupying 16 signals), S3=5, The board will occupy the signals of the 5th and 6th groups in the message (i.e. signals 32-47). If S2=4 (occupying 32 signals), S3=5, Then occupy the 5th, 6th, 7th, and 8th group signals (signals 32-63). In non cascading mode, it is recommended to set S2=8 and S3=1.

Reset Button: Press to hardware reset SM128V.

Status LED indicator light:

Run (green): Flashing indicates that the device is powered on and functioning properly.

Link (yellow): It lights up to indicate that data transmission and reception are normal.

Error (red): It lights up to indicate an internal error and will automatically turn off after the error is resolved.

3.2 On board DIP switch configuration

The onboard DIP switch (located at the bottom of the board) is used to configure deeper system parameters such as interrupts, data formats, memory addresses, etc. The factory default settings are usually marked with a yellow background.

Byte order and data format:

CH1/CH2-BIG-ENDIAN/LITTLE-ENDIAN: Set the byte order of channel 1/2.

CH1/CH2-REAL/INTEGER: Set the format of channel 1/2 analog data (IEEE floating-point or integer).

VME address mode and address settings:

A24/A32: Select 24 bit or 32-bit address mode.

A31... A18: Used to set the starting address of VMEbus. The board occupies 256 kByte of space, and the lower 18 bits of the address (A17... A0) are fixed to 0. Therefore, in the hexadecimal representation of the starting address, the last 5 bits are always 0 (such as 0xE0000000).

Special mode switch:

TEST: Only used for factory testing and must be set to OFF during normal use.

IRQ2/IRQ6: Interrupt setting, default turned off.

XXX: No functionality, keep default.


Configuration guide for specific PLC systems

The manual provides configuration recommendations for several common VME control systems, simplifying the integration process.

ALSPA CP80/A800 (AEG Logidyn D): A modified version SM128V with a 16 bit VME backplane is required. Recommend using A24 mode, starting address 0xE40000, Big Endian, integer data format. Manage memory mapping in LogiCAD through subroutines (UP).

ALSPA C80 HPC (Logidyn D2): Standard version SM128V can be used. The system has reserved a memory range of 512 kByte for up to 4 SM128V cards (actually using 256 kByte). The starting address is 0x7790000, in A32 mode. The parameter block "IBA_SM128V" needs to be used for programming in the application.

ALSPA C80 HPCI: The system is VxWorks and the programming system is ALSPA P80i. Configuration similar to HPC, starting address 0x7790000, A32 mode. Data needs to be written to VME memory using the VMEWRT function block.

GE 90/70: Recommended to use A24 mode, starting address 0xA00000, Big Endian, floating-point data format. During installation, it should be noted that the GE 90/70 chassis does not have guide pin holes, and it may be necessary to remove the guide pins on the SM128V.

Simatic TDC: Supports standard VME modules starting from D7-SYS 6.0 version. The address needs to be obtained by configuring the SB950 universal module. Special attention should be paid: No TDC module (such as CP51M1, CP52A0) should be inserted on the right side of the SM128V card, otherwise it will cause the system to fail to start. The reason is that the SM128V slot will block the initialization signal to the right TDC module.

System topology and application scenarios

The flexibility of SM128V is reflected in its ability to adapt to various system topologies and meet different application requirements.

5.1 Peer to Peer Operations

Scenario: Connect two VME systems to achieve data exchange between them.

Configuration: Set at least one SM128V mode switch to 8. At this time, the memory data of the two VME systems will be periodically (1ms) transmitted to each other, with 64 analog and digital signals in each direction.

Advantage: No additional software or power is required, enabling direct and high-speed communication between VME systems.

5.2 ibaPDA Data Collection Application

Scenario: Collect data from the VME system into ibaPDA software on the PC for recording, analysis, and visualization.

Topology: The SM128V fiber optic output interface (Tx) is connected to the input interface of the PC side ibaFOB-io or ibaFOB-4i (- S) acquisition card. Both channel 1 and channel 2 can be used as outputs.

Engineering note: In ibaPDA 5.20 and above versions, two "SM128" modules can be assigned to each fiber link, supporting gain and bias scaling of signals. Early versions required the allocation of the "ibaLink-SM-64-io" module, which does not support scaling.

5.3 ibaLogic Control Application

Scenario: Use the VME system as I/O and collaborate with ibaLogic soft PLC on the PC to achieve closed-loop control.

Topology: The output (Tx) of SM128V is connected to the ibaFOB acquisition card (input to ibaLogic). At the same time, the input (Rx) of SM128V is connected to the ibaFOB output card (output from ibaLogic). Form a bidirectional data stream.

Engineering note: In ibaLogic, use FOB-F/FOB-IO resources to receive data from SM128V, and use FOB-F OUT/FOB-IO OUT resources to send data to SM128V.

5.4 Cascade Mode

Scenario: When the number of signal points to be collected exceeds the 64 channels of a single SM128V, the number of channels is expanded through cascading.

Topology: Up to 8 SM128V modules can be connected via daisy chain. The output of the first block (Tx) is connected to the input of the second block (Rx), and so on. The complete message (64 signals) containing all board data will ultimately be transmitted to the backend acquisition or control system.

Configuration: Set the mode switch S1 of each board to 0, and allocate their respective positions in the total message through the S2 (range) and S3 (address) switches. Attention should be paid to the data flow: the incoming message will overwrite the corresponding part in the local RAM.

5.5 Process I/O Mode

Scenario: Use SM128V as a remote I/O expansion module for VME PLC and connect it to ibaPADU-8 or ibaNet750-BM series field I/O devices.

Topology: Each fiber output channel can connect up to 8 output type I/O devices (such as ibaPADU-8-O). Supports only daisy chain structure.

Advantage: Extend the I/O capability of the VME system to the field and achieve distributed control.


VMEbus interface and address space mapping

Understanding the VME address space of SM128V is crucial for PLC programming. The board occupies 256 kByte of memory and its internal structure is divided into multiple functional areas.

Hardware control area (0000H-003FH): includes hardware reset registers, etc. Writing 5AH to address 08H can trigger a hardware reset.

Version Information Area (0040H-007FH): Stores hardware, firmware, and standard version information, such as "SM128-VME".

Status indicator area (0080H-00FFH): Contains a Life counter that increments every 0.8 seconds to monitor the health status of the board.

Input data area (received message):

Binary input (2400H): 64 numerical values, stored in bit packed form in 8 bytes.

Analog input (3000H): 64 analog input values, each value occupies 4 bytes (IEEE floating point or integer), and the byte order is determined by DIP switches.

Input status (1800H): Indicates the status of the input channel, such as whether a message has been received, data format, etc.

Output data area (message to be sent):

Analog output (3800H channel 1, 3900H channel 2): 64 analog output values.

Binary output (3E00H channel 1, 3F00H channel 2): 64 digital output values, stored in the form of DWOs, with each LSB being valid. At addresses 2420H and 2428H, binary outputs in bit packing form are also provided, and the results of the two regions will be sent after an OR operation.

  • Basler DECS-250-CGCM-LN2SA1C Digital Excitation Control System
  • Valmet Automation PLC Module A413171
  • Valmet Automation 542852-3A Rack-Mount Cross Connect Panel
  • Valmet Marine Damatic M851565 Main Keyboard
  • Valmet TIU 6 Printed Circuit Board A413110
  • Metso Valmet U4440253V1.1 RMI CPU 300
  • Metso Valmet A413016 Ver.12 NCU2
  • Valmet M851565 Damatic Keyboard
  • Valmet ATB16-4 16 Channel Relay Card
  • Valmet Metso A413331 SPU Power Supply
  • Valmet PUD 10B Automation Control Rack
  • Valmet MT917 ABMB DMU PCB I/O Module
  • Valmet M851565 Damatic Keyboard Mkb2
  • Valmet EDS-518A-MM-SC Ethernet Gateway
  • Valmet 542836-6A PCB Card
  • Valmet ATB16-4/2 Terminal Board 9144047
  • Valmet ATB16-4 Controller Board 0-50°C 4-20mA Analog Output
  • Valmet 542852-3A Slot Rack Chassis Module
  • Valmet A413026 Ver.M1 FBC Board
  • Valmet IQ Basis Weight SH Sending Assembly A418081
  • Valmet PMB 2R Monolithic Backplane 8-Slot PCB 542821-5A and -5B
  • Valmet ATB16-4 16-Channel Relay Card Controller Board 22195028
  • Valmet Diff-EL SL6NK227SF0 Pressure Transmitter 0-380 mBar
  • Valmet A413110 TIU6 Board Ver.M1
  • Neles Automation A413278 Control Module
  • Valmet BCUTB Terminal Module 10101006 11091002
  • Valmet Senso 160 Measuring Station Display 160.2
  • Valmet AIU 1A Analog Input Unit M851245
  • Valmet IQ Web Caliper Sensor A420734
  • Valmet M851040/M8510401 Memory Board
  • Valmet AN35S1MC02RA Valve
  • Valmet M851121 M2 Cross Connect Panel
  • Valmet AIU-8 Simulator Board 421522-1A
  • Metso BIU 82 D200533 Binary Input Unit
  • Valmet M851121 M2 Module Rack
  • Valmet A413383 PC Board Module
  • Valmet N0542 NO54 ABMB PCB - 545200-3A Board
  • Valmet Metso IOP304 Input Module 181503
  • Valmet PDP601 Distributed Processing Unit 181585
  • Valmet A413084 CPU Board - Processor Module for Automation Systems
  • Valmet AIU 16T Analog Input Module M8512081 M1
  • Valmet AIU 16 Analog Input Module 545100-3A and 545100-3B
  • Metso Valmet BIU4 A413146 Binary Input Unit
  • Valmet AIU-8 Simulateur Board 421522-1a Analog Simulator
  • Valmet BIU8A Binary Input Unit 542803-3B M851222 M1
  • Valmet IQ Web Color DH Photoelectric Sensor A418182 2.04
  • Valmet A413200 AIU-8 Simulator Board 191151 421522-1A
  • Valmet Automation SCU M851006 System Control Unit Module
  • Valmet 857565/851565 Damatic Keyboard IP40 5V Operator Interface
  • Valmet A413077 FBC2 Module Rev 06 Field Bus Controller
  • Valmet DMU 2 PCB Module 545142-3A DM Data Management Unit
  • Valmet AIU16T PCB Card M851208 Analog Input Module
  • Valmet A413181 PLU Board
  • Valmet m851006 SCU Module
  • Valmet Metso 181226 Digital Input Module
  • Valmet AIU16T Analog Input Module - 16-Channel 65421466-2B MT924 V1.3
  • Valmet WIN3136875 Slide Clutch
  • Metso Valmet TIU61 A413111 Temperature Input Unit
  • Valmet MC12S Slitter Motor
  • Valmet A413139 AOH4 Board - Analog Output High Module
  • Valmet A409001 BIU85 Board
  • Valmet A413063 DMU Board
  • Valmet A413325 IPU I/O Power Unit
  • Valmet M851004 M2 CPU Module
  • Valmet IOP345 Digital Input Module
  • Metso Valmet A413215 Communication Board
  • Valmet DIFF-EL 80 M1 Transmitter
  • Valmet A413001 CPU Module
  • Valmet M899520 TDC-2 Module
  • Valmet A409001 BIU85 Board
  • Metso Valmet A413005 CPU Module
  • VALMET PUD 10 B Process Automation Rack with CPU SCU Module
  • Valmet A413091 GDU1 Board
  • VALMET M851006 M2 SCU Module
  • Lyngso Valmet Marine 990.896.000 Position Loop Card
  • Valmet Cooking Liquor Measurement 3417H
  • VALMET ABMB MT831 PCB Card
  • Valmet Automation A413325 IPU I/O Power Unit
  • Valmet Metso Consistency Transmitter Smart Pulp M2
  • VALMET METSO A413274 Connection Module
  • VALMET PI33S1KSA02RSA-ELI26 Switch
  • VALMET ND9103HN-CE07-K05 Intelligent Valve Controller
  • VALMET PMB 2R 16 Slot Backplane PCB Card
  • NELES VALMET A413135 AOU 4 Output Module
  • Metso Valmet A413345 FPU Power Unit
  • VALMET A413171 PIC Module
  • VALMET A413620 Repeater Module
  • Valmet M851521 Memory Card
  • Valmet DIFF-EL 140 M1 Transmitter
  • Valmet A413064 DMU Module
  • Valmet IOP371 I/O Bus Extender Module
  • Valmet Cooking Liquor Measurement 3400 Model 3417H
  • Metso Valmet A413043 CPU Module – Industrial Processor
  • Valmet BIU4 M851221 Binary Input Module
  • Valmet PMB 1S CPU SCU Rack Module
  • Valmet A413248 Controller Module
  • Valmet PDP601 Distributed Processing Unit
  • VALMET M851004 M2 CPU Printed Circuit Board Module
  • Metso Valmet A413045 Ver.05 CPU Module
  • Valmet A413181 Ver.05 PLU1 Board
  • Lyngso Valmet ATB16 Controller Board
  • VALMET AIU 16 Analog Input Unit 545100-3A/3B
  • VALMET PUD 10 B Power Supply PCB Rack Module
  • Valmet MS-50V/120V Bearing Unit
  • Valmet PDP603 Distributed Processing Unit – DPU Module
  • Valmet A413110 TIU Board – Terminal Interface Unit
  • Valmet S420154 I/O Backplane PCB – Printed Circuit Board
  • Valmet A413173 Industrial Control Module
  • Valmet A413044 CPU Module
  • Valmet A4IU1 Analog I/O Module
  • Valmet A413325 IPU Power Unit – PLC Module
  • Valmet M851002 CPU Module – Central Processing Unit
  • Valmet PUD10B Power Supply Board
  • Valmet K00990 Master CPU Electronic Assy
  • Valmet Metso IOP345 Input Module
  • Metso Automation T545215 Board
  • Valmet Metso IOP304 Input Module
  • Valmet 542844-6A SCU Module
  • Metso A413043 Ver.11 Valmet CPU Module
  • Valmet Automation BIU 8A Input Module
  • Metso A413044 Ver05 Valmet CPU Module
  • VALMET 542821-5A Control System Rack Module
  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module