New Item added for scanning of sign display CHA CHA. SetLock Key not saved by client software ESP

Size: px
Start display at page:

Download "New Item added for scanning of sign display 31.05.2011 CHA CHA. SetLock Key not saved by client software 25.03.2011 ESP"

Transcription

1 H New Item added for scanning of sign display CHA CHA G SetLock Key not saved by client software ESP F SetBrightness_CD rw Correct noenum/enumerated for Aux items Removed enum for SetActiveLibrary/StatusActiveLibrary,SetBrightness FontType -> SetFontType ELP ESP E SetLibraryCount removed Lock* items introduced ESP CHA Rev. Rettelse Dato Tegnet Kontrol Godkendt

2 Q:\4380\4382\ M13 HILLERØDMOTORVEJEN ITS-AFDELINGEN Sign-XML-DA v. 3.0 Protocol Specification Proj. ESP Tegnet ESP Kontrol. CHA Godk. Tegn. Nr. KH Dato Rev. DH H

3 Purpose This document specifies the interface between various traffic components and their clients, which is to manage the overall control and monitoring of the signs. In this document sign is used as an umbrella term which also covers Aux, UPS, and Detector which all use the Sign-XML-DA protocol. Therefore this specification applies to both the suppliers of variable traffic message signs and the suppliers of traffic control systems. The interface has been developed for traffic management systems in order to facilitate the establishment of one interface between a management system and all kinds of variable traffic signs. The interface has been developed to be used for communication with all possible types of variable message signs be based on the standard protocol TCP/IP and the standard methods HTTP/HTTPS and SOAP. be used for development of a flexible traffic management system, which can be easily adapted when: New variable signs have been installed Variable signs have been removed or relocated. The basic display facilities of the signs have been modified. The interface has been named Sign-XML-DA and it specifies: Design and contents of telegrams by means of which communication between clients and the variable traffic signs is to be carried out. Services which are to be executed on the clients, hereinafter called the Sign-XML-DA-client. Services that have to be executed on the variable traffic signs, hereinafter called Sign-XML-DA-server.

4 1. Contents 1. CONTENTS INTRODUCTION REVISION INFO NETWORK TRAFFIC SIGNS AND FUNCTIONS NAMESPACE ITEMS Status Alarms Control Management Identification OPC XML-DA, STATUS GetStatus (Client) GetStatusReponse (Sign Control Unit) READ Read (Client) ReadResponse (Sign Control Unit) WRITE Write (Client) WriteResponse (Sign Control Unit) SUBSCRIBE Subscribe (Client) SubscribeResponse (PortalServer /Sign Control Unit) SUBSCRIPTIONPOLLEDREFRESH SubscriptionPolledRefresh (Client) SubscriptionPolledRefreshResponse SUBSCRIPTIONCANCEL, BROWSE AND GETPROPERTIES COMMUNICATION AND FLOW TIME CONTROL MANAGEMENT MONITORING IDENTIFICATION LOG ON STRUCTURE DEPRECATED DATATYPES XML-DA ITEMS, EXPLANATIONS ROOT int StatusOperationMode int StatusGeoPositionLatitude int StatusGeoPositionLongitude int StatusDirection string StatusLocation boolean AlarmVoltageBreakOccurred boolean AlarmVoltageFault boolean AlarmEquipment... 31

5 9.1.9 boolean AlarmLocalOperationTimeOut boolean AlarmTempHigh boolean AlarmTempLow boolean AlarmDoorOpen string AlarmCode datetime SetDateTime int SetOperationMode int SetLocalOperationModeTime boolean ResetAlarmVoltageBreakOccurred string SetLocation String ComponentType String ProtocolVersion AUX float SetAnalogIO_x float StatusAnalogIO_x boolean SetDigitalIO_x boolean StatusDigitalIO_x datetime SetTimeOfAnalogIOActivating datetime SetTimeOfDigitalIOActivating UPS boolean AlarmUPSFailure boolean AlarmMainSupplyFailure SIGN int StatusSign String StatusDisplayImage String StatusDisplayScanning String StatusActiveLibrary float StatusLightSensor int SignWidth int SignHeight String SetActiveLibrary boolean SetTestMode datetime SetTimeOfLibraryActivating String SetValueForDefaultLibrary String SetLock String SetUnLock boolean StatusLocked DETECTOR int StatusDetector int StatusTrafficSpeedArit int StatusTrafficSpeedHarm boolean AlarmTrafficEvent boolean AlarmWrongVehicleDirection boolean AlarmQueue boolean AlarmVehicleDetection boolean AlarmHighVehicle string DetectorType GRAPHIC SIGN float StatusBrightness float StatusBrightnessCD String StatusErrorMap boolean AlarmWrongDisplayInfo boolean AlarmLEDModuleError boolean AlarmModuleError... 45

6 9.6.7 int SetLEDModuleError int SetBrightness float SetBrightnessCD datetime SetTimeOfBrightnessActivating int NumberOfModulesHorisontal int NumberOfModulesVertical int Colours int ModulePixelHorisontal int ModulePixelVertical int SignPixelHorisontal int SignPixelVertical STATICSIGN boolean AlarmSignLightingError boolean StatusSignLighting boolean SetSignLighting FIXEDSIGN ArrayOfString SetLibrary_ TEXTSIGN int NumberOfLines ArrayOfString SetLibrary_ ArrayOfString SetLibrary_x float SetRelativeLineSpacing float SetRelativeLetterSpacing string SetFontType int NumberOfCharactersPerLine FULLYGRAPHICSIGN ArrayOfString SetLibrary_x ArrayOfString SetLibrary_ PRISMFIXEDSIGN boolean AlarmPositionUnknown ArrayOfString SetLibrary_ ArrayOfString SetLibrary_x, for x = TRANSLATION OF CHARACTERS REFERENCES... 61

7 2. Introduction Because of the wide range of variable traffic signs, Signs with fixed displays Fully graphic signs with facilities for several colours Text-based signs with fixed and variable character displays and the need of central control, it is necessary to find a uniform way of communicating with the traffic signs by means of a traffic management system. The Sign-XML-DA is an extension and clarification of the OPC XML-DA specification that can be found at 3. Revision info This issue of the Sign-XML-DA interface version 3.0 beta is based on the previous version 2.1. The major change is the handling of libraries which is now different since gif files are sent as base64 encoded strings and not as SOAP attachments. Because of this change the protocol is no longer backwards compatible with previous versions of SIGN-XML-DA. In addition, the component objects Detector, UPS and Aux are now added to the protocol. Because of this addition the sign object is split into a new object called Root and the previous object called Sign. The term component is now used for what was called sign object in previous protocol versions. Changes from SIGN-XML-DA 2.1 1) Uses Base64 for sending gif over SOAP. SOAP with attachments are not used. 2) New object hierarchy. Root as base for all types. 3) Detector, Aux, UPS types added. 4) MatrixTextSign, LineMatrixSign removed. TextSign has same functionality. 5) Several items moved from one type to another. 6) TextSign supports justificatino of text, variable line, letter spacing. 7) Unlimited number of libraries for Signs, uses string as identifier. 8) Removed danish item and type names. 9) Sign: Added SetTestMode 10) Root: Added ComponentType, ProtocolVersion, AlarmTempHigh, AlarmTempLow, AlarmDoorOpen, SetLocation, StatusLocation. 11) GraphicSign: added StatusErrorMap, StatusBrightNessCD, SetTimeOfBrightnessActivating. Changed colours 12) FixedSign: Added StatusSignLighting, SetSignLighting

