AN-315 EtherCAT setup for Panasonic A5B Drive

AN-315 EtherCAT setup for Panasonic A5B Drive

When delivered, the Panasonic A5B has 2 features set; the Positive Over Travel Input (POT) and the Negative Over Travel input (NOT). If these are connected to limit switches then the system will work in the usual way until the limit switch is triggered. If limit switches are not connected, then the servo drive must have the POT and NOT functions disabled.

The document gives an example on how to set this limits within a trioBASIC program

The example program here must be adjusted to suit the actual application. It is supplied “as is” and no guarantee of correct function is given. The programmer must check and de-bug as necessary.

    • Related Articles

    • 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 ...
    • Ethercat axis trajectory error

      Check the Target Position that is sent over EtherCAT. DAC_OUT is the value the controller puts on the telegram. Every cycle, DPOS --> DPOS * UNITS + offset --> DAC_OUT Compare DAC_OUT to the Target Position object value in the drive. Over SDO on ...
    • AN-360 Flexible configuration with Panasonic Drive

      The standard EtherCAT profiles built in to the MC4 and MC6 range firmware have fixed mode operation that is defined at startup using DRIVE_MODE. In some cases the user may want to change the axis mode without re-starting the EtherCAT network. Some ...
    • DRIVE_STATUS issue (EtherCAT CoE status word)

      DRIVE_STATUS is the value of the CoE status word. Object number 0x6041. If bit 11 is set in the status in the drive then we must see the same in DRIVE_STATUS. If not then the drive is not setting the bit in Object 0x6041. You can check the object ...
    • Analogue drive and Ethercat encoders

      We are considering to install an Ethercat card to the Analog drive only for speed control. Question… Can we close the posisition the loop of an ethercat drive with an external encoder? Can we use an ADD_DAC function for that? Answer: Yes it can be ...