Interface specification for Columna Service Logistics - Track Services

Size: px
Start display at page:

Download "Interface specification for Columna Service Logistics - Track Services"

Transcription

1 Interface Specification POSLOGISTICS Interface specification for Columna Service Logistics - Track Services Version 1.12, reduced for tracking purposes Prepared for: Integrators SSE/10697/IFS/0002$Revision: 1.62$ $Date: 21 Sep 2015$

2 Interface Specification Project: $POSLOGISTICS Revision: $Revision: 1.62$ $Date: 21 Sep 2015$ Document: $SSE/10697/IFS/0002 Copyright (c) 2013 by Systematic Group. It shall not be copied, reproduced, disclosed or otherwise made available to third party without previous consent from Systematic Group 1

3 Table of Contents 1 Introduction Scope Definitions References Change log Communication Flows Capturing events

4 1 Introduction This document describes the service API for Track Services. The Track Services system distributes tracking events from tracking systems that are based on technologies such as RFID, Wi-Fi, and barcodes. Such events can be consumed without understanding the details of the underlying tracking systems. The API is based on the EPCIS standard [EPCIS] and consequently, many design decisions originates in the standard. A separate, proprietary interface is defined for functionality that is not covered by the EPCIS specification. This document is aimed at software developers constructing systems that consume tracking events from Track Services or publish tracking events to Track Services using its standard interface. It should be possible to use the Track Services API based solely on this document, and detailed API information provided by the Track Services API itself. The document describes intent and design decisions, while the API itself provides details about protocols and data formats. However, to fully understand the context and design decisions, the EPCIS specification [EPCIS] and the Reference Architecture for tracking systems [REFARC] are recommended reading. 1.1 Scope Track Services provides two APIs: One used by tracking systems to feed events into Track Services. One used for communicating tracking events and related data from Track Services to Consumer Systems. Tracking event subscriptions are not configured through an API but in Track Services database by system administrators. This document describes how in section Error! Reference source not found.. Information about locations is provided by Service Logistics Location Service. See [LOCSVC] for details. 3

5 1.2 Definitions EPC EPCIS Object ID Tracking ID Electronic Product Code. GS1 Standard describing the use of identifiers in tracking scenarios. EPC Information Services Specification. GS1 Standard describing the exchange of tracking events. The ID of a tracked object which is tied to the object itself. For example a social security number. Often referred to as Genuine ID though that term is not used in this document. The ID of a tracked object which is tied to a tag that is used for tracking it. Often referred to as a Pseudo ID though that term is not used in this document. A tracked object can have more than one tag and therefore more than one tracking IDs 1.3 References [EPCIS] EPC Information Services Specification version cis_1_0_1-standard pdf [EPCIS WSDL] Web service definition for the EPCIS interface. cis_1_0-schema /epcglobal-epcisquery-1_0.wsdl [REFARC] Referencearkitektur for Sporbarhed og Emneidentifikation i Region Midtjylland, version Change log This chapter describes the major changes involved in each change set. 4

6 Version Date Notes 1.0 December First draft version 1.1 March First full-scope version 1.2 April Extended with subscription of tracked object data 1.3 May Modifications to Tracked Object API. Track Services specific extensions to EPCIS output. Track Services specific extensions to business steps. 1.4 June Modifications to Tracked Object API: A tracked object can now have multiple tracking ids A tracked object is now uniquely identified by class id and object id, as a consequence the URL for querying a single tracked object now requires the class id as well XML namespace of tracked objects has been added. Added method for posting multiple tracked objects More description of when to expect specific http status codes. Error! Reference source not found. updated with some additional classes. A few classes were renamed. 1.5 August Modifications to Tracked Object API: A tracked object is identified by a globally unique URN Subscription data format is XML Updated endpoints 1.6 August Modifications to EPCIS subscription schema (Section Error! Reference source not found.): Position and Locations moved to element ObjectEvent from element ObjectEventExtension 1.7 September Modifications to Event Queries section. Removal of Master Data Queries section Description of how to encode URNs 1.8 September Modifications to Event Queries section: EPCISconformant SOAP request. Error! Reference source not found. updated with some additional classes. A few classes were renamed. 5

7 1.9 November Added tracked objects error contract to tracked objects management API Corrected identifier for Tracked Object class Vehicle Added namespace to TrackedObjectChangeList 1.10 November Error! Reference source not found. extended with description of casing policy on APIs February Example event updated to February 2015 edition. Query interface updated to version 2. Version 1 (document version 1.10) is still supported September Capture interface for sending events to Track Services added to this document. No changes to the query or subscription interface. 6

8 2 Communication Flows An overview of the essential communication flow is shown in Figure 1. The systems involved in this communication are: A Consumer System that needs to receive tracking events and be able to interpret them. A Tracking System that actually tracks certain objects. This could e.g. be an RFID system, an ultra-sound tracking system, or a barcode system. Track Services that distributes tracking events from one or more Tracking Systems to Consumer Systems. Track Services also exposes master data needed to interpret events, and to relate tracked objects to physical objects (described below). An Object Data Authority that is the authoritative data source for one or more types of tracked objects. This could e.g. be an equipment management system that stores information about medical equipment. Typically this is also where the mapping between object IDs (e.g. equipment number) and tracking IDs (e.g. RFID-identifier) is stored. Track Services has an API that allows object data authorities to register the mapping between object IDs and tracking IDs. In the EPCIS standard tracking events only contain the tracking ID. However, Track Services exposes a non-standard API so Consumer Systems can fetch the relevant ID mappings from a single source. In some cases, the Consumer System will retrieve other object data directly from the Object Data Authority. If the ID mapping is part of this object data, it need not be retrieved from Track Services. In other cases there is no Object Data Authority and the ID mapping can be entered manually in the Track Services administration UI. If no ID mapping is recorded anywhere, objects can only be tracked by their tracking IDs. Location Services which stores information about physical locations. Often data from location services will be needed to interpret the events received from Track Services because events only contain the ID of a location. Location services expose the location s name, type etc. 7