8 13) TextSign: Added RelativeLineSpacing, RelativeLetterSpacing. Changed SetLibrary_x, SetFontType, removed item SetFont 14) SignType, StatusDisplayInfo renamed. StatusBrightness changed. 15) Connection between Local operation and Subscription 16) Access rights changed to ReadWritable for items: 17) SetValueForDefaultLibrary 18) SetActiveLibrary 19) SetOperationMode 20) SetDateTime 21) SetLocalOperationModeTime 22) Namespace extended to include detector data. New detector items are: a. StatusDetector b. StatusTrafficSpeed1 c. StatusTrafficSpeed2 d. AlarmTrafficEvent e. AlarmWrongVehicleDirection f. AlarmQueue g. AlarmVehicleDetection h. AlarmHighVehicle i. DetectorType 23) Namespace extended to include aux data. New Aux items are: a. SetAnalogIO_x b. StatusAnalogIO_x c. SetDigitalIO_x d. StatusDigitalIO_x e. SetTimeOfAnalogIOActivating f. SetTimeOfDigitalIOActivating 24) Namespace extended to include UPS data. New UPS items are: a. AlarmUPSFailure b. AlarmMainSupplyFailure 25) Service attribute ReturnAllItems to service SubscriptionPolledRefresh can be false or true. 26) New items added: StatusLocation; SetLocation 27) New enum value (remote control) added for the items 28) No explicit dynamic effects for GraphicSign libraires. Libraries can be animated gif. 29) No special meaning to libraries 50, 100(user libraries). All libraries are considered user libraries. 30) Signs are required to keep correct time. By NTP or other means. 31) SetLock/SetUnlock/StatusLocked 32) New item: StatusDisplayScanning

9 1. A sign control unit is a separate sign, where the respective users only will have access to one physical sign. 4. Network The traffic signs shall be able to communicate through TCP/IP, using HTTP Port 80 / HTTPS port 443. Where nothing else has been agreed between the parties, the HTTP port 80 shall be used as default. HTTP Basic Authentication shall be used. (cf. ref. 3). It shall be possible to configure the traffic signs individually to arbitrary, fixed IP addresses. The addresses of the signs shall comply with below guidelines for http addresses: 1. xxx.xxx.xxx.xxx signifies an IP address e.g Clients must be prepared for any http URL for testing purposes. 5. Traffic Signs and Functions The below figure clarifies the different interfaces and the functions that need to be included in Sign-XML-DA. Portal server / sign control unit <<traffic sign>> graphical <<traffic sign>> Text <<traffic sign>> Line IT central control Local control Control and monitoring Sign control <<traffic sign>> Sign <<traffic sign>> FullyGraphic <<traffic sign>> Matrix <<User>> Local <<traffic sign>> Fixed <<traffic sign>> Prism Figure 1 Sign functions and interfaces. A frame called a Portal Server/Sign control unit has been marked, which should be understood in the following way:

10

11 Represents a user, a unit or a system. Actor Use Case Generalisation Describes the performance of the system, a sequence of actions that the system performs. A relation between a general element and a more specific element. Base Use Case includes the relevant Use Case. Describes an extension of the actions of a Use Case Association Attaches an Actor to a Use Case. Shows the participation of an Actor in a Use Case. Control and monitoring system Status Read Write Browse Get Properties Subscription Subscription Polled Refresh Subscription Cancel Local Sign Control and monitoring of the traffic signs is accomplished according to the OPC-XML-DA (Ref.2) Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.2 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.3 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.4 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.8 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.9 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.5 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.6 for detailed description of service. Reference is made to the OPC-XML-DA specification (Version 1.0.1), section 3.7 for detailed description of service. Service staff or the like, who controls and monitors the traffic signs locally in connection with trouble shooting and testing. Overall term for a sign that is common to all types of signs.

12 Graphic Overall term for signs that use LED for displays. Fully graphic display (Category 3) Arbitrary symbols can be displayed using one or more colours e.g.: FullGraphic Text Overall term for text signs that are common to all types of text signs. Detector Aux UPS Overall term for a detector that are common to all types of detectors. Used for bringing legacy equipment into a new system. Can control and read arbitrary analog and digital inputs. Uninterruptible power supply. Used for monitoring overall health of UPS and main supply. Line matrix (Category 2). Lines X numbers of lines with text can be displayed with a floating number of characters, depending on the size of the characters used. (Different colours, fonts etc.) Text matrix (Category 2). Matrix X numbers of lines with text can be displayed with a fixed number of characters e.g.: Fixed Varieties of fixed signs could be prisms, barriers, flashing stop lights, etc.

13 Prism Prism Sign (Category 1). Fixed libraries are used. Typically, there will be 3 fixed libraries that can be set by rotating the segments of the sign. Local control Sign control TCP/IP - HTTP connection where communication is done through SOAP. A portal server uses TCP/IP HTTP, and a sign server may use a proprietary protocol. Sign-XML-DA is in its present shape based on control/monitoring of above types of variable signsm UPS, Aux and detectors. However, the protocol is designed to control/monitor any possible type of variable sign/marking (flashing stop lights, barriers, traffic signals etc.) It should be possible to an arbitrary number of libraries in each sign, so that the clients can activate libraries stored in the signs (Fixed signs need, however, not go beyond a fixed number of libraries). Library_0 is an item; however, it always means that the sign shall be blank. This library can therefore not be loaded with any value, but if it is read, the sign shall return a blank GIF image. There shall be a default library that shall be used if errors occur so that the sign automatically switches to this library in case of lack of communication, sign errors, etc. It shall also be possible to upload new sign values to the libraries of the signs. (Sign values can be text strings or base64 encoded gif images). The signs shall be provided with mechanisms that make it possible to report errors. This protocol lays down some minimum requirements that must be complied with. Figure 2 System

14 If the Sign Control Unit lose the connection to the display, it shall set the server state to commfault.

15 6. Namespace The Sign-XML-DA protocol is using a object oriented design, meaning only the items specified in a given type and parent types is implemented. Example: The type TextSign implements the items in TextSign, GraphicSign, Sign, Root. TextSign does not implement the items in StaticSign, FixedSign, PrismFixedSign, Detector, Aux, UPS. According to Figure 3 the following signs, detector and object structure have been defined: Figur 3 Object oriented structure of namespace with the different sign types and the additional objects detector and object. All types inherit properties from upper level type. Rounded corners in this drawing indicates an abstract type. Squared corners indicate concrete types. Namespaces have been designed according to OPC XML-DA (naming of items). Kunne ikke finde tekst til indholdsfortegnelsen.

