SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

Size: px
Start display at page:

Download "SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01"

Transcription

1 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

2 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management... 5 Sensor Profiles... 5 Rules & Rule Types... 6 Understanding how readings are processed by Dynamic Edge Processing... 7 Sensor Profile Scoping... 7 Rule Types... 8 Actions Configuration...12 Field Message Action Type...12 Sensor Fidelity Change Action Type...13 Work Order Creation...14 Real-Time Sensor Monitor...15 Live Devices...15 Emulator...15 Event History...16 Settings

3 ABOUT THIS DOCUMENT This administration guide provides a starting point for using the IoT Edge Console component of SAP Dynamic Edge Processing. It describes the primary features of the console. This document is intended for the following audiences: Consultants Partners Customers Glossary Term Definition Individual sensor profile Composite sensor profile Rule Numeric sensor value type State sensor value type Event Chainability Scoping Scope Level Scope Value Sensor Profile Device ID Device Tag Sensor ID Sensor Tag Tiering logic Real-Time Sensor Emulation Contains a set of properties pertaining to one sensor profile A location for chained rules to be specified User-defined logic applied to the sensor readings of a specified Sensor Profile Streams numeric sensor readings Streams non-numeric sensor readings Makes the rule available for composite rules Allows rules to only apply to readings from a sensor with specific properties, controlling how often a rule is applied A set of predefined attributes that can apply to the Device or the Sensor The value for the predefined Scope Level attributes A specific sensor profile A specific device based on a unique Device ID Device(s) with a specified Device Tag. Device Tags are a flexible mechanism allowing for arbitrary device level grouping. A specific sensor based on a unique Sensor ID Sensors with a specific tag, similar to the Device Tag scope The idea behind tiering logic is that more significant events imply less significant events, so that when the conditions for more significant events are satisfied, the less significant events do not fire. Displays all sensor profiles configured to Stream Readings to Monitor 3

4 Sensor Emulation Controls Allows you to emulate a stream of sensor readings for all sensor profiles 4

5 CONSOLE SECTIONS AND WORKFLOWS Sensor & Rule Management Users define and manage sensor profiles and their associated rules and actions in this section of the console. Sensor Profiles Sensor profiles describe the readings generated by a sensor. They also instruct Dynamic Edge Processing on how to interpret the readings in the context of rule evaluation. Every rule that is configured in Dynamic Edge Processing is created in the context of a sensor profile. For example, a user is interested in gathering readings from four separate sensors on a Model RF123 industrial refrigerator. There is one compressor temperature sensor, one door state sensor, and two internal temperature sensors. Both internal temperature sensors provide the readings using the same format and unit of measure. This scenario would require creating three sensor profiles in Dynamic Edge Processing. The compressor temperature sensor profile could be named RF123 Compressor Temp. The door state sensor profile could be named RF123 Door State. The internal temperature sensor profile could be named RF123 Internal Temp, and would be used for both internal temperature sensors. Note: The sensor profile name is user-defined and cannot be modified once it has been saved. Sensor profile names must be unique. Sensor profiles are also assigned a unique identifier when saved. Individual and Composite Sensor Profiles There are two types of sensor profiles, individual and composite. An Individual sensor profile contains a set of properties pertaining to one sensor profile (for example, Temperature or Refrigerator Door). Rules are defined against an individual sensor profile and are scoped to include only that sensor. Composite sensor profile is a location for chained rules to be specified looking for sensor readings coming from the same or different sensor profiles. For this reason, only individual sensors can be created. Numeric vs. State Sensor Value Type An individual sensor has two sensor reading value types, numeric and state. A numeric sensor value type streams numeric sensor readings. For example, a humidity sensor can stream relative humidity readings, or an electronic scale can stream live kilogram load. The following parameters need to be defined by the user: Testing & Production Parameters Minimum Value and Maximum Value for sensor readings. Determines the range for the Real-Time Sensor Monitor graphs and emulated controls. Window Parameters Window parameters are required on a per-sensor profile level and are used by rules that aggregate sensor readings. For example, the value monitoring rule uses the average sensor reading based on the window parameters. o Minimum # of Readings for Evaluation is the minimum number of sensor readings needed before averaging can be performed. This is useful for noisy analog sensors, for example, where trends are more important than individual readings. o Window Size is the length of time that sensor readings are kept for aggregation. Window size is recorded in seconds. The minimum window size is one second. Typically, window sizes would be 60 seconds or more. 5

6 A state sensor value type streams non-numeric sensor readings. For example, a door sensor could indicate whether the door is open or closed or an intelligent robot could report various movement states as it navigates a room. The following need to be defined by the user: State Values All possible values for sensor profile readings to stream to Dynamic Edge Processing along with an equivalent state name. For example, a traffic light could have state values 0,1,2 with the respective names, red, green, yellow. Stream Data to Monitor Toggles the streaming of sensor readings on and off to the Real-Time Sensor Monitor. Turning this on provides a view into the data streaming in Dynamic Edge Processing. This enables the viewing of graphs on the Real- Time Sensor Monitor. Tip: Monitoring this data has a negative effect on overall throughput. Turn this setting off except when conducting observation or troubleshooting. Configuring a Sensor Profile Following are the workflow steps to configure a sensor profile: [Tab: Sensor & Rule Management] 1. [Required] Click + to add a new individual sensor profile. 2. [Required] Enter a name for Sensor Profile Name. 3. [Optional] Enter a description for Sensor Profile Description. 4. [Optional] Select Stream Reading to Monitor to stream sensor readings to the Real-Time Sensor Monitor. 5. [Required] Select Numeric or State for Sensor Value Type. 6. [Required] Complete the additional required fields. 7. [Required] Save the Sensor Profile. Rules & Rule Types A rule is user-defined logic applied to the sensor readings of a specified sensor profile. When a rule is satisfied, it triggers an event or controls the fidelity of IoT sensor data. Several built-in, configurable Rule Types are supported natively by Dynamic Edge Processing along with the option to build custom rules. To create a rule you must first define the logic used to determine that a certain event has occurred. You configure where these events are sent by specifying destinations within the rule. Destinations include the edge database and any number of available enterprise plugins. This allows you to notify services that the event has occurred. In addition, you can set one or more actions to be performed every time the event occurs. For more information on actions, refer to the Action Configuration section. You create rules within sensor profiles, but they can be applied to a variety of scopes. They are also uniquely defined for the sensor profile they belong to. Rules can also be enabled or disabled by the administrator. A rule contains the following sections: [Required] General Information o Rule Name o Rule Description o Event Chainability (Y/N) This makes the rule available for Chained Rules [Required] Rule Definition: Rule-specific attributes to define rule logic. Currently one global parameter is required: 6

