APEX: Deployment of Automated Procedure Execution for EUMETSAT

Size: px
Start display at page:

Download "APEX: Deployment of Automated Procedure Execution for EUMETSAT"

Transcription

1 SpaceOps 2006 Conference AIAA : Deployment of Automated Execution for EUMETSAT Ivan Dankiewicz and Roger Thompson SciSys Ltd, Methuen Park, Chippenham, Wiltshire, SN14 0GB, UK Ivan.Dankiewicz@scisys.co.uk, tel: +44(0) Julian Long SciSysLtd, Methuen Park, Chippenham, Wiltshire, SN14 0GB, UK Automated EXecution () is a generic portable procedure definition and execution tool that enables automation of spacecraft operations and EGSE checkout. Designed to be performant, portable, distributable and scalable, its lightweight distributed architecture means that is able to support any mission configuration, from checkout for a single payload instrument to mission operations for satellite fleets or constellations. This paper describes the deployment of as the replacement automation component of the EUMETSAT Meteosat Second Generation (MSG) mission control system. EUMETSAT s operational experience and expertise in the use of the first generation tool has provided valuable feedback in the development and enhancement of and its integration into the Meteosat Second Generation (MSG) system. has a graphical editor to support the development of operations and test procedures by spacecraft engineers. This allows procedures to be built by dragging-and-dropping steps onto a flowchart view. Facilitating the editing of individual details in procedural steps has been a key objective and the editor has greatly improved functionality and performance compared to its predecessor. Emphasis has also been placed on procedure execution modes that simplify procedure validation. can be deployed in conjunction with other procedure authoring tools by importing standard or custom procedure scripting languages. In the case of EUMETSAT, the European Organisation for the Exploitation of Meteorological Satellites, existing automated procedure definitions were automatically imported into the environment. Nomenclature = Automated EXecution API = Application Program Interface CF = Central Facility ECSS = European Cooperation for Space Standardisation ICOL = Integrated Common Operations Language EUMETSAT = European Organisation for the Exploitation of Meteorological Satellites MSG = Meteosat Second Generation OL = Operations Language PLUTO = Language For Users In Test and Operations POD = Overview Display SPED = Single Execution Display SSM = Space System Model TM = Spacecraft Telemetry UNiT = Universal Intelligent Toolkit T I. Introduction He first section of this document describes the core tool. The second section describes the tailoring and deployment of for the EUMETSAT MSG control system. The final conclusion section describes the lessons learnt in the deployment of in the EUMETSAT MSG control system. 1 Copyright 2006 by SciSys Ltd. Published by the, Inc., with permission.

2 II. Product Description A. The Automation Model The model of automated operations illustrated in Figure 1 has been used successfully by SciSys for several large projects. The procedure execution product is a key component of this model. The model supports an off-line interactive mission planning layer, plus on-line automated PREDICTED EVENTS/CONTACTS, PLANNING REQ/RSP operations support functions at three levels: Off-line mission planning Scope PLAN GB Activity SCHEDULE Task GB Activity PROCEDURE Thread Step APP. OBJECTS Actions Set Parameter Send Command Raise Event Control Control Schedule OB Activity OB Activity Data Parameter Value Command Status Status Schedule Status Underlying Monitoring & Control System Figure 1: Model of Automated Operations On-line Schedule Execution s implemented by Application Objects implemented by ICOL Schedule Execution layer Execution layer Operations Language layer. implements the procedure execution layer and the Operations Language is implemented by the Integrated Common Operations Language (ICOL). ICOL provides an interface with the underlying M&C system allowing expressions, which reference system data, to be evaluated, and system actions such as sending a command to be executed, asserting a parameter value, or raising an event. The proven conceptual model of SciSys UNiT toolkit for automated operations procedures has been re-used in the context of the environment. Operations language (OL) execution in UNiT was implemented using Gensym s G2 environment; in, Gensym G2 has been replaced by ICOL. The procedure definition format has considered issues of compatibility and interoperability with PLUTO, a procedure language standard currently being specified by ECSS 1. B. The Model of Execution s correspond to pre-defined operational activities that can either be scheduled as a ground-based activity, or manually initiated. s may also call other Sub-s, permitting their decomposition into smaller, more maintainable units which can be reused in several different operations. Primary Thread Trigger (wait & check condition) Single Pass Multi Pass Secondary Threads Confirmation (wait & check condition) Condition on completion. Trigger Phase Outlining Flow Control Execution Phase Step Trigger Step Body Step Confirmation Confirmation Phase Figure 2: Model of Automated Operations A procedure comprises a public interface (including arguments), local variables, and a set of Thread definitions with constituent Steps, as shown in Figure 2. s contain a single Primary Thread and, optionally, a number of Secondary Threads. Each Thread constitutes an independent flow of control through the procedure. Threads comprise an Activation Condition and a sequence of Steps. A thread activates following the occurrence of its Activation Condition and then proceeds to execute the steps in sequence. Threads may be defined to be single-pass or multi-pass. Singlepass threads will execute once only within the context of a procedure invocation. Multi-pass threads can execute repeatedly, resetting and awaiting the next occurrence of the Activation 2