16 Example: the value from the item SignType can be fetched from the sign, with the SignID Sign123 by the following xml-message: <soap:body> <Read xmlns= > <Options ReturnErrorText= true ReturnItemTime= true ReturnItemName= true LocaleID= en-dk /> <ItemList> <Items ItemName= Sign123/Identification/SignType /> </ItemList> </Read> </soap:body> Sign123 is the ID of the sign which will be returned is ItemName is the empty string. Identification is the ItemGroup of the item, and SignType is the ItemName. 6.1 Items Status Monitoring/Status/StatusOperationMode Monitoring/Status/StatusGeoPositionLatitude Monitoring/Status/StatusGeoPositionLongitude Monitoring/Status/StatusDirection Monitoring/Status/StatusLocation Monitoring/Status/StatusDigitalIO_x Monitoring/Status/StatusAnalogIO_x Monitoring/Status/StatusSign Monitoring/Status/StatusDisplayImage Monitoring/Status/StatusDisplayScanning Monitoring/Status/StatusActiveLibrary Monitoring/Status/StatusLightSensor Monitoring/Status/StatusDetector Monitoring/Status/StatusTrafficSpeedArit Monitoring/Status/StatusTrafficSpeedHarm Monitoring/Status/StatusBrightness Monitoring/Status/StatusBrightnessCD Monitoring/Status/StatusErrorMap Monitoring/Status/StatusSignLighting Monitoring/Status/StatusLocked Alarms Monitoring/Alarms/AlarmVoltageBreakOccurred Monitoring/Alarms/AlarmVoltageFault

17 Monitoring/Alarms/AlarmEquipment Monitoring/Alarms/AlarmLocalOperationTimeOut Monitoring/Alarms/AlarmTempHigh Monitoring/Alarms/AlarmTempLow Monitoring/Alarms/AlarmDoorOpen Monitoring/Alarms/AlarmCode Monitoring/Alarms/AlarmUPSFailure Monitoring/Alarms/AlarmMainSupplyFailure Monitoring/Alarms/AlarmTrafficEvent Monitoring/Alarms/AlarmWrongVehicleDirection Monitoring/Alarms/AlarmQueue Monitoring/Alarms/AlarmVehicleDetection Monitoring/Alarms/AlarmHighVehicle Monitoring/Alarms/AlarmWrongDisplayInfo Monitoring/Alarms/AlarmLEDModuleError Monitoring/Alarms/AlarmModuleError Monitoring/Alarms/AlarmSignLightingError Monitoring/Alarms/AlarmPositionUnknown Control Control/SetAnalogIO_x Control/SetDigitalIO_x Control/SetValueForDefaultLibrary Control/SetTimeOfBrightnessActivating Control/SetTimeOfLibraryActivating Control/SetSignLighting Control/SetActiveLibrary Control/SetTimeOfDigitalIOActivating Control/SetTimeOfAnalogIOActivating Control/SetLock Control/SetUnlock Management Management/SetLocation Management/SetOperationMode Management/SetLocalOperationModeTime Management/ResetAlarmVoltageBreakOccurred Management/SetLEDModuleError Management/SetBrightness Management/SetDateTime Management/SetBrightnessCD Management/SetLibrary_1 Management/SetLibrary_0 Management/SetLibrary_x Management/SetRelativeLineSpacing

18 Management/SetRelativeLetterSpacing Management/SetTestMode Identification Identification/ComponentType Identification/ProtocolVersion Identification/SignWidth Identification/SignHeight Identification/DetectorType Identification/NumberOfModulesHorisontal Identification/NumberOfModulesVertical Identification/Colours Identification/ModulePixelHorisontal Identification/ModulePixelVertical Identification/SignPixelHorisontal Identification/SignPixelVertical Identification/NumberOfLines Identification/NumberOfCharactersPerLine Identification/SetFontType Refer to chapter 9 for explanations of items. 7. OPC XML-DA, In the following section, attention will be drawn to the extensions and definitions of the OPC XML-DA specification. Where nothing else is stated in this specification, the OPC XML-DA shall apply. No other result codes (OPCError) shall be used than those specified by the OPC XML-DA specification Should proprietary error codes be required, such codes shall be discussed with the Danish Road Directorate prior to use to facilitate an update of this present standard. The ErrorText shall be designed following below principle: SignID.Component.Element alarmdescription

19 7.1 Status When the client/server requests/answers a status the following instructions shall be followed: GetStatus (Client) LokalID shall be dk-dk or en-dk. Example : <soap:body> <GetStatus LocaleID= dk-dk Xmlns= /> /> </soap:body> GetStatusReponse (Sign Control Unit) StatusInfo shall be filled in with the following comma-separated information: Sign software (Main modules + version), Sign-XML-DA version VendorInfo shall be filled in with the following comma-separated information: Company Name, Address, Telephone

20 Example: <soap:body> <GetStatusResponse xmlns= /> <GetStatusResult RcvTime= T14:01: :00 ReplyTime= T14:01: :00 ServerState= running /> <Status StartTime= T12:04: :00 ProductVersion= > <StatusInfo>Windows XP Professional SP2, Tomcat Webserver 4.1</StatusInfo> <VendorInfo>Vejdirektoratet, Niels Juuls gade 13, , Sign-XML-DA 2.0</VendorInfo> <SupportedLocaleIDs>da</SupportedLocaleIDs> <SupportedInterfaceVersions>XML_DA_Version_2_0 </SupportedInterfaceVersions> </Status> </GetStatusResponse> 7.2 Read When the client/server requests/answers a Read service, the following instructions shall be followed: Read (Client) ReturnDiagnosticInfo shall be true (the server shall be provided with information regarding a trouble shooting guide) so that the Client can use this information as help text for trouble shooting. ReturnItemTime shall be true so that a log, if any, can be provided with a time stamp. LokalID shall be da-dk or en-dk. Example: <soap:body> <Read xmlns= > <Options ReturnErrorText= true ReturnDiagnosticInfo= true ReturnItemTime= true LocalID= en-dk /> <ItemList> <Items ItemName= Sign123/Management/SetSignPosition /> <Items ItemName= Sign123/Management/SetDateTime /> </ItemList> </Read> </soap:body>

21 7.2.2 ReadResponse (Sign Control Unit) OPCQuality shall use either QualityField or LimitField. VendorField shall not be used unless this has been agreed and inserted in this present specification. 7.3 Write When the client/server requests/answers the Write service the following instructions shall be followed: Write (Client) ReturnDiagnosticInfo shall be true (the server shall be provided with information regarding a trouble shooting guide) so that the client can use this information as help text for troubleshooting. ReturnItemTime shall be true so that a log, if any, can be provided with a time stamp. LokalID shall be da-dk or en-dk. ReturnValuesOnReply shall always be true since a verification of data from the sign is important. When the libraries are set, RequestDeadline can be used to ensure a series of writings on a number of signs within a certain period. The client shall, however, be aware that the transfer of graphic files can delay the response time.

22 Example: <?xml version='1.0'?> <soap:envelope xmlns:soap= xmlns:xsi= xmlns:xsd= > <soap:body> <Write ReturnValuesOnReply= true xmlns= > <Options ReturnErrorText= true ReturnDiagnosticInfo= true ReturnItemTime= true RequestDeadline= T14:00: :00 LocalID= en-dk /> <ItemList> <Items ItemName= Sign123/Management/SetLibrary_2 > <Value xsi:type= xsd:arrayofstring > <string>91-2</string> <string>queue</string> </Value> </Items> <Items ItemName= Sign123/Control/SetActiveLibrary > <Value xsi:type= xsd:byte >2</Value> </Items> <Items ItemName= Sign123/Control/SetTimeOfLibraryActivating > <Value xsi:type= xsd:datetime > T14:05: :00 </Value> </Items> </ItemList> </Write> </soap:body> </soap:envelope> Please note that it has been decided that the sign shall read items after receipt and return them to the client, and that it shall take place within a specified RequestDeadLine.

23 LokalID shall be da-dk or en-dk WriteResponse (Sign Control Unit) OPCQuality shall use either QualityField or LimitField. VendorField shall not be used unless this has been agreed and inserted in this present specification. Example: <soap:body> <WriteResponse xmlns= > <WriteResult RcvTime= T14:01: :00 ReplyTime= T14:01: :00 ServerState= running /> <RItemList> <Items ItemName= Sign123/Management/SetLibrary_2 Timestanp= T14:01: :00 > <Value xsi:type= xsd:arrayofstring > <string>91-2</string> <string>queue</string> </Value> </Items> <Items ItemName= Sign123/Control/SetActiveLibrary Timestanp= T14:01: :00 > <Value xsi:type= xsd:byte >2</Value> </Items> <Items ItemName= Sign123/Control/SetTimeOfLibraryActivating Timestanp= T14:01: :00 > <Value xsi:type= xsd:datetime > T14:05: :00 </Value> </Items> </RItemList> </WriteResponse> </soap:body> </soap:envelope> 7.4 Subscribe When client/server requests/answers the Subscribe service, the following instructions shall be followed: Subscribe (Client) ReturnDiagnosticInfo shall be true (the server shall be provided with information regarding a trouble shooting guide) so that the client can use this information as help text for troubleshooting. ReturnItemTime shall be true so that a log, if any, can be provided with a time stamp.

24 SubscriptionPingRate shall be a variable client parameter and shall be supported by the sign at the interval of ms. In case of lack of communication, (SubscriptionPingRate expired) and if the sign is not in local control mode, the sign shall neutralize the display (i.e. StatusActiveLibrary = SetValueForDefaultLibrary). If the sign is in local control mode, the StatusActiveLibrary is retained. RequestedSamplingRate depends on the sign. The client can use this item to receive a RevisedSamplingRate in order to determine the minimum limit of the sign. It is a good idea to spare the sign for stressing pollings by setting HoldTime and WaitTime on the client. These items should be set according to the response times required. EnableBuffering must be false.

25 <soap:body> <Subscribe SubscriptionPingRate= 3000 xmlns= > <Options ReturnErrorText= true ReturnDiagnosticInfo= true ReturnItemTime= true LocalID= en-dk /> <ItemList RequestedSamplingRate= 3000 > <Items ItemName= Sign123/Management/SetLibrary_2 ClientItemHandle= e03err2-r34t-4er3-re3443 /> <Items ItemName= Sign123/Control/StatusActiveLibrary ClientItemHandle= e04edf5-r3df-4e53-re3663 /> </ItemList> </Subscribe> </soap:body> SubscribeResponse (PortalServer /Sign Control Unit) This service is used as described in the OPC XML-DA specification 1.0, section (See also examples in this section). 7.5 SubscriptionPolledRefresh When the client/server requests/answers a SubscriptionPolledRefresh service, the following instructions shall be followed: SubscriptionPolledRefresh (Client) ReturnDiagnosticInfo shall be true (the server shall be provided with information regarding a trouble shooting guide), so that the client can use this information as help text for troubleshooting. ReturnItemTime shall be true so that a log, if any, can be provided with a timestamp. LokalID shall be en-dk. HoldTime must be applied, and the default value shall be 3000 ms. (In the SubscriptionPolledRefresh service this time value must be defined in absolute time related to the current time, see example). WaitTime must be applied, and the default value shall be ms. ReturnAllItems can be true or false.

26 Example : <soap:body> <SubscriptionPolledRefresh Holdtime= T15:00: :00 Waittime= ReturnAllItems= false xmlns= > <Options ReturnErrorText= true ReturnDiagnosticInfo= true ReturnItemTime= true LocalID= en-dk /> <ServerSubHandles>f6f8700g jdhg</ServerSubHandles> </SubscriptionPolledRefresh> </soap:body> SubscriptionPolledRefreshResponse This service is used as described in the OPC XML-DA specification 1.0, section (See also examples in this section). 7.6 SubscriptionCancel, Browse and GetProperties SubscriptionCancel, Browse and GetProperties shall be used as described in the OPC XML-DA specification 1.0, (See also examples in the sections). LokalID shall be da-dk or en-dk.

27 8. Communication and Flow The following sections describe the different interactions that shall be observed by the client/server, as well as information exchange. The following overall terms apply: 1. Control Control includes all active processes that require writing to the graphic sign in order to set the sign in a new state. 2. Management Management includes all processes that require Read/Writing to manage the configuration of the component. 3. Monitoring Monitoring includes all the processes that handle evaluation of component conditions; on this basis logic control or management may be activated. 4. Identification Identification includes information that is necessary for correct identification of the component, so that the client can make the appropriate control tools, editing tools, etc. available to the user. It should be noted that the four terms undeniably interact with each other and therefore they may cause mutual activation. 8.1 Time Signs must always know the current time. It is the responsibility of the sign to keep time updated. If the sign uses NTP, there must be a configuration interface to set the time server. 8.2 Control Control includes items in the group Control. The following services are used for control: Read Write When setting a new active library and activating time, the sign shall always follow the new values and thus cancel ongoing jobs in such a way that activations not carried out are cancelled by the new values. 8.3 Management Management includes items in the group Management. The following services are used for management:

NETWORK MONITORING USING OPC. Bhumi Patel B.E, Gujarat University, India, 2007 PROJECT

NETWORK MONITORING USING OPC. Bhumi Patel B.E, Gujarat University, India, 2007 PROJECT NETWORK MONITORING USING OPC Bhumi Patel B.E, Gujarat University, India, 2007 PROJECT Submitted in partial satisfaction of the requirements for the degree of MASTER OF SCIENCE in COMPUTER SCIENCE at CALIFORNIA

More information

rev. 31 (applies to CyBro OPC Server v3.0.4 and later)

rev. 31 (applies to CyBro OPC Server v3.0.4 and later) CyBro OPC Server User Manual rev. 31 (applies to CyBro OPC Server v3.0.4 and later) 2003-2013 Cybrotech Ltd www.cybrotech.co.uk Index Index... 1 General... 2 Installation... 2 Activation code... 2 Configuration...

More information

How To Use A Wireless Pan & Tilt Camera On A Pc Or Mac Or Ipad (For Pc) For Free (For Mac) For A Week (For A Week) For $99.99) For Two Weeks (For Ipad)

How To Use A Wireless Pan & Tilt Camera On A Pc Or Mac Or Ipad (For Pc) For Free (For Mac) For A Week (For A Week) For $99.99) For Two Weeks (For Ipad) User Manual Wireless Pan & Tilt Camera CIPCAMPTIWL v1.0 Index 1 INTRODUCTION... 4 1.1 THE PACKAGE INCLUDES... 4 1.2 FUNCTION AND FEATURES... 4 1.3 TECHNICAL SPECIFICATIONS... 4 2 APPEARANCE AND INTERFACE...

More information

Grandstream XML Application Guide Three XML Applications

Grandstream XML Application Guide Three XML Applications Grandstream XML Application Guide Three XML Applications PART A Application Explanations PART B XML Syntax, Technical Detail, File Examples Grandstream XML Application Guide - PART A Three XML Applications

More information

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc.

STATGRAPHICS Online. Statistical Analysis and Data Visualization System. Revised 6/21/2012. Copyright 2012 by StatPoint Technologies, Inc. STATGRAPHICS Online Statistical Analysis and Data Visualization System Revised 6/21/2012 Copyright 2012 by StatPoint Technologies, Inc. All rights reserved. Table of Contents Introduction... 1 Chapter

More information

Gigabyte Content Management System Console User s Guide. Version: 0.1

Gigabyte Content Management System Console User s Guide. Version: 0.1 Gigabyte Content Management System Console User s Guide Version: 0.1 Table of Contents Using Your Gigabyte Content Management System Console... 2 Gigabyte Content Management System Key Features and Functions...

More information

BlackHawk for MAC Software User Guide

BlackHawk for MAC Software User Guide BlackHawk for MAC Software User Guide Products: BLK-DH2 Series and BLK-HD Series DVRs Please read this manual before using your software, and always follow the instructions for safety and proper use. Save

More information

Chapter I Model801, Model802 Functions and Features

Chapter I Model801, Model802 Functions and Features Chapter I Model801, Model802 Functions and Features 1. Completely Compatible with the Seventh Generation Control System The eighth generation is developed based on the seventh. Compared with the seventh,

More information

Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS

Kokii BatteryDAQ. BMS Software Manual. Battery Analyzer Battery DAS Kokii BatteryDAQ BMS Battery Analyzer Battery DAS Updated: October 2008 Caution: High Voltage Exists on Battery Power and Sampling Connectors! Please refer to device installation and operation manual for

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

B Series Robot Model. IP Camera 2013-7 V4.18. User Manual

B Series Robot Model. IP Camera 2013-7 V4.18. User Manual B Series Robot Model IP Camera 2013-7 V4.18 User Manual Index 1 INTRODUCTION... 3 2 APPEARANCE AND INTERFACE... 5 3 VISIT IP CAMERA FROM LAN... 6 4 VISIT IP CAMERA FROM WAN... 10 5 OTHER SETTINGS... 12

More information

Managed Switch Quick Start Guide

Managed Switch Quick Start Guide Managed Switch Quick Start Guide Note: The purpose of this guide is to help you get your Hirschmann managed switch up & running as quickly as possible and recommend switch settings that are suitable for

More information

TSX ETY 110 Module 8

TSX ETY 110 Module 8 Module 8 Introduction Subject of this chapter What s in this Chapter? This chapter describes the implementation of a TSX ETY 110 module. This chapter contains the following sections: Section Topic Page

More information

DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256

DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256 DATA PROJECTOR XJ-A146/XJ-A246/XJ-A256 E Data Projector Wireless Function Guide Be sure to read the precautions in the Setup Guide that comes with the Data Projector. Be sure to keep all user documentation

More information

System 800xA PLC Connect Configuration

System 800xA PLC Connect Configuration System 800xA PLC Connect Configuration System Version 5.1 Power and productivity for a better world TM System 800xA PLC Connect Configuration System Version 5.1 NOTICE This document contains information

More information

Cloud Portal for imagerunner ADVANCE

Cloud Portal for imagerunner ADVANCE Cloud Portal for imagerunner ADVANCE User's Guide Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG How This

More information

Dear users, the configuration for this camera is professional, so please read the user manual carefully before using the camera. 2012-11 V4.

Dear users, the configuration for this camera is professional, so please read the user manual carefully before using the camera. 2012-11 V4. Dear users, the configuration for this camera is professional, so please read the user manual carefully before using the camera. IP Camera (B series) User manual 2012-11 V4.19 Statement If the user manual

More information

Car Alarm Tracker Manual-20150814

Car Alarm Tracker Manual-20150814 CCTR-922 Car Alarm Tracker Manual-20150814 Welcome to use this GSM car alarm with tracker function CCTR-922. this product use 2G GSM network (LBS locate) to locate the car, it has many new and unique functions,

More information

Using RAID Admin and Disk Utility

Using RAID Admin and Disk Utility Using RAID Admin and Disk Utility Xserve RAID Includes instructions for creating RAID arrays and monitoring Xserve RAID systems K Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. Under

More information

User Manual. Version 1.00 - February 2012. EVS SNMP Monitoring

User Manual. Version 1.00 - February 2012. EVS SNMP Monitoring User Manual Version 1.00 - February 2012 EVS SNMP Monitoring XNet Web Monitor - Version 1.00 - User Manual Copyright EVS Broadcast Equipment S.A. Copyright 2012. All rights reserved. Disclaimer The information

More information

ChamberMaster - QuickBooks Guide

ChamberMaster - QuickBooks Guide ChamberMaster - QuickBooks Guide CHAMBERMASTER ChamberMaster QuickBooks Guide ChamberMaster A Division of MicroNet, Inc. 14391 Edgewood Drive Baxter MN 56425 218.825.9200 800.825.9171 support@chambermaster.com

More information

NVMS-1200. User Manual

NVMS-1200. User Manual NVMS-1200 User Manual Contents 1 Software Introduction... 1 1.1 Summary... 1 1.2 Install and Uninstall... 1 1.2.1 Install the Software... 1 2 Login Software... 3 2.1 Login... 3 2.2 Control Panel Instruction...

More information

AXIS Camera Station Quick Installation Guide

AXIS Camera Station Quick Installation Guide AXIS Camera Station Quick Installation Guide Copyright Axis Communications AB April 2005 Rev. 3.5 Part Number 23997 1 Table of Contents Regulatory Information.................................. 3 AXIS Camera

More information

How to Obtain an OPC License--5. Creating a System Code 5 Entering an Authorization Code 6. Getting Started with SNMP Editor--7

How to Obtain an OPC License--5. Creating a System Code 5 Entering an Authorization Code 6. Getting Started with SNMP Editor--7 Contents Introduction--1 Product definition 1 Implementing SNMP 2 Integrating SNMP into the user interface 3 Components of OPC SNMP Gateway 4 How to Obtain an OPC License--5 Creating a System Code 5 Entering

More information

VT600X USER MANUAL. GPS Vehicle Tracker. User Manual V5.4 VT600X

VT600X USER MANUAL. GPS Vehicle Tracker. User Manual V5.4 VT600X GPS Vehicle Tracker User Manual V5.4 VT600X 1 Preface VT600X USER MANUAL Thank you for purchasing our products. This deliberately edited manual is to introduce the tracker with the complete technical data

More information

3.5 EXTERNAL NETWORK HDD. User s Manual

3.5 EXTERNAL NETWORK HDD. User s Manual 3.5 EXTERNAL NETWORK HDD User s Manual Table of Content Before You Use Key Features H/W Installation Illustration of Product LED Definition NETWORK HDD Assembly Setup the Network HDD Home Disk Utility

More information

2» 10» 18» 26» PD3 34 00 42»

2» 10» 18» 26» PD3 34 00 42» » STARDOM Safe Capsule Series User Manual... 2» STARDOM Safe Capsule Serie Bedienungsanleitung... 10» Série STARDOM Safe Capsule Manuel de l utilisateur... 18 26 PD3500 34» Manual de usuario de STARDOM

More information

Logging and SNMP Trap Notification Of Events. Isonas Access Control System. Release 12 June 2007

Logging and SNMP Trap Notification Of Events. Isonas Access Control System. Release 12 June 2007 Logging and SNMP Trap Notification Of Events Release 12 June 2007 6325 Gunpark Drive. Boulder, CO 80301 (303) 567 6516 www.isonas.com 1 Background and Introduction This specification describes and defines

More information

Component Based Rapid OPC Application Development Platform

Component Based Rapid OPC Application Development Platform Component Based Rapid OPC Application Development Platform Jouni Aro Prosys PMS Ltd, Tekniikantie 21 C, FIN-02150 Espoo, Finland Tel: +358 (0)9 2517 5401, Fax: +358 (0) 9 2517 5402, E-mail: jouni.aro@prosys.fi,

More information

2N Helios IP Event Log

2N Helios IP Event Log 2N Helios IP Event Log IP Intercom Configuration Manual Firmware Version 2.11 2.11 www.2n.cz The 2N TELEKOMUNIKACE a.s. is a Czech manufacturer and supplier of telecommunications equipment. The product

More information

WIRELESS ALARM MONITORING. User Manual V1.2

WIRELESS ALARM MONITORING. User Manual V1.2 WIRELESS ALARM MONITORING User Manual V1.2 Please read this user manual fully before attempting installation. Pictures are for indication and illustration purposes only. 1. Accessories Please make sure

More information

ifix Alarm History Viewer Version 1.0

ifix Alarm History Viewer Version 1.0 INSTALLATION AND DESCRIPTION ifix Alarm History Viewer Version 1.0 File: Documentation - ifix Alarm History Viewer - Version 1.0 Revision: 1.0 Date: 01/11/12 Inh.: Dipl.-Ing. Bernhard Wurm An der Landwehr

More information

Dashboard Skin Tutorial. For ETS2 HTML5 Mobile Dashboard v3.0.2

Dashboard Skin Tutorial. For ETS2 HTML5 Mobile Dashboard v3.0.2 Dashboard Skin Tutorial For ETS2 HTML5 Mobile Dashboard v3.0.2 Dashboard engine overview Dashboard menu Skin file structure config.json Available telemetry properties dashboard.html dashboard.css Telemetry

More information

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245

DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 DATA PROJECTOR XJ-A135/XJ-A145/XJ-A235/ XJ-A245 E Data Projector Wireless Function Guide Be sure to read the precautions in the User s Guide (Basic Operations) that comes with the Data Projector. Be sure

More information

NEC Express5800 Series Web-based Promise Array Manager User's Guide (For N8103-89/N8103-101/N8103-103 Disk Array Controller)

NEC Express5800 Series Web-based Promise Array Manager User's Guide (For N8103-89/N8103-101/N8103-103 Disk Array Controller) NEC Express5800 Series Web-based Promise Array Manager User's Guide (For N8103-89/N8103-101/N8103-103 Disk Array Controller) 1st Edition 11-2006 856-840000-383-A Preface This User's Guide explains the

More information

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01

ShoreTel 13 Conferencing User Guide. Part Number 850-1234-01 ShoreTel 13 Part Number 850-1234-01 Document and Software Copyrights Copyright 1998-2012 by ShoreTel Inc., Sunnyvale, California, USA. All rights reserved. Printed in the United States of America. Contents

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management AT&T Business Messaging Account Management Admin User Guide December 2015 1 Copyright 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein

More information

LATITUDE Patient Management System

LATITUDE Patient Management System LATITUDE PACEART INTEGRATION 1.01 GUIDE LATITUDE Patient Management System LATITUDE PACEART INTEGRATION SYSTEM DIAGRAM a. Patient environment b. LATITUDE environment c. Clinic environment d. Data retrieval

More information

SECTION 16926 CONTROL SOFTWARE

SECTION 16926 CONTROL SOFTWARE SECTION 16926 CONTROL SOFTWARE PART 1 GENERAL 1.01 SUMMARY: A. Contractor shall furnish a complete control software package for the Red River Wastewater Treatment Plant and the Northeast Wastewater Treatment

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

FactoryTalk ViewPoint Quick Start Guide

FactoryTalk ViewPoint Quick Start Guide FactoryTalk ViewPoint Quick Start Guide Publication FTVP-QS002F-EN-E - September 2015 Supersedes Publication FTVP-QS002E-EN-E Important user information Read this document and the documents listed in the

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

V310 Support Note Version 1.0 November, 2011

V310 Support Note Version 1.0 November, 2011 1 V310 Support Note Version 1.0 November, 2011 2 Index How to Register V310 to Your SIP server... 3 Register Your V310 through Auto-Provision... 4 Phone Book and Firmware Upgrade... 5 Auto Upgrade... 6

More information

IBM Tivoli Network Manager 3.8

IBM Tivoli Network Manager 3.8 IBM Tivoli Network Manager 3.8 Configuring initial discovery 2010 IBM Corporation Welcome to this module for IBM Tivoli Network Manager 3.8 Configuring initial discovery. configuring_discovery.ppt Page

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS

Network Client. Troubleshooting Guide FREQUENTLY ASKED QUESTIONS Network Client Troubleshooting Guide 1 Network Client Troubleshooting Guide The first section of this guide answers some frequently asked questions (FAQs) about the operation of Intellex and the Network

More information

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Utilities

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Utilities Xerox 700 Digital Color Press with Integrated Fiery Color Server Utilities 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45072726

More information

VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR

VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR Andrey V.Lyamin, State University of IT, Mechanics and Optics St. Petersburg, Russia Oleg E.Vashenkov, State University of IT, Mechanics and Optics, St.Petersburg,

More information

NetIQ Advanced Authentication Framework - Client. User's Guide. Version 5.1.0