9 Object Data Authority Objects Consumer System Master data Events ID mapping Scope of this specification Track Services Location Services Events Tracking System Figure 1: Essential data flows between the systems involved. Seen from a consumer system s perspective these are these essential steps in the communication flow: 1. A system administrator configures subscriptions for tracking events, essentially by specifying an EPCIS Event Query and a callback URL. See section Error! Reference source not found.. 2. A Consumer System fetches event data objects using an EPCIS Event Query. See section Error! Reference source not found.. 3. Track Services continuously sends events to Consumer Systems as defined by the configured subscriptions. Each event may say where objects are located, that a new object is now being tracked, or that an object is no longer being tracked. 4. If a Consumer System ever gets out of sync (e.g. if the system is shut down for a longer period) it must fetch event data for all objects using an EPCIS Event Query. Master data queries and event queries are made via SOAP according to [EPCIS], while event notifications and object management uses XML over HTTP. In the following sections all elements of this communication flow is described in detail. 8

10 3 Capturing events This section describes the standard interface for sending new events to Track Services. The information that must be provided in this interface is based on the EPCIS Capture specification. However, the protocol and data format may differ from the typical EPCIS formats, just as Track Services supports custom built protocols for integrating to existing tracking systems. The following general purpose format can be used to send tracking events to Track Services via HTTP POST: { } "trackingsystemid": "My tracking system", "telegramid": "1", "events": [{ "locationid": urn:epc:id:sgln: "dataid": "1", "tagid": urn:dev:mac ,, "regtime": T12:00:00Z }, { "locationid": urn:epc:id:sgln: , "dataid": "2", "tagid": urn:epc:id:grai: , "regtime": T12:00:00Z }] Parameter trackingsystemid telegramid locationid dataid tagid regtime Description Identifies the tracking system who is the dispatcher of this event Used for uniquely identifying the telegram Location of where the event occurred Identifies the event within the telegram The tracking id for the that has moved The time the event occurred. This value must be specified is ISO If no time zone is specified local time is assumed. 9

Information technology EPC Information services Specification

Information technology EPC Information services Specification INTERNATIONAL STANDARD ISO/IEC 19987 First edition 2015-09-15 Information technology EPC Information services Specification Technologies de l information Services d information sur les codes de produit

More information

Information technology EPC Information Services (EPCIS) Standard

Information technology EPC Information Services (EPCIS) Standard INTERNATIONAL STANDARD ISO/IEC 19987 Second edition 2017-10 Information technology EPC Information Services (EPCIS) Standard Technologies de l information Norme relative aux services d information sur

More information

Auto-ID Enterprise Release Notes

Auto-ID Enterprise Release Notes AIE Auto-ID Enterprise Release Notes Copyright Copyright(c) 2007 SAP AG. All rights reserved. Neither this document nor any part of it may be copied or reproduced in any form or by any means or translated

More information

Release Notes for SAP Auto-ID Infrastructure 7.1

Release Notes for SAP Auto-ID Infrastructure 7.1 Release Notes for SAP Auto-ID Infrastructure 7.1 Copyright(c) 2010 SAP AG. All rights reserved. Neither this document nor any part of it may be copied or reproduced in any form or by any means or translated

More information

This document describes how NLP customers can report Europ Pallet movements electronically.

This document describes how NLP customers can report Europ Pallet movements electronically. 1 of 11 1 INTRODUCTION This document describes how NLP customers can report Europ Pallet movements electronically. 2 DEFINITIONS Navn GLN EPC Epcis GRAI active tag AS1 AS2 AS3 Asset Type EPC tag HF tags

More information

PUTTING EPCIS AND VISIBILITY DATA TO WORK

PUTTING EPCIS AND VISIBILITY DATA TO WORK PUTTING EPCIS AND VISIBILITY DATA TO WORK TOPICS Quick Refresher GS1 and EPCglobal Standards and how they relate Visibility in the Physical World GS1 AND EPCGLOBAL STANDARDS FRAMEWORK 3 GS1 US VISIBILITY

More information

A Framework for Seamless Information Retrieval between an EPC Network and a Mobile RFID Network

