Live accel param from trajectory interpolator

Live accel param from trajectory interpolator

If you need a parameter for acceleration that is equivalent to the VP_SPEED parameter for speed. There is a VP_ACCEL axis parameter that is available when the correct VP_MODE is used. It is always 0 in the nomral default mode. Set VP_MODE = 5 (It is not documented in the help yet, but this is the recommended mode now) and you get smoother jerk control on the profile.  You can also use VP_ACCEL and VP_JERK both in the scope and in your program.

The VP_SPEED, VP_ACCEL and VP_JERK only work with profiled moves.  Linked moves like CONNECT and MOVELINK do not have a defined motion profile becasue they just follow the master link axis.
    • Related Articles

    • AN-290 Velocity Profiling interpolated moves with Arc

      Circular and spherical arc commands on Motion Coordinators can have additional linear axes interpolated at the same time. This application note describes a new facility to control the velocity profile of these additional axes
    • AN-393 Constant SNAP profile functions

      For some motion applications a speed profile without step changes in JERK is advantageous. A function, CSNAP, is available as an encrypted BASIC library which can calculate such a profile. This document describes how to use this function
    • How does the EtherCAT master recognise a valid slave?

      The controller looks at 3 values in the profile information or EC_EXTEND to recognise the slave. The test is this. Slave Vendor ID = <Vid> Slave Product code = <Pid> Slave revision >= <Rev>
    • Schneider drive LXM32M

      The LXM32 is in the controller database. Here are some notes refering to this drive: 1.1. LXM32M Firmware profile V2.0271 and later have the settings for this drive. Firmware to set up the usual Trio small profile (V2.0271) Startup is OK. Drives with ...
    • 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 ...