7 o [When applicable] Max Event Frequency: Events trigger every time an associated sensor reading fulfils the requirements of the rule. Consider a temperature sensor that has risen to 90 degrees Celsius and remains that way. A value monitoring rule that triggers an event when the average sensor reading is over 80 degree Celsius will fire constantly while the reading remains at 90 degrees. The Max Event Frequency controls how frequently an event occurs. For this event to be triggered hourly, for example, you would set the minimum time between events to 1 hour. [Optional] Event Actions: Associated actions applied to triggered events of the rule. [Optional] Event Destination / Sensor Readings Destination: o Enterprise plugin(s): Associate enterprise plugins. This enables Dynamic Edge Processing to move events to any backend system, provided that a plugin is configured or written to move the data. Refer to the SAP Dynamic Edge Processing: IoT Edge Services - Configuration Guide for information on creating plugins. o Edge Event Storage: Specify events to be stored in Dynamic Edge Processing edge storage. Edge Keep Interval (days): Specify how long events are kept in edge storage Note: Rule names are user-defined and cannot be modified once they are saved. Rule names are uniquely defined for the sensor profile they are associated with. Rules are also assigned a unique identifier when saved. Understanding how readings are processed by Dynamic Edge Processing One or more readings can be sent to Dynamic Edge Processing at a time. All readings are sent within the context of a device. Each device has a unique device ID and readings are considered within the context of this device ID. A device can have a Device Tag, which is used to arbitrarily group devices. For example, a device tag of Outside Temperature could be applied to all devices. Note: Device tag does not affect how data is aggregated. Each reading must contain a sensor profile ID or sensor profile name and a reading value. It may also contain a sensor ID, sensor tag, context, and timestamp. Tags are used in the devices and sensor profiles to provide a flexible form of grouping. Sensor Profile Scoping Scoping allows rules to only apply to readings from a sensor with specific properties, controlling how often a rule is applied. There are two components to scoping: Scope Level and Scope Value. Scope level is a set of predefined attributes that can apply to the device or the sensor. Scope value is the value for the predefined Scope Level attributes. In any rule, the scope value chosen for a scope level must correspond to a real device or sensor for the rule to apply. The rule is applicable to readings for the following scope levels: Sensor Profile: A specific sensor profile Device ID: A specific device based on a unique Device ID Device Tag: Device(s) with a specified device tag. Device Tags are a flexible mechanism allowing for arbitrary device level grouping. For example, a rule could be scoped for the Second Floor Device Tag. This rule would only trigger for devices with that device tag. Sensor ID: A specific sensor based on a unique sensor ID. This is the most specific scoping level. Sensor tag: Sensors with a specific tag, similar to the device tag scope. For example, you can use sensor tag scoping to apply a rule to all humidity sensors tagged as Second Floor. For detailed information on Composite Sensor Profile Scoping, see Creating an Event Chaining Rule. 7

8 Tiering Logic The idea behind tiering logic is that more significant events imply less significant events, so that when the conditions for more significant events are satisfied, the less significant events do not fire. When a reading is produced by a sensor, only the most significant rule that is satisfied will be triggered and will generate an event. For example, suppose a temperature sensor has two numeric comparison rules, one for greater than 60 degrees and one for greater than 80 degrees. If the sensor produces a reading of 65 then the first rule will be triggered. However, if it produces a reading of 85 only the second rule will be triggered, because it is the most significant and it implies that the condition for the first rule is also passed. Tiering logic is only applied to rules within the same scope, and in the case of value monitoring, rules with the same threshold operator. For example, a Temperature sensor profile has two value monitoring rules, Rule 1 and Rule 2. Rule 1 is for greater than 60 degrees and Rule 2 is for greater than 80 degrees. Rule 1 is scoped by Device Tag with a value of Rig 1, and Rule 2 is scoped by Device ID with a value of MH01. If the sensor produces a reading of 85, that meets both scope criteria (i.e. the reading came from a Temperature sensor that is part of a device with Device Tag having a value of Rig 1 and Device ID having a value of MH01 ), both rules would trigger events because each of the rules have a unique scope level and scope value. Rule Types Several built-in, configurable rule types are supported natively by Dynamic Edge Processing. They allow users to easily define rules based on common event processing patterns, without the need for development work. If the provided rule types do not fit the desired logic, there is an option to create and use an external custom rule. Sensor Fidelity Rules Sensor fidelity rules are unique in that they do not generate events, but rather they control the frequency at which readings from the sensor are outputted to the edge storage or enterprise endpoints. Note: This rule type is valid for both numeric and state sensor value types. Characteristics/Attributes: Edge sensor data can be pulled to the Enterprise for analysis upon request. For example: pressure gauge readings are streamed every 500ms. The edge receives a reading every 5 seconds, and the enterprise backend receives a reading hourly. Higher fidelity data can be pulled from the edge if there is a problem. Only one sensor fidelity rule can be enabled on a sensor at any point in time. Note: Refer to the Sensor Fidelity Change Action Type section for information on the option to change the Sensor Fidelity when specific events occur. Rule-Specific Attributes: Edge Output Frequency: The frequency at which sensor readings should be outputted to the edge storage location. You can use a REST API to access the edge data. Enterprise Output Frequency: The frequency at which sensor readings should be outputted to the enterprise location. Creating a Sensor Fidelity Rule Following are the workflow steps to configure a sensor profile: [Tab: Sensor & Rule Management] 1. [Required] Under a Sensor Profile, click + in the Rules table. 2. [Required] Complete the required fields and save. 8

9 Note: Only one enabled Sensor Fidelity Rule is allowed. Value Monitoring Rule Type Uses the sensor profile s configurable time window settings to monitor a sensor s average reading value. Note: This rule type is only valid for numeric sensors. Characteristics/Attributes: Applies to numeric sensor data Average values can be monitored for: o Exceeding a threshold value > o Going below a threshold value - < Equality to a specified value with a configurable bidirectional tolerance. For example: an Average Temperature Sensor has gone over 90 C, with a minimum of five readings over a time window of 5 seconds. Note: Value monitoring rules apply tiering logic for each operator type individually (equality rules are exempt from tiering). For greater than rules, the most significant rule is the one with the greatest threshold value. For less than rules, the most significant rule is the one with the lowest threshold value. Rule-Specific Attributes: o Threshold Value: positive and negative values accepted o Threshold Operator: Greater Than, Less Than, Equal To (optional tolerance) Creating a Value Monitoring Rule Following are the workflow steps to create a value monitoring rule: [Tab: Sensor & Rule Management] [Required] Under a Sensor Profile, click + in the Rules table. [Required] Complete the required fields and save. Timed State Rule Type Used to determine if a sensor has been in a specified state for a configured amount of time. For example, a door sensor has been in the Open state for five minutes. Note: This rule type is only valid for state sensor value types. Characteristics/Attributes: Timed state rules apply tiering logic, where the rule with the longest time in state is considered the most significant. o Rules with a time in state of 0 are exempt from tiering. These rules will fire every time the state is read. Note: Timed state operates on an on-demand basis: computations are only done (and events are triggered) only when a new reading comes in. Consider a door sensor with open and closed states. If an open reading comes in and then a closed reading comes in 15 seconds later, it is assumed that the sensor was in the open position for those 15 seconds (up until the time the closed reading arrives) and events are fired accordingly. No events will be triggered in the time between readings (assuming there were no other readings for the corresponding sensor). Rule-Specific Attributes: 9