A Framework for Seamless Information Retrieval between an EPC Network and a Mobile RFID Network A Framework for Seamless Information Retrieval between an EPC Network and a Mobile RFID Network Min Kyu Han, Il Woo Paik, Byung Hee Lee and Jin Pyo Hong Hankuk University of Foreign Studies {hufs96mk,

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 24791-2 First edition 2011-10-15 Information technology Radio frequency identification (RFID) for item management Software system infrastructure Part 2: Data management Technologies

More information

About Contract Management

About Contract Management Contract Management System Architecture Data Sheet July 2014 About Contract Management Oracle Primavera Contract Management is a multi-user, multi-project Web-based application that manages all aspects

More information

IT S ALL ABOUT THE DATA PUTTING EPC/RFID TO WORK IMPROVING VISIBILITY

IT S ALL ABOUT THE DATA PUTTING EPC/RFID TO WORK IMPROVING VISIBILITY IT S ALL ABOUT THE DATA PUTTING EPC/RFID TO WORK IMPROVING VISIBILITY 1 FROM A READ, WE GET A string of hexadecimal characters, etc Just the facts Time & date stamp Host Reader module Antenna Tag TO HAVE

More information

Ubiquitous Computing in Business Processes Part III

Ubiquitous Computing in Business Processes Part III Ubiquitous Computing in Business Processes Part III Prof. Dr. Lutz Heuser Urban Software Institute Darmstadt December 1 st, 2017 Outline 1. Recap Supply Chain The Supply Chain - A complex puzzle! Where

More information

Building on RFID with the EPC Network

Building on RFID with the EPC Network Building on RFID with the EPC Network RFID Journal University: Alan Thorne Presentation prepared by EasyEPC April 4, 2005 1 EPCglobal Network Components The EPC itself ONS Filtering layer EPCIS EPCglobal

More information

CODE of PLM Openness

CODE of PLM Openness CODE of PLM Openness CPO Statement of GeometricEDGE Date: Feb 2018 CPO Statement of GeometricEDGE Following the prerequisites of ProSTEP ivip s Code of PLM Openness (CPO) GTS shall determine and provide

More information

BEAWebLogic RFID. Edge Server. Product Overview

BEAWebLogic RFID. Edge Server. Product Overview BEAWebLogic RFID Edge Server Product Overview Version 2.1 Revised: June 29, 2006 Copyright Copyright 1995-2006 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software is protected

More information

IBM Cognos 8 Planning ARCHITECTURE AND DEPLOYMENT GUIDE

IBM Cognos 8 Planning ARCHITECTURE AND DEPLOYMENT GUIDE IBM Cognos 8 Planning ARCHITECTURE AND DEPLOYMENT GUIDE Product Information This document applies to IBM Cognos 8 Planning Version 8.4 and may also apply to subsequent releases. To check for newer versions

More information

Integrating SAP Hybris Cloud for Customer with SAP Hybris Marketing Cloud using HANA Cloud Integration Integration Guide

Integrating SAP Hybris Cloud for Customer with SAP Hybris Marketing Cloud using HANA Cloud Integration Integration Guide SAP Cloud for Customer Integrating SAP Hybris Cloud for Customer with SAP Hybris Marketing Cloud using HANA Cloud Integration Integration Guide February 2017 Table of Contents Integrating SAP Cloud for

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 29404 First edition 2015-12-01 Ships and marine technology Offshore wind energy Supply chain information flow Navires et technologie maritime Énergie éolienne offshore Flux d

More information

Core Business Vocabulary (CBV) 1.0 Specification Conformance Requirements and Test Plan Document

Core Business Vocabulary (CBV) 1.0 Specification Conformance Requirements and Test Plan Document 1 2 3 4 5 6 7 8 9 10 Core Business Vocabulary (CBV) 1.0 Specification Conformance Requirements and Test Plan Document 05 October 2010 Version 1.0 Copyright 2009, 2010 EPCglobal, All Rights Reserved. REVISION

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

Oil&Gas Secondary Distribution 7.0 as at SP06 Release Notes

Oil&Gas Secondary Distribution 7.0 as at SP06 Release Notes Oil&Gas Secondary Distribution 7.0 as at SP06 Release Notes Copyright Copyright(c) 2016 SAP AG. All rights reserved. Neither this document nor any part of it may be copied or reproduced in any form or

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 24791-3 First edition 2014-03-01 Information technology Radio frequency identification (RFID) for item management Software system infrastructure Part 3: Device management

More information

Use Case: Salesforce connector

Use Case: Salesforce connector 1 Use Case: Salesforce connector 2 Use cases for Salesforce connector Databases Flat-Files, Excel (FTP, HTTP, Email) Back-End Systems (ERP, Finance etc.) XML, Web Services Business Users (Process Workflow)

More information

GENERAL FRAMEWORK FOR ANIMAL FOOD SAFETY TRACEABILITY USING GS1 AND RFID

GENERAL FRAMEWORK FOR ANIMAL FOOD SAFETY TRACEABILITY USING GS1 AND RFID GENERAL FRAMEWORK FOR ANIMAL FOOD SAFETY TRACEABILITY USING GS1 AND RFID Weizhu Cao, Limin Zheng, Hong Zhu *, Ping Wu College of Information and Electrical Engineering, China Agricultural University, Beijing,

More information

The research and design of the RFID track and trace system based on web services

The research and design of the RFID track and trace system based on web services Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 513-517, pp 1123-1126 doi:10.4028/www.scientific.net/amm.513-517.1123 2014 Trans Tech Publications, Switzerland The research and

More information

Towards Unified Tag Data Translation for the Internet of Things

Towards Unified Tag Data Translation for the Internet of Things Towards Unified Tag Data Translation for the Internet of Things Loïc Schmidt, Nathalie Mitton, David Simplot-Ryl To cite this version: Loïc Schmidt, Nathalie Mitton, David Simplot-Ryl. Towards Unified

More information

Workday Integration Pattern

Workday Integration Pattern Bristlecone Whitepaper September 2017 Author: Mr. Prashant Singh Table of Contents Introduction... 3 Calling Workday From External Systems: REQUEST REPLY Pattern... 4 Extract Data Generated within Workday

More information

Simulation of Supply Chain Management Based on the EPCglobal Enterprise Network

Simulation of Supply Chain Management Based on the EPCglobal Enterprise Network American Journal of Computer Science and Information Engineering 2015; 2(2): 7-14 Published online April 30, 2015 (http://www.aascit.org/journal/ajcsie) Simulation of Supply Chain Management Based on the

More information

Ubiquitous Computing in Business Processes Part II

Ubiquitous Computing in Business Processes Part II Ubiquitous Computing in Business Processes Part II Prof. Dr. Lutz Heuser Urban Software Institute Prof. Dr. Zoltán Nochta SAP AG Darmstadt November 13 th, 2015 Outline 1. Recap What kind of Business Processes

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 29173-1 First edition 2012-12-01 Information technology Mobile item identification and management Part 1: Mobile

More information

ISO/IEC SC31 & GS1/EPCglobal. ETSI, 3 December 2007 Henri Barthel, GS1 Global Office

ISO/IEC SC31 & GS1/EPCglobal. ETSI, 3 December 2007 Henri Barthel, GS1 Global Office ISO/IEC SC31 & GS1/EPCglobal ETSI, 3 December 2007 Henri Barthel, GS1 Global Office GS1 in a nutshell The global language of business GS1 is a not-for-profit organisation that develops global Identification,

More information

Using EPCIS Data Sharing for Full Supply Chain Visibility. Kenneth R. Traub, PhD Ken Traub Consulting LLC

Using EPCIS Data Sharing for Full Supply Chain Visibility. Kenneth R. Traub, PhD Ken Traub Consulting LLC Using EPCIS Data Sharing for Full Supply Chain Visibility Kenneth R. Traub, PhD Ken Traub Consulting LLC About the Speaker Independent Consultant Specializing in EPC/RFID Standards adoption Software architecture

More information

RFID Visibility Data for Business Applications. Kenneth R. Traub, PhD Ken Traub Consulting LLC 12 April 2011

RFID Visibility Data for Business Applications. Kenneth R. Traub, PhD Ken Traub Consulting LLC 12 April 2011 RFID Visibility Data for Business Applications Kenneth R. Traub, PhD Ken Traub Consulting LLC 12 April 2011 Outline for Today 11:30 (now): RFID Visibility Data for Business Applications What s the important

More information

How to Prepare for EPC Data Cost- Effectively. Christian Floerkemeier MIT Auto-ID Lab

How to Prepare for EPC Data Cost- Effectively. Christian Floerkemeier MIT Auto-ID Lab How to Prepare for EPC Data Cost- Effectively Christian Floerkemeier MIT Auto-ID Lab Configuration & Monitoring Transmit power set to 4 W Trigger read cycle when motion sensor detects object Use dense

More information

Inventory Accuracy, Visibility and Loss Prevention

Inventory Accuracy, Visibility and Loss Prevention Inventory Accuracy, Visibility and Loss Prevention Improve inventory management and loss prevention through integrated RFID Solutions from source to consumer that increase speed, accuracy, visibility,

More information

Internet of Things Platform and Services for Connected Cars

Internet of Things Platform and Services for Connected Cars Internet of Things Platform and Services for Connected Cars Chungki Woo 1,2, Jihyun Jung 2,3, Jang Euitack 2, Jongwoong Lee 2, Jaewook Kwon 1 and Daeyoung Kim 2,4 1 Samsung Electronics, Suwon, Kyungki,

More information

SAP RFID Solutions SAP Auto-ID Infrastructure 4.0. Eric Domski RFID Solution Director, SAP Labs

SAP RFID Solutions SAP Auto-ID Infrastructure 4.0. Eric Domski RFID Solution Director, SAP Labs SAP RFID Solutions SAP Auto-ID Infrastructure 4.0 Eric Domski RFID Solution Director, SAP Labs Popularity Score by Google David Beckham: 1,660,000 U2: 20,300,000 Paris Hilton: 28,200,000 RFID: 41,700,000

More information

SAP Banking APIs (beta)

SAP Banking APIs (beta) Administrator's Guide Document Version: 1.0 2017-05-08 CUSTOMER Table of Contents 1 Use... 3 1.1 Functionality... 3 1.2 Note on Beta Shipment... 3 1.3 System Landscape... 3 2 Authentication and Authorization...

More information

Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016

Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016 Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016 Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without

More information

IBM Cognos 8 Framework Manager - Durable Models

IBM Cognos 8 Framework Manager - Durable Models Proven Practice IBM Cognos 8 Framework Manager - Durable Models Product(s): Framework Manager Area of Interest: Modeling IBM Cognos 8 Framework Manager - Durable Models 2 Copyright Copyright 2008 Cognos

More information

Challenges to data carrier in networked RFID

Challenges to data carrier in networked RFID Challenges to data carrier in networked RFID Feb. 21, 2008 Jin MITSUGI Associate Professor, Keio University Associate Director, Auto-ID Laboratory Japan Defining Networked RFID EPCglobal network EPCglobal

More information

RFID: Middleware and Web Services

RFID: Middleware and Web Services RFID: Middleware and Web Services Mobile and Ubiquitous Computing George Roussos g.roussos@bbk.ac.uk 1 Overview RFID Systems Architectures Middleware functionality and operational model API and examples

More information

ebxml Registry 3.0: An Overview

ebxml Registry 3.0: An Overview ebxml Registry 3.0: An Overview Agenda What is ebxml Registry? Major Use Cases Key Benefits Key Features ebxml Registry in Action Future Directions Summary Page 2 What is ebxml Registry? A Service Oriented

More information

Services Governance with IBM WebSphere

Services Governance with IBM WebSphere Services Governance with IBM WebSphere Terry S Burnside IBM March 15, 2012 Session Number (10785) Without proper management and governance of service-oriented architecture (SOA) This could become like

More information

The Elevator Pitch - Demystifying Identify, Capture and Share. Dr Peter Stevens Chief Executive

The Elevator Pitch - Demystifying Identify, Capture and Share. Dr Peter Stevens Chief Executive The Elevator Pitch - Demystifying Identify, Capture and Share Dr Peter Stevens Chief Executive Peter.Stevens@gs1nz.org Global reach, local presence 111 Member Organisations 1,300,000 member companies 150

More information

Secure Middleware for Cold Chain Management

Secure Middleware for Cold Chain Management Cold Chain Management Secure Middleware for Cold Chain Management December 22, 2008 Bonghee Hong, Prof Department Chair, Department of LIT, PNU Director of Institute of LIT Table of Contents I Why Cold

More information

Uptime Maintenance and Support Services - Appendix. Dimension Data Australia Pty Limited. Uptime Support Services Agreement

Uptime Maintenance and Support Services - Appendix. Dimension Data Australia Pty Limited. Uptime Support Services Agreement Uptime Support Services Agreement Uptime Maintenance and Support Services - Appendix Dimension Data Australia Pty Limited 27 May 2013 Version 1-01 Appendix A. 1. Definitions and Interpretations 1.1 For

More information

E-Business Suite: BI Publisher for Developers Volume I - Student Guide

E-Business Suite: BI Publisher for Developers Volume I - Student Guide E-Business Suite: BI Publisher 5.6.3 for Developers Volume I - Student Guide D59123GC10 Edition 1.0 January 2011 D59936 Disclaimer This document contains proprietary information and is protected by copyright

More information

Automatic Monitoring of Logistics Processes Using Distributed RFID based Event Data

Automatic Monitoring of Logistics Processes Using Distributed RFID based Event Data Automatic Monitoring of Logistics Processes Using Distributed RFID based Event Data Kerstin Werner 1, Alexander Schill 2 1 SAP Research CEC Dresden, Chemnitzer Straße 48, 01187 Dresden, Germany kerstin.werner@sap.com

More information

Alien RTU Guide Version 3.9

Alien RTU Guide Version 3.9 Alien RTU Guide Version 3.9 OSSI W228 N727 Westmound Dr Waukesha WI 53186 USA TEL: 262-522-1870 FAX: 262-522-1872 Ossi-usa.com Intelli-Site Security Management Software Alien RTU Guide PC Software RTU

More information

Table of contents. An HP adapter that acts as a bridge between Client and HP service desk systems. Technical white paper Case Exchange Service

Table of contents. An HP adapter that acts as a bridge between Client and HP service desk systems. Technical white paper Case Exchange Service Technical white paper Case Exchange Service An HP adapter that acts as a bridge between Client and HP service desk systems. Table of contents Overview... 2 Project Approach... 2 Deliverables... 3 Standard

More information

Oracle Communications Marketing and Advertising. New Features. Platform Upgrade to Oracle WebLogic 11g. Siebel Marketing Integration

Oracle Communications Marketing and Advertising. New Features. Platform Upgrade to Oracle WebLogic 11g. Siebel Marketing Integration Oracle Communications Marketing and Advertising Release Notes Release 5.1 E22971-01 May 2011 This document lists the new features and known issues associated with the 5.1 release of Oracle Communications

More information

Modified Epc Global Network Architecture of Internet of Things for High Load Rfid Systems

Modified Epc Global Network Architecture of Internet of Things for High Load Rfid Systems Modified Epc Global Network Architecture of Internet of Things for High Load Rfid Systems Atishay Jain 1, Ashish Tanwer 2 Computer Science Department Thapar University, Patiala 147001, India Email: atishay811@gmail.com

More information

IBM Cognos 8 IBM COGNOS CONFIGURATION USER GUIDE

IBM Cognos 8 IBM COGNOS CONFIGURATION USER GUIDE IBM Cognos 8 IBM COGNOS CONFIGURATION USER GUIDE Product Information This document applies to IBM Cognos 8 Version 8.4 and may also apply to subsequent releases. To check for newer versions of this document,

More information

Core Business Vocabulary Standard

Core Business Vocabulary Standard 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Core Business Vocabulary Standard Ratified on October 13 th, 2010 Disclaimer EPCglobal Inc is providing this document as a service to interested industries.

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 4 UPDATE 17D 4 Revision History 4 Overview 4 Optional Uptake of New Features (Opt In) 5 Update Tasks 5 Feature Summary 6 Supply Chain Collaboration 7 Streamline Collaboration

More information

Deliverable D6.1 Unique identifier analysis report and STIS, ONS, IoT6 integration

Deliverable D6.1 Unique identifier analysis report and STIS, ONS, IoT6 integration Universal Integration of the Internet of Things through an IPv6-based Service Oriented Architecture enabling heterogeneous components interoperability Grant agreement for: Collaborative project Grant agreement

More information

Supply Chain Visibility and the EPCglobal Network

Supply Chain Visibility and the EPCglobal Network Supply Chain Visibility and the EPCglobal Network Nicholas Fergusson EPCglobal Inc. 13 th April 2005 Creation of EPCglobal Auto ID Center Founded 1999 6 Labs and 100 sponsoring companies RF principles

More information

RFID supply chain standards. Brussels, 24 October 2007 Henri Barthel, GS1 Global Office

RFID supply chain standards. Brussels, 24 October 2007 Henri Barthel, GS1 Global Office RFID supply chain standards Brussels, 24 October 2007 Henri Barthel, GS1 Global Office GS1 in a nutshell GS1 is a not-for-profit organisation that develops global standards for the identification of goods

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Oracle Cloud Marketplace: An Innovation Ecosystem for Partners and Customers Neelesh Gurnani Sr. Director Product Development Ajay Seetharam

More information

Value Chain Visibility Trevor STONE (IMCV) Auto-ID for Flyables. Deployment Update IATA 3 nd RFID & Paperless Technical Operations Conference

Value Chain Visibility Trevor STONE (IMCV) Auto-ID for Flyables. Deployment Update IATA 3 nd RFID & Paperless Technical Operations Conference Value Chain Visibility Trevor STONE (IMCV) Auto-ID for Flyables Deployment Update IATA 3 nd RFID & Paperless Technical Operations Conference Airbus corporate presentation Aviation drives our global economy

More information

Outbound Delivery Using RFID in Sap System

Outbound Delivery Using RFID in Sap System Outbound Delivery Using RFID in Sap System Sheng Wang, Dong Wang Class B0303395 School of Software Shanghai Jiao Tong University Shanghai, China 800 Dong Chuan Road Phone: 086-021-62933040; 086-13764599933

More information

Basics of EPC. Training

Basics of EPC. Training Basics of EPC Training Introduction Objectives: - Create awareness of the concepts - Develop technical knowledge - Show benefits of implementation - Explain 5 steps of Implementation 2 Programme Introduction

More information

ArcGIS Workflow Manager Advanced Workflows and Concepts

ArcGIS Workflow Manager Advanced Workflows and Concepts Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Workflow Manager Advanced Workflows and Concepts Raghavendra Sunku Kevin Bedel Session Topics ArcGIS Workflow

More information

SignEPC : A Digital Signature Scheme for Efficient and Scalable Access Control in EPCglobal Network

SignEPC : A Digital Signature Scheme for Efficient and Scalable Access Control in EPCglobal Network SignEPC : A Digital Signature Scheme for Efficient and Scalable Access Control in EPCglobal Network Roy Ka-Wei LEE School of Information Systems Singapore Management University 80 Stamford Road, Singapore

More information

UHF RFID 2017: In the world's most comprehensive study, the EECC investigates the chances and limitations of UHF transponders

UHF RFID 2017: In the world's most comprehensive study, the EECC investigates the chances and limitations of UHF transponders Press Release UHF RFID 2017: In the world's most comprehensive study, the EECC investigates the chances and limitations of UHF transponders Neuss, 11 th September.2017. UHF Tag Performance Survey in short:

More information

fulfils all requirements of the product specific document Checklist Enterprise SOA for Business ByDesign Solution, Version 2.

fulfils all requirements of the product specific document Checklist Enterprise SOA for Business ByDesign Solution, Version 2. The certification body of TÜV Informationstechnik GmbH hereby awards this certificate to the company SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf, Germany to confirm that its product ensemble SAP Business

More information

Autonomous Controlled Logistics, EPC, ONS, EPCIS, Data Integration, standards

Autonomous Controlled Logistics, EPC, ONS, EPCIS, Data Integration, standards The Application of the EPCglobal Framework Architecture to Autonomous Controlled Logistics Karl A. Hribernik, Carl Hans, Klaus-Dieter Thoben BIBA - Bremer Institut für Produktion und Logistik GmbH e-mail:

More information

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash)

Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) Oracle Siebel CRM On Demand Integration Pack for JD Edwards EnterpriseOne (Opportunity to Cash) An AMX International White Paper January 2008 Page 1 NOTE: The following is intended to outline our general

