Axis Parameters

See:

Update Rate Types

Update Rate Type

Description

Controller

The update rate depends on KASClosed Kollmorgen Automation Suite application programClosed The act of performing a sequence of instructions or commands. update rate.

See Define the PLC Cycle.

EtherCATClosed Ethernet ofr Control Automation Technology. EtherCAT® is an open, high-performance Ethernet-based fieldbus system. The development goal of EtherCAT is to apply Ethernet to automation applications which require short data update times (also called cycle times) with low communication jitter (for synchronization purposes) and low hardware costs. Cyclic

The update rate depends on the EtherCAT.

See these topics about update rates:

EtherCAT Non-Cyclic

The update rate depends on the reading of the parameter through EtherCAT.

Static

The Values do not change after the axis is created.

User Units to Feedback Units Ratio

Parameters Non-Boolean Parameters and Non-Boolean Parameters are set during the MC_CreatePLCAxis function blockClosed A function block groups an algorithm and a set of private data. It has inputs and outputs. execution.

Example 1

Where the drive interface units are set to 1048576 units per revolution, the value of the UU-per-revolution ratio is calculated as:

UU per revolution = MC_AXIS_PARAM_UU_FB_RATIO_NUM * 1048576 / MC_AXIS_PARAM_UU_FB_RATIO_DEN

Example 2

A Drive with a Ratio of:

Generates

Revolution of Drive Motor

Generates

UU-to-FBU Ration

360 UU / 1048576 FBU

360 UU

0.000343323

11379 UU / 1898996404 FBU

6.283185 UU

5.99211e-6

Example 3 - Reading the Current to Units of Amps

After reading the current using MC_ReadParam, this equation converts current to amps for a 12 amp peak drive:

MC_AXIS_PARAM_TORQUEClosed The tendency of a force to rotate an object about an axis. 
A force is a push or a pull; a torque is a twist._ACTUAL * Drive Continuous Current Rating / 1000