3 Threads may be controlled by other threads within the same procedure. Threads may be enabled and disabled: However only enabled threads can trigger. Active threads can also be suspended and subsequently resumed from the same point. These mechanisms can be used to limit the period for which a secondary thread is valid, or to suspend the primary thread while a contingency is being dealt with. A Step represents the finest grained level of control logic partitioning that can be status tracked during execution. Step Confirm Body Trigger Wait for Trigger Check Pre-Condition Initiate Body Body Executes Body Completes Wait to Confirm Check Post-Condition Watch Asynchronous Execution (Thread Blocked, Waiting) Figure 3: Step Phase Wait Condition: Wait For Date-Time, Event or Condition with Timeout Trigger Timeout Precondition Failure Body Initiation Failure Watch Condition Occur. Body Failure Confirmation Timeout Post-Condition Failure Each Step is broken into three clear phases that of triggering, body execution and confirmation shown in Figure 3 Triggering - A Step may have an optional Trigger which controls the synchronisation and checking that conditions are correct to start execution. A Trigger consists of a Wait Condition and a Pre Condition. On activation the Step will await its Trigger Wait Condition. This is followed by the checking of the Pre Condition before progressing on to execute the Body of the Step. Body - Execution of the Step Body involves execution of the intended Step logic e.g. execution of an Application Action or flow control construct such as a loop or branch statement. Confirmation - Once the Body is complete then an optional Confirmation phase of the current step can be executed before moving on to the next Step of the sequence. Various types of Step Body have been defined which implement the different logic and control statements required for operations automation. C. Architecture Recovery Actions Recovery Actions: Associated with Failure Condition Specified at or Step Level (Step Level takes precedence) Figure 4 shows the conceptual architecture that comprises the following major elements: External Definition Graphical Definition Environment TM/TC Definitions Catalogue Serialized Definition. Figure 4: Architecture External Control Initiation & Control Status Execution Manager Execution Execution Engine Parameters Commands Events MCS/EGSE Mission Control or Check-out System Catalogue Initiation / Control Live Overview COS Events Archive Replay Replay Live COS Events Definition Control Overview Display Displays Single Display Definition element provides tools which support the definition, checking and building of operational procedures. Displays element provides the client interactive display components which allow a detailed graphical visualisation of a single procedure and an overview status of all executing procedures. The displays also provide access to the Control Interfaces at the appropriate level. Control Interfaces element provides the networked control interfaces allowing procedures to be executed on request and controlled by the interactive client displays as well as by a non interactive external control source such as a schedule execution system. Execution element provides a lightweight, portable and scalable procedure execution server component. Archive element is responsible for the archive and retrieval of procedure change of state information. 3

4 D. Definition Environment A powerful graphical editor is provided with which supports the user during the definition of a procedure. Figure 5: Editor The editor supports a rich set of features such as drag and drop step insertion, multi procedure edit, copy, paste, search and mutli action undo/redo. Drop down lists provide easy access to all the parameters, commands and events which can be referenced in a procedure. During an edit session a debugger execution server can be invoked which allows a procedure to be tested offline in the definition environment. The debugger allows the setting of TM parameter values and the specification of the result of actions such as the success or failure of commands. These values can also be saved allowing a re-use in later debugging sessions. E. Execution Environment The Execution Environment supports the execution of s in the context of a particular subsystem of the Space System Model (SSM) referred to as a Domain. The association of s to Domains and Sub-Domains allows the logical partitioning of a particular automated application into a subsystem hierarchy. The concept of Domains also supports the physical partitioning of execution on different server nodes of a computer network. The architecture supports the distributed execution of s by allowing each server node in a network to be configured to host a different sub set of the Domains and Sub-Domains defined in a SSM. The Execution Environment allows the execution of s to be manually controlled by the user. Two levels of manual control are available. With Single Step control the operator must authorize the execution of each step. With Command/ control the operator must authorize the execution of each command or subprocedure step. supports control of execution at the level of the Server Node, Domain and. The networked architecture allows the connection of multiple client display nodes to the server nodes. The client display nodes host the Overview Displays (POD) and the Single Execution Display SPED. The POD shows an overview of Node, Domain and High level information. The graphical SPED can be launched from the POD. It shows the detailed execution status of an executing procedure showing its threads and steps, and automatically Figure 6: Overview Display tracks the current execution point. The 4

5 SPED uses the same graphical representation as the Editor. F. Archive The Execution Server executes procedures and forwards Change of State events to the Archive. The Archive writes the events to files in the archive area. The Archive provides an API which allows the archived data to be retrieved. The archived data is organized in a way Historical POD Server I Retrieved Events Archived Events Replay POD Archive Server Replayed Events Figure 7: Archive Server II Archived Events Retrieved Events Final State SPED Replayed Events which optimizes the retrieval of the data. The Archive can archive data produced by multiple Execution Servers. It also allows multiple applications to access the archived data. Figure 7 illustrates an example of an deployment in which there are 2 (online) servers and a single Archive Server that has responsibility for archiving the Events from both servers. The Historical POD displays the status at a specified time in the past. The Replay POD dynamically displays the status of s which executed over a configurable time frame in the past. The Final State SPED displays a detailed graphical view of the Final State of a which executed in the past. The Replay SPED dynamically displays the detailed graphical status of which executed over a configurable time frame in the past. A key feature of the design is that archive clients can access the archived data without affecting the Execution Servers indeed the servers need not be present when the data is being retrieved. III. Replay SPED Tailoring & Deployment of for MSG G. MSG Import EUMETSAT had defined a large number of complex s using the UNiT automation system. During nominal operations, the procedures are scheduled using the Mission Planning tool and control all routine operations. This covers operations such as imaging, calibrations, rangings, manoeuvres, eclipses and such like. EUMETSAT had invested significant time & effort in the definition and validation of these s. It was therefore essential that the replacement of UNiT by did not mean that these s had to be redefined. For this reason a Conversion Tool was created to convert the UNiT procedures to the equivalent. This tool is shown in Figure 8. The tool allows the user to select a or group of procedures for conversion. Figure 8: MSG Converter The goal in the production of the converter was to perform a 100% conversion for all procedures. To date the EUMETSAT procedures have been converted as part of System Testing within EUMETSAT. A small number of OL expressions could not be directly converted. This was either due to the 5