More information

Category: Informational January A Uniform Resource Name Namespace for the EPCglobal Electronic Product Code (EPC) and Related Standards

Category: Informational January A Uniform Resource Name Namespace for the EPCglobal Electronic Product Code (EPC) and Related Standards Network Working Group M. Mealling Request for Comments: 5134 Refactored Networks, LLC Category: Informational January 2008 A Uniform Resource Name Namespace for the EPCglobal Electronic Product Code (EPC)

More information

Infor LN Configuration Guide for Infor ION API. Infor LN 10.5 Xi Platform 12.x

Infor LN Configuration Guide for Infor ION API. Infor LN 10.5 Xi Platform 12.x Infor LN Configuration Guide for Infor ION API Infor LN 10.5 Xi Platform 12.x Copyright 2017 Infor Important Notices The material contained in this publication (including any supplementary information)

More information

Re: Voluntary 2015 Edition Electronic Health Record (EHR) Certification Criteria: Interoperability Updates and Regulatory Improvements

Re: Voluntary 2015 Edition Electronic Health Record (EHR) Certification Criteria: Interoperability Updates and Regulatory Improvements April 28, 2014 Filed Electronically: http://www.regulations.gov Department of Health and Human Services Office of the National Coordinator for Health Information Technology Attention: 2015 Edition EHR