10 Target State: This is the state the rule is looking for. Time in State: The minimum length of time the sensor is in the target state. One reading from another state will reset the timer. Creating a Timed State Rule Following are the workflow steps to create a value monitoring rule: [Tab: Sensor & Rule Management] 1. [Required] Under a Sensor Profile, click + in the Rules table. 2. [Required] Complete the required fields and save. Sensor Watchdog Rule Type Used to determine if a sensor has a gone silent for a configurable period of time. For example, when a motion detector has not streamed data for 15 minutes. Note: This rule type is valid for both numeric and state sensor value types. Characteristics/Attributes: Sensor watchdog rules apply tiering logic, where the rule with the longest time since last reading is considered the most significant. Sensor watchdog automatically runs every second once a sensor has sent its first reading and continues to run for the lifetime of the current Dynamic Edge Processing session. Rule-Specific Attributes: Max Interval Without Reading: Length of time passed without a sensor reading Creating a Timed State Rule Following are the workflow steps to create a timed state rule: [Tab: Sensor & Rule Management] 1. [Required] Under a Sensor Profile, click + in the Rules table. 2. [Required] Complete the required fields and save. Event Chaining Rules A composite sensor profile is used to chain two events together. Note: This rule type is valid for both numeric and state sensor value types. Characteristics/Attributes: Two rules are chained at a time. Rules created by individual sensor profiles must have the Event Chainability field enabled. Event chaining rules themselves can also be chained. Looks for two events to occur within a configurable period of time of each other, for example a worker s motion sensor has reported the Fallen state within 60 seconds of a High Gas Levels event. Scoping is as follows: o Device Wide 10

11 o The Chained Rule s Events must occur on the same device ID. For example: Rule 1, Temperature High, and Rule 2, Door Open, have been chained and scoped to Device Wide. Conditions for Rule 1 are met on device ID Fridge 105 and Rule 2 on device ID Fridge 106. As the events have not occurred on the same device ID, the chained rule is not triggered. However, when conditions for both rules are met on the same device ID, the chained rule is triggered. Device ID The chained rule s events must occur on the specified device ID, which is the only device ID that can trigger the event. For example: Rule 1, Temperature High, and Rule 2, Door Open, have been chained and scoped to Device ID of Fridge123. Conditions for Rule 1 and Rule 2 are met on device ID Fridge 789. As the events have not occurred on the specified device ID, the chained rule is not triggered. However, when conditions for both rules are met on the sevice ID Fridge123, the chained rule is triggered. Rule-Specific Attributes: Rule Name 1: First unique chainable rule selected. The selection list includes only chainable rules. Rule Name 2: Second unique chainable rule selected. The selection list includes only chainable rules. Time Gap: The maximum time allowance between the two chained events. Event Ordered: Specify whether events need to occur in the specified order of rule selection, i.e.: Rule 1 before Rule 2. When not selected, the rule looks for the two events to occur within the time gap, regardless of order. Creating an Event Chaining Rule Following are the workflow steps to create an event chaining rule: [Tab: Sensor & Rule Management] [Required] Under a Sensor Profile, click + in the Rules table heading to create Rule 1. [Required] Complete the required fields, make sure the Event Chainability option is selected, and save this Rule. [Required] Follow steps 1 and 2 to create Rule 2. [Required] Under Composite, click + in the Chained Rules table heading to create an Event Chaining Rule. [Required] Complete the required fields to save the Event Chaining Rule. Note: Event Chaining Rules themselves can also be chained. External Custom Rule Allows developers to define their own rule logic and events. Note: This rule type is valid for both numeric and state sensor value types. Characteristics/Attributes: Custom rules can be written in a separate Streaming Lite project Template project and examples are provided Integrates back into the framework o Events can be sent to the edge and enterprise endpoints o Events can have actions associated to them 11

12 o Scoping and Max Event Frequency are handled by Dynamic Edge Processing, not the external custom rule logic Creating an External Custom Rule Refer to the SAP Dynamic Edge Processing: IoT Edge Services Developer Guide for creating CCL projects. Enabling and Disabling Rules Rules can be enabled and disabled as required (rather than being deleted and added). Event Actions Actions are automated, user-configured responses to events generated by rules. One or more actions can be associated to a rule. For detailed information on Actions, refer to Actions Configuration. Event Destination & Sensor Readings Destination Enterprise Plugins Define the enterprise destination(s) for the events generated by a rule. Enterprise destinations are defined in the enterprise plugin configuration. Refer to the SAP Dynamic Edge Processing: IoT Edge Services - Configuration Guide. Edge Event Storage Controls whether events are stored locally in the edge database. Edge Keep Interval Specify the length of time to store events in the edge database. Actions Configuration Use this section of the console to configure and manage actions. Actions are automated responses to events generated by rules. These actions are executed whenever their associated event(s) occur. One or more configurable actions can be associated to a rule. Supported action types include: Field Message Sensor Fidelity Change Work Order Creation Field Message Action Type Sends a Message to a specified Protocol Plugin Can be used for sending messages and actuation instructions to devices The target protocol plugin is responsible for transmitting message to devices o The protocol plugin must support outbound messages The Protocol Plugin is responsible for formatting the outbound message. For example, when a High Gas event occurs, use an MQTT Protocol plugin to broadcast the message Evacuate Area 4 Immediately to all workers. Action-Specific Attributes: Plugin ID The protocol plugin that receives the message. Message Free-form text sent to the protocol plugin. Usage is specific to the protocol plugin. Recipient Parameters 12

13 Free-form text sent to the protocol plugin. Usage is specific to the protocol plugin. The protocol plugins that are included with Dynamic Edge Processing handle field messages in the following manner: MQTT: Sends a message to the configured topic. The message body is a JSON formatted object including all available properties: o Device ID o Device Tag o Sensor Profile ID o Sensor Profile Name o Sensor ID o Sensor Tag o Timestamp (The timestamp of the sensor reading that triggered the event) o Source Rule ID (The ID of the rule that triggered the event for the field message) o Source Rule Name (The name of the rule that triggered the event for the field message) o Instruction o Parameters Refer to the SAP Dynamic Edge Processing: IoT Edge Services - Configuration Guide for the specific JSON format. HTTP: (Only supported for clients connected via the Websocket protocol not supported for clients connected via REST). Sends a message to all connected clients. The message body is a JSON formatted object including all available properties: o Device ID o Device Tag o Sensor Profile ID o Sensor Profile Name o Sensor ID o Sensor Tag o Timestamp (The timestamp of the sensor reading that triggered the event) o Source Rule ID (The ID of the rule that triggered the event for the field message) o Source Rule Name (The name of the rule that triggered the event for the field message) o Instruction o Parameters Refer to the SAP Dynamic Edge Processing: IoT Edge Services - Configuration Guide for the specific JSON format. Tip: Field message actions are a quick and effective way to test rules and validate the end-toend flow. You can test specific rules in a controlled emulation environment, as opposed to monitoring the Event History screen, which logs all events fired by any rule. The Emulator is implemented as a Websocket client to the HTTP protocol plugin. In order to see field messages in the emulator, create a field message action that specifies the plugin ID as HttpProtocolPlugin. Sensor Fidelity Change Action Type Changes the edge and enterprise output frequencies for a sensor profile. Only applicable to sensor profiles with an enabled sensor fidelity rule. 13