6 OL type definitions/checking being stricter than the original UNiT or due to the detection of inconsistent Constructs which were not previously detected by UNiT OL checking. Overall this dry run of the conversion process was a success with minimal user intervention required The next stage of operational deployment of will be: Familiarisation of the EUMETSAT operations teams with the tools; Formal conversion of the latest procedure set by the EUMETSAT satellite operations team; Rigorous re-validation of the procedures. The revalidation will aim to provide sufficient confidence for EUMETSAT in the functional behaviour of the procedure constructs including OL expressions and the performance of the procedures - as many of the procedures are large, complex and/or with time critical actions. This involves execution of the procedures in as realistic an operational environment as possible, using a satellite simulator. The activity is scheduled to take place in the second half of Once procedure validation is successful and training complete the software and procedures will be deployed operationally. H. Tailoring In the design of it was foreseen that there were a number of areas where has to be tailored to allow it to be fully integrated into a Space Control System. This tailoring was performed for the MSG system as described below. Definition Space System Model Access Online Node In the definition environment it is necessary to access the Space System Model to allow the Execution s to be populated with Telecommands and TM references. For example when the user created a Execute OL Command step within the he is presented Core with a list of available Telecommands when he /ICOL ICOL Execution Environment selects the required Telecommand, the Telecommand details such as default arguments are copied from the Data Data Action Update Update Injection Space System Model into the. ICOL Data Server API ICOL Action Server API /ICOL defines an open interface through which MSG MSG MSG Data Server Action Server Data/Action Server the information is provided. For MSG therefore it was Parameter Event Command Parameter Event Update Notification Injection Assertion Injection only necessary to provide an implementation of this interface which retrieved the required information MSG Control System from the actual MSG databases. Figure 9: MSG Action/Data Server Online Space System Model Access In the online environment it is necessary to interact with the SSM to inject Actions. Actions are defined in the SSM they are functions which can be performed on objects such as send Telecommand. It is also necessary to interact with the SSM to obtain the (data) values of objects defined in the SSM, such as the engineering value of the parameter. ICOL requires the values SSM objects as these may be operands in OL expressions to be executed. requires these values for online displays. Once again for the MSG/ system it was not necessary to modify the core /ICOL system. It was only necessary to implement the thin Action/Data server shown in Figure 9 which uses the existing MSG CF API to map action/data requests to the MSG CF equivalent. New Step Types In the design phase it was foreseen that when is to be deployed in a new Space Control system there will often be a requirement for Mission specific step types. It was therefore a goal of the design that the introduction of new step types should be as straightforward as possible. This was achieved by encapsulating the step specific information for each step type in a single class. This class must be derived from either the standard step base class or a sub-class of this class. This single class not only provides the specific dynamic behavior required for the step type but it also holds the meta-data used by the Editor to provide a properties pane which allows instances of the step type to be created and modified. For MSG two new step types were defined to provide MSG specific behavior for command and command group injection. The production of these two new step types was straightforward and confirmed that the introduction of new step types into is indeed straightforward. I. Integration with Schedule Execution 6

7 Figure 10:Schedule Execution Display The existing MSG Space Control System had an advanced Schedule Execution system which is responsible for the initiation of s at the appropriate time. In nominal operations all procedures are initiated by Schedule Execution or as sub-procedures of these procedures. The Schedule Execution display shown in Figure 10 provides the user with a status indication for procedures it has initiated. In the normal mode of execution the Scheduling Execution system will initiate approximately 100 procedures in a 24 hour period. These procedures invoke sub-procedures resulting in a total of 2000 procedures executed in a 24 hour period. To integrate with this component it was necessary to modify the Schedule Execution procedure invocation component to use the socket based high level interface to start procedures and monitor their execution. No changes were required to the high level interface it already provided the actions required by the MSG schedule execution system J. Physical Architecture In system testing two configurations have been adopted:- MSG Ground Station Facilities BRGS PGS MSG Central Facility Schedule Execution M&C s Figure 11: Single Server MSG Single-Server With this configuration a single server controls 7 domains (spacecraft or ground systems). This configuration is shown in Figure 11. Multi-Server With this configuration there is an server for each of the 7 domains. Each server can only Monitor & Control the associated domain however a procedure executing in one domain can invoke sub-procedures in another domain. The availability of this configuration means that if the Satellite Fleet expands the automation system can be expanded and distributed across multiple hardware 7

8 MSG Ground Station Facilities BRGS PGS MSG Central Facility Schedule Execution platforms without any software changes. This configuration is shown in Figure 12. The availability of these two alternative configurations provides an excellent illustration of the flexibility of the architecture. For simple systems can be deployed as a single server. For larger multi-satellite systems can be deployed on several different servers. The number of servers can be increased as the requirements on the control system increase. This change in the deployment is performed as a simple configuration change. No software changes are required. s s s s M&C Figure 12: Multi Server MSG IV. Conclusion The success of the development so far at EUMETSAT has demonstrated the validity of the following key concepts: Tailorable can be tailored to allow it to be integrated into complex Space Control Systems. Extensible can be extended to provide Mission Specific features. EUMETSAT had a number of mission specific requirements. It was possible to add Mission Specific modules to satisfy these requirements without affecting the core architecture. Scalable As discussed above the distributed architecture means that as a Space Control System increases in size can be distributed across multiple platforms to give the required performance. Client Server the separation of the client & server reduces the impact of client operations on the server. References Reports, Theses, and Individual Papers 1 s language for users in test and operations (PLUTO), ECSS - EUROPEAN COOPERATION FOR SPACE STANDARDIZATION, ESA- ESTEC Requirements & Standards Division, ECSS-E-70-32, Draft. 24, Nov EUMETSAT The European Organisation for the Exploitation of Meteorological Satellites, is an intergovernmental organisation that establishes and maintains operational meteorological satellites for 19 European States (Austria, Belgium, Denmark, Finland, France, Germany, Greece, Ireland, Italy, Luxembourg, the Netherlands, Norway, Portugal, Slovakia, Spain, Sweden, Switzerland, Turkey and the United Kingdom). EUMETSAT has signed 11 Cooperating State Agreements. Those with Bulgaria, Croatia, Hungary, Latvia, Lithuania, Poland, Romania, Slovenia and the Czech Republic have entered into force whereas the Agreements with Serbia and Montenegro and Iceland are to be ratified in the near future. EUMETSAT is currently operating Meteosat-6, -7 and -8 over Europe and Africa, and Meteosat-5 over the Indian Ocean. The data, product and services from EUMETSAT s satellites make a significant contribution to weather forecasting and to the monitoring of the global climate. 8

EUMETSAT EXPERIENCE WITH MULTICAST ACROSS GÉANT

EUMETSAT EXPERIENCE WITH MULTICAST ACROSS GÉANT 1 EUMETSAT EXPERIENCE WITH MULTICAST ACROSS GÉANT Lothar.Wolf@eumetsat.int Competence Area Manager for Data Services OVERVIEW EUMETSAT Background WAN links Multicast accross GÉANT infrastructure Summary

