Skip to content

Triamec/XYDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAM XY Demo

TAM - API

Move a stage in X and Y direction according to the graph below.

TAM XY Demo

Hardware Prerequisites

  • Two Triamec drives with a motor and encoder connected and configured with a stable position controller
  • Connection to the drives by Tria-Link via PCI adapter card TL.

Software Prerequisites

This project is made and built with Microsoft Visual Studio.

In addition you need TAM Software installation.

Prepare Application

  1. Set the upper and lower limit in the registers for the X and Y axis (for example with the TAM System Explorer). These limits are used by the application (with some safety margin) to determine the corner points of the movement pattern.

  2. Open file Properties > Settings.settings (if used in a IDE) or XY Demo.exe.config (if used as an executable) and configure the parameters to your needs.

    • xNumberOfSteps: Number of steps in X direction. In the graph above, xNumberOfSteps = 5
    • sleepTime: Dwell time (in milliseconds) in between moves.
    • yAxisName: Name of the axis that behaves as the Y axis according to the graph above.
    • xAxisName: Name of the axis that behaves as the X axis according to the graph above.
  3. Build/start the XY Demo.sln (if used in an IDE) or the XY Demo.exe (if used as an executable)

Operate Application

Simply use the Start and Stop buttons. The Start of the sequence might takes some seconds, as the axes are enabled and start commutation according to your configuration.

TAM XY Demo

About

Moves two axes in an automated moving pattern

Topics

Resources

License

Stars

Watchers

Forks

Languages