EasyManua.ls Logo

Omron TJ1-MC04 - PROGRAMMING 1 User Manual

Omron TJ1-MC04 - PROGRAMMING 1
312 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #108 background imageLoading...
Page #108 background image
BASIC commands
PROGRAMMING MANUAL 108
Revision 3.0
3.2.173 MERGE
/i
Description Note: This command has two forms, depending upon the function required:
Master and Station Functions.
All MECHATROLINK functions return TRUE (-1) if the command was suc-
cessful or FALSE (0) if the command failed.
The functions are separated out into 2 types, MASTER functions that work on
a unit, and STATION functions that work on a specific station_address of a
given unit.
All functions that retrieve a value store it in the VR variable indicated in the
last parameter. If this parameter has the value -1 then the value is printed to
the command line port.
Notes:
If a MECHATROLINK-II command fails then the MECHATROLINK-II sta-
tion will go into warning/alarm state. All subsequent commands will then
return this warning/alarm state, even if the command is question is per-
formed correctly.
The warning/alarm state can only be cleared by the ALM_CLR com-
mand.
There is no ALM_CLR subcommand, so in order to send the ALM_CLR
you must enter commissioning mode.
Arguments N/A
Example No example.
See also N/A
Type Axis parameter
Syntax MERGE
Description The MERGE parameter is a software switch that can be used to enable or
disable the merging of consecutive moves. With MERGE is on and the next
move already in the next move buffer (NTYPE), the axis will not ramp down to
0 speed but will load up the following move enabling a seamless merge. The
default setting of MERGE is off.
It is up to the programmer to ensure that merging is sensible. For example,
merging a forward move with a reverse move will cause an attempted instan-
taneous change of direction.
MERGE will only function if the following are all true:
1. Only the speed profiled moves MOVE, MOVEABS, MOVECIRC,
MHELICAL, REVERSE, FORWARD and MOVEMODIFY can be merged
with each other. They cannot be merged with linked moves CONNECT,
MOVELINK and CAMBOX.
2. There is a move in the next move buffer (NTYPE).
3. The axis group does not change for multi-axis moves.
When merging multi-axis moves, only the base axis MERGE axis parameter
needs to be set.
Note: If the moves are short, a high deceleration rate must be set to avoid the
TJ1-MC__ decelerating in anticipation of the end of the buffered move.
Arguments N/A
Example MERGE = OFF ' Decelerate at the end of each move
MERGE = ON ' Moves will be merged if possible
See also AXIS.
I52E-EN-03.book Seite 108 Freitag, 29. Juni 2007 11:55 11

Table of Contents

Questions and Answers:

Omron TJ1-MC04 - PROGRAMMING 1 Specifications

General IconGeneral
BrandOmron
ModelTJ1-MC04 - PROGRAMMING 1
CategoryController
LanguageEnglish

Summary

Notice and Trademarks

Definition of Precautionary Information

Defines DANGER, WARNING, and CAUTION symbols used for safety precautions.

Trademarks and Copyrights

Lists trademarks and copyright information related to the product and manual.

About this Manual

Trajexia Motion Control System QUICK START GUIDE

Describes how to quickly get familiar with Trajexia, moving a single axis using MECHATROLINK-II.

Trajexia Motion Control System PROGRAMMING MANUAL

Details BASIC commands, communication protocols, Trajexia Tools, examples, and troubleshooting.

Functions Supported by Unit Versions

Verify Firmware and FPGA Versions

Instructions to verify firmware and FPGA versions of the TJ1-MC__ using Trajexia Tools.

Safety Warnings and Precautions

1.1 Intended Audience

Specifies the target audience for the manual: personnel knowledgeable in electrical systems.

1.2 General Precautions

Outlines general operating precautions and consultation requirements for specific applications.

1.3 Safety Precautions

Details critical safety measures for handling units, internal parts, and avoiding electrical shock.

1.4 Operating Environment Precautions

Lists precautions for operating the unit in specific environmental conditions to prevent malfunction.

1.5 Application Precautions

Covers precautions for system operation, program checks, power supply, and external wiring.

1.6 Unit Assembly Precautions

Provides precautions for proper unit installation and termination unit mounting.

Trajexia System Overview

2.1 Introduction

Introduces Trajexia as a flexible motion platform with DSP-powered coordination.

2.1.1 Trajexia Hardware

Details Trajexia hardware components: Ethernet, Serial Port, MECHATROLINK-II, and drives.

2.3 BASIC Programming

Introduces BASIC language structure: commands, functions, parameters, and statements.

2.4 Motion Execution

Explains motion execution, including the motion generator, sequencing, and move loading processes.

2.5 Command Line Interface

Describes the command line interface for executing commands and accessing system parameters.

2.6 BASIC Programs

Covers managing BASIC programs: storage, manipulation, and Trajexia Tools integration.

BASIC Commands Reference

3.1 Categories

Lists categories of BASIC commands: Axis, Communication, I/O, Mathematical, System, Task.

3.1.1 Axis Commands

Provides a reference for axis commands like ACC, ADDAX, BASE, CAM, CANCEL, CONNECT.

3.1.2 Axis Parameters