14 Changes are optionally rolled back to original frequencies after a configurable period of time. For example: When the Average Temperature goes above 90 C, increase the enterprise sensor fidelity frequency to every 5 seconds for the next hour (rollback in effect). When the average temperature goes above 90 C, increase the enterprise sensor fidelity frequency to every 5 seconds. (rollback not in effect). Restarting Dynamic Edge Processing resets all sensor fidelity rules to their original frequencies, regardless of the sensor fidelity change action that was previously applied. If two sensor fidelity change actions are created and applied to the same target sensor profile, the one that occurred most recently will be in effect. Tip: Multiple sensor fidelity change actions can be applied to the same sensor profile. This allows the user to configure a sensor fidelity increase on a certain event and also configure a sensor fidelity decrease on a separate event. For example, assume the enterprise sensor ffdelity Frequency is configured to 60 seconds. When the average temperature goes above 90 C, increase the enterprise sensor fidelity frequency to every 5 seconds (rollback not in effect). When the average temperature goes below 90 C, decrease the enterprise sensor fidelity frequency to every 60 seconds (rollback not in effect). Action-Specific Attributes: Target Sensor Profile This list only pulls the sensor profiles that have a sensor fidelity rule enabled. Edge Fidelity Change Specify the new frequency (s) and the rollback time period (s) (if desired) for the edge storage destination. A value of 0 prevents a rollback. Any frequency changes due to edge fidelity change are reset to original values when Dynamic Edge Processing is restarted. Enterprise Fidelity Change Specify the new frequency (s) and the rollback time period (s) (if desired) for the enterprise destination. A value of 0 prevents a rollback. Any frequency changes due to enterprise fidelity change are reset to original values when Dynamic Edge Processing is restarted. Work Order Creation This feature must be configured. Refer to the SAP Dynamic Edge Processing: IoT Edge Services - Configuration Guide. This Action uses an external Dynamic Edge Processing core to edge server to automatically create a plant maintenance (PM) work order. The required fields for the work order are configured based on the local Dynamic Edge Processing edge business services implementation. This ensures the required fields are valid for the local environment. When a work order is initially created, it creates a new work order in edge business services. If the work order is being created again, edge business services checks to see if the work order already exists, and if it does, it adds a note to the work order, rather than creating a new one. For example, when a piece of equipment has not streamed a water level sensor reading for four hours, create a maintenance work order to have it repaired. Refer to the SAP Dynamic Edge Processing: Edge Business Services - API Guide for specific field requirements. 14

15 Real-Time Sensor Monitor Use this section of the console to monitor sensor readings from live devices and other sources and test rules in an emulated environment. Live Devices Sensor profiles configured to Stream Readings to Monitor appear under the device ID in the Live Devices. Graphs will not appear if sensor readings are not streaming through Dynamic Edge Processing. Emulator You can test end-to-end rule logic using the built-in emulated device and emulated sensor controls. The Real- Time Sensor Emulation view displays all sensor profiles configured to Stream Readings to Monitor. The Sensor Emulation Controls panel allows you to emulate a stream of sensor readings for all sensor profiles. The Sensor Emulator only sends readings when it has been started. Each sensor profile control allows you to modify the sensor values sent through Dynamic Edge Processing in real time. In addition, you can configure device ID, device Tag, sensor ID, and sensor tag for the purpose of testing rule scoping. You can only edit these when the sensor emulator is stopped. You can enable or disable sensor profiles using the Settings button on the panel. Disabled sensor profiles do not show up as a control and therefore do not stream any readings through Dynamic Edge Processing. Use the slider to control numeric sensor profile values. The standing value is always streamed first, even if it has not been modified. For example, a temperature sensor with a range of -40 to 100 will initially stream a value of -40. The range of the slider is determined by the range specified in the sensor profile. State sensor profile values are controlled by a collection of buttons. The selected state is streamed through Dynamic Edge Processing until it is unselected or the selection is changed. If no selection is made, no value is streamed. Note: The emulator streams the current sensor readings once every second. Triggered Field Messages The instructions for the field message action are displayed along with the name of the triggering sensor profile. Tip: Field message actions are a quick and effective way to test rules and validate the end-to-end flow. You can test specific rules in a controlled emulation environment, as opposed to monitoring the Event History screen, which logs all events fired by any rule. The emulator is implemented as a Websocket client to the HTTP Protocol Plugin. In order to see field messages in the emulator, create a field message action that specifies the Plugin ID as HttpProtocolPlugin. Readings are always considered within the context of a device ID, even if they are not scoped by a device ID. For this reason, the emulator initially generates an emulated device ID. For example, if there are two users using the emulator at the same time, two distinct emulated device IDs are generated to prevent overlap. As Dynamic Edge Processing does not differentiate between emulated devices and live devices, other users emulated devices show up under Live Devices, the exception being the current user s emulated device, which shows up under Emulated Device. 15

16 Note: SSL configuration If a self-signed certificate is used for the emulator that differs from the self-signed certificate used by Dynamic Edge Processing s NodeJS web server, the certificate used by HTTPProtocolPlugin needs to be trusted by the browser for the emulator to successfully stream readings to Dynamic Edge Processing. Refresh the page from the Devices list to see latest changes made to sensor profiles. Event History Use this section to view a log of all triggered edge events that have been configured to be saved on the edge. When creating a rule, Edge Event Storage must be selected under the Event Destination section. Settings Use the Settings section of the console to change the sole user account s password. There is no multi-user configuration and management in this version of Dynamic Edge Processing. 16

17 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see for additional trademark information and notices. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE s or its affiliated companies strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forward-looking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions.

Radar Tank Gauging for Asphalt Inventory Measurement

Radar Tank Gauging for Asphalt Inventory Measurement White Paper November 6, 2009 Radar Tank Gauging for Asphalt Inventory Measurement This document describes the correct selection of a radar tank gauge for inventory measurement and maintainability on an

More information

DocuSign Connector. Setup and User Guide. 127 Church Street, New Haven, CT O: (203) E:

DocuSign Connector. Setup and User Guide. 127 Church Street, New Haven, CT O: (203) E: DocuSign Connector Setup and User Guide 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: education@square-9.com Square 9 Softworks Inc. 127 Church Street New Haven, CT 06510 www.square-9.com

More information

TRBOnet Guard Tour Configuration and Operation Guide

TRBOnet Guard Tour Configuration and Operation Guide TRBOnet Guard Tour and Operation Guide Version 5.0 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray Beach,

More information

TRBOnet Mobile. User Guide. for ios. Version 1.8. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA

TRBOnet Mobile. User Guide. for ios. Version 1.8. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA TRBOnet Mobile for ios User Guide Version 1.8 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray Beach, FL

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio Supplement DRG-Series Digital Radio Gateway Tait P25 CCDI Tier-2 (TM9400 Series Mobile Radio) Digital Radio

More information

Wireless No-Probe Temp Sensor User Guide VERSION 1.3 NOVEMBER 2018

Wireless No-Probe Temp Sensor User Guide VERSION 1.3 NOVEMBER 2018 Wireless No-Probe Temp Sensor User Guide VERSION 1.3 NOVEMBER 2018 TABLE OF CONTENTS 1. QUICK START... 2 2. OVERVIEW... 2 2.1. Sensor Overview...2 2.2. Revision History...3 2.3. Document Conventions...3

