Omron Enterprise Manager Mobile Robots Integration Integration Guide

Type
Integration Guide
I618-E-01
Advanced Robotics Control Language
Enterprise Manager - Mobile Robots
Integration Guide
ARCL Enterprise Manager Integration Guide - Mobile
Robots
This is a PDF/print version of the ARCL Enterprise Manager Integration Guide. A Table of
Contents is provided so that you can locate the desired topics. Because the ARCL Enterprise
Manager Integration Guide was designed for online viewing, there may be slight formatting
anomalies in the PDF/print version. Additionally, links to external documents will not work
in the PDF file.
NOTE: Please see the ReadMe file, which is included with your Motivity software, for a description of
any recent changes.
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 1
Copyright Notice
The information contained herein is the property of Omron Adept Technologies, Inc., and shall not be repro-
duced in whole or in part without prior written approval of Omron Adept Technologies, Inc. The information
herein is subject to change without notice and should not be construed as a commitment by Omron Adept
Technologies, Inc. The documentation is periodically reviewed and revised.
Omron Adept Technologies, Inc., assumes no responsibility for any errors or omissions in the doc-
umentation. Critical evaluation of the documentation by the user is welcomed. Your comments assist us in
preparation of future documentation. Please submit your comments to: techpubs@adept.com.
Copyright 2006-2016 by Omron Adept Technologies, Inc. All rights reserved.
Any trademarks from other companies used in this publication
are the property of those respective companies.
Created in the United States of America
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 2
Table Of Contents
Introduction to ARCL 7
Version Requirements 8
How Do I Begin 9
Related Manuals 10
How Can I Get Help? 11
Set ARCL Parameters in MobilePlanner 12
Accessing the Configuration Options 13
Understanding the Configuration Parameters 17
Outgoing Enterprise ARCL Connection Setup Parameters 18
Outgoing Enterprise ARCL Commands Parameters 19
See Also... 19
Connect to ARCL Using a Telnet Client 20
Setting the Connection Parameters 21
Connecting to Advanced Robotics Command Language 22
See Also... 23
Using the ARCL Commands 24
See Also... 24
Understanding the Commands 25
Document Conventions 25
Command Notes 26
Data Types 26
Status and Error Messages 28
Status Conditions 28
Using the Queuing Commands 32
Working With Payloads 33
ARCL Command Reference 34
See Also... 34
getDateTime Command 35
Syntax 35
Usage Considerations 35
Parameters 35
Examples 35
payloadQuery Command (shortcut: pq) 36
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 3
Syntax 36
Usage Considerations 36
Parameters 36
Responses 36
Details 36
Examples 37
Related Commands 38
payloadSlotCount Command (shortcut: psc) 39
Syntax 39
Usage Considerations 39
Parameters 39
Responses 39
Details 39
Examples 39
Related Commands 40
queryFaults Command (shortcut: qf) 41
Syntax 41
Usage Considerations 41
Parameter 41
Responses 41
Details 41
Example 41
Related Commands 43
queueCancel Command (shortcut: qc) 44
Syntax 44
Usage Considerations 44
Parameters 44
Responses 44
Details 45
Examples 45
Related Commands 46
queueModify Command (shortcut: qmod) 47
Syntax 47
Usage Considerations 47
ARAM Settings 47
Parameters 47
Responses 48
Details 49
Examples 49
Related Commands 51
queueMulti Command (shortcut: qm) 53
Syntax 53
Usage Considerations 53
ARAM Settings 53
Parameters 53
Responses 54
Details 55
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 4
Examples 55
Related Commands 56
queuePickup Command (shortcut: qp) 57
Syntax 57
Usage Considerations 57
ARAM Settings 57
Parameters 57
Responses 57
Details 58
Examples 58
Related Commands 59
queuePickupDropoff Command (shortcut: qpd) 60
Syntax 60
Usage Considerations 60
Parameters 60
Responses 60
Details 61
Examples 61
Related Commands 64
queueQuery Command (shortcut: qq) 65
Syntax 65
Usage Considerations 65
Parameters 65
Responses 65
Details 66
Examples 66
Related Commands 66
queueShow Command (shortcut: qs) 68
Syntax 68
Usage Considerations 68
Parameters 68
Responses 68
Details 68
Examples 69
Related Commands 69
queueShowCompleted Command (shortcut: qsc) 70
Syntax 70
Usage Considerations 70
Parameters 70
Returns 70
Details 70
Examples 71
Related Commands 71
queueShowRobot Command (shortcut:qsr) 72
Syntax 72
Usage Considerations 72
Parameters 72
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 5
Responses 72
Details 72
Examples 73
Related Commands 73
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 6
Introduction to ARCL
The Advanced Robotics Command Language (ARCL) is a simple, text-based, command-and-response oper-
ating language for integrating a fleet of mobile robots with an external automation system.
ARCL allows you to submit jobs to the Enterprise Manager, and monitor the job status from start to finish.
It also allows you to monitor payload information, if reported, by the robots in the fleet.
The Enterprise Manager (EM)version of ARCL is for use with the Enterprise Manager software and appli-
ance. This hardware and software combination has been specially designed and configured to manage a
fleet of robots operating in a facility. Therefore, it uses a minimal ARCL command set, because all of the crit-
ical work is being handled directly by the appliance and Enterprise Manager software.
This section discusses the following topics:
Version Requirements 8
How Do I Begin 9
Related Manuals 10
How Can I Get Help? 11
For more information on using the Mobile Robots Software Suite, refer to the Omron Adept Technologies,
Inc.
See Also...
Introduction to ARCL on page 7
Set ARCL Parameters in MobilePlanner on page 12
Connect to ARCL Using a Telnet Client on page 20
Using the ARCL Commands on page 24
ARCL Command Reference on page 34
Introduction to ARCL
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 7
Version Requirements
This document pertains to ARAM version 4.6 and later.
If you need assistance, see How Can I Get Help? on page 11.
See Also...
How Do I Begin on page 9
Related Manuals on page 10
How Can I Get Help? on page 11
Version Requirements
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 8
How Do I Begin
Before you can access Advanced Robotics Command Language, you must complete the following steps:
1. Set ARCL Parameters in MobilePlanner.
Define the ARCL server address, port number and password parameters in MobilePlanner, and con-
figure other ARCL parameters. The server port will not open without a password; therefore you
must configure a password before you can connect to ARCL. For details, see Set ARCL Parameters in
MobilePlanner on page 12.
2. Connect to ARCL Using a Telnet Client.
Using a Telnet client, connect to ARCL to access and run the ARCL commands on the Motivity plat-
form. For details, see Connect to ARCL Using a Telnet Client on page 20.
After you've set up and established a connection to the ARCL server, you can start using the ARCL com-
mands tosubmit and monitor jobs that will be performed by the fleet. You can do all of this with or without
MobilePlanner. For more details, see Using the ARCL Commands on page 24.
See Also...
Version Requirements on page 8
How Do I Begin on page 9
Related Manuals on page 10
How Can I Get Help? on page 11
How Do I Begin
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 9
Related Manuals
In addition to this manual, you may want to refer to the following manuals:
Manual Description
Mobile Robot Safety Guide Describes safety information for our robots.
Mobile Robots Software
Suite User's Guide
Describes the Mobile Robots Software Suite software, including
SetNetGo and MobilePlanner.
Mobile Robots OEM -
LDPlatform User's Guide
Describes the installation, start-up, operation, and maintenance of
the mobile robot base.
Enterprise Manager 1100
User's Guide
Describes the installation and operation of the Enterprise Manager
1100 appliance and the Enterprise Manager software.
See Also...
Version Requirements on page 8
How Do I Begin on page 9
Related Manuals on page 10
How Can I Get Help? on page 11
Related Manuals
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 10
How Can I Get Help?
For details on getting assistance with your Omron Adept Technologies, Inc. software or hardware, you can
access the following Omron corporate and Omron Adept Technologies, Inc. websites:
lhttp://www.ia.omrom.com
lhttp://www.adept.com
See Also...
Version Requirements on page 8
How Do I Begin on page 9
Related Manuals on page 10
How Can I Get Help? on page 11
How Can I Get Help?
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 11
Set ARCL Parameters in MobilePlanner
This section describes how to access the configuration items in the MobilePlanner software. It describes
the following:
lAccessing the Configuration Options on page 13
lUnderstanding the Configuration Parameters on page 17
lSet ARCL Parameters in MobilePlanner on page 12
lSet ARCL Parameters in MobilePlanner on page 12
Set ARCL Parameters in MobilePlanner
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 12
Accessing the Configuration Options
These sections allow you to access configuration parameters that control the ARCL server and its inter-
action with connected clients.
CAUTION: The server port will not open without a password. Therefore, you must configure a password
before you can connect to ARCL.
To access ARCL configuration options from MobilePlanner:
1. Open the MobilePlanner software, version 4.0 or later, and connect to the mobile robot. Refer to the
Mobile Robots Software Suite User's Guide for details on installing and starting MobilePlanner.
2. From the MobilePlanner > Config, select the Robot Interface tab.
3. Select ARCL server setup from the Sections: column. These parameters allow you to control the cli-
ent-server connection between an offboard client process (such as Telnet or PuTTY) and ARCL. The
Advanced Robotics Command Language server setup parameters are shown in the following figure.
Incoming connections refer to a client initiating the connection to the Enterprise Manager. Multiple
simultaneous connections are allowed and supported.
NOTE:ARCL server setup lets you configure the port for incoming connections. This does not
affect outgoing connections.
Accessing the Configuration Options
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 13
ARCLServer Setup Parameters
For more information on using a client (like Telnet or PuTTY), see Connect to ARCL Using a Telnet Cli-
ent on page 20.
4. Select Outgoing Enterprise Advanced Robotics Command Language commands from the Sections:
column to display the parameters that allow you to configure commands that are automatically
executed on the connection indicated in the Outgoing Enterprise ARCL connection setup. For more
details, see Outgoing Enterprise ARCL Commands Parameters on page 19.
Accessing the Configuration Options
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 14
Outgoing Enterprise ARCLCommands
5. Select Outgoing Enterprise ARCL connection setup from the Sections: column to display the para-
meters that allow you to send data from the Enterprise Manager using Advanced Robotics Command
Language commands, intended to connect to the facility WMS/MES. For more details, refer to Out-
going Enterprise ARCL Connection Setup Parameters on page 18.
Accessing the Configuration Options
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 15
Outgoing Enterprise ARCLConnection Setup
6. After the configuration options are set, click the Save button on the toolbar to save the changes to
the Configuration file. Changes do not take effect until: the robot is idle and stationary; the Con-
figuration changes are saved.
Accessing the Configuration Options
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 16
Understanding the Configuration Parameters
The configuration parameters are grouped by function - each functional group is accessed from the alpha-
betical list in the left pane. The corresponding configuration parameters are listed in a tabular format on the
configuration pages, as shown in the previous figures. The parameters are organized alphabetically. You
can sort the list in ascending or descending order by name, value, min, or max.
Each parameter has a description that briefly describes the function of the parameter. The selected para-
meter's help description is located in the Description column and, optionally, at the bottom of the window
when the entire contents can't be shown in the Description column. For an example, see the following fig-
ure.
Parameter Help
Understanding the Configuration Parameters
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 17
Outgoing Enterprise ARCL Connection Setup Parameters
The Outgoing Enterprise ARCL connection setup parameters are used to instruct the Enterprise Manager
to initiate an outgoing ARCL TCP connection to another device on the network. This approach can be used
in lieu of requiring that the other device initiate an incoming connection to the Enterprise Manager.
There may be hand-shaking involved between the Enterprise Manager and the factory equipment, to
determine when the command should be executed.
In order to use this feature, the OutgoingHostname needs to be set to a string and the OutgoingPort needs
to be a non-zero number.
Use of the outgoing ARCL connections:
lThe outgoing connection can be used to automatically execute certain ARCL commands at specified
intervals. This can be useful for gathering certain information without requiring that the applic-
ation, running on the connected device, continuously request the data.
Outgoing Enterprise ARCL Connection Setup Parameters
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 18
Outgoing Enterprise ARCL Commands Parameters
The Outgoing Enterprise ARCL command parameters allow you to set the Enterprise Manager up to auto-
matically generate ARCL commands at regular intervals. You can send one or more ARCL commands; to
send multiple commands, separate each command with a pipe character (|). For example, set the OutGo-
ingCommands1 parameter to:
Queueshowrobot default echoit
QueueRobot: “Robot1” UnAvailable EStopPressed echoit
QueueRobot: “Robot2” UnAvailable Interrupted echoit
QueueRobot: “Robot3” UnAvailable InterruptedButNotYetIdle echoit
QueueRobot: “Robot4” Available Available echoit
QueueRobot: “Robot5” InProgress Driving echoit
QueueRobot: “Robot6” UnAvailable NotUsingEnterpriseManager echoit
QueueRobot: “Robot7” UnAvailable UnknownBatteryType echoit
QueueRobot: “Robot8” UnAvailable ForcedDocked echoit
QueueRobot: “Robot9” UnAvailable NotLocalized echoit
QueueRobot: "patrolbot" UnAvailable Fault_Driving_Application_faultName echoit
EndQueueShowRobot
Then you could parse the output to compare the number of robots connected vs. how many robots should
be connected, and generate an alarm if there is a mismatch.
See Also...
Introduction to ARCL on page 7
Set ARCL Parameters in MobilePlanner on page 12
Connect to ARCL Using a Telnet Client on page 20
Using the ARCL Commands on page 24
ARCL Command Reference on page 34
Outgoing Enterprise ARCL Commands Parameters
ARCL Enterprise Manager Integration Guide, 18449-000 Rev A, Updated:
1/19/2017
Page 19
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75

Omron Enterprise Manager Mobile Robots Integration Integration Guide

Type
Integration Guide

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI