In the field of industrial motion control, high-speed and deterministic communication between controllers and servo drives is key to ensuring multi axis collaborative accuracy. As a mature platform for plastic machinery, metal forming, and complex motion control fields, the KEBA KEMRO K2-200 automation system's FM 299/A fieldbus master module is specifically designed as a dedicated interface module to solve the integration of Sanyo Denki's drive bus. This article is based on the engineering manual "FM 299/A GA1060 Field Bus Master Module Project Engineering Manual V1.1", and provides in-depth technical analysis of the module from five dimensions: functional positioning, system configuration, electrical wiring, status diagnosis, and technical specifications.
Product positioning: Dedicated driver bus master station for K2-200 system
The FM 299/A module is the fieldbus master module in the K2-200 modular control system, with the sole mission of serving as the master controller for the Sanyo Denki GA1060 driver bus. This bus is specifically designed to connect Sanyo Denki QSE series servo drives, enabling real-time issuance of position, speed, and torque commands and upstream acquisition of encoder feedback.
Core features:
Specialization: does not support other fieldbus protocols, specifically optimized for GA1060 physical layer and data link layer;
Dual module support: A single K2-200 CPU can run up to 2 FM 299/A modules simultaneously, managing independent driver networks separately;
Seamless integration: directly connected to the K2-200 backplane bus (K-Bus), configured uniformly by the CPU through cfg files;
Compact design: 22.5mm front panel width, 32.5mm overall width, suitable for high-density cabinet installation.
This module belongs to the category of "Open Type Equipment" and must be installed in a closed control cabinet, complying with UL 508 and IEC 61131-2 standards.
System configuration: from KEMRO.Manager to the underlying cfg file
The configuration process of FM 299/A embodies the engineering philosophy of combining textual configuration with graphical tools in the K2-200 system.
1. Configure graphically through KEMRO.Manager
KEMRO.Manager is an integrated engineering platform for the K2-200 system. After the user adds the FM 299/A module to the hardware configuration tree, the system automatically generates the corresponding GA1060 bus object, which serves as the mounting point for the drive. All parameters of QSE series drivers, such as address, motor code, encoder type, and control mode, can be adjusted through a graphical interface, and the complete cfg configuration file will be generated by the Manager.
2. Manual configuration of underlying cfg files
For advanced users or scenarios that require batch deployment, FM 299/A supports directly editing cfg configuration files in text format. The manual provides typical configuration examples, and its hierarchical structure clearly reflects the hardware topology of K2-200:
text
[IO. ONBOARD. KBUS: 0]//K-Bus main interface
name = "Kbus"
cycleTime = 0.001
[IO. ONBOARD. KBUS: 0. FM299:0]//First FM 299/A module
name = "FM299_Interface"
[IO. ONBOARD. KBUS: 0. FM299:0. GA1060B: 0]//GA1060 bus instance
name = "GA1060B_Bus"
cycleTime = 0.002
[IO. ONBOARD. KBUS: 0. FM299:0. GA1060B: 0. QSE: 0]//Mounted QSE drive
name = "Axis_0"
address = 0
MCODE=16 # 1017//Motor code
ENCODE=16 # 800B//Encoder code
ENTYPE=16 # 8300//Encoder type
DriverMode=3//Drive Mode
positionMode = 1
PosUnitsToCreatments=16.00//Position unit conversion
VelUnitsToRPM=11.777//Speed unit conversion
TorqueUnitsToPercent=13.66//Torque unit conversion
Interpretation of key parameters:
CycleTime: The K-Bus cycle is set to 1ms, and the GA1060 bus cycle is set to 2ms, both of which can run asynchronously;
MCODE/ENCODE/ENTYPE: It must be strictly matched with the firmware and motor model inside the drive, otherwise it may cause communication failure or axis loss of control;
POSUnitsToCreatments, etc.: The conversion coefficient from user units to incremental units inside the driver directly affects the accuracy of position closed-loop;
BANK1/BANK8: Bottom level register configuration section, used to set internal functions of the driver (such as digital input/output mapping, analog calibration, etc.), which ordinary users do not need to modify.
3. Address switch setting
FM 299/A sets the K-Bus address through the rotary encoder switch under the right cover plate. A single CPU system can support up to two FM 299/A blocks, with addresses set to 0 and 1 (or other non repeating values) respectively. The default factory address is 0, and the upper and lower cover plates are in a closed state during transportation. Users must open the upper cover plate to connect the K-Bus plug and adjust the address as needed during installation.
4. Optional configuration options
The cfg file supports optional parameters, which are used to define the system behavior when the module is not ready:
Optional=0 (default): When a module is missing, an error is reported and the CPU stops running;