More information

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting from any inaccuracies or omissions

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Guard Tour User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray

More information

e!cmi - web based CATIA Metaphase Interface

e!cmi - web based CATIA Metaphase Interface e!cmi - web based CATIA Metaphase Interface e!cmi Release 2.0 for CF2.0 User s Manual Copyright 1999, 2000, 2001, 2002, 2003 T-Systems International GmbH. All rights reserved. Printed in Germany. Contact

More information

Understanding PMC Interactions and Supported Features

Understanding PMC Interactions and Supported Features CHAPTER3 Understanding PMC Interactions and This chapter provides information about the scenarios where you might use the PMC, information about the server and PMC interactions, PMC supported features,

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.1.3 Red Hat, Inc. Feb 27, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

DRG-Series. Digital Radio Gateway. Kenwood NXDN Donor Radio (Tier-2) Interfacing Omnitronics DRG with Kenwood NXDN Donor Digital Radios (Tier-2)

DRG-Series. Digital Radio Gateway. Kenwood NXDN Donor Radio (Tier-2) Interfacing Omnitronics DRG with Kenwood NXDN Donor Digital Radios (Tier-2) DRG-Series Digital Radio Gateway Kenwood NXDN Donor Radio (Tier-2) Interfacing Omnitronics DRG with Kenwood NXDN Donor Digital Radios (Tier-2) Digital Radio Supplement DRG-Series Supplement Kenwood NXDN

More information

domovea energy tebis

domovea energy tebis domovea energy tebis TABLE OF CONTENTS TABLE OF CONTENTS Page 1. INTRODUCTION... 2 1.1 PURPOSE OF THE DOCUMENT... 2 2. THE ARCHITECTURE OF ELECTRICITY MEASUREMENT... 3 2.1 OBJECTS USED FOR MEASUREMENT...

More information

This guide provides information on installing, signing, and sending documents for signature with

This guide provides information on installing, signing, and sending documents for signature with Quick Start Guide DocuSign for Dynamics 365 CRM 5.2 Published: June 15, 2017 Overview This guide provides information on installing, signing, and sending documents for signature with DocuSign for Dynamics

More information

Live Agent for Support Supervisors

Live Agent for Support Supervisors Live Agent for Support Supervisors Salesforce, Winter 17 @salesforcedocs Last updated: December 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Validation Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015

Validation Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015 Plan: Mitchell Hammock Road Adaptive Traffic Signal Control System Red Bug Lake Road from Slavia Road to SR 426 Mitchell Hammock Road from SR 426 to Lockwood Boulevard Lockwood Boulevard from Mitchell

More information

Universally Accessible Games: The case of motor-impaired users

Universally Accessible Games: The case of motor-impaired users : The case of motor-impaired users www.ics.forth.gr/hci/ua-games gramenos@ics.forth.gr jgeorgal@ics.forth.gr Human-Computer Interaction Laboratory Institute of Computer Science (ICS) Foundation for Research

More information

TRBOnet Mobile. User Guide. for Android. Version 2.0. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA

TRBOnet Mobile. User Guide. for Android. Version 2.0. Internet. US Office Neocom Software Jog Road, Suite 202 Delray Beach, FL 33446, USA TRBOnet Mobile for Android User Guide Version 2.0 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray Beach,

More information

STUDENT GUIDE Version 1.3 FINAL

STUDENT GUIDE Version 1.3 FINAL STUDENT GUIDE Version 1.3 FINAL 4.3.06 2005 M. C. DEAN, INC.--ALL RIGHTS RESERVED. No part of this document may be copied, reproduced, stored in a retrieval system or transmitted, in any form or by any

More information

Live Agent for Support Supervisors

Live Agent for Support Supervisors Live Agent for Support Supervisors Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Live Agent for Support Supervisors

Live Agent for Support Supervisors Live Agent for Support Supervisors Salesforce, Winter 19 @salesforcedocs Last updated: November 1, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Smart Beacon Management with BlueRange

Smart Beacon Management with BlueRange Smart Beacon Management with BlueRange Version 1.1 Status 01/2018 This article describes the need for Smart Beacon Management, demonstrates innovative ways to manage and control it efficiently, and shows

More information

EMC ViPR SRM. Alerting Guide. Version

EMC ViPR SRM. Alerting Guide. Version EMC ViPR SRM Version 4.0.2.0 Alerting Guide 302-003-445 01 Copyright 2015-2017 Dell Inc. or its subsidiaries All rights reserved. Published January 2017 Dell believes the information in this publication

More information

DocuSign Setup Admin. DocuSign User Setup Process Overview. Setting up a new DocuSign user

DocuSign Setup Admin. DocuSign User Setup Process Overview. Setting up a new DocuSign user DocuSign Setup Admin DocuSign User Setup Process Overview 1) CORE-CT Security receives request to set up new supplier contract document creator 2) CORE-CT security team sets up Roles for the User 3) DocuSign

More information

Rev RF Service Tool Operator s Guide

Rev RF Service Tool Operator s Guide 026-1703 Rev 0 7-23-01 RF Service Tool Operator s Guide 1640 Airport Road, Suite 104 Kennesaw, GA 31044 Phone: (770) 425-2724 Fax: (770) 425-9319 ALL RIGHTS RESERVED. The information contained in this

More information

opensap Be Visual! Sketching Basics for IT Business Unit 0

opensap Be Visual! Sketching Basics for IT Business Unit 0 opensap Be Visual! Sketching Basics for IT Business Unit 0 00:00:13 Hi, and welcome to Week 1. My name is Johanna Wittig and I'm a user experience designer at SAP. 00:00:20 I've been driving several formats

More information

RAZER GOLIATHUS CHROMA

RAZER GOLIATHUS CHROMA RAZER GOLIATHUS CHROMA MASTER GUIDE The Razer Goliathus Chroma soft gaming mouse mat is now Powered by Razer Chroma. Featuring multi-color lighting with inter-device color synchronization, the bestselling

More information

MANUAL. Invictus Guitar V1.0

MANUAL. Invictus Guitar V1.0 MANUAL Invictus Guitar V1.0 Copyright (c) Martin Britz 2017 Disclaimer Disclaimer The information in this document is subject to change without notice and does not represent a commitment on the part of

More information

Kodiak Corporate Administration Tool

Kodiak Corporate Administration Tool AT&T Business Mobility Kodiak Corporate Administration Tool User Guide Release 8.3 Table of Contents Introduction and Key Features 2 Getting Started 2 Navigate the Corporate Administration Tool 2 Manage

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

SCITEX Dual Roll Kit. User s guide

SCITEX Dual Roll Kit. User s guide SCITEX Dual Roll Kit User s guide 2011 Hewlett-Packard Development Company, L.P. First edition Legal notices The information contained herein is subject to change without notice. The only warranties for

More information

GUITAR PRO SOFTWARE END-USER LICENSE AGREEMENT (EULA)

GUITAR PRO SOFTWARE END-USER LICENSE AGREEMENT (EULA) GUITAR PRO SOFTWARE END-USER LICENSE AGREEMENT (EULA) GUITAR PRO is software protected by the provisions of the French Intellectual Property Code. THIS PRODUCT IS NOT SOLD BUT PROVIDED WITHIN THE FRAMEWORK