More information

WEBINAR SERIES #4 EPC/RFID STANDARDS AND RFID STUFF YOU NEED TO KNOW

WEBINAR SERIES #4 EPC/RFID STANDARDS AND RFID STUFF YOU NEED TO KNOW WEBINAR SERIES #4 EPC/RFID STANDARDS AND RFID STUFF YOU NEED TO KNOW STANDARDS AND RFID An Overview of GS1 Standards Identify, Capture, Share Serialization Basics and EPC The Next Level of Visibility Serial

More information

TruModule Functional Requirements

TruModule Functional Requirements TruModule TruModule Functional Requirements Version 1.0 Last generated: September 11, 2018 2018 TruRating. All rights reserved. No part of this publication may be reproduced, distributed, or transmitted

More information

Release Notes SAP Enhancement Package 1 (Including SP11) for SAP CRM 7.0

Release Notes SAP Enhancement Package 1 (Including SP11) for SAP CRM 7.0 Release Notes SAP Enhancement Package 1 (Including SP11) for SAP CRM 7.0 Copyright 2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted

More information

SSA Mobile Services. Fundamentals Guide

SSA Mobile Services. Fundamentals Guide SSA Mobile Services Fundamentals Guide Copyright 2004 by Baan International B.V., a subsidiary of SSA Global Technologies, Inc. All rights reserved. No part of this publication may be reproduced, stored