NetIQ Advanced Authentication Framework - Client. User's Guide. Version 5.1.0 NetIQ Advanced Authentication Framework - Client User's Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 4 About This Document 4 NetIQ Advanced Authentication Framework Overview

More information

OPTAC Fleet Viewer. Instruction Manual

OPTAC Fleet Viewer. Instruction Manual OPTAC Fleet Viewer Instruction Manual Stoneridge Limited Claverhouse Industrial Park Dundee DD4 9UB Help-line Telephone Number: 0870 887 9256 E-Mail: optac@stoneridge.com Document version 4.0 Part Number:

More information

Standard for Communication in Between VINTERMAN and Road Clearing Equipment

Standard for Communication in Between VINTERMAN and Road Clearing Equipment The Danish Road Directorate and Counties Standard for Communication in Between VINTERMAN and Road Clearing Equipment Version 1.40 - DRAFT 31-07-2003 Contents Page 1. Preface... 1 2. Update History... 2

More information

999GPS Tracking Platform Operation Guide

999GPS Tracking Platform Operation Guide 999GPS Tracking Platform Operation Guide Welcome to use this Real Time GPS tracking platform, This software is web based system, it is not necessary to download any software or any plug-in software, just

More information

Portal Connector Fields and Widgets Technical Documentation

Portal Connector Fields and Widgets Technical Documentation Portal Connector Fields and Widgets Technical Documentation 1 Form Fields 1.1 Content 1.1.1 CRM Form Configuration The CRM Form Configuration manages all the fields on the form and defines how the fields

More information

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents:

Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: Short Manual Intellect v.4.7.6 SP2 module Unipos Contents: 1. Software Installation... 2 2. Hardware Configuration... 12 3. System Dispatching... 14 3.1. Create dispatching objects... 14 3.2. Graphical

More information

User manual BS1000 LAN base station

User manual BS1000 LAN base station 1/18 Contents 1.Introduction 2.Package of the LAN Base Station 3.Software installation 4.Installation of the Receiver 5.Sensor operation 6.Software operation Introduction The BS1000 is a receiver station

More information

User s Manual Network Management Card

User s Manual Network Management Card User s Manual Network Management Card RMCARD202 Intelligent Network Management Card allows a UPS system to be managed, monitored, and configured Version 1.0 E-K01-SNMP005-0 TABLE OF CONTENTS Introduction

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

NETWRIX ACCOUNT LOCKOUT EXAMINER NETWRIX ACCOUNT LOCKOUT EXAMINER ADMINISTRATOR S GUIDE Product Version: 4.1 July 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a

More information

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon

KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise: Integration Overview for Member Account Synchronization and Single Signon KMx Enterprise includes two api s for integrating user accounts with an external directory of employee or other

More information

Please check www.milestonesys.com for updates to make sure you install the most recent version of our software.

Please check www.milestonesys.com for updates to make sure you install the most recent version of our software. Guide Contents Dear Milestone Customer, With the purchase of Milestone XProtect Central you have chosen a very powerful central monitoring solution, providing instant overview of any number of Milestone

More information

Aperio Online. Aperio. Online Programming Application Manual. Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013

Aperio Online. Aperio. Online Programming Application Manual. Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013 Aperio TM Online Programming Application Manual Document No: ST-001321-A, Issue date: 8 July 2013 1 Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013 Table of Contents

More information

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher

OPERATION MANUAL. MV-410RGB Layout Editor. Version 2.1- higher OPERATION MANUAL MV-410RGB Layout Editor Version 2.1- higher Table of Contents 1. Setup... 1 1-1. Overview... 1 1-2. System Requirements... 1 1-3. Operation Flow... 1 1-4. Installing MV-410RGB Layout

More information

Using Logon Agent for Transparent User Identification

Using Logon Agent for Transparent User Identification Using Logon Agent for Transparent User Identification Websense Logon Agent (also called Authentication Server) identifies users in real time, as they log on to domains. Logon Agent works with the Websense

More information

Apps for Android. Apps for iphone & ipad INS584-3

Apps for Android. Apps for iphone & ipad INS584-3 Apps for iphone & ipad INS584-3 Apps for Android Android is a trademark of Google Inc. iphone is a trademark of Apple Inc., registered in the U.S. and other countries. ipad is a trademark of Apple Inc.,

More information

IoT-Ticket.com. Your Ticket to the Internet of Things and beyond. IoT API

IoT-Ticket.com. Your Ticket to the Internet of Things and beyond. IoT API IoT-Ticket.com Your Ticket to the Internet of Things and beyond IoT API Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Abbreviations and definitions... 4 1.3 Data Model... 4 1.4 General Information...

More information

ADMINISTRATOR'S GUIDE. Version 12.20

ADMINISTRATOR'S GUIDE. Version 12.20 ADMINISTRATOR'S GUIDE Version 12.20 Copyright 1981-2015 Netop Business Solutions A/S. All Rights Reserved. Portions used under license from third parties. Please send any comments to: Netop Business Solutions

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