More information

RAZER CENTRAL ONLINE MASTER GUIDE

RAZER CENTRAL ONLINE MASTER GUIDE RAZER CENTRAL ONLINE MASTER GUIDE CONTENTS 1. RAZER CENTRAL... 2 2. SIGNING IN... 3 3. RETRIEVING FORGOTTEN PASSWORDS... 4 4. CREATING A RAZER ID ACCOUNT... 7 5. USING RAZER CENTRAL... 11 6. SIGNING OUT...

More information

Distance Peak Detector. User Guide

Distance Peak Detector. User Guide Distance Peak Detector User Guide A111 Distance Peak Detector User Guide Author: Acconeer Version 2.0: 2018-07-04 Acconeer AB Page 2 of 11 2018 by Acconeer All rights reserved 2018-07-04 Table of Contents

More information

The BioBrick Public Agreement. DRAFT Version 1a. January For public distribution and comment

The BioBrick Public Agreement. DRAFT Version 1a. January For public distribution and comment The BioBrick Public Agreement DRAFT Version 1a January 2010 For public distribution and comment Please send any comments or feedback to Drew Endy & David Grewal c/o endy@biobricks.org grewal@biobricks.org

More information

Field Device Manager Express

Field Device Manager Express Honeywell Process Solutions Field Device Manager Express Software Installation User's Guide EP-FDM-02430X R430 June 2012 Release 430 Honeywell Notices and Trademarks Copyright 2010 by Honeywell International

More information

4590 Tank Side Monitor. Service Manual. Mark/Space Communication Protocol. Software Version v2.03 SRM009FVAE0808

4590 Tank Side Monitor. Service Manual. Mark/Space Communication Protocol.  Software Version v2.03 SRM009FVAE0808 SRM009FVAE0808 4590 Tank Side Monitor Mark/Space Communication Protocol Service Manual Software Version v2.03 www.varec.com Varec, Inc. 5834 Peachtree Corners East, Norcross (Atlanta), GA 30092 USA Tel:

More information

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks

Networks of any size and topology. System infrastructure monitoring and control. Bridging for different radio networks INTEGRATED SOLUTION FOR MOTOTRBO TM Networks of any size and topology System infrastructure monitoring and control Bridging for different radio networks Integrated Solution for MOTOTRBO TM Networks of

More information

zipform 6 Setup and Sending Guide

zipform 6 Setup and Sending Guide DocuSign Service QuickStart Guide zipform 6 Setup and Sending Guide Overview This guide shows how to easily set up your zipform 6 account to directly load into your DocuSign member console to speed up

More information

MiVoice Office Real-Time Wallboard

MiVoice Office Real-Time Wallboard MiVoice Office Real-Time Wallboard MiVoice Office Real-Time Wallboard Quick Reference Guide APRIL 2018 DOCUMENT RELEASE 5.1 QUICK REFERENCE GUIDE Page 1 Quick Reference Guide NOTICE The information contained

More information

4.0 How to Turn On the Selenia Dimensions

4.0 How to Turn On the Selenia Dimensions Chapter 2 System Controls and Indicators How to Turn On the Selenia Dimensions 4.0 How to Turn On the Selenia Dimensions 4.1 Preparation 1. Reset all three Emergency Off switches. Emergency Off Switches

More information

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS

LincView OPC USER GUIDE. Enhanced Diagnostics Utility INDUSTRIAL DATA COMMUNICATIONS USER GUIDE INDUSTRIAL DATA COMMUNICATIONS LincView OPC Enhanced Diagnostics Utility It is essential that all instructions contained in the User Guide are followed precisely to ensure proper operation of

More information

AGENTLESS ARCHITECTURE

AGENTLESS ARCHITECTURE ansible.com +1 919.667.9958 WHITEPAPER THE BENEFITS OF AGENTLESS ARCHITECTURE A management tool should not impose additional demands on one s environment in fact, one should have to think about it as little

More information

Genesis Channel Manager

Genesis Channel Manager Genesis Channel Manager VPI 160 Camino Ruiz, Camarillo, CA 93012-6700 (Voice) 800-200-5430 805-389-5200 (Fax) 805-389-5202 www.vpi-corp.com 1 Contents Genesis Channel Manager -----------------------------------------------------------------------------------------------------------------

More information

BCV-1203 Barcode Verification System Users Guide Version 1.2

BCV-1203 Barcode Verification System Users Guide Version 1.2 BCV-1203 Barcode Verification System Users Guide Version 1.2 6 Clock Tower Place Suite 100 Maynard, MA 01754 USA Tel: (866) 837-1931 Tel: (978) 461-1140 FAX: (978) 461-1146 http://www.diamondt.com/ Liability

More information

Technical Proposal for COMMON-ISDN-API. Version 2.0. Generic Tone Generator and Detector Support for Voice Applications. Extension.

Technical Proposal for COMMON-ISDN-API. Version 2.0. Generic Tone Generator and Detector Support for Voice Applications. Extension. Technical Proposal for COMMON-ISDN-API Version 2.0 Generic Tone Generator and Detector Support for Voice Applications Extension October 2007 Dialogic Corporation COPYRIGHT NOTICE AND LEGAL DISCLAIMER Fourth

More information

Managing Radios and Radio Descriptors

Managing Radios and Radio Descriptors CHAPTER9 The Cisco IPICS administrator is responsible for configuring the radios and radio descriptors that are used with Cisco IPICS. This chapter provides detailed information about managing these items.

More information

STC-KNX (32-channel AP)

STC-KNX (32-channel AP) STC-KNX (32-channel AP) Bidirectional-Gateway between EnOcean and EIB/KNX-Bus Operating and installation instructions Humidity sensors Light sensors Presence sensors Gas sensors Room control panels Automated

More information

HP Designjet HD Scanner and T1200 HD Multifunction Printer

HP Designjet HD Scanner and T1200 HD Multifunction Printer HP Designjet HD Scanner and T1200 HD Multifunction Printer Introductory information USB 2.0 high-speed certified Introductory Information Other sources of information The User s Guide for your scanner

More information

80403NT11218A Rev

80403NT11218A Rev APPLICABILITY TABLE PRODUCT JF2 JN3 SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE Notice While reasonable efforts have been made to assure the accuracy of this document, Telit assumes no liability resulting

More information

KNX ENO 634 (32-channel AP)

KNX ENO 634 (32-channel AP) WEINZIERL GINEERING GmbH KNX O 634 (32-channel AP) Bidirectional-Gateway between EnOcean and KNX-Bus Operating and installation instructions Digital inputs Link from KNX to EnOcean actuator Switch Dimmer

More information

Legacy FamilySearch Overview

Legacy FamilySearch Overview Legacy FamilySearch Overview Legacy Family Tree is "Tree Share" Certified for FamilySearch Family Tree. This means you can now share your Legacy information with FamilySearch Family Tree and of course

More information

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

DocuSign for Sugar 7 v1.0. Overview. Quick Start Guide. Published December 5, 2013

DocuSign for Sugar 7 v1.0. Overview. Quick Start Guide. Published December 5, 2013 Quick Start Guide DocuSign for Sugar 7 v1.0 Published December 5, 2013 Overview This guide provides information on installing and signing documents with DocuSign for Sugar7. The Release Notes for DocuSign