More information

Igor Timoshenko Developing RFID library systems in the direction of integration into the global identification system EPC

Igor Timoshenko Developing RFID library systems in the direction of integration into the global identification system EPC Igor Timoshenko Developing RFID library systems in the direction of integration into the global identification system EPC Abstract - The possibility of modification of the regulatory framework of RFID

More information

iway Roadmap to Success Inessa Gerber iway Technical Director

iway Roadmap to Success Inessa Gerber iway Technical Director iway Roadmap to Success Inessa Gerber iway Technical Director 1 Agenda Feature Updates and Roadmap Integration Products Omni-Gen Overview Omni-Gen Roadmap 2 Integration Products 3 Integration Products

More information

Oracle s Service-Oriented Architecture Strategy

Oracle s Service-Oriented Architecture Strategy Pierre Fricke VP and Lead Analyst, Web Application Infrastructure web-infra@dhbrown.com Business velocity refers to a company s ability to generate operational speed while heading in the right direction.

More information

Research and Implementation of the Interface of Oder Notification for Nuclear Power Plant Based on Mobile Platform

Research and Implementation of the Interface of Oder Notification for Nuclear Power Plant Based on Mobile Platform 2017 2nd International Conference on Wireless Communication and Network Engineering (WCNE 2017) ISBN: 978-1-60595-531-5 Research and Implementation of the Interface of Oder Notification for Nuclear Power