Lists key axis parameters such as ACCEL, ATYPE, AXISSTATUS, DPOS, SERVO, SPEED.

3.1.3 Communication Commands and Parameters

Details communication commands and parameters like FINS_COMMS, HLM_READ, SETCOM.

3.1.5 I/O Commands, Functions and Parameters

Lists I/O commands, functions, and parameters such as GET, IN, OP, PRINT, PSWITCH.

3.1.6 Mathematical Functions and Operands

Covers mathematical functions and operands including ABS, AND, COS, EXP, INT, SIN, SQR.

3.1.8 Program Control Commands

Lists program control commands like DEL, DIR, RUN, STOP, STEPLINE, TRON.

3.2 All BASIC Commands (Selected)

Highlights key BASIC commands: +, BASE, CONNECT, MOVE, RUN, TABLE, UNITS.

Communication Protocols

4.1 Available Interfaces

Lists available interfaces: Ethernet, Serial, PROFIBUS, DeviceNet, MECHATROLINK-II.

4.2 Ethernet

Describes Ethernet port configuration: IP address, subnet mask, and gateway settings.

4.2.1 Communicate Directly from Computer

Instructions for direct PC-Trajexia connection via Ethernet, including settings.

4.2.2 Communicate Remotely

Explains remote connection to Trajexia system via Ethernet, covering IP settings.

4.2.4 FINS Server Protocol

Details the FINS protocol for communication with OMRON devices and its implementation.

4.3 Serial Protocol

Describes TJ1-MC__ serial ports and supported protocols: Host Link and User-defined.

4.3.1 Host Link Master

Explains sending BASIC commands to a Host Link slave when TJ1-MC__ is master.

4.3.2 Host Link Slave

Details how a master reads/writes data to TJ1-MC__ when it acts as a slave.

4.4 PROFIBUS

Introduces PROFIBUS standard and communication setup for TJ1-PRT.

4.5 DeviceNet

Introduces DeviceNet standard and communication setup for TJ1-DRT.

4.6 MECHATROLINK-II

Describes MECHATROLINK-II protocol for deterministic motion control and its cyclic transmission.

Trajexia Tools Interface

5.1 Introduction

Introduces Trajexia Tools software for programming, monitoring, and debugging the Trajexia system.

5.2 Specifications and Connections

Lists PC specifications and connection procedures for Trajexia Tools.

5.3 Projects

Explains Trajexia Tools Projects for easier application design, consistency, and backup.

5.4 Trajexia Tools Application Window

Details the components of the Trajexia Tools window: Control Panel, Menu Bar, Toolbar.

5.5 Menu Descriptions

Describes Project, Controller, Program, Tools, Options, Windows, and Help menus.

Examples and Tips

6.1 How-to’s

Provides guidance on specific tasks: Startup program, Gain settings, UNITS parameter, Mapping I/O.

6.1.5 Origin Search

Explains the origin search (homing) functionality and its pre-defined sequences.

6.1.6 Registration

Explains registration for real-time axis position storing upon external input activation.

6.1.7 Tracing and Monitoring

Details oscilloscope functionality for tracing axis/system parameters for development and troubleshooting.

6.2 Practical Examples

Presents practical examples: Shell program, Initialization, Single axis, Product detection, Grid positioning.

6.2.1 Shell Program

Explains the importance and structure of a shell program for application management.

6.2.2 Initialization Program

Describes setting axis parameters based on encoder resolution and motor speed.

6.2.3 Single Axis Program

Provides a simple BASIC program example for running a single axis.

6.2.4 Position with Product Detection

Describes a ballscrew moving to detect a product using a microswitch.

6.2.5 Position on a Grid

Describes positioning on a grid for filling boxes on a palette.

6.2.6 Bag Feeder Program

Explains bag feeder operation modes and provides a typical program code.

6.2.7 CAM Table Inside a Program

Shows how to create a CAM table and use the CAMBOX command.

6.2.8 Flying Shear Program

Provides an example of a Flying shear program involving three axes.

6.2.9 Correction Program

Describes a correction program for a rotary labeller using a virtual axis.

Troubleshooting

7.1 Voltage and Analysis Tools

Advises checking power supply voltage and using Trajexia Tools for diagnosis.

7.2 TJ1-MC__

Covers system, axis, unit, and configuration errors for the TJ1-MC__.

7.2.1 System Errors

Explains system errors shown on TJ1-MC__ LED and lists common errors with causes/solutions.

7.2.2 Axis Errors

Explains axis errors, their causes (parameter, Servo Driver), and removal steps.

7.2.3 Unit Errors

Details unit errors, their causes (defective unit, disconnection), and solutions.

7.2.4 Configuration Errors

Lists causes of configuration errors and how to solve them by adhering to system unit rules.

7.2.5 Replace the Battery

Provides steps for replacing the unit's backup battery to prevent data loss.

7.3 TJ1-PRT

Covers system errors and I/O communication problems for the TJ1-PRT.

7.4 TJ1-DRT

Covers system errors and I/O communication problems for the TJ1-DRT.

7.5 TJ1-ML__

Covers system errors and bus errors for the TJ1-ML__.

7.6 TJ1-FL02

Covers system errors for the TJ1-FL02.

Revision History

Related product manuals