More information

Best Practices Guide Polycom SoundStructure and HDX Microphones

Best Practices Guide Polycom SoundStructure and HDX Microphones Best Practices Guide Polycom SoundStructure and HDX Microphones This document introduces HDX microphones and the best practices for using the HDX microphones with SoundStructure devices. In addition this

More information

AN3116 Application note

AN3116 Application note Application note STM32 s ADC modes and their applications Introduction STM32 microcontrollers have one of the most advanced ADCs on the microcontroller market. You could imagine a multitude of applications

More information

Kaseya 2. User Guide. Version 7.0

Kaseya 2. User Guide. Version 7.0 Kaseya 2 vpro User Guide Version 7.0 May 30, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from time

More information

Drawing Management Brain Dump

Drawing Management Brain Dump Drawing Management Brain Dump Paul McArdle Autodesk, Inc. April 11, 2003 This brain dump is intended to shed some light on the high level design philosophy behind the Drawing Management feature and how

More information

Insight VCS: Maya User s Guide

Insight VCS: Maya User s Guide Insight VCS: Maya User s Guide Version 1.2 April 8, 2011 NaturalPoint Corporation 33872 SE Eastgate Circle Corvallis OR 97339 Copyright 2011 NaturalPoint Corporation. All rights reserved. NaturalPoint

More information

SEIZING THE POWER OF VIRTUAL REALITY WITH REWIND. Your guide to the ins and outs of our business and how we can help you succeed.

SEIZING THE POWER OF VIRTUAL REALITY WITH REWIND. Your guide to the ins and outs of our business and how we can help you succeed. SEIZING THE POWER OF VIRTUAL REALITY WITH REWIND. Your guide to the ins and outs of our business and how we can help you succeed. REWIND is a leading immersive solutions company with a proven track record

More information

Georgia Department of Transportation. Automated Traffic Signal Performance Measures Reporting Details

Georgia Department of Transportation. Automated Traffic Signal Performance Measures Reporting Details Georgia Department of Transportation Automated Traffic Signal Performance Measures Prepared for: Georgia Department of Transportation 600 West Peachtree Street, NW Atlanta, Georgia 30308 Prepared by: Atkins

More information

Online Game Scheduling User Guide

Online Game Scheduling User Guide Online Game Scheduling User Guide Version 1.2 July 30, 2009 1:55 PM Online Game Scheduling User Guide 2004-2009 The Active Network, Inc. Page 1 of 34 (This page is intentionally left blank) Online Game

More information

Single copy license: Corporate license (multiple users): $4,375

Single copy license: Corporate license (multiple users): $4,375 mixi A case study of Japan s most successful social networking service Version 1.1, March 03, 2007 The service: mixi mixi, the #1 SNS service in Japan (more than 8 million users, 80+% market share) originally

More information

Logical Trunked. Radio (LTR) Theory of Operation

Logical Trunked. Radio (LTR) Theory of Operation Logical Trunked Radio (LTR) Theory of Operation An Introduction to the Logical Trunking Radio Protocol on the Motorola Commercial and Professional Series Radios Contents 1. Introduction...2 1.1 Logical

More information

SCOUT Mobile User Guide 3.0

SCOUT Mobile User Guide 3.0 SCOUT Mobile User Guide 3.0 Android Guide 3864 - SCOUT February 2017 SCOUT Mobile Table of Contents Supported Devices...1 Multiple Manufacturers...1 The Three Tabs of SCOUT TM Mobile 3.0...1 SCOUT...1

More information

GW3-TRBO Affiliation Software Version 2.15 Module Book

GW3-TRBO Affiliation Software Version 2.15 Module Book GW3-TRBO Affiliation Software Version 2.15 Module Book 1/17/2018 2011-2018 The Genesis Group 2 Trademarks The following are trademarks of Motorola: MOTOTRBO. Any other brand or product names are trademarks

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Spring 17 @salesforcedocs Last updated: April 3, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

ADDENDUM D COMERICA WEB INVOICING TERMS AND CONDITIONS

ADDENDUM D COMERICA WEB INVOICING TERMS AND CONDITIONS Effective 08/15/2013 ADDENDUM D COMERICA WEB INVOICING TERMS AND CONDITIONS This Addendum D is incorporated by this reference into the Comerica Web Banking Terms and Conditions ( Terms ). Capitalized terms

More information

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS)

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) 1.3 NA-14-0267-0019-1.3 Document Information Document Title: Document Version: 1.3 Current Date: 2016-05-18 Print Date: 2016-05-18 Document

More information

Back to TOC. KUKA Connect FAQ

Back to TOC. KUKA Connect FAQ FAQ 2019 KUKA U.S. Holdings Company LLC. All rights reserved. Reproduction, modification, publication, distribution, or display of this document, in whole or in part, is prohibited except with the prior

More information

View Terms and Conditions: Effective 12/5/2015 Effective 6/17/2017

View Terms and Conditions: Effective 12/5/2015 Effective 6/17/2017 View Terms and Conditions: Effective 12/5/2015 Effective 6/17/2017 Comerica Mobile Banking Terms and Conditions - Effective 12/5/2015 Thank you for using Comerica Mobile Banking combined with your device's

More information

Projects Connector User Guide

Projects Connector User Guide Version 4.3 11/2/2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on

More information

Live Agent for Administrators

Live Agent for Administrators Salesforce, Spring 18 @salesforcedocs Last updated: January 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Geofencing User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200 Jog Road, Suite 202 Delray

More information

TRBOnet Enterprise/PLUS

TRBOnet Enterprise/PLUS TRBOnet Enterprise/PLUS Bluetooth-based Indoor Positioning User Guide Version 5.2 World HQ Neocom Software 8th Line 29, Vasilyevsky Island St. Petersburg, 199004, Russia US Office Neocom Software 15200

More information

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide

XLR PRO Radio Frequency (RF) Modem. Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide XLR PRO Radio Frequency (RF) Modem Getting Started Guide 90002203 Revision Date Description A September 2014 Initial release. B March 2014 Updated

More information

Hyperion System 9 Financial Data Quality Management

Hyperion System 9 Financial Data Quality Management Hyperion System 9 Financial Data Quality Management Administrator Training Guide WebLink Version 8.3, 8.31, and Hyperion System 9 Financial Data Quality Management Version 9.2.0 Hyperion Financial Management

More information

Artistic Licence. The DALI Guide. Version 3-1. The DALI Guide

Artistic Licence. The DALI Guide. Version 3-1. The DALI Guide Artistic Licence The Guide The Guide Version 3-1 This guide has been written to explain and DSI to those who are more familiar with DMX. While DMX, and DSI are all digital protocols, there are some fundamental

More information

UCP-Config Program Version: 3.28 HG A

UCP-Config Program Version: 3.28 HG A Program Description HG 76342-A UCP-Config Program Version: 3.28 HG 76342-A English, Revision 01 Dev. by: C.M. Date: 28.01.2014 Author(s): RAD Götting KG, Celler Str. 5, D-31275 Lehrte - Röddensen (Germany),

More information

Intelligent, Rapid Discovery of Audio, Video and Text Documents for Legal Teams