More information

Service withdrawal: Selected IBM ServicePac offerings

Service withdrawal: Selected IBM ServicePac offerings Announcement ZS09-0086, dated April 21, 2009 Service withdrawal: Selected IBM offerings Table of contents 1 Overview 9 Announcement countries 8 Withdrawal date Overview Effective April 21, 2009, IBM will

More information

The challenges of the ECMWF graphics packages

The challenges of the ECMWF graphics packages The challenges of the ECMWF graphics packages Sylvie Lamy-Thépaut Graphics Section ECMWF Slide 1 1 Outline Who are we? - ECMWF - The Graphics Section What are our Missions? - Magics - Metview - Wrep :

More information

Generating SVG weather maps and meteorological graphs using Magics++

Generating SVG weather maps and meteorological graphs using Magics++ Generating SVG weather maps and meteorological graphs using Magics++ Stephan Siemen Graphics Section ECMWF Slide 1 1 Outline What is ECMWF? What is Magics++? How did we implement our SVG output? Some examples

More information

Map Reconfiguration Dealer Guide

Map Reconfiguration Dealer Guide Map Reconfiguration Dealer Guide Touch 2 with Go (Low/High) 1. Background This guide explains the procedures for reconfiguring Touch 2 with Go devices. It is only applicable the dealer process. Documentation

More information

IBM offers Software Maintenance for additional Licensed Program Products

IBM offers Software Maintenance for additional Licensed Program Products Announcement ZS10-0142, dated October 5, 2010 IBM offers Software Maintenance for additional Licensed Program Products Table of contents 1 Overview 3 Description 1 Key prerequisites 4 Prices 2 Planned

More information

Map Reconfiguration User Guide

Map Reconfiguration User Guide Map Reconfiguration User Guide Toyota Touch 2 with Go (Low/High) 1. Background If your navigation system has software version 4.4.0 or later, the pre installed map will either be East Europe or West Europe.

More information

GDSS. A Service Oriented Architecture for Mission Operations

GDSS. A Service Oriented Architecture for Mission Operations SpaceOps 2006 Conference AIAA 2006-5592 GDSS: A Oriented Architecture for Operations Roger S. Thompson, Stewart Hall and Oliver Page SciSys Ltd., Chippenham, Wiltshire SN14 0GB, United Kingdom and Nestor

More information

Patent Portfolio Overview July The data in this presentation is current as of this date.

Patent Portfolio Overview July The data in this presentation is current as of this date. Patent Portfolio Overview July 2017 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

Patent Portfolio Overview May The data in this presentation is current as of this date.

Patent Portfolio Overview May The data in this presentation is current as of this date. Patent Portfolio Overview May 2018 1 1 The data in this presentation is current as of this date. Table of Contents Overview HEVC Standard Versions in Licensing Program Patent Evaluation Portfolio Growth

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 16458 May 2012 AGREEMENT ICS 35.020 English version European ICT Professional Profiles This CEN Workshop Agreement has been drafted and approved by a Workshop of representatives of interested

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP AGREEMENT CWA 16458-4 August 2018 ICS 35.020 English version European ICT professional role profiles - Part 4: case studies This CEN Workshop Agreement has been drafted and approved by a Workshop

More information

EUREKA European Network in international R&D Cooperation

EUREKA European Network in international R&D Cooperation DLR-PT.de Chart 1 > EUREKA Andrea Hesse 2nd June 2016 EUREKA European Network in international R&D Cooperation DLR-PT - National EUREKA Bureau Andrea Hesse TRAINING DLR-PT.de Chart 2 > EUREKA Andrea Hesse

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 14923-9 May 2004 AGREEMENT ICS 35.240.40 Supersedes CWA 13937-9:2003 English version J/eXtensions for Financial Sevices (J/XFS) for the Java Platform - Part 9: Depository Device Class

More information

Installation and user manual. PSTN module

Installation and user manual. PSTN module Installation and user manual All rights reserved. Copyright 2015 Wigersma & Sikkema B.V., NL-6980 AC Doesburg All the figures and descriptions in this installation, operating manual have been compiled

More information

ITS Action Plan Task 1.3 Digital Maps

ITS Action Plan Task 1.3 Digital Maps ITS Action Plan Task 1.3 Digital Maps Stakeholder consultation results 29 th March, Brussels Aims of the stakeholder consultation Develop an understanding of: The organisations involved in the delivery

More information

Unlimited UK mobile calls and unlimited UK texts Bolt On: Unlimited landlines Poland Bundle (400 minutes to mobiles & landlines) 3.

Unlimited UK mobile calls and unlimited UK texts Bolt On: Unlimited landlines Poland Bundle (400 minutes to mobiles & landlines) 3. Unlimited UK mobile calls and unlimited UK texts 10.60 Bolt On: Unlimited landlines 3.60 Poland Bundle (400 minutes to mobiles & landlines) 3.00 1 GB Data 2 GB Data 5 GB Data 10 GB Data BES 1GB (Blackberry

More information

ehaction Joint Action to Support the ehealth Network

ehaction Joint Action to Support the ehealth Network Stakeholder Engagement - Consultation (22 August 2017) ehaction Joint Action to Support the ehealth Network 3 rd Joint Action to Support the ehealth Network Open Consultation 1 Participants of the 3 rd

More information

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST)

Overcoming the Compliance Challenges of VAT Remittance. 12 April :55 to 16:30 (CEST) Overcoming the Compliance Challenges of VAT Remittance 12 April 2016 15:55 to 16:30 (CEST) Presenters Nicole Jupin Vertex Inc. Senior Solutions Manager David Rossing Vertex Inc. Senior Tax Solutions Engineer,

More information

BT One Phone Portal 2018

BT One Phone Portal 2018 BT One BT One Phone Release Notes [Subject] BT One Phone Portal 2018 Thresholds, Alerts & Capping Functionality Enhancing Cost Control The BT One Phone Portal already provides a one-stop shop for managing

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 16926-5 August 2015 AGREEMENT ICS 35.200; 35.240.15; 35.240.40 English version Extensions for Financial Services (XFS) interface specification Release 3.30 - Part 5: Cash Dispenser Device