User Manual (UDTTV01 V 1.6

User Manual (UDTTV01 V 1.6 User Manual (UDTTV01 GPS/GSM Vehicle Tracker) V 1.6 1.1 Brief Introduction The UDTTV01 GPS/GSM Tracker is a vehicle remote positioning device with built-in GPS and GSM/GPRS technology in compact size.

More information

Manual. IP Sensor and Watchdog IPSW2210. I P S W 2 2 1 0 M a n u a l P a g e 1. Relay Output. Power input. 12VDC adapter LED Indicators. 2 Dry.

Manual. IP Sensor and Watchdog IPSW2210. I P S W 2 2 1 0 M a n u a l P a g e 1. Relay Output. Power input. 12VDC adapter LED Indicators. 2 Dry. IP Sensor and Watchdog IPSW2210 Manual Relay Output Power input 12VDC adapter LED Indicators 1 wire 2 Dry Output Green : Power Yellow: Link temperature & humidity contact inputs LED indicator sensor input

More information

ADSP Infrastructure Management Compliance Audit. How-To Guide

ADSP Infrastructure Management Compliance Audit. How-To Guide ADSP Infrastructure Management Compliance Audit How-To Guide Zebra and the Zebra head graphic are registered trademarks of ZIH Corp. The Symbol logo is a registered trademark of Symbol Technologies, Inc.,

More information

WinSen Online Payment / Prelease Service

WinSen Online Payment / Prelease Service WinSen Online Payment / Prelease Service SENTINEL SYSTEMS CORPORATION 1620 Kipling St Lakewood, CO 80215 800-456-9955 303-242-2010 FAX www.sentinelsystems.com Revised 11/06/2006 Introduction This service

More information

WA-E. Integrated Client/Server Remote Control and Alarm Monitor Software for E-Series In-Picture Audio Meter/Alarm Systems

WA-E. Integrated Client/Server Remote Control and Alarm Monitor Software for E-Series In-Picture Audio Meter/Alarm Systems WA-E Integrated Client/Server Remote Control and Alarm Monitor Software for E-Series In-Picture Audio Meter/Alarm Systems User s Guide Version 1.0 06/05/03 Chromatec E-Series Alarm Monitor Software Michael

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

Sentinel EMS v7.1 Web Services Guide

Sentinel EMS v7.1 Web Services Guide Sentinel EMS v7.1 Web Services Guide ii Sentinel EMS Web Services Guide Document Revision History Part Number 007-011157-001, Revision E. Software versions 7.1 and later. Revision Action/Change Date A

More information

ETS4 Diagnostics. KNX Association

ETS4 Diagnostics. KNX Association ETS4 Diagnostics Table of Contents 1 Diagnostics and fault location... 3 2 Diagnostics: Individual addresses...... 4 2.1 Devices in Programming Mode... 4 2.2 Checking if an address exists and locating

More information

Using the Studio Source Control Hooks

Using the Studio Source Control Hooks Using the Studio Source Control Hooks Version 2008.1 29 January 2008 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com Using the Studio Source Control Hooks Caché Version

More information

3M Stats and Status Software for 3M Detection System Model 8900/9900. Administrator s Guide

3M Stats and Status Software for 3M Detection System Model 8900/9900. Administrator s Guide 3M Stats and Status Software for 3M Detection System Model 8900/9900 Administrator s Guide Copyright 2009, 3M. All rights reserved. 3M Stats and Status Software for 3M Detection System Model 8900/9900

More information

Online Monitoring User Guide

Online Monitoring User Guide High Resolution Temperature Sensing Strip Online Monitoring User Guide 888.637.3282 www.nerdata.com Page 1 of 26 Contents The Aurora Online Monitoring System... 3 1. Creating an Account on the Aurora Online

More information

ChromQuest 5.0 Chromatography Data System

ChromQuest 5.0 Chromatography Data System ChromQuest 5.0 Chromatography Data System Administrator Guide CHROM-97251 Revision A March 2008 2008 Thermo Fisher Scientific Inc. All rights reserved. Surveyor is a registered trademark of Thermo Fisher

More information

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to: Chapter 3 Data Storage Objectives After studying this chapter, students should be able to: List five different data types used in a computer. Describe how integers are stored in a computer. Describe how

More information

StreamServe Job Gateway

StreamServe Job Gateway StreamServe Job Gateway User Guide 4.1.2 SP2 Rev A StreamServe Job Gateway User Guide 4.1.2 SP2 Rev A 2007 StreamServe, Inc. StreamServe is a trademark of StreamServe, Inc. No part of this document may

More information

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

STORAGE SYSTEM DATALOGGER DATABASE

STORAGE SYSTEM DATALOGGER DATABASE STORAGE SYSTEM DATALOGGER DATABASE Database based storage system for data acquisition systems, dataloggers and transmitters Instruction Manual Introduction This storage system is database based system

More information

Installation and Operation Manual Portable Device Manager, Windows version

Installation and Operation Manual Portable Device Manager, Windows version Installation and Operation Manual version version About this document This document is intended as a guide for installation, maintenance and troubleshooting of Portable Device Manager (PDM) and is relevant

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

NOTE: You may want to choose the Word Wrap option from Notepad Edit menu to make this text more readable.

NOTE: You may want to choose the Word Wrap option from Notepad Edit menu to make this text more readable. ------------------ Interactions/Gas Exchange Version 1.2, CD Version Copyright 2003 by John Wiley & Sons, Inc. All rights reserved. ------------------ NOTE: You may want to choose the Word Wrap option

More information

GPS VEHICLE TRACKER USER MANUAL

GPS VEHICLE TRACKER USER MANUAL GPS VEHICLE TRACKER USER MANUAL Preface Thank you for purchasing the GPS vehicle tracker. This manual shows how to operate the device smoothly and correctly. Make sure to read this manual carefully before

More information

Integration SDK (HTTP API)

Integration SDK (HTTP API) Integration SDK (HTTP API) 1. General agreements............................................ 3 2. Infrastructure................................................ 3 2.1 Get unique identifier.........................................

More information

ABB solar inverters. User s manual ABB Remote monitoring portal

ABB solar inverters. User s manual ABB Remote monitoring portal ABB solar inverters User s manual ABB Remote monitoring portal List of related manuals Title Code (English) ABB Remote monitoring portal user s manual 3AUA0000098904 NETA-01 Ethernet adapter module user

More information

Integration Client Guide

Integration Client Guide Integration Client Guide 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their respective

More information

NVMS - 1000 USER MANUAL. Version 2.1.0

NVMS - 1000 USER MANUAL. Version 2.1.0 NVMS - 1000 USER MANUAL Version 2.1.0 Contents 1 Software Introduction... 1 1.1 Summary... 1 1.2 Operation Environment... 1 1.3 Install and Uninstall... 2 1.3.1 Install the Software... 2 1.3.2 Uninstall

More information

Legal Notes. Regarding Trademarks. Model supported by the KX printer driver. 2010 KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks. Model supported by the KX printer driver. 2010 KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change for improvement without notice. We cannot be held liable for any problems

More information

Using DC Agent for Transparent User Identification

Using DC Agent for Transparent User Identification Using DC Agent for Transparent User Identification Using DC Agent Web Security Solutions v7.7, 7.8 If your organization uses Microsoft Windows Active Directory, you can use Websense DC Agent to identify

More information

GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual

GE Healthcare Life Sciences UNICORN 5.31. Administration and Technical Manual GE Healthcare Life Sciences UNICORN 5.31 Administration and Technical Manual Table of Contents Table of Contents 1 Network setup... 1.1 Network terms and concepts... 1.2 Network environment... 1.3 UNICORN

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

Memcom Emergency Telephone

Memcom Emergency Telephone Memcom Emergency Telephone Installation Guide Ref No. 450 900 (GB) Version 2 + + Simple wiring for quick installation + + Integrated LCD display shows you what you have programmed + + All code based programming

More information

Access Control Software Manual

Access Control Software Manual CONTENTS 1. Function overview...1 2. Installation environment...2 3. Concept description...3 4. Installation and Uninstallation...4 4.1 Installation...4 4.2 Uninstallation...10 5. Function instroduction...11

More information

Document Number: 13004.25-4.5.2-6/15/2012

Document Number: 13004.25-4.5.2-6/15/2012 Mobile Android App User Guide Copyright 2012 icontrol Networks, Inc. All rights reserved. No reproduction in whole or in part without prior written approval. icontrol Networks, icontrol, and icontrol logo

More information

LabVIEW Internet Toolkit User Guide

LabVIEW Internet Toolkit User Guide LabVIEW Internet Toolkit User Guide Version 6.0 Contents The LabVIEW Internet Toolkit provides you with the ability to incorporate Internet capabilities into VIs. You can use LabVIEW to work with XML documents,

More information

TECHNICAL NOTE TNOI27

TECHNICAL NOTE TNOI27 TECHNICAL NOTE TNOI27 Title: FTP Synchronization Product(s): G3, DSP and Enhanced Modular Controller ABSTRACT The purpose of this document is to describe the G3 s FTP feature and the configuration steps

More information