Intelligent, Rapid Discovery of Audio, Video and Text Documents for Legal Teams Solution Brief Intelligent, Rapid Discovery of Audio, Video and Text Documents for Legal Teams Discover More, Satisfy Production Requests and Minimize the Risk of ediscovery Sanctions with Veritone aiware

More information

DRG-Series. Digital Radio Gateway. Motorola MotoTRBO DMR. Interfacing Omnitronics DRG with Motorola MotoTRBO DMR Digital Radios

DRG-Series. Digital Radio Gateway. Motorola MotoTRBO DMR. Interfacing Omnitronics DRG with Motorola MotoTRBO DMR Digital Radios DRG-Series Digital Radio Gateway Motorola MotoTRBO DMR Interfacing Omnitronics DRG with Motorola MotoTRBO DMR Digital Radios Digital Radio Supplement DRG-Series Supplement Interfacing Omnitronics DRG with

More information

DRG-Series. Digital Radio Gateway. Hytera DMR USB Donor (Tier-2) Digital Radio Supplement

DRG-Series. Digital Radio Gateway. Hytera DMR USB Donor (Tier-2) Digital Radio Supplement DRG-Series Digital Radio Gateway Hytera DMR USB Donor (Tier-2) Digital Radio Supplement DRG-Series Digital Radio Gateway Hytera DMR USB Donor (Tier-2) Digital Radio Supplement 2015 Omnitronics Pty Ltd.

More information

Unidirectional Gateway EnOcean - KNX/BUS

Unidirectional Gateway EnOcean - KNX/BUS Unidirectional Gateway EnOcean - KNX/BUS Page 1.Use...1 2. Technical features...................1 3.Overalldimensions...1 4.Connection...2 5. Operation...2 6. Standards and approvals............3 7.Maintenance...3

More information

Application Programming Interface for the Radio Bridge Console VERSION 1.0 DECEMBER 2018

Application Programming Interface for the Radio Bridge Console VERSION 1.0 DECEMBER 2018 Application Programming Interface for the Radio Bridge Console VERSION 1.0 DECEMBER 2018 TABLE OF CONTENTS 1. OVERVIEW... 2 1.1. Introduction...2 1.2. Revision History...2 1.3. Document Conventions...2

More information

Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the "Marks")

Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the Marks) Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the "Marks") mentioned herein, whether registered or no, are proprietary

More information

Years 9 and 10 standard elaborations Australian Curriculum: Digital Technologies

Years 9 and 10 standard elaborations Australian Curriculum: Digital Technologies Purpose The standard elaborations (SEs) provide additional clarity when using the Australian Curriculum achievement standard to make judgments on a five-point scale. They can be used as a tool for: making

More information

Aimetis Outdoor Object Tracker. 2.0 User Guide

Aimetis Outdoor Object Tracker. 2.0 User Guide Aimetis Outdoor Object Tracker 0 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Outdoor Object Tracker...4 Open Outdoor Object Tracker... 4 Add a license... 5...

More information

IDS5 Digital ATIS System for AFAS and AAAS Workstations. Description and Specifications

IDS5 Digital ATIS System for AFAS and AAAS Workstations. Description and Specifications IDS5 Digital ATIS System for AFAS and AAAS Workstations Description and Specifications 1. Introduction The Digital Automated Terminal Information Service (DATIS) component of the IDS5 DATIS solution is

More information

CATALOG FOR WOODCO USA Brand 150 TON SPIDER. API ROTARY TAPER TRADEMARK WOODCO BUY THE BRAND REG. U.S. PATENT OFFICE MANUFACTURER

CATALOG FOR WOODCO USA Brand 150 TON SPIDER. API ROTARY TAPER TRADEMARK WOODCO BUY THE BRAND REG. U.S. PATENT OFFICE MANUFACTURER CATALOG FOR WOODCO USA Brand 150 TON SPIDER. API ROTARY TAPER Hinged Casing and Tubing Spider, includes an assembly drawing, dimensions, weight and parts list. TRADEMARK WOODCO USA BUY THE BRAND REG. U.S.

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Summer 16 @salesforcedocs Last updated: July 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Generate Ethylene Vapor Pressure Curves with Aspen Plus V8.0

Generate Ethylene Vapor Pressure Curves with Aspen Plus V8.0 Generate Ethylene Vapor Pressure Curves with Aspen Plus V8.0 1. Lesson Objectives Learn how to use the Methods Assistant to select physical property methods Generate vapor pressure curves for Ethylene

More information

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing,

More information

WHITE PAPER DOCUSIGN INTEGRATION

WHITE PAPER DOCUSIGN INTEGRATION WHITE PAPER DOCUSIGN INTEGRATION CENTERSHIFT INC. DISCLAIMERS & COPYRIGHTS This document, presentation and/or video (collectively, "document") is protected by copyright, trademark and other intellectual

More information

PROFESSIONAL DIGITAL TWO-WAY RADIO SYSTEM MOTOTRBO DP 3600/DP 3601 DISPLAY PORTABLE QUICK REFERENCE GUIDE

PROFESSIONAL DIGITAL TWO-WAY RADIO SYSTEM MOTOTRBO DP 3600/DP 3601 DISPLAY PORTABLE QUICK REFERENCE GUIDE PROFESSIONAL DIGITAL TWO-WAY RADIO SYSTEM MOTOTRBO DP 3600/DP 3601 DISPLAY PTABLE QUICK REFERENCE GUIDE m DP 3600/3601 Portables Quick Reference Guide Important Safety Information Product Safety and RF

More information

Creating Interim & Final Invoices - Basic Steps

Creating Interim & Final Invoices - Basic Steps Creating Invoices in your fp. system is a straightforward and flexible. Please follow the steps in this article, to learn the basics of building interim or final invoices. Refer to other articles to learn

More information

GenWatch3 GW_System Summary Software Version 2.15 Module Book

GenWatch3 GW_System Summary Software Version 2.15 Module Book GenWatch3 GW_System Summary Software Version 2.15 Module Book 1/2/2018 2006-2018 The Genesis Group 2 Trademarks Any brand or product names are trademarks or registered trademarks of their respective holders.

More information

Which Dispatch Solution?

Which Dispatch Solution? White Paper Which Dispatch Solution? Revision 1.0 www.omnitronicsworld.com Radio Dispatch is a term used to describe the carrying out of business operations over a radio network from one or more locations.

More information

AN797 WDS USER S GUIDE FOR EZRADIO DEVICES. 1. Introduction. 2. EZRadio Device Applications Radio Configuration Application

AN797 WDS USER S GUIDE FOR EZRADIO DEVICES. 1. Introduction. 2. EZRadio Device Applications Radio Configuration Application WDS USER S GUIDE FOR EZRADIO DEVICES 1. Introduction Wireless Development Suite (WDS) is a software utility used to configure and test the Silicon Labs line of ISM band RFICs. This document only describes

More information

Driving LEDs with a PIC Microcontroller Application Note

Driving LEDs with a PIC Microcontroller Application Note Driving LEDs with a PIC Microcontroller Application Note Introduction Nowadays, applications increasingly make use of LEDs as a replacement for traditional light bulbs. For example, LEDs are frequently

More information