More information

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP

Carrier Services. Intelligent telephony. for over COUNTRIES DID NUMBERS. All IP Carrier Services All IP Intelligent telephony In current times, being connected to the telephone network just isn t enough anymore; one needs to be INTERconnected with it, as it all has become IP. Along

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CEN/TR 15449-5 April 2015 ICS 07.040; 35.240.70 English Version Geographic information - Spatial data infrastructures - Part 5: Validation and testing

More information

E R T M S COMMUNICATION PLAN

E R T M S COMMUNICATION PLAN U I C E R T M S COMMUNICATION PLAN Paolo de Cicco Senior Advisor ERTMS Platform Paris, 14/03/2007-1 Item 16: UIC Workshop Euro-Interlocking Hazard List Methodology for Railway Signalling WORKSHOP HELD

More information

Friedrich Smaxwil CEN President. CEN European Committee for Standardization

Friedrich Smaxwil CEN President. CEN European Committee for Standardization Friedrich Smaxwil CEN President CEN European Committee for Standardization www.cen.eu www.cencenelec.eu Friedrich Smaxwil, CEN President 1. Standards & standardization 2. CEN s role in European Standardization

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT CEN/CLC/ETSI/TR 50572 RAPPORT TECHNIQUE TECHNISCHER BERICHT December 2011 ICS 33.200; 91.140.01 English version Functional reference architecture for communications in smart metering systems

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 14796 June 2004 ICS 35.240.80 English version Health Informatics - Data Types Élément introductif - Élément central Medizinische

More information

European Standardization & Digital Transformation. Ashok GANESH Director Innovation ETICS Management Committee

European Standardization & Digital Transformation. Ashok GANESH Director Innovation ETICS Management Committee European Standardization & Digital Transformation Ashok GANESH Director Innovation ETICS Management Committee 2017-04-26 CEN-CENELEC Members Austria Estonia Hungary Malta Slovakia Belgium Finland Netherlands

More information

SpectraGuard Sensor SS-300-AT-C-50 Technical Specifications

SpectraGuard Sensor SS-300-AT-C-50 Technical Specifications SpectraGuard Sensor SS-300-AT-C-50 Technical Specifications 1 Product Overview ITEM Product Name Model Number Power Supply SpectraGuard Sensor SS-300-AT-C-50 802.3af Class 0 Power Over Ethernet Nominal

More information

ETSI Governance and Decision Making

ETSI Governance and Decision Making ETSI Governance and Decision Making Presented by: Ultan Mulligan For: ETSI Seminar 25-26.6.2018 ETSI 2018 ETSI 2018 ETSI Governance The ETSI structure General Assembly ETSI Board Special Committees Industry

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 16374-12 December 2011 AGREEMENT ICS 35.240.40 English version Extensions for Financial Services (XFS) interface specification Release 3.20 - Part 12: Camera Device Class Interface Programmer's

More information

Combating Pharmacrime AGENDA

Combating Pharmacrime AGENDA Combating Pharmacrime A Knowledge Building Conference on Counterfeit Medicines 26-28 A Co-hosted event by EUROPOL & EU Observatory on IP Infringements (PSI) AGENDA T he specific purpose of the event is

More information

ECSS E Test Platform Features and Applicability Area

ECSS E Test Platform Features and Applicability Area SpaceOps 2008 Conference (Hosted and organized by ESA and EUMETSAT in association with AIAA) AIAA 2008-3417 ECSS E-70-32 Test Platform Features and Applicability Area F. Croce 1 and A.Simonic 2 Vitrociset

More information

MINUTES AND TEXTS CUSTOMER MOBILE BOLT-ON GUIDE JUNE 2018 BOLT-ON WILL KEEP YOU IN CONTROL OF YOUR COSTS. INTERNATIONAL NUMBERS FROM YOUR MOBILE, THIS

MINUTES AND TEXTS CUSTOMER MOBILE BOLT-ON GUIDE JUNE 2018 BOLT-ON WILL KEEP YOU IN CONTROL OF YOUR COSTS. INTERNATIONAL NUMBERS FROM YOUR MOBILE, THIS CUSTOMER MOBILE BOLT-ON GUIDE JUNE 2018 DIALLING ABROAD WHILE AWAY FROM YOUR DESK? IF YOU RE CALLING INTERNATIONAL NUMBERS FROM YOUR MOBILE, THIS BOLT-ON WILL KEEP YOU IN CONTROL OF YOUR COSTS. MINUTES

More information

Country-specific notes on Waste Electrical and Electronic Equipment (WEEE)

Country-specific notes on Waste Electrical and Electronic Equipment (WEEE) EUROPEAN COMMISSION EUROSTAT Directorate E: Sectoral and regional statistics E-2: Environmental Statistics and Accounts; Sustainable Development Country-specific notes on Waste Electrical and Electronic

More information

Connected for less around the world Swisscom lowers its roaming tariffs again. Media teleconference 12 May 2009

Connected for less around the world Swisscom lowers its roaming tariffs again. Media teleconference 12 May 2009 Connected for less around the world Swisscom lowers its roaming tariffs again Media teleconference 12 May 2009 Connected for less around the world Swisscom lowers its roaming tariffs again 2 Agenda of

More information

European Hotel Distribution Study

European Hotel Distribution Study European Hotel Distribution Study Results for the Reference Year 2017 in FRANCE Page 1 April 7, 2018 Prof. Roland Schegg, HES SO Valais (Sierre, Switzerland) roland.schegg@hevs.ch The survey: background

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN ISO/TS 19139 November 2009 ICS 35.240.70 English Version Geographic information - Metadata - XML schema implementation (ISO/TS

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CLC/TR 50600-99-3 August 2018 ICS 35.020; 35.110; 35.160 English Version Information technology - Data centre facilities and infrastructures - Part

More information

Analysis of the Interoperability Possibilities of Implemented Governmental e-services EU15

Analysis of the Interoperability Possibilities of Implemented Governmental e-services EU15 InterPARES Trust Study Name: Team & Study Number: Research domain: Document Title: Analysis of the Interoperability Possibilities of Implemented Governmental e-services EU15 Control Checklist Status: Final

More information

ÍSLENSKIR STAÐLAR CWA :2011 ICS: Gildistaka Staðfestur af Staðlaráði Íslands

ÍSLENSKIR STAÐLAR CWA :2011 ICS: Gildistaka Staðfestur af Staðlaráði Íslands ÍSLENSKIR STAÐLAR CWA 16374-64:2011 Gildistaka 15.1.2012 ICS: 35.24 Extensions for Financial Services (XFS) interface specification Release 3.20 - Part 64: Cash Dispenser Device Class Interface Migration

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL REPORT RAPPORT TECHNIQUE TECHNISCHER BERICHT CEN ISO/TR 7250-2 April 2011 ICS 13.180 English Version Basic human body measurements for technological design - Part 2: Statistical summaries of

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CLC/TS 52056-8-7 April 2015 ICS 35.240.60; 91.140.50 English Version Electricity metering data exchange - The DLMS/COSEM suite -

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 16871-1 March 2015 AGREEMENT ICS 33.020 English version Requirements and Recommendations for Assurance in Cloud Security - Part 1: Contributed recommendations from European projects This

More information

Europol The Police Intelligence Agency of the European Union

Europol The Police Intelligence Agency of the European Union Europol Unclassified Europol The Police Intelligence Agency of the European Union EFFACE Workshop The Hague, 09 th September 2015 Werner Gowitzke, MSc Seconded National Expert Environmental Crime Europol/O28

More information

When Worlds Collide Payments meet mobile Osman Inegol, Mobile Business Unit

When Worlds Collide Payments meet mobile Osman Inegol, Mobile Business Unit When Worlds Collide Payments meet mobile Osman Inegol, Mobile Business Unit Croatia, Israel, Romania and Turkey Zadar 17 September 2013 Agenda 1 What does Visa Europe do? 2 What is Visa Europe s vision

More information

Signatories. to the EA Multilateral. and Bilateral Agreements

Signatories. to the EA Multilateral. and Bilateral Agreements Publication Reference EA-INF/03: 2017 Signatories to the EA Multilateral and Bilateral Agreements PURPOSE The document lists the signatories to the EA Multilateral Agreement (EA MLA) and EA Bilateral Agreements.

More information

VOICE/DATA SIMCARD USA UNLIMITED

VOICE/DATA SIMCARD USA UNLIMITED VOICE/DATA SIMCARD USA UNLIMITED Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System

The Role of SANAS in Support of South African Regulatory Objectives. Mr. Mpho Phaloane South African National Accreditation System The Role of SANAS in Support of South African Regulatory Objectives Mr. Mpho Phaloane South African National Accreditation System Outline of Presentation INTRODUCTION STATUS OF SANAS TECHNICAL INFRASTRUCTURE

More information

Box 2: Voting Oct 2003 Belgium Bulgaria Croatia Cyprus Czech Republic Denmark Estonia Finland France Germany [2 folders]

Box 2: Voting Oct 2003 Belgium Bulgaria Croatia Cyprus Czech Republic Denmark Estonia Finland France Germany [2 folders] 85/11/10 Affiliated and Associated Organizations International Federation of Library Associations and Institutions Cataloguing Section, 1998, 2002-2009 Box 1: ICNBS Pre-Conference Booklet, Nov 25-27, 1998

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 16986 October 2016 ICS 35.240.60 English Version Electronic Fee Collection - Interoperable application profiles for information

More information

BASIC PRICE LIST. The price of transportation is added toll in the amount of CZK 1,30 / kg and the current fuel surcharge.

BASIC PRICE LIST. The price of transportation is added toll in the amount of CZK 1,30 / kg and the current fuel surcharge. BASIC PRICE LIST Shipping weight Shipment to 1 kg 5 kg 10 kg 15 kg 20 kg 25 kg 30 kg 40 kg 50 kg Delivery time BE BELGIUM 445 700 720 760 830 860 890 1050 1120 2-3 days BG BULGARIA 520 915 1485 2050 2620

More information

The European Window Markets

The European Window Markets in Cooperation with Prof. Dr. Dirk Hass - Künzelsauer Institut für Marketing - Frankfurt on the Main, March 2019 Content of the Study In the focus of the study is the building development in particular

More information

International Packets

International Packets Rate Card International Packets Effective from 2 April 2013 Pricing your mail Once you have selected the service you wish to use, calculate the price using the tables on the following pages. For more information

More information

MANUAL VOICE/DATA SIMCARD CANADA

MANUAL VOICE/DATA SIMCARD CANADA MANUAL VOICE/DATA SIMCARD CANADA Copyright 2018. All rights reserved. The content of this document may not be copied,replaced,distributed,published,displayed, modified,or transferred in any form or by

More information

OSCE-UNECE. Pkt 2. Pkt 3. Pkt 1. Bernhard Schrempf - KISC -

OSCE-UNECE. Pkt 2. Pkt 3. Pkt 1. Bernhard Schrempf - KISC - OSCE-UNECE Pkt 1 Pkt 2 Pkt 3 Pkt 4 1 Das ist ein Titel / ATP Agreement on the International Carriage of Perishable Foodstuffs and on the Special Equipment to be Used for such Carriage 2 45 Member - States

More information

English version. This CEN Workshop Agreement can in no way be held as being an official standard developed by CEN and its Members.

English version. This CEN Workshop Agreement can in no way be held as being an official standard developed by CEN and its Members. CEN WORKSHOP CWA 16008-6 August 2009 AGREEMENT ICS 35.240.40 English version J/eXtensions for Financial Services (J/XFS) for the Java Platform - Release 2009 - Part 6: Printer Device Class Interface -

More information

REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT AND THE COUNCIL

REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT AND THE COUNCIL EUROPEAN COMMISSION Brussels, XXX [ ](2017) XXX draft REPORT FROM THE COMMISSION TO THE EUROPEAN PARLIAMENT AND THE COUNCIL on the re-examination of the WEEE recovery targets, on the possible setting of

More information

Automation DriveServer

Automation DriveServer Automation Drive Remote maintenance for intelligent solutions Lenze Global Drive Making communication easy Drive the path to open automation Are you looking for a simple way of getting your drives connected

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN ISO/TS 17429 April 2017 ICS 03.220.01; 35.240.60 English Version Intelligent transport systems - Cooperative ITS - ITS station

More information

Business Mobile Plans

Business Mobile Plans PRODUCT SOLUTIONS Business Mobile Plans JERSEY Whatever the size of your business, we can provide the ideal mobile solution for you. Our tariffs are flexible to suit all kinds of businesses and are designed

More information

Business Mobile Plans

Business Mobile Plans PRODUCT SOLUTIONS Business Mobile Plans CHANNEL ISLANDS Whatever the size of your business, we can provide the ideal mobile solution for you. Our tariffs are flexible to suit all kinds of businesses and

More information

Yamaha Manufacturer s Warranty

Yamaha Manufacturer s Warranty Yamaha Manufacturer s Warranty Thank you for acquiring a Yamaha product. We hope that you will enjoy your purchase. In the unlikely event that your Yamaha product is affected by an unexpected defect, please

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15448 October 2006 ICS 03.240; 35.240.60 English Version Postal services - Open standard interface between image controller

More information

For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops

For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops For: Ministry of Education From Date: 19 November 18-2 December 18 Venue: M1 Shops $200 OFF HANDSETS For new line / port-in / re-contract on mysim e 90 and above plan Reg+ and above plan $150 OFF HANDSETS

More information

Signatories. to the EA Multilateral. and Bilateral Agreements

Signatories. to the EA Multilateral. and Bilateral Agreements Publication Reference EA-INF/03: 2016 Signatories to the EA Multilateral and Bilateral Agreements PURPOSE The document lists the signatories to the EA Multilateral Agreement (EA MLA) and EA Bilateral Agreements.

More information

Common European Submission Portal

Common European Submission Portal Common European Submission Portal Presenter: Kevin Horan Title: ICT Director email: kevin.horan@hpra.ie Common European Submission Portal CESP: A simple and secure mechanism for exchange of information

More information

ILNAS-EN ISO :2016

ILNAS-EN ISO :2016 Ergonomics of human-system interaction - Part 161: Guidance on visual user-interface elements (ISO 9241-161:2016) Ergonomie de l'interaction homme-système - Partie 161: Éléments de l'interface utilisateur

More information

Cisco Extensible Provisioning and Operations Manager 4.5

Cisco Extensible Provisioning and Operations Manager 4.5 Data Sheet Cisco Extensible Provisioning and Operations Manager 4.5 Cisco Extensible Provisioning and Operations Manager (EPOM) is a Web-based application for real-time provisioning of the Cisco BTS 10200

More information

List of nationally authorised medicinal products

List of nationally authorised medicinal products 27 January 2016 EMA/194278/2016 Procedure Management and Committees Support Active substance: Gadoteric acid (IV and intravascular formulations) Procedure no.: PSUSA/00001506/201504 30 Churchill Place

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15844-4 December 2010 ICS 03.240 English Version Postal services - ID-tagging of letter mail items - Part 4: State encoding

More information

Items exceeding one or more of the maximum weight and dimensions of a flat. For maximum dimensions please see the service user guide.

Items exceeding one or more of the maximum weight and dimensions of a flat. For maximum dimensions please see the service user guide. Rate Card International Flats Effective from 2 April 2013 Pricing your mail Once you have selected the service you wish to use, calculate the price using the tables on the following pages. For more information

More information

TERMS AND CONDITIONS FOR SIM ONLY PLANS ON EE 12 MONTH AND 30 DAY PLANS

TERMS AND CONDITIONS FOR SIM ONLY PLANS ON EE 12 MONTH AND 30 DAY PLANS TERMS AND CONDITIONS FOR SIM ONLY PLANS ON EE 12 MONTH AND 30 DAY PLANS FROM 4 November 2016 Version 1.0 Date 04.11.16 To be eligible to join a SIM only plan on EE, you will need to pass our standard credit

More information

Cost Saving Measures for Broadband Roll-out

Cost Saving Measures for Broadband Roll-out Cost Saving Measures for Broadband Roll-out out Izmir, 22 February 2013 Petri Koistinen, DG CONNECT The views expressed in this presentation may not in any circumstances be regarded as stating an official

More information

IGEL-Briefing March Managed Software and Hardware Thin Clients

IGEL-Briefing March Managed Software and Hardware Thin Clients IGEL-Briefing March 2016 Managed Software and Hardware Thin Clients Agenda IGEL Technology IGEL Partner Network IGEL Offering Software Products Hardware Products Why IGEL Cloud / VDI Solutions?

More information

Dealing with Natural Hazards. Module 1. Topic Group: Data presentation

Dealing with Natural Hazards. Module 1. Topic Group: Data presentation Cartographic data visualisation Standardisation and classication of data Swiss Virtual Campus Dealing with Natural Hazards Topic Group: Learning Unit: Cartographic data visualisation Standardisation and

More information

The Guide Everything you need to know about our mobile services

The Guide Everything you need to know about our mobile services The Guide Everything you need to know about our mobile services FREE Wi-Fi in store www.jtglobal.com Follow us, search JTsocial Why choose JT? SUPERFAST Enjoy faster, more reliable mobile data on the go

More information

What s new? CCU Newsletter Edition : 2nd quarter 2010

What s new? CCU Newsletter Edition : 2nd quarter 2010 What s new? As mentioned in the previous newsletter, we have a new tool to help you getting your articles and application links up-to-date with the OE research data. With one push of the button, this tool

More information

This document is a preview generated by EVS

This document is a preview generated by EVS CEN WORKSHOP CWA 15264-1 April 2005 AGREEMENT ICS 35.240.15 English version Architecture for a European interoperable eid system within a smart card infrastructure This CEN Workshop Agreement has been

More information

WG EDI BEST PRACTICES

WG EDI BEST PRACTICES 1 WG EDI BEST PRACTICES 2018-01-15 2 Table of Contents 3 4 5 6 7 8 9 10 11 12 13 1 Objective... 5 2 XML instance recommendations... 5 3 Use of local codes in codelist... 5 4 Time... 6 5 Coding identification...

More information

Moving Professionals Forward. World Leader In Competence Based Certification

Moving Professionals Forward. World Leader In Competence Based Certification Moving Professionals Forward World Leader In Competence Based Certification Professionalism in a changing world The world is changing and project management is changing with it. IPMA is adapting: to the

More information

THE REGULATORY ENVIRONMENT IN EUROPE

THE REGULATORY ENVIRONMENT IN EUROPE THE REGULATORY ENVIRONMENT IN EUROPE How does ETSI help? ETSI Seminar European regulations on radio equipment and spectrum Policy positions Legal certainty Political support Harmonized Standards and other

More information

Kapsch CarrierCom. We drive innovation to drive your business.

Kapsch CarrierCom. We drive innovation to drive your business. Kapsch CarrierCom. We drive innovation to drive your business. always one step ahead 1 Who are we? Presentation heading Presentation subheading 2 The Kapsch Group - 118 Years of Experience We are an operating

More information

EU Cybersecurity Certification Framework

EU Cybersecurity Certification Framework EU Cybersecurity Certification Framework Conference: Towards an EU Cybersecurity Certification Framework for Products and Services 01 March 2018 Dr. Andreas Steinhorst www.european-accreditation.org ABOUT

More information

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz

iclass SE multiclass SE 125kHz, 13.56MHz 125kHz, 13.56MHz Date created: 11 July 2016 Last update: 18 August 2016 READERS REGULATORY CERTIFICATION BY COUNTRY. The following table consists of the current regulatory certifications for the readers. HID Global is

More information

The Main Concepts of the European Ground Systems Common Core (EGS-CC)

The Main Concepts of the European Ground Systems Common Core (EGS-CC) The Main Concepts of the European Ground Systems Common Core (EGS-CC) Mauro Pecchioli, ESA/ESOC Juan María Carranza, ESA/ESTEC Presentation to GSAW March 2013 2013 by esa. Published by The Aerospace Corporation

More information

Business internet start, Business internet comfort, Business internet max giga. Internet can also be purchased separately without voice.

Business internet start, Business internet comfort, Business internet max giga. Internet can also be purchased separately without voice. Sunrise Office pro Sunrise Office pro is the flexible and needs-oriented Internet and landline network solution for small businesses. Sunrise Office pro overview Sunrise Office pro Internet (3 profiles)

More information

English Version. Postal Services - Open Standard Interface - Address Data File Format for OCR/VCS Dictionary Generation

English Version. Postal Services - Open Standard Interface - Address Data File Format for OCR/VCS Dictionary Generation TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15873 March 2009 ICS 03.240; 35.240.60 English Version Postal Services - Open Standard Interface - Address Data File Format

More information

English version. European e-competence Framework - Part 1: The Framework - Version 1.0

English version. European e-competence Framework - Part 1: The Framework - Version 1.0 CEN WORKSHOP CWA 15893-1 November 2008 AGREEMENT ICS 35.240.99 English version European e-competence Framework - Part 1: The Framework - Version 1.0 This CEN Workshop Agreement has been drafted and approved

More information

The best views on your PLC program, the best tools for your work

The best views on your PLC program, the best tools for your work The best views on your PLC program, the best tools for your work Adaptivity On the road ahead, into the Third Millennium, manufacturing industries will be challenged by a growing global economy. In order

More information

* Please note that recovery will only be provided free-of-charge if you hold valid cover via Honda.

* Please note that recovery will only be provided free-of-charge if you hold valid cover via Honda. FAQs March 2017 How can I change my PIN? You will be sent an automatically-generated PIN when you register for My Honda, it s not a problem though to change this to something you can remember more easily.

More information

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf

Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments. Dr. Lutz Füllgraf Allianz SE Reinsurance Branch Asia Pacific Systems Requirements & Developments Dr. Lutz Füllgraf Technology and Innovation for Insurance Conference 2007, Sydney 22 March 2007 Contents 1 Importance of a

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN/TS 15844-5 December 2010 ICS 03.240 English Version Postal services - ID-tagging of letter mail items - Part 5: 4-state encoding

More information

CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide

CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide CUSTOMER GUIDE Interoute One Bridge Outlook Plugin Meeting Invite Example Guide Version History Version Date Title 1.0 04/10/17 Initial document All quotes, offers or proposals are (i) made based on Interoute

More information

This document is a preview generated by EVS

This document is a preview generated by EVS EESTI STANDARD EVS-EN 14603:2005 Information technology - Alphanumeric glyph image set for optical character recognition OCR-B - Shapes and dimensions of the printed image Information technology - Alphanumeric

More information

Signatories. to the EA Multilateral. and Bilateral Agreements

Signatories. to the EA Multilateral. and Bilateral Agreements Publication Reference EA-INF/03: 2018 Signatories to the EA Multilateral and Bilateral Agreements PURPOSE The document lists the signatories to the EA Multilateral Agreement (EA MLA) and EA Bilateral Agreements.

More information

Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain

Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain Alexi Glover & Juha-Pekka Luntama SSA Programme Space Weather Segment, OPS-L ESA/ESAC, Madrid, Spain Presentation Outline 1. SSA Programme short introduction 2. SWE Service Domains 3. Precursor Services

More information

This document is a preview generated by EVS

This document is a preview generated by EVS TECHNICAL SPECIFICATION SPÉCIFICATION TECHNIQUE TECHNISCHE SPEZIFIKATION CEN ISO/TS 17575-2 June 2010 ICS 03.220.20; 35.240.60 English Version Electronic fee collection - Application interface definition

More information

ITU Plenipotentiary 2018

ITU Plenipotentiary 2018 ITU Plenipotentiary 2018 Preparations, Expectations and Concerns Chris Buckridge 18 Oct 2018 RIPE Cooperation WG Four Years On!2 ITU Structures and Meetings Plenipotentiary (PP) Standardization (T Sector)

More information