PLCopen Registration

Registration is a technique used to maintain the positionalClosed Position means a point in space which is described by different coordinates. Depending on the used system and transformation it can consist of a maximum of six dimensions (coordinates).This means three Cartesian coordinates in space and coordinates for the orientation. In ACS there can be even more than six coordinates. If the same position is described in different coordinate systems the values of the coordinates are different. accuracyClosed Accuracy is the distance between the actual position of a mechanical system and the expected position. It is typically specified in microns or arcsec per given travel for a deviation of ±3 (sigma). in repetitive processes.

Decide which Function Blocks to Use for Registration

These are the methods to set up Registration, each using a different set of function blocksClosed A function block groups an algorithm and a set of private data. It has inputs and outputs..

Method 1 is easy to set up, thus we recommend trying it first.

 

Method 1: 

Using MC_TouchProbe

Method 2:

Using MC_MarkRegist or MC_MachRegist

Key Function Blocks

Details

This method incorporates:

This method incorporates:

Advantages

Basic implementation.
  • Fast to develop due to having fewer input values to determine .
  • Simple function block functionality leads to less debug time.
Incorporates additional functionality including:
  • Automatically calculates the number of good and bad registration marks.
  • The option to only make corrective moves based on a good registration mark.
  • Automatically make the corrective motion (linear acceleration / deceleration only).
  • Position scaling differences are internally calculated if the axis in which the position is captured and the axis in which the motion compensation is made are different.

Example

PLCopen Registration Example Project

Rotary Knife Simulated Application

Master/Slave Registration

Master/slave registration is performed on an axis running a master/slave move (e.g., MC_CamIn or MC_GearIn).

Master Registration

Master registration is performed by having the Fast Input switch trigger on a registration mark controlled by the master axis.

Slave Registration

Slave registration is performed by having the Fast Input switch trigger on a registration mark controlled by the slave axis.

  • When the Fast Input latches the position of the slave axis at this mark, the distance between this position and the position of the previous mark is compared to an expected distance.
  • This difference is added to the slave axis's slave offset to adjust the position of the slave axis with respect to the position of the master.

This Registration image is an example of a printing application using registration.

Registration

Figure 1: Registration

  • The axis controlling the web is the master and the axis controlling the print head is the slave.
    • When the photo eye detects a registration mark on the web, the master position is latched.
  • The amount of registration compensation required is calculated by comparing the actual distance between the marks to the expected distance.
    • That difference is added to the slave axis’s master offset.
    • This adjusts the positional relationship between the web and the print head so that each print on the web is placed accurately.

Single-Axis Registration

Single-axis registration is performed on an axis running a discrete move such as MC_MoveAbsolute or MC_MoveRelative.

  • When the Fast Input latches the position of the product, the axis position is resetClosed New start of the microprocessor., typically to 0 (zero).
  • This resets the axis's coordinates for each product to accommodate for variations in the distance between products and keep the process synchronized to the product over many repetitions.