EasyIO service Applicable to EasyIO 30P and EasyIO FG Series
|
|
|
- Stephen Greene
- 9 years ago
- Views:
Transcription
1 EasyIO service Applicable to EasyIO 30P and EasyIO FG Series
2 Document Change Log 29 th January 2012 Document created. 8 th April 2014 Updated for EasyIO FG Series controller.
3 Disclaimer EasyIO 30P is a product by EasyIO Holdings Pte Ltd The EasyIO 30P contains the Sedona Framework. EasyIO FG-32 and EasyIO FG-20 are products by EasyIO Holdings Pte Ltd The EasyIO FG Series contains the Sedona Framework. Sedona Framework is a trademark of Tridium, Inc.
4 Contents Introduction Service... 6 BooleanAlarm... 7 FloatAlarm... 9 FloatAlarmEd SmtpService Configuring service (SMTP service) Configuring service (points) Technical Support... 21
5 Introduction EasyIO 30P Sedona and EasyIO FG Series have the ability to sent alarm notifications via . At the moment only Boolean and Float points are supported. However, in order to use this feature the controller must have an internet connection.
6 Service service is a service that enables all EasyIO Sedona controllers to send alarm notifications via . At the time of this document, it only allows non-ssl SMTP mail server. Only Boolean and Float data type are allowed to send alarm notification via service. EasyIO 30P Sedona uses easyio kit while EasyIO FG Series uses easyiofgmail kit. Refer to below table for kit compatibility. Kit Name Hardware Dependent Remarks easyio EasyIO 30P only Only applicable for EasyIO 30P This kit depends to easyiodns kit. easyiofgmail No hardware dependent Applicable to EasyIO 30P and EasyIO FG Series This kit includes DNS service object. To use these objects just drag and drop into the wire sheet. Image shows easyio kit Images shows easyiofgmail kit
7 BooleanAlarm BoolAlarm is an object to monitor Boolean type of data, which will trigger the alarm once the Boolean value changed from false to true. Details below is applicable to both easyio and easyiofgmail kit. The property sheet of the object is shown below Status To show current status of the BoolAlarm, indicated by either Alarm or Normal. In Input point with Boolean type. Alarm will be triggered once it changed from false to true (normal to offnormal). Escalation Level1 Enabled To enable or disable the level1 of alarm escalation, which will be set by user. Escalation Time1 Delay time of the alarm escalation, in minute (min). 1 min means escalation alarm will occur 1 min after the first alarm. Default to its minimum value, 1 min. Escalation Level2 Enabled To enable or disable the level2 of alarm escalation, which will be set by user.
8 Escalation Time2 Delay time of the alarm escalation, in minute (min). 2 min means escalation alarm will occur 2 min after the first alarm. Default to its minimum value, 2 min. Escalation Level3 Enabled To enable or disable the level3 of alarm escalation, which will be set by user. Escalation Time3 Delay time of the alarm escalation, in minute (min). 3 min means escalation alarm will occur 3 min after the first alarm. Default to its minimum value, 3 min. To Offnormal Text The messages text to be sent as the information for recipients, as the Boolean input changed from normal to offnormal. To Normal Text The message text to be sent as the information for recipients, as the Boolean input changed from offnormal to normal. Off Normal Hold Time Minimum time period that the transition from normal to alarm needs to be in that state before an is generated. To Normal Hold Time Minimum time period that the transition from alarm to normal needs to be in that state before an is generated. True Text The true text as facets False Text The false text as facets Example of configuring the Boolean point for Alarm
9 FloatAlarm FloatAlarm is an object to monitor Float type of data, which will trigger the alarm once the Float value is out of its preset High or Low limit. Details below is applicable to both easyio and easyiofgmail kit. The property sheet of the object is shown below Status To show current status of the BoolAlarm, indicated by either Alarm or Normal. In Input point with Float type. Alarm will be triggered when its value out of either the preset High or Low limit. Escalation Level1 Enabled To enable or disable the level1 of alarm escalation, which will be set by user.
10 Escalation Time1 Delay time of the alarm escalation, in minute (min). 1 min means escalation alarm will occur 1 min after the first alarm. Default to its minimum value, 1 min. Escalation Level2 Enabled To enable or disable the level2 of alarm escalation, which will be set by user. Escalation Time2 Delay time of the alarm escalation, in minute (min). 2 min means escalation alarm will occur 2 min after the first alarm. Default to its minimum value, 2 min. Escalation Level3 Enabled To enable or disable the level3 of alarm escalation, which will be set by user. Escalation Time3 Delay time of the alarm escalation, in minute (min). 3 min means escalation alarm will occur 3 min after the first alarm. Default to its minimum value, 3 min. High Limit Text The text message to be sent as the information for recipients, as the Float input exceeds the High Limit. Low Limit Text The text message to be sent as the information for recipients, as the Float input less than the Low Limit. To Normal Text The text message to be sent as the information for recipients, as the Float input fall between High and Low limit. High Limit Upper limit for the Float type input. Low Limit Low limit for the Float type input. Deadband High alarm = High Limit + Deadband Low alarm = Low Limit Deadband Off Normal Hold Time Minimum time period that the transition from normal to offnormal needs to be in that state before an is generated. To Normal Hold Time Minimum time period that the transition from offnormal to normal needs to be in that state before an is generated. Precision Decimal for the alarm value.
11 Example of configuring the Float point for Alarm FloatAlarmEd FloatAlarmEd is an object to monitor Float type of data, which will trigger the alarm once the Float value is out of its preset High or Low limit. Details below is applicable to both easyio and easyiofgmail kit. The property sheet of the object is shown below
12 SmtpService SmtpService is an object to provide the service for the Alarm objects (BoolAlarm and FloatAlarm) mentioned above. When an alarm is triggered, SmtpService will send an as configured, to the recipient/receipients. **Note: SmtpService must be drop inside Service folder (Sedona -> App -> Service). ** Only NON-SSL smtp server are supported at the time of this document. The property sheet of the object is shown below Enabled To enable or disable the SmtpService, which will be set by user. Fault Cause To show cause of the error, when there was SmtpServicefailure.
13 Host Name The server host name, for the SmtpService to send the to recipients. Host IP The IP address corresponding to the Host Name. Port The port number that used by SmtpService to send . Socket Timeout User defined time length to wait, before the TCP Socket for communication is closed. Default to its minimum value, 5000ms. Request Timeout User defined time length to wait, before the SmtpService getting a response, in milliseconds (ms). Default to its minimum value, 5000ms. State State of the socket, whether Open or Close. To Offnormal To be set by user, whether true or false. If true, will be sent when BoolAlarm/FloatAlarm changed from normal to offnormal, vice versa when set to false. To Normal To be set by user, whether true or false. If true, will be sent when BoolAlarm/FloatAlarm changed from offnormal to normal, vice versa when set to false. Account account that will be used to send the . Password Password of the s Account. Subject s subject. Recipient Recipient(s) address. Support multiple recipients by using semicolon (;) or comma (,). Example: [email protected];[email protected] [email protected],[email protected] Greeting The greeting words at the beginning of the . User may customize the getting message to provide information such as device name and location. Example of sent:
14 Text The contents of last sent, by SmtpService. Test Text input area allowed users to enter contents, to test the functionality of SmtpService. All properties of SmtpService have to be properly set before invoke this action.
15 Configuring service (SMTP service). In order to configure the service the easyiodns.kit,easyio .kit and easyiolicense.kit must be installed into the EasyIO 30P controller. For EasyIO FG Series kits required are easyiofgmail only. EasyioDNS.kit is used to resolve the URL to IP address. For EasyIO FG series DNS service object is from the easyiofgmail kit. EasyioLicense.kit is used to license the DNS, NTP and feature. Refer to EasyIO Advanced 03 License Service document for details. EasyIO FG Series does not require this kit. Below are the steps to configure service Step 1 Connect to the controller with Sedona Workbench. Default login credentials for EasyIO 30P and EasyIO FG Series are display as below; EasyIO 30P IP address : Username : admin Password :<no password> EasyIO FG Series IP address : Username : admin Password :<no password> Manage kits to install easyiolicense, easyio and easyiodns into EasyIO 30P controller. For EasyIO FG Series only easyiofgmail needs to be installed.
16 Step 2 Skip this step if you are configuring EasyIO FG Series. Choose easyiolicense from Sedona Palette Drag & drop LicenseServ into your App.License Service object must be under the Service folder. Step 3 Skip this step if you are configuring EasyIO FG Series. Double click on the License object to get into the Sedona Property sheet. Paste the provided license key into the Unlock Code field. Refer to the EasyIO Adv 03 License Service doc for details regarding the license key. A valid unlock code keyed in will show status = valid.
17 Step 4 Choose easyiodns from Sedona Palette Drag and drop DnsServ into your App.DNS Service object must be under the Service folder. ** Note ** For EasyIO FG Series choose easyiofgmail from the Sedona palette. Drag and drop the DnsServ into the service folder. Step 5 Choose easyio from Sedona Palette Drag and drop SmtpServ into your App. Smtp Service object must be under the Service folder. For EasyIO FG Series choose easyiofgmail from the Sedona palette. Drag and drop the SmtpServ into the service folder.
18 Step 6 Double click on the SmtpServ object to get into the Sedona Property sheet. Configure the SMTP service according to the mail provider. Only NON-SSL smtp servers are supported at the time of this document.
19 Configuring service (points). Make sure SMTP service is configured correctly. service only support 2 data types; Boolean and Float. Below are the steps to configure a Boolean point to send an if any alarm occurred. Step 1 Choose easyio from Sedona Palette Drag & drop BoolAlarm object into your App. The BoolAlarm object can be anywhere within the Sedona app. A valid link is required to BoolAlarm object in order to generate an alarm. Step 2 Double click the BoolAlarm object into Sedona Property Sheet. Configure the Alarm Message Text and all others necessary. Step 3 Repeat step 1 to step 2 for a FloatAlarm. Configure the FloatAlarm Sedona property sheet for float value properties.
20 Step 4 An will be sent if the value is in the alarm range/value.
21 Technical Support For technical support issues please contact technical support person as below;
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012
www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,
This section will focus on basic operation of the interface including pan/tilt, video, audio, etc.
Catalogue Basic Operation... 2 For Internet Explorer... 2 For Other Non-IE Web Browsers... 5 Camera Settings... 6 System... 6 About... 6 PT Setting... 7 Backup and Restore Setup... 8 NTP Setting... 8 System
Ad Hoc (Temporary) Accounts Instructions
DLG/PDV SFTP Server Instructions 1. Ad Hoc (Temporary) Accounts. 2. LeadsGen (Permanent) Accounts. 3. Manually configuring SFTP Clients (WinSCP & FileZilla). 4. Uploading files into SFTP server. 5. Frequently
Smart Card Authentication Client. Administrator's Guide
Smart Card Authentication Client Administrator's Guide April 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Smart Card Authentication Client...4 Configuring printer settings for use
ENTBUS PLUS SOFTWARE FOR ENERGY MONITORING AND RECORDING INSTALLATION AND OPERATING MANUAL
ENTBUS PLUS SOFTWARE FOR ENERGY MONITORING AND RECORDING INSTALLATION AND OPERATING MANUAL Foreword Entbus services manage the collection of information and storing this information in the database. Services
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
Smart Card Authentication. Administrator's Guide
Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5
EM Single Sign On 1.2 (1018)
(1018) 2015 VoIP Integration July 27, 2015 Table of Contents Product Overview... 3 Requirements... 3 Application Requirements... 3 Call Manager... 3 Network Connectivity... 3 EM Profile Requirements...
Notification messages
AXIS P8221 Network I/O Audio Module TECHNICAL NOTE Notification messages How to integrate AXIS P8221 Updated: August 19, 2011 Rev: 1.1 TABLE OF CONTENTS 1 INTRODUCTION 3 1.1 HTTP and TCP 3 1.2 VAPIX 3
Stoneware Inc. Hyland Software OnBase. Stoneware, Inc.
Stoneware Inc. Hyland Software OnBase Stoneware, Inc. Configuration Sheet Date: March 2005 Introduction This document provides the information necessary to secure and provide single sign-on for Hyland
Quick Setup Guide. FaxGwise Version 6.0. SKyPRO AG, Gewerbestrasse 7, 6330 Cham Switzerland, +41 41 741 4770. SKyPRO USA,
Quick Setup Guide FaxGwise Version 6.0 SKyPRO AG, Gewerbestrasse 7, 6330 Cham Switzerland, +41 41 741 4770 SKyPRO USA, 4700 Millenia Blvd., Suite 175, Orlando, FL 32839 +1 (407) 442 0285 Getting started
GE Measurement & Control. Remote Comms System. Installation and User Reference Guide
GE Measurement & Control Remote Comms System Installation and User Reference Guide Contents BENEFITS OF REMOTE COMMS SYSTEM... 1 HOW THE REMOTE COMMS SYSTEM WORKS... 3 COMPONENTS OF REMOTE COMMS SYSTEM...
Device Log Export ENGLISH
Figure 14: Topic Selection Page Device Log Export This option allows you to export device logs in three ways: by E-Mail, FTP, or HTTP. Each method is described in the following sections. NOTE: If the E-Mail,
User Guide Online Backup
User Guide Online Backup Table of contents Table of contents... 1 Introduction... 2 Adding the Online Backup Service to your Account... 2 Getting Started with the Online Backup Software... 4 Downloading
Steps for Basic Configuration
1. This guide describes how to use the Unified Threat Management appliance (UTM) Basic Setup Wizard to configure the UTM for connection to your network. It also describes how to register the UTM with NETGEAR.
Using Device Discovery
2 CHAPTER You can use Active Discovery to scan your network for new monitors (Active Monitors and Performance Monitors) and devices on a regular basis. Newly discovered items are added to the Active Discovery
Quadro Configuration Console User's Guide. Table of Contents. Table of Contents
Epygi Technologies Table of Contents Table of Contents About This User s Guide... 3 Introducing the Quadro Configuration Console... 4 Technical Specification... 6 Requirements... 6 System Requirements...
Sending an Email Message from a Process
Adobe Enterprise Technical Enablement Sending an Email Message from a Process In this topic, you will learn how the Email service can be used to send email messages from a process. Objectives After completing
OCS Training Workshop LAB14. Email Setup
OCS Training Workshop LAB14 Email Setup Introduction The objective of this lab is to provide the skills to develop and trouble shoot email messaging. Overview Electronic mail (email) is a method of exchanging
Solve network scan problems. Common problems and solutions... 2. Scan to e-mail status... 3. Scan to FTP status... 5. Job Accounting status...
1 Common problems and solutions......... 2 Scan to e-mail status................... 3 Scan to FTP status..................... 5 Job Accounting status.................. 7 Scan to e-mail errors....................
PRINT FLEET MANAGER USER MANUAL
PRINT FLEET MANAGER USER MANUAL 1 Disclaimer of warranties and limitation of liabilities ( YES ) reserves all rights in the program as delivered. The program or any portion thereof may not be reproduced
8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents
NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft
Integrating with IBM Tivoli TSOM
Integration Notes Integrating with IBM Tivoli TSOM The Cascade Profiler integrates with the IBM Tivoli Security Operations Manager (TSOM) through the use of SNMP traps. It has been tested with TSOM Version
AusCERT Remote Monitoring Service (ARMS) User Guide for AusCERT Members
AusCERT Remote Monitoring Service (ARMS) User Guide for AusCERT Members Last updated: 27/06/2014 Contents 1 Introduction... 2 1.1 What is ARMS?... 2 1.2 Glossary Terms... 2 2 Setting up your ARMS configuration
IIS, FTP Server and Windows
IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:
User Guide. SysMan Utilities. By Sysgem AG
SysMan Utilities User Guide By Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective holders. 2013 Sysgem AG, Lavaterstr. 45, CH-8002 Zürich,
Practice Fusion API Client Installation Guide for Windows
Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction
Configure Cisco Unified Customer Voice Portal
Cisco Unified Customer Voice Portal Configuration, page 1 Configure Gateways, page 1 Transfer Unified CVP Scripts and Media Files, page 2 Unified Customer Voice Portal Licenses, page 2 Configure SNMP,
Administering Cisco ISE
CHAPTER 8 This chapter describes the administrative activities for the Cisco Identity Services Engine (ISE) and how to perform them. The following topics are covered: Logging In, page 8-1 System Time and
Setting up a Scheduled task to upload pupil records to ParentPay
Setting up a Scheduled task to upload pupil records to ParentPay To ensure that your setup goes ahead without any issues please first check that you are setting the scheduled task up on the SIMS server
Setting up VMware ESXi for 2X VirtualDesktopServer Manual
Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: [email protected] Information in this document is subject to change without notice. Companies, names, and data used in examples
APPLICATION NOTE. CC5MPX Digital Camera and IPn3Gb Cellular Modem 10/14. App. Note Code: 3T-Z
APPLICATION NOTE App. Note Code: 3T-Z CC5MPX Digital Camera and IPn3Gb Cellular Modem 10/14 C o p y r i g h t 2 0 1 3-2 0 1 4 C a m p b e l l S c i e n t i f i c ( C a n a d a ) C o r p. Table of Contents
HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP
HOW TO CONFIGURE SQL SERVER REPORTING SERVICES IN ORDER TO DEPLOY REPORTING SERVICES REPORTS FOR DYNAMICS GP When you install SQL Server you have option to automatically deploy & configure SQL Server Reporting
Using MailStore to Archive MDaemon Email
Using MailStore to Archive MDaemon Email This guide details how to archive all inbound and outbound email using MailStore, as well as archiving any emails currently found in the users accounts in MDaemon.
Avigilon Control Center System Integration Guide
Avigilon Control Center System Integration Guide with STENTOFON AlphaCom INT-STENTOFON-B-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation
NTTCT Mail Hosting Service Account Management
NTTCT Mail Hosting Service Account Management (Mail Hosting: NTT Communications (Thailand) Co., Ltd.) About This Document This document is intended to be a quick reference guide to follow for administrator
How do I control and manage SIPe Profiles
How do I control and manage SIPe Profiles 1 CREATING A PROFILE Each Profile provides authorised access to designated levels of the SIPe product commissioning, and permits that authorised user to edit the
LOREX CLIENT 2.2 Integrated Remote Agent Software
LOREX CLIENT 2.2 Integrated Remote Agent Software Instruction Manual English Version 1.0 MODEL: L15LD420 / L17LD420 Series Copyright 2008 LOREX Technology Inc. www.lorexcctv.com Table of Contents Table
P-660HNU-Tx. Wireless N ADSL2+ 4-port Gateway DEFAULT LOGIN DETAILS. Firmware v1.02 Edition 1, 11/2011. IP Address: http://192.168.1.1.
P-660HNU-Tx Wireless N ADSL2+ 4-port Gateway with USB Firmware v1.02 Edition 1, 11/2011 DEFAULT LOGIN DETAILS IP Address: http://192.168.1.1 User: admin Password: 1234 www.zyxel.com Copyright 2011 ZyXEL
Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal
Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco
Netcomm NB604N. Modem Configuration Guide. Netcomm NB604N. Configuring in Layer2 PPPoE for Windows XP and 2000 IMPORTANT MESSAGE
Configuring in Layer2 PPPoE for Windows XP and 2000 IMPORTANT MESSAGE Your modem has been pre-configured, you do not need to follow each step of the set-up guide but should retain this document in case
v. 2.4.1 v. 3.4.1 Alarm Notifications: [Y] Bounding boxes for analytics: [N]
VideoIQ Milestone Integration CCTV Systems AB, Nordic Agent for VideoIQ has together with VideoIQ and Milestone created this document. This document explains the different parts of software in Milestone
Administration guide. Océ LF Systems. Connectivity information for Scan-to-File
Administration guide Océ LF Systems Connectivity information for Scan-to-File Copyright 2014, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form
Google Drive. Administrator's Guide
Google Drive Administrator's Guide November 2015 www.lexmark.com Contents 2 Contents Overview... 3 Configuring the application...4 Acquiring a Google account... 4 Accessing the configuration page for the
C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial
C-more Remote Access, Data Log, FTP File Transfer, and Email Tutorial P a g e 2 Introduction: This script will walk you through the basic process of setting up the remote access, data logging, FTP file
Qvis Security Technical Support Field Manual LX Series
Table of Contents Page 1: Motion Detection 1.0 Configuring Motion Detection for LX Apollo / LX Zeus DVRs 2 1.1 Motion Playback on LX Apollo / LX Zeus DVRs 3 1.2 Scheduling Motion and Continuous Recording
Defender 5.7 - Token Deployment System Quick Start Guide
Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register
Scan to E-mail Quick Setup Guide
Xerox WorkCentre M118i Scan to E-mail Quick Setup Guide 701P42574 This guide provides a quick reference for setting up the Scan to E-mail feature on the Xerox WorkCentre M118i. It includes procedures for:
Google Docs Print. Administrator's Guide
Google Docs Print Administrator's Guide October 2013 www.lexmark.com Contents 2 Contents Overview...3 Configuring Google Docs...4 Acquiring a Google account...4 Customizing the application icon...4 Configuring
FaxCore 2007 Getting Started Guide (v1.0)
FaxCore 2007 Getting Started Guide (v1.0) FaxCore 2007 Getting Started Guide (v1.0) Page 1 FaxCore 2007 Getting Started Guide Setting up Windows 2003 This only applies to FaxCore appliances. When the server
P-660HW-Tx v3. 802.11g Wireless ADSL2+ 4-port Gateway DEFAULT LOGIN DETAILS. Firmware v3.70 Edition 1, 2/2009
P-660HW-Tx v3 802.11g Wireless ADSL2+ 4-port Gateway Firmware v3.70 Edition 1, 2/2009 DEFAULT LOGIN DETAILS IP Address: http://192.168.1.1 Admin Password: 1234 User Password: user www.zyxel.com Copyright
Intelli-M Access Quick Start Guide
Intelli-M Access Quick Start Guide Before You Begin The Intelli-M Access software can be used in conjunction with the eidc. Use Intelli-M Access to manage, view, and report activity through an eidc controlled
F-Secure Messaging Security Gateway. Deployment Guide
F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4
Parental Control Setup Guide
Parental Control Setup Guide This guide will show you how to setup parental controls on your Genexis router. The parental controls used in this guide are provided by OpenDNS. By using this you can either
Configuration Guide - OneDesk to SalesForce Connector
Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce
RMFT Outlook Add-In User Guide
RMFT Outlook Add-In User Guide Software Version 2.5 November 23, 2011 RepliWeb, Inc., 6441 Lyons Road, Coconut Creek, FL 33073 Tel: (954) 946-2274, Fax: (954) 337-6424 E-mail: [email protected], Support:
PCRecruiter Internal Email Client
PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter
DIGICLIENT 8.0 Remote Agent Software
DIGICLIENT 8.0 Remote Agent Software MODEL: D17800 Series Instruction Manual English Version 1.0 Copyright 2007 Digimerge Technologies Inc Table of Contents Table of Contents About the DigiClient 8.0...
SonicWALL Email Security Quick Start Guide. Version 4.6
SonicWALL Email Security Quick Start Guide Version 4.6 Quick Start Guide - Introduction This document guides you through the most basic steps to set up and administer SonicWALL Email Security. For more
8.6. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.6. Contents
NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.6 Contents 1.0 - Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft
Workflow Conductor Widgets
Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others
How To - Deploy Cyberoam in Gateway Mode
How To - Deploy Cyberoam in Gateway Mode Cyberoam appliance can be deployed in a network in two modes: Gateway mode. Popularly known as Route mode Bridge mode. Popularly known as Transparent mode Article
Important Information
June 2015 Important Information The following information applies to Proofpoint Essentials US1 data center only. User Interface Access https://usproofpointessentials.com MX Records mx1-usppe-hosted.com
OCS Virtual image. User guide. Version: 1.3.1 Viking Edition
OCS Virtual image User guide Version: 1.3.1 Viking Edition Publication date: 30/12/2012 Table of Contents 1. Introduction... 2 2. The OCS virtualized environment composition... 2 3. What do you need?...
Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR
Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR Dear Friends, This mailer will help you configure Email Notification in SATATYA Web Client
Software Version 1.0 ConnectKey TM Share to Cloud April 2013. Xerox ConnectKey Share to Cloud User / Administrator s Guide
Software Version 1.0 ConnectKey TM Share to Cloud April 2013 Xerox ConnectKey Share to Cloud User / Administrator s Guide 2013 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, and Xerox
Setting Up Scan to SMB on TaskALFA series MFP s.
Setting Up Scan to SMB on TaskALFA series MFP s. There are three steps necessary to set up a new Scan to SMB function button on the TaskALFA series color MFP. 1. A folder must be created on the PC and
Dynamic DNS How-To Guide
Configuration Guide Dynamic DNS How-To Guide Overview This guide will show you how to set up a Dynamic DNS host name under the D-Link DDNS service with your D-Link ShareCenter TM. Dynamic DNS is a protocol
Canon. Product : imagerunner C3200 / 2200i / 3300i / 5000i / 6000i / 7200 / 8500 / 105 / 2010F, Title : imagerunner Universal Send Error Codes
Product : imagerunner C3200 / 2200i / 3300i / 5000i / 6000i / 7200 / 8500 / 105 / 2010F, Title : imagerunner Universal Send Error Codes Question : What are universal send error codes? Answer : #001 -Check
K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS. v.109
K7 Mail Security FOR MICROSOFT EXCHANGE SERVERS v.109 1 The Exchange environment is an important entry point by which a threat or security risk can enter into a network. K7 Mail Security is a complete
How To - Implement Single Sign On Authentication with Active Directory
How To - Implement Single Sign On Authentication with Active Directory Applicable to English version of Windows This article describes how to implement single sign on authentication with Active Directory
Sophos Mobile Control as a Service Startup guide. Product version: 3.5
Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator
VOIP-500 Series Phone CUCM 8.0.3a Integration Guide
I. Introduction This provides general instructions for integration of the VOIP-500 Series Phone with a Cisco Call Manager installation. It is recommended to read this instruction set completely before
Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide
Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without
Configure Windows SMTP Server to Toss econtrol Notification Emails
Configure Windows SMTP Server to Toss econtrol Notification Emails econtrol has the ability to originate notification emails for various modules. You need to either configure the email notifucations to
Error and Event Log Messages
APPENDIXA and Event Log Messages Client Messages Login Failed Clean Access Server is not properly configured, please report to your administrator. A login page must be added and present in the system in
Folder Proxy + OWA + ECP/EAC Guide. Version 2.0 April 2016
Version 2.0 April 2016 Folder Proxy + OWA + ECP/EAC Guide Copyright 2016 iwebgate. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system,
MXview ToGo Quick Installation Guide
MXview ToGo Quick Installation Guide First Edition, July 2015 2015 Moxa Inc. All rights reserved. P/N: 18020000000C0 Overview MXview ToGo allows you to use your mobile devices to monitor network devices
Sophos Mobile Control Installation guide. Product version: 3
Sophos Mobile Control Installation guide Product version: 3 Document date: January 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...16 4 External
3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next.
To Set Up Your E-mail Account in Microsoft Outlook 2003 1. Open Microsoft Outlook 03 3. On the E-mail Accounts wizard window, select Add a new e-mail account, and then click Next. 4. For your server type,
Cisco WebEx Meetings Server Administration Guide
First Published: October 21, 2012 Last Modified: October 21, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800
KB # 39841 Rev: 1-29-2010
#001 [ TX ] Paper Jam -Document is caught in the feeder. -Paper jam. -Check your document. -Different sized originals were scanned with out setting the different originals mode. #003 [ TX/RX ] Copy Page,
PC Monitor Enterprise Server. Setup Guide
PC Monitor Enterprise Server Setup Guide Prerequisites Server Requirements - Microsoft Windows Server 2008 R2 or 2012-2GB RAM - IIS 7.5 or IIS 8.0 (with ASP.NET 4.0 installed) - Microsoft SQL Server 2008
IRMACS E-Mail Setup. Your IRMACS e-mail is available internally by the IMAP protocol. The server settings used are:
IRMACS E-Mail Setup General Information This document covers both the default Apple OSX mail client and the installed Mozilla s Thunderbird mail client. If you are comfortable setting up your own mail
QliqDIRECT Active Directory Guide
QliqDIRECT Active Directory Guide QliqDIRECT is a Windows Service with Active Directory Interface. QliqDIRECT resides in your network/server and communicates with Qliq cloud servers securely. QliqDIRECT
Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1.
Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved Client Portal blue Installation Guide v1.1 Overview This document will walk you through the process of installing
Configuring and Integrating MAPI
Configuring and Integrating MAPI The Basics of MAPI 3 The MAPI User Experience Monitor in SAM 4 Troubleshooting MAPI 7 This document includes basic information about MAPI and its role with SolarWinds SAM.
WebSphere Business Monitor V6.2 KPI history and prediction lab
Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 KPI history and prediction lab What this exercise is about... 1 Lab requirements...
Quick DDNS Quick Start Guide
Quick DDNS Quick Start Guide Contents Before Use... 1 Enable Domain Name Access... 2 Default Domain Name Access... 2 Custom Domain Name... 3 DDNS Web Registration and Management... 5 Smart Phone Client...
NTP Software QFS for NAS, Hitachi Edition
NTP Software QFS for NAS, Hitachi Edition Installation Guide Revision 2.4 - July 2015 This guide details the method for the installation and initial configuration of NTP Software QFS for NAS, Hitachi Edition,
PULSE. Pulse for Windows Phone Quick Start Guide. Release Published Date
PULSE Pulse for Windows Phone Quick Start Guide Release Published Date 1.0 July 2015 Contents PART 1 Pulse for Windows Phone 4 CHAPTER 1 5 Introducing Pulse for Windows Phone 5 Pulse for Windows Phone
SNMP Web Management. User s Manual For SNMP Web Card/Box
SNMP Web Management User s Manual For SNMP Web Card/Box Management Software for Off-Grid Inverter Version: 1.2 Table of Contents 1. Overview... 1 1.1 Introduction... 1 1.2 Features... 1 1.3 Overlook...
Mobile Asset Tracker
Introduction Book Systems, Inc. provides the Mobile Asset Tracker (MAT) application for Apple iphone, ipod touch, ipad, and ipad mini devices and Android devices so that Booktracks users can circulate
IEI emerge and Dedicated Micros Digital Video Recorder. Install, Setup, and Integration Guide. Version 3.0 and above
IEI emerge and Dedicated Micros Digital Video Recorder Install, Setup, and Integration Guide Version 3.0 and above CONTENTS DVR Features Requirements List...3 Hardware...3 Software and Licenses...3 Upgrading
mypro Installation and Handling Manual Version: 7
mypro Installation and Handling Manual Version: 7 Date: JAN 2016 Thank you for using mypro on your PC. myscada is a full featured HMI/SCADA system with advanced options such as vector graphics views, advanced