More information

How to start an RFID project. Anja Olbertz, GS1 Germany Uwe Quiede, TAILORIT GmbH

How to start an RFID project. Anja Olbertz, GS1 Germany Uwe Quiede, TAILORIT GmbH How to start an RFID project Anja Olbertz, GS1 Germany Uwe Quiede, TAILORIT GmbH About us GS1 Germany Tailorit GmbH Anja Olbertz, Projectmanager Uwe Quiede, Senior Consultant German representative of EPCglobal

More information

Stellent: SDK Development Student Guide

Stellent: SDK Development Student Guide Stellent: SDK Development Student Guide D48797GC10 Edition 1.0 February 2007 D49224 Copyright 2006, 2007, Oracle. All rights reserved. Disclaimer This document contains proprietary information and is protected

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD This is a preview - click here to buy the full publication ISO/IEC 24791-5 First edition 2012-12-15 Information technology Radio frequency identification (RFID) for item management

More information

IBM IoT Continuous Engineering on Cloud for US Federal and IBM Collaborative Lifecycle Management on Cloud for US Federal

IBM IoT Continuous Engineering on Cloud for US Federal and IBM Collaborative Lifecycle Management on Cloud for US Federal IBM Terms of Use SaaS Specific Offering Terms for Federal IBM IoT Continuous Engineering on Cloud for US Federal and IBM Collaborative Lifecycle Management on Cloud for US Federal The Terms of Use ( ToU

More information

Oracle Customer Data Management Integration Base Pack

Oracle Customer Data Management Integration Base Pack Oracle Customer Data Management Integration Base Pack Implementation Guide Release 2.5 E17414-03 January 2012 Oracle Customer Data Management Integration Base Pack Implementation Guide, Release 2.5 E17414-03

More information

Getting Ready for Visibility. Michele Southall Sue Hutchinson GS1 US/EPCglobal US 16 April 2010

Getting Ready for Visibility. Michele Southall Sue Hutchinson GS1 US/EPCglobal US 16 April 2010 Getting Ready for Visibility Michele Southall Sue Hutchinson GS1 US/EPCglobal US 16 April 2010 Today s Agenda Quick Context for Visibility Keys to Enabling Visibility Why Standards? Next Steps Quick Context

More information

SGEM WP5 Deliverable 5.2.2: Requirement Description Task Operation and service architecture for distributed charging station infrastructure

SGEM WP5 Deliverable 5.2.2: Requirement Description Task Operation and service architecture for distributed charging station infrastructure Nokia Siemens Networks SGEM WP5 Deliverable 5.2.2: Requirement Task 5.2.1 Operation and service architecture for distributed charging station infrastructure Table of Contents. 1 Introduction... 3. 2 Interfaces...

More information

Real-time Streaming Insight & Time Series Data Analytic For Smart Retail

Real-time Streaming Insight & Time Series Data Analytic For Smart Retail Real-time Streaming Insight & Time Series Data Analytic For Smart Retail Sudip Majumder Senior Director Development Industry IoT & Big Data 10/5/2016 Economic Characteristics of Data Data is the New Oil..then

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 24753 First edition 2011-09-01 Information technology Radio frequency identification (RFID) for item management Application protocol: encoding and processing rules for sensors

More information

StarterPak: NetSuite and Marketo SOAP Contact and List Member Synchronization. Version 1.1

StarterPak: NetSuite and Marketo SOAP Contact and List Member Synchronization. Version 1.1 StarterPak: NetSuite and Marketo SOAP Contact and List Member Synchronization 9/24/2018 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any

More information

Integration of Serial-level Data into Existing Business Information Systems

Integration of Serial-level Data into Existing Business Information Systems Building Radio frequency IDentification for the Global Environment Integration of Serial-level Data into Existing Business Information Systems Authors: Thorsten Frey, José Juan Cantero, David Weatherby,

More information

Information System Framework Architecture for Organization Agnostic Logistics Utilizing Standardized IoT Technologies

Information System Framework Architecture for Organization Agnostic Logistics Utilizing Standardized IoT Technologies Proceedings of the 2014 Federated Conference on Computer Science and Information Systems pp. 1337 1343 DOI: 10.15439/2014F364 ACSIS, Vol. 2 Information System Framework Architecture for Organization Agnostic

More information

Enterprise Contract Management RFI/RFP Checklist

Enterprise Contract Management RFI/RFP Checklist Contracts 1 Contract Types 1.1 Does the solution support all contract types within the enterprise: buy side, sell side, admin, non-commercial, employee, etc.? 1.2 Is there the ability to define configurable

More information

ServiceNow Integration Services

ServiceNow Integration Services Overview Service Description July 2013 address integrations between ServiceNow and Customer or third party systems to ensure that Customer s configurations align with ServiceNow best practices for manageability,

More information

Exchanging Traceability Data with EPCIS. Senior Manager, Supply Chain Visibility, EPCIS & RFID Bangkok, 31 October 2018 GS1

Exchanging Traceability Data with EPCIS. Senior Manager, Supply Chain Visibility, EPCIS & RFID Bangkok, 31 October 2018 GS1 Exchanging Traceability Data with EPCIS Craig Alan Repec GS1 Healthcare Conference Senior Manager, Supply Chain Visibility, EPCIS & RFID Bangkok, 31 October 2018 GS1 EPCIS: a GS1 Share standard EPCIS CBV

More information

PDM Workbench for. Aras Innovator

PDM Workbench for. Aras Innovator PDM Workbench for Aras Innovator overview The PDM Workbench is a comprehensive PDM Rich Client seamlessly integrated in CATIA V5. It enables access to and full control of CATIA data via PDM. Supported

More information

Asset and Work Management - Functional Overview

Asset and Work Management - Functional Overview Asset and Work Management - Functional Overview Asset and Work Management - Functional Overview Contents Asset and Work Management - Functional Overview 2 Commercial In Confidence 4 Introduction 5 Purpose

More information

HOW TO CONFIGURE SINGLE SIGN-ON (SSO) FOR SAP CLOUD FOR CUSTOMER USING SAP CLOUD IDENTITY SERVICE

HOW TO CONFIGURE SINGLE SIGN-ON (SSO) FOR SAP CLOUD FOR CUSTOMER USING SAP CLOUD IDENTITY SERVICE HOW TO CONFIGURE SINGLE SIGN-ON (SSO) FOR SAP CLOUD FOR CUSTOMER USING SAP CLOUD IDENTITY SERVICE HOW TO GUIDE TABLE OF CONTENTS Overview... 3 Chapter 1: Configure SAP Cloud Identity service... 5 Creating

More information

Lessons from the neighbor's field EPCglobal middleware for supply chains

Lessons from the neighbor's field EPCglobal middleware for supply chains Lessons from the neighbor's field EPCglobal middleware for supply chains Orange Labs Marc-Antoine Mouilleron, Research & Development marcantoine.mouilleron@orange-ftgroup.com WIRELESS FACTORY WORKSHOP

More information

SAP Leonardo IoT Bridge Security Guide THE BEST RUN. SECURITY GUIDE PUBLIC Document Version:

SAP Leonardo IoT Bridge Security Guide THE BEST RUN. SECURITY GUIDE PUBLIC Document Version: SECURITY GUIDE PUBLIC Document Version: 1.0.0 2018-08-30 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Document History.... 3 2 Introduction....4 3 Before You Start....5

More information

Devices and Networks for Logistics

Devices and Networks for Logistics DRSL Dispositivos e Redes para Sistemas Logísticos Devices and Networks for Logistics Prof. Renato Nunes 1 Global Trade Item Number (GTIN) GTIN is the foundation of the GS1 System (formerly the EAN.UCC

More information