ABB Drives

ABB Drives

We found on some applications that the ABB drives work better when the first drive in the network is the Distributed Clocks master. Our default is that the controller is master. The ETHERCAT command function $93 is described thus:

Function $93: EC_SET_1STDC_ENABLED_AS_MASTER

Set the EtherCAT master to enable the first DC enabled node to be the Distributed Clocks master. Use with Trio Motion Coordinators that have standard Ethernet hardware for the EtherCAT port. For best performance use either the Flex-6 Nano or MC6N-ECAT as the EtherCAT master. When used on MC464, MC4N-ECAT or MC664(X), the slaves will sync to the first DC master, but the Motion Coordinator cannot Synchronise to the DC master device due to the EtherCAT port hardware. Only the Motion Coordinator can be the master for full synchronisation.

Example: Set the first drive with DC capability to be the Distributed Clocks Master then start the network.
'Use first DC enabled drive as master clock
ETHERCAT($93, 0, 2, -1, 0)

' Start EtherCAT network
ETHERCAT(0, 0)

We have seen that the e180 and e190 preform better with the 1st drive as DC master. The older e150 was OK with the Controller as master.
    • Related Articles

    • Question about Omron R88D and Trio Firmware 2.0296

      The most likely issue is that the R88D cannot use the Trio as clock master in that Trio firmware version. You must add this command to force the first drive to be Distributed Clocks Master. Set the first drive with DC capability to be the Distributed ...
    • AN-381 EtherCAT Drive SYNC0 Offset

      EtherCAT uses a synchronization system with distributed clocks that keep all slaves very precisely in synchronization with the Distributed Clock (DC) master. In a Trio EtherCAT network, the DC master is the Motion Coordinator. After initialization, ...
    • Changing EtherCAT drive address

      There are 3 methods to set the address in the servo-drive; 1 . If there are rotary address switches on the front of the drive, then they may be used to select the address. 2. The address may be set in memory, either via a front panel keypad or ...
    • AN-315 EtherCAT setup for Panasonic A5B Drive

      The recommendations within this document applies to the Trio MC464+P876 EtherCAT master and the Trio MC4N-ECAT EtherCAT Master used with the Panasonic Minas A5B EtherCAT servo drive. When delivered, the Panasonic A5B has 2 features set; the Positive ...
    • Kollmorgen drive with SERVO_PERIOD issue

      EtherCAT network goes in operational state only with SERVO_PERIOD=250 µsec setting when Kollmorgen drives are in use. The network stays in safe-operational state with any other servo period setting. The following needs to be done; * MC_CONFIG to be ...