SDC-TS Sedona Touchscreen Programming Manual

Size: px
Start display at page:

Download "SDC-TS Sedona Touchscreen Programming Manual"

Transcription

1 SDC-TS Sedona Touchscreen Programming Manual SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom. Tel: Fax:

2 Copyright Notice This document has been prepared by SyxthSense Limited using (i) its own proprietary information and (ii) proprietary information owned and controlled by other third parties (for which SyxthSense Limited has a right to use). The contents are copyrighted and must not be communicated in whole or in part to any other party without the prior written approval of SyxthSense Limited. The following notice applies to this document and shall be reproduced on any permitted copies: 2012 SyxthSense Limited. All rights reserved. Any request for further information concerning this document should be addressed to: SyxthSense Limited 3 Topsham Units Dart Business Park Topsham Exeter EX3 0QH United Kingdom Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 2

3 CONTENTS 1 INTRODUCTION SDC-TS35 TOUCHSCREEN NETWORKING LCD KIT INSTALLATION ON SDC-30 CONTROLLER SDC-TS35 DISPLAY PROGRAMMING EASYIOFGLCD KIT PROPERTIES FGLcdServerService Page Object LcdBool Object LcdBoolOneShot Object LcdBoolOverwrite Object LcdFloat Object LcdFloatOneShot Object LcdFloatOverwrite Object LcdInt Object LcdSchedule Object CONFIGURING THE SDC-TS TOUCHSCREEN HOME SCREEN LOGIN BUTTON SETTINGS Ethernet Controllers IP Home Controller Change PIN System Menu About CONTROLLERS MENU CHANGING THE SDC-TS LOGO UPGRADING THE SDC-TS DISPLAY FIRMWARE DOCUMENT CONTROL Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 3

4 1 Introduction The SDC-TS35 is a Sedona Touchscreen Interface that can be used to display settings from up to 18 Sedona Controllers or Niagara Stations. The display is fully configurable and each of the controllers can have up to 600 parameters. The display is typically used for displaying plant information such as temperature measurements, control setpoints, time schedules, system status information and so on. The display configuration is held on the SDC-30 Sedona controller or on the Niagara Station. Below are some of the features of the SDC-30 display. Touch screen with sharp colour display Sedona Framework and Niagara Station support Communicates with all Sedona devices, with easyiofglcd kit Communicates with all Niagara stations, with easyiolcd.jar driver View and edit points Supports multiple data types e.g. Boolean, integer, float Ethernet based Simple configuration/setup on both Sedona devices and LCD display. Easy Firmware upgrade Real time data upgrade Small form factor Accessible up to 600 points per controller Access to multiple controller, up to 18 controllers or stations Cost effective upgrade in project phase Simplified control of maintenance/ facility team Watchdog governed to prevent system abnormality Simple and clean GUI This document is a user guide for configuring the SDC-TS35 display and the SDC-30 Sedona Controller to communicate with the SDC-TS35. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 4

5 2 SDC-TS35 Touchscreen Networking The diagrams below illustrate some of the network connection options with the Sedona SDC-30 controller. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 5

6 3 LCD Kit Installation on SDC-30 Controller SDC-TS35 Kit Installation The SDC-TS35 is programmed through the Workbench interface (either Sedona or Niagara AX). To SDC-TS35 configuration is held on the SDC controller. To configure the display the easyiofglcd kit is required to be loaded to the controller. This allows the display programming. To load this kit with Sedona Workbench, connect to the controller, and Select Manage Kits on the initial controller display page. Now select easyiofglcd and easyioschedule kits and press OK. This loads the programming library (kit) to the SDC-30 controller. Note: easyiofglcd kit is dependent on the easyioschedule kit. Therefore easyioschedulekit must be selected together with the easyiofglcd kit. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 6

7 This kit contains 10 object as shown below. Using these object the SDC-TS display is programmed. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 7

8 4 SDC-TS35 Display Programming Once the easyiofglcd kit has been loaded to the controller, the SDC-TS35 display can be programmed by dragging and dropping the objects to the wiresheet. The hierarchy of the LCD service is as below, and the objects need to follow this hierarchy for the display to operate correctly. FGLcd Service object is a child of Service folder Page object is a child of the FGLcd Service object Line object is a child of the Pagex object. Line objects are objects as in the image below. Please refer to easyfglcd kit Properties section for further details. SDC-30 controller is called FGLcd server and SDC-TS (FGLcd) Displays are clients. We recommend one server connecting to 4 clients (SDC-TS) max at the moment. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 8

9 Step by Step Programming Connect to the SDC-30 controller via Sedona workbench. Install the easyiofglcd kit (see LCD kit installation section). The controller will restart after installation. Re-connect to the sedona controller again. From the sedona palette, open the easyiofglcd object library Locate the FGLcdServerService object. Drop this object into the wire sheet. It is not necessary to drop the FGLcdServerService into the service folder. It can be anywhere in the apps folder. Open the property sheet of the FGLcdSe. In the property sheet, title is the controller display name show in the FGLcd display. It can only support max 13 characters. Page1 object is the child of FGLCDSe object. It has to be under the service object. Drop a page1 object under the service folder. The naming convention of child objects for the FGLcdSer objects are as below: hpage : The main page of the display. Home screen. It can only hold 2 lines. page1 : This is the page for the FGLcd display. You can have as many pages up to 99. Pagex : This is the page for the FGLcd display. You can have as many pages up to 99. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 9

10 Line1 object is the child of page object. It has to be under the page object. Drop a line object under the page object. Max of 6 lines allow for each page, except hpage only 2 lines. Line objects are as below; The naming convention of child objects for the page objects are as below. Line1 : This will be the first line of a page display Line2 : This will be the second line of a page display Line6 : This will be the last line of a page display Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 10

11 After finishing configure, right click at the service > Actions > Get total page. This is to force update to the FGLcd display. Pages and lines can be added in anytime. Below is a example of a configuration with one hpage and 2 pages. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 11

12 5 easyiofglcd Kit Properties FGLcdServerService FGLcdServerService is service object that drop in to the service folder wire sheet in order for the LCD to display values. It is not necessary to drop the LCDService under the service folder. It can be anywhere in the apps. The property sheet of the object is shown below Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Enable Class: Boolean FGLcd service can be enable or True True or False disable with this parameter. Title Status Class: String This field will be the display name of the controller when view at the LCD. It support max 13 characters. Class: String Status of the FGLcd Service object. It will show error when the LCD device might be having same port with other application. It will show cannot bind to port. Last Client Address Class: String Shows the latest client connected to the server object. Client is the SDC-TS35 LCD device. Port Class: Int By default the server port is However it is not supported with other port number at the moment. n/a Max 13 Characters Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 12

13 Page Object Page is a child object for easyiolcdservice. It must be a child of the LCD service. This object will determine the page that will display in the LCD display. Max number of pages allowed per controller at the moment is 99 pages. The property sheet of the object is shown below. Note: Name of this object needs to follow the convention; hpage, page1, page2, page3,,page99. Otherwise the LCD display will not operate correctly. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the LCD screen page view. This title will appear on top of the page. n/a Max 15 Characters NOTE: Title is not used for hpage. LcdBool Object LcdBool is a Boolean object and child object that sits under the page object. It is used to display Boolean point in the LCD display. It can be a read-only object or writable object. The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. Access Right Class: Boolean Selection between Read-only or Writable. If writable is selected, title will be in Bold is view from the LCD Readonly Readonly or Writable Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 13

14 True Text False Text In Out Class: String True text to be shown in the LCD display Class: String False text to be shown in the LCD display Class: Boolean Input value of the object. When the object configured as read-only, input is link from another object within the Sedona apps Class: Boolean Output value of the object. When the object configured as writable, output is link to another object within the Sedona apps for control. n/a n/a n/a n/a True or False True or False Applying the Object Example of configuring LcdBool as a read-only point. Make sure you link from an object in the sedona apps that would be monitor by the LCD read-only point Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 14

15 LcdBoolOneShot Object LcdBoolOneShot is a Boolean object and child object that sits under the page object. It is used to control Boolean point from the LCD display for a define time period. It is a writable object. The property sheet of the object is shown below Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. True Text False Text Retrigger Enable Class: String True text to be shown in the LCD display Class: String False text to be shown in the LCD display Class: Boolean This property can be set to enable is re-trigger is required. n/a n/a Disable Disable or Enable Trigger period Class: Int Period of the trigger period in seconds ms Trigger Value Class: Boolean Output Value when object is triggered. True True or False In Class: Boolean Input Constant value. n/a True or False Out Class: Boolean Current Output Value. The control algorithm is a below. If the input is set to true, trigger value set to false, when a trigger fire Output = false according to the period time. n/a True or False If the input is set to false, trigger value set to true, when trigger is fire Output = true according to the period time. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 15

16 Applying the Object Example 01 of LcdBoolOneShoot In = true Trigger value = false Out = In, When object is trigger output = false for 5secs Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 16

17 Example 02 of LcdBoolOneShoot In = false Trigger value = true Out = In, When object is trigger output =true for 5secs. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 17

18 LcdBoolOverwrite Object LcdBoolOverwerite is a Boolean object and child object that sits under the page object. It is used to control/overwrite Boolean point from the LCD display. It is a permanent overwrite until the overwrite is released. It is a writable object from the LCD display. It has 3 Selection ; 1. Auto, null value 2. Overwrite On 3. Overwrite Off The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. Mode Overwrite On Value Class: String Selection of mode available. This selection is available in the LCD display. Auto, null value output. When this mode is selected, Out = In Overwrite On. When this mode is selected, Out = Overwrite On Value Overwrite Off. When this mode is selected, Out = Overwrite On Value Class: Boolean User define output value when mode selection is Overwrite On. Auto Auto / Overwrite On / Overwrite Off False True or False Overwrite Off Value Class: Boolean User define output value when mode selection is Overwrite Off. True True or False In Class: Boolean Input Constant value. n/a True or False Out Class: Boolean Current Output Value. The control algorithm is a below. If the input is set to true, overwrite value On set to true, overwrite value Off set to false, Mode = Auto Output = Input n/a True or False Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 18

19 If the input is set to true, overwrite value On set to true, overwrite value Off set to false, Mode = Overwrite On Output = Overwrite Value On = true If the input is set to true, overwrite value On set to true, overwrite value Off set to false, Mode = Overwrite Off Output = Overwrite Value Off = false Output = true according to the period time. Applying the Object Example of using the LcdBoolOverwrite object. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 19

20 LcdFloat Object LcdFloat is a Float object and child object that sits under the page object. It is used to display Float point in the LCD display. It can be a read-only object or writable object. The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. Access Right Min Class: Boolean Selection between Read-only or Writable. If writable is selected, title will be in Bold is view from the LCD. Class: Float Min value that the LCD Float can display. Readonly Readonly or Writable Max Class: Float Max value that the LCD Float can display. Precision Unit Class: Int The number of precision value that the float value will display in the LCD screen. Class: String Engineering Unit that will be display next to the Float Value. This is a string value and max of 15 characters supported. In Class: Float Input Constant value. n/a Out Class: Float Output value to the LCD display. n/a 2 n/a Max 15 Characters Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 20

21 Applying the Object Example 1. Configuring LcFloatl as a read-only point. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 21

22 Example 2. Configuring LcdFloat as a writable point. The LcdFloat object is writing to a Setpoint Object Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 22

23 LcdFloatOneShot Object LcdFloatOneShot is a Float object and child object that sits under the page object. It is used to control Float point from the LCD display for a define time period. It is a writable object. The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. Retrigger Enable Trigger period Class: Boolean This property can be set to enable is re-trigger is required. Class: Int Period of the trigger period in miliseconds. Disable Disable or Enable to ms Trigger Value Class: Float Output Value when object is triggered. n/a Precision Unit Class: Int The number of precision value that the float value will display in the LCD screen. Class: String Engineering Unit that will be display next to the Float Value. This is a string value and max of 15 characters supported. In Class: Float Input Constant value. n/a Out Class: Float Current Output Value. The control algorithm is a below. If the input is set to X, trigger value set toy, when a trigger fire Output = Y according to the period time. 2 n/a n/a Max 15 Characters Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 23

24 Applying the Object Example of LcdFloatOneShoot, In = Trigger value = Out = Trigger Valuefor 5seconds when object is trigger from the LCD Out = In after trigger period 5 second ends. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 24

25 LcdFloatOverwrite Object LcdFloatOverwerite is a Float object and child object that sits under the page object. It is used to control/overwrite Float point from the LCD display. It is a permanent overwrite until the overwrite is released. It is a writable object from the LCD display. It has 3 Selections ; 1. Auto, null value 2. Overwrite On 3. Overwrite Off The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. Mode Overwrite On Value Class: String Selection of mode available. This selection is available in the LCD display. Auto, null value output. When this mode is selected, Out = In Overwrite On. When this mode is selected, Out = Overwrite On Value Overwrite Off. When this mode is selected, Out = Overwrite On Value Class: Float User define output value when mode selection is Overwrite On. Auto Auto / Overwrite On / Overwrite Off Overwrite Off Value Class: Float User define output value when mode selection is Overwrite Off. In Class: Float Input Constant value. n/a Out Class: Float Current Output Value. The control algorithm is a below. n/a If the input is set to X, overwrite value On = Y, overwrite value Off = Z, Mode = Auto Output = X If the input is set to X, overwrite value On = Y, overwrite value Off = Z, Mode = Overwrite On Output = Overwrite Value On = Y Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 25

26 If the input is set to X, overwrite value On = Y, overwrite value Off = Z, Mode = Overwrite Off Output = Overwrite Value On = Z Applying the Object Example of using the LcFloatOverwrite object. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 26

27 LcdInt Object LcdInt is a Integer object and child object that sits under the page object. It is used to display Float point in the LCD display. It can be a read-only object or writable object. The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. Access Right Min Class: Boolean Selection between Read-only or Writable. If writable is selected, title will be in Bold is view from the LCD. Class: Int Min value that the LCD Float can display. Readonly Readonly / Writable Max Class: Int Max value that the LCD Float can display. In Class: Int Input constant value. n/a Out Class: Int Output value to the LCD display. n/a Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 27

28 Applying the Object Example 1. Example of configuring LcdInt as a read-only point Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 28

29 Example 2. Example of configuring LcdInt as a writable point Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 29

30 LcdSchedule Object LcdSchedule is a Integer object and child object that sits under the page object. It is used to display SDC schedule object in the LCD display. This object will replicate the SDC schedule in the sedona apps and display it in the LCD display. User can edit the schedule from the LCD display with the same format as SDC schedule (easyioschedule kit) object. Please refer to SDC-30 Programming Manual, easyioschedule for schedule editing format. The property sheet of the object is shown below. Properties OBJECT PROPERTIES Name Class / Description Default Range/Select Title Class: String Title for the point to be shown in the n/a Max 15 Characters LCD screen. True Text Class: String Text that will appear in the LCD display next to the title showing the True (ON) Status. n/a Max 15 Characters False Text Class: String Text that will appear in the LCD display next to the title showing the False (OFF) Status. n/a Max 15 Characters In Out Class: Boolean Input constant value. This slot has to be link from a easyioschedule kit object. Class: Boolean Output value to other objects to be control. n/a n/a True or False True or False Applying the Object Example of using LcdSchedule object. Schedule object is linked to the LcdSchedule object. This allows the time schedule to be changed through the SDC-TS35 display. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 30

31 6 Configuring the SDC-TS Touchscreen Home Screen The home screen shows 2 lines which can be programmed to as required, and Settings, Controllers and Login buttons. From the home screen by selecting the Controllers button the list of the available controller (sites are displayed). Login Button The LOCK symbol is the login button. You may need to login in order to change settings or overwrite points in the controller page. There are 2 passwords levels on the SDC-TS Display. PASSWORD LEVELS Level Pin Code User Level Remarks User This user has full access to Controllers pages but do not have access rights to Settings page Admin This user has full access rights to both Controllers and Settings pages. Before the login the padlock icon shows the padlock closed. When the user logs in successfully the padlock icon is opened. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 31

32 Settings Settings menu can be access by clicking on the Settings button at home screen. The settings menu is locked with password and to access it you must log in using Admin User Level password. There are 6 setting menus:- 1. Ethernet 2. Controller IP address 3. Home Controller 4. Change PIN 5. System 6. About Ethernet This sub menu is to set the SDC-TS IP address. To edit, tap on the IP address space and a pop up keypad will be seen. Do remember to hit the save button. Please note that the LCD display must be in the same subnet as the SDC controllers in order the display to communicate correctly to the controller. Also the first three segments of the IP address have to be the same as with the controller, and the last segment must be different than the controller, otherwise IP address conflict will occur. E.g SDC-TS Display IP Address IP Address Subnet SDC Controller IP address IP Address Subnet Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 32

33 If the display is connected directly to the SDC controller, an Ethernet cross-over cable must be used. Controllers IP This sub menu is to set the controller IPs that the SDC-TS will connect to. A maximum of 18 controllers can be configured for one SDC-TS display. Click on 1, a separate window will show as 2. Key in the IP address. The controller name will display here. This is set in the SDC controller. Max number of characters allowed is 13. Home Controller. This sub menu is to set the home controller IP address. The home controller will be used to display the information on the home screen. It can only support up to 2 lines. Home controller IP address is configuring here. Change PIN This sub menu enable user to change the login PIN code. There are 2 PIN codes available. Refer to table below for details. PASSWORD LEVELS Level Pin Code User Level Remarks User This user has full access to Controllers pages but do not have access rights to Settings page Admin This user has full access rights to both Controllers and Settings pages. System Menu This sub menu will display the display hardware settings. Settings are as below. a. Refresh rate this is to set the polling rate of the display b. TimeOut Preset Time before the screen return to Home Screen c. Logo Setup This menu enable user to change the Home Screen Logo to User preference. Refer to next section for the Home Screen Logo setup page. d. Calibration calibration of the display touch accuracy e. Test This menu will run a few test for the SDC-TS Display ; colour, buzzer, touch. f. Reboot this will reboot the SDC-TS display About This sub menu will display the display system information. This is a read-only page. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 33

34 Controllers Menu By clicking the Controller button on the home screen the configured controllers are displayed on the screen. Up to 18 controllers can be linked to one SDC-TS screen. Each controller configuration is stored in the controller. The SDC controller is configured by loading easyiofglcd kit to the controller. Once FG Service has been loaded, by changing its name the individual controllers can be tagged with unique name, as shown in the Controller Selection screen above. Each controller can have up to 99 screens and each screen can be configured to contain information as required by the customer.e.g inputs, outputs, setpoints and so on. The SDC-TS offers the following parameters to be interrogated:- Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 34

35 Boolean (digital on/off) value read and write Integer value read and write Float value read and write (e.g. temperatures and setpoints) Time schedule read and write (shows also the current time) Holiday schedule read and write (shows the holiday periods) One-shot value display (e.g. extension timers) As the SDC-TS is configurable, the above options allow all typical plant information to be available for user interrogation. 7 Changing the SDC-TS Logo To change the Home Screen Logo to user preference, select Settings/System/Logo Setup. This take you to the Logo upload page. You can upload the the logo from the SD card. The requirements for the logo are:- 1. Logo maximum size allow is 320 x 88 pixels. 2. Basic colors are supported. Fancy colors and image might results in image distortion. To install the custom logo, user needs to have a SD memory card. Any type of SD memory card is accepted. There is a SD card slot on top of the SDC-TS display. Step 1: Obtain the custom logo. Logo or image name has to logo.jpg. Only jpeg format is supported. Step 2: The custom logo file logo.jpeg need to be place in a folder named FG-LCD. Note 1: The name of the folder cannot be change or rename as the built-in SDC-TS display bootloader will only recognize this folder by its name. The firmware can co-exist in this folder. If a newer firmware is attached into this folder, the SDC-TS Display bootloader will upgrade the firmware. Step 3: Copy the folder in step 2 into a SD memory card root directory. Step 4: Insert the SD memory card into SDC-TS SD card slot. Power cycle is not needed in this process. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 35

36 Step 5: Go to the system menu by accessing the Settings Menu from the Home Page. Step 6: Next select the logo setup menu and touch on the Install Logo button. The SDC-TS will load the custom logo. When the loading process is done, user can return to Home Screen to check at the custom logo. The custom logo is stored in the SDC-TS display itself. SD memory card can be removed after the logo is saved. The custom logo will remain in the display even custom logo is not selected. To remove it, a restore factory settings process needs to be done. User can restore back to the default logo by selecting the Default button in the Logo Setup screen. 8 Upgrading the SDC-TS Display Firmware It is also possible to upgrade the SDC-TS firmware from the SD Flash Card. Please contact SyxthSense Support for further information. New firmware releases are issued from the time to time, but generally the SDC-TS firmware is not required to be updated. As the major part of the display configuration is held on the SDC controllers or Niagara Stations, it is more important that the display configuration kit file is of the latest version. Most feature upgrades are available by updating the kit file on your Workbench software. 9 Document Control Version Date Change History Jul-2012 Original Release Jan-2013 How to change logo. More instructions how to use the screen. Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 36

37 SyxthSense Limited 3 Topsham Units Dart Business Park Exeter EX3 0QH United Kingdom Enquiries: T: F: Online store: Enquiries: T: F: SDC-30 Sedona Controller Configuration Manual 37

EasyIO 30P FG LCD Display User Guide v EasyIO FG Lcd User Guide (Sedona apps config)

EasyIO 30P FG LCD Display User Guide v EasyIO FG Lcd User Guide (Sedona apps config) EasyIO FG Lcd User Guide (Sedona apps config) Document Change Log 06 th February 2012 Document created. Pre-release version. 01 th March 2012 Added in firmware flashing/upgrade procedure. 15 th May 2012

More information

SDC-TS7 7 Sedona Touchscreen Installation Guide. SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom.

SDC-TS7 7 Sedona Touchscreen Installation Guide. SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom. SDC-TS7 7 Sedona Touchscreen Installation Guide SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom. Tel: 0844 840 3100 Fax: 0844 840 3200 www.syxthsense.com

More information

SDC-20G/32G Graphics Series Distributed Controller Reference Manual

SDC-20G/32G Graphics Series Distributed Controller Reference Manual SDC-20G/32G Graphics Series Distributed Controller Reference Manual SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom. Tel: 0844 840 3100 Fax: 0844 840

More information

Note CPT.

Note CPT. Sedona Range Ap pplication Note Controllers CPT Tool SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom. Tel: 0844 840 3100 Fax: 0844 840 32003 www.syxthsense.comm

More information

MOD-MBUS CONFIGURATOR SOFTWARE (Series 2) User Guide

MOD-MBUS CONFIGURATOR SOFTWARE (Series 2) User Guide MOD-MBUS CONFIGURATOR SOFTWARE (Series 2) User Guide SyxthSense Ltd. 3 Topsham Units. Dart Business Park. Topsham. Exeter. Devon. EX3 0QH. United Kingdom. Tel: 0844 840 3100 Fax: 0844 840 3200 www.syxthsense.com

More information

EasyIO 30P History Configurations. EasyIO 30P History Configurations User Guide

EasyIO 30P History Configurations. EasyIO 30P History Configurations User Guide EasyIO 30P History Configurations User Guide Document Change Log 30 th October 2011 Document created. Disclaimer EasyIO 30P is a product by EasyIO Corporation Ptd Ltd. The EasyIO 30P was built on the Sedona

More information

FG Series DDC Emulator Program v1.1. EasyIO FG SeriesEmulator Version 1.1

FG Series DDC Emulator Program v1.1. EasyIO FG SeriesEmulator Version 1.1 EasyIO FG SeriesEmulator Version 1.1 1 Document Change Log 30 th Sept 2013 Document created. 06 th Dec 2013 Grammar correction and minor changes. 2 Disclaimer EasyIO FG-32 and EasyIO FG-20 are products

More information

Opus Supervisor User Guide

Opus Supervisor User Guide Table of Contents About Opus... 2 Opening the Station... 3 Adding a New Group... 5 Adding a New Site... 7 Adding New XCM... 8 Simulation... 13 Adding Network... 13 Assign XCM IP Address... 17 Platform

More information

SyxthSense Sedona Graphics Series Controllers.

SyxthSense Sedona Graphics Series Controllers. SyxthSense Sedona Graphics Series Controllers Why SyxthSense Sedona Controllers? Uses the Sedona Framework open source code the first ever in Building Automation Flattens conventional BMS Networks. Removes

More information

Reveal Software Installation and Programming

Reveal Software Installation and Programming Reveal Software Installation and Programming OWNER S GUIDE INTRODUCTION The Reveal display unit uses Honeywell's patent pending EZ-Nav technology to provide real-time status information on an easy-to-use,

More information

INDEX. Network Power Monitor R10 SNMP

INDEX. Network Power Monitor R10 SNMP Innovative Electronics for a Changing World NPM-R10 Remote Network Power Monitor With optional relay board and GSM module INDEX Amended 21 March 2017: Add user defined Password see page 13 Add wire Connection

More information

EasyIO 30P Frequently Asked Questions. Frequently Asked Questions

EasyIO 30P Frequently Asked Questions. Frequently Asked Questions Frequently Asked Questions 1 Document Change Log 31 th January 2011 Document created. 07 th March 2012 Remove Non Sedona content Update documents name 2 Disclaimer EasyIO 30P is a product by EasyIO Corporation

More information

EasyIO 30P Firmware Flashing and Upgrading. Firmware Flashing and Upgrading

EasyIO 30P Firmware Flashing and Upgrading. Firmware Flashing and Upgrading Firmware Flashing and Upgrading Document Change Log 01 st Jan 2011 Document created. 18 th April 2011 Added in FwTool v1.10.exe to document 23 th Aug 2011 Update the FwTool v1.11.exe 21 st Oct 2011 Added

More information

FG Series Modbus Slave v1.1

FG Series Modbus Slave v1.1 EasyIO FG ModbusSlave User Guide 19 th Nov 2013 1 Document Change Log 19 th Nov 2013 Document created. 30 th Dec 2013 Update user guide to include easyiodriver kit, easyiombslave and easyiofgserial installation

More information

BASpi Quick Start Guide

BASpi Quick Start Guide Instruction Sheet BASpi BASpi Quick Start Guide Thank you for choosing the Sedona-powered and BACnet networked BASpi I/O board from Contemporary Controls. You are ready to control without restrictions!

More information

Conquest Ethernet Controller Configuration Web Pages

Conquest Ethernet Controller Configuration Web Pages Conquest Ethernet Controller Configuration Web Pages Application Guide Contents Introduction...1 Login Window...2 Device Window...3 Security Window...4 Application Windows...5 Firmware Update Window...6

More information

INDEX. Network Power Monitor NPM-R10-SNMP. Innovative Electronics for a Changing World. NPM-R10-SNMP Remote Network Power Monitor

INDEX. Network Power Monitor NPM-R10-SNMP. Innovative Electronics for a Changing World. NPM-R10-SNMP Remote Network Power Monitor Innovative Electronics for a Changing World NPM-R10-SNMP Remote Network Power Monitor Optional relay board and GSM module INDEX 1. SYSTEM DESCRIPTION 2. SYSTEM BATTERY CONNECTIONS 3. SERIES CONNECTED BATTERIES

More information

Longshine Technologie Europe GmbH

Longshine Technologie Europe GmbH Longshine Technologie Europe GmbH www.longshine.de TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3 2. MFP SERVER INSTALLATION...5

More information

User can upgrade the firmware directly using the Web or Console.

User can upgrade the firmware directly using the Web or Console. 17. Firmware Upgrade User can upgrade the firmware directly using the Web or Console. Firmware name (current) and applied model: V3K31257_en.all:Vigor 3300B+ 2.5.7 English version. V3K31257_cn.all:Vigor

More information

APPLICATION NOTE. Changing Linux and Windows Autostart File MCS-TOUCHSCREENS

APPLICATION NOTE. Changing Linux and Windows Autostart File MCS-TOUCHSCREENS APP #7 APPLICATION NOTE Revision History APP #7 Date Author Description 06--7 DEW Setup App Changing Linux and Windows Autostart File Covered MCS-CONNECT RELEASE 8..0 and up For older versions use App#0

More information

Conquest Ethernet Controller Configuration Web Pages

Conquest Ethernet Controller Configuration Web Pages Conquest Ethernet Controller Configuration Web Pages Application Guide Contents Introduction...1 Login Window...2 Device Window...2 Security Window...4 Application Windows...5 Firmware Update Window...6

More information

EasyIO NTP service Applicable for EasyIO 30P and EasyIO FG Series

EasyIO NTP service Applicable for EasyIO 30P and EasyIO FG Series EasyIO NTP service Applicable for EasyIO 30P and EasyIO FG Series Document Change Log 05 th January 2012 Document created. 17 th February 2013 Added for EasyIO FG Series. Document name change to Sedona

More information

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide 4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide Copyright Copyright 2014 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless.

More information

2015/09/24. M-Touch

2015/09/24. M-Touch M-Touch 2.00.12 VERSION HISTORY (> 1.00) Graphics Maps: by means of Graphic Maps it s possible to display the alarm zones simply by tapping icons on the map shown on keypad screen. It s very simple to

More information

PRELIMINARY. BASpi I/O Demo Quick Start Guide. Instruction Sheet BASpi I/O

PRELIMINARY. BASpi I/O Demo Quick Start Guide. Instruction Sheet BASpi I/O BASpi I/O Demo Quick Start Guide Thank you for choosing the Sedona-powered and BACnet networked BASpi I/O board from Contemporary Controls. You are ready to control without restrictions! The BASpi I/O

More information

DSA Signage Player Getting Started Guide

DSA Signage Player Getting Started Guide DSA Signage Player Getting Started Guide May 2016 Introduction DSA is an advertising / information application for Android Phones, Tablets and Android mini-pcs in a retail environment. The application

More information

Innovative Electronics for a Changing World INDEX

Innovative Electronics for a Changing World INDEX Innovative Electronics for a Changing World INDEX 1. SYSTEM DESCRIPTION 2. BOARD CONNECTIONS terminals and indicators 3. CONNECTION DIAGRAM 4. START UP GUIDE and passwords 5. HOME PAGE 6. STATUS PAGE 7.

More information

Using Workbench as a Sedona Tool

Using Workbench as a Sedona Tool Using Workbench as a Sedona Tool For those who have access to Niagara Workbench, this programming tool for Niagara Framework works well as a Sedona Tool when programming devices built on the Sedona Framework.

More information

Moxa Remote Connect Gateway User s Manual

Moxa Remote Connect Gateway User s Manual User s Manual Edition 1.0, December 2017 www.moxa.com/product 2017 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

DSS Professional FAQ. Ver:

DSS Professional FAQ. Ver: DSS Professional FAQ Ver: 7.00.000 Contents 1 Installation and Deployment... 1 1.1 What kind of OS can install DSS Professional?... 1 1.2 What kind of performance of server can install DSS Professional?...

More information

Brand. E42 / E82 DVR System User Manual

Brand. E42 / E82 DVR System User Manual Brand E42 / E82 DVR System User Manual 1 Safety precautions Before using the product, please ensure that you read the safety precautions described below. Always ensure that the product is used correctly.

More information

TABLE OF CONTENTS COPYRIGHT INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION

TABLE OF CONTENTS COPYRIGHT INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3 2. MFP SERVER INSTALLATION...5 PREPARATION...5 CONFIGURATION SOLUTION TABLE...5

More information

Getting Started with the Sedona Application Editor

Getting Started with the Sedona Application Editor Getting Started with the Sedona Application Editor Introduction Contemporary Controls, a Sedona Framework Community member, has developed the Sedona Application Editor (SAE) that allows system integrators

More information

User Manual. BAScontrol Toolset

User Manual. BAScontrol Toolset User Manual BAScontrol Toolset Trademarks BASautomation, Contemporary Controls and CTRLink are registered trademarks of Contemporary Control Systems, Inc. BACnet is a registered trademark of the American

More information

APP-108 Firmware, Calibration SD Card Rev. 1.4 APPLICATION NOTE MCS-TOUCH OPERATING SYSTEM UPDATE

APP-108 Firmware, Calibration SD Card Rev. 1.4 APPLICATION NOTE MCS-TOUCH OPERATING SYSTEM UPDATE APP-108 Firmware, Calibration SD Card Rev. 1.4 APPLICATION NOTE Revision History APP-108- Rev 1.4 MCS-TOUCH OPERATING SYSTEM UPDATE Date Author Revision Description 10-12/14-15 DEW Rev. 1.3 SD Card, Firmware,

More information

H.264 Network DVR. Quick Start

H.264 Network DVR. Quick Start 341Z H.264 Network DVR Quick Start GUI Display with USB Mouse Control Please read instructions thoroughly before operation and retain it for future reference. For the actual display & operation, please

More information

H.264 Network DVR. Quick Start

H.264 Network DVR. Quick Start H.264 Network DVR Quick Start GUI Display with USB Mouse Control Please read instructions thoroughly before operation and retain it for future reference. For the actual display & operation, please refer

More information

Congratulations on purchasing Hawking s HPS1P 1-Port Parallel 10/100M Print Server. The HPS1P is a powerful and convenient network printing solution

Congratulations on purchasing Hawking s HPS1P 1-Port Parallel 10/100M Print Server. The HPS1P is a powerful and convenient network printing solution Congratulations on purchasing Hawking s HPS1P 1-Port Parallel 10/100M Print Server. The HPS1P is a powerful and convenient network printing solution that will connect your printer to your network. The

More information

User Manual. BioTime Web

User Manual. BioTime Web BioTime Web Version: 1.0 Date: December 2016 BioTime Web Index 1. Quick Start... 2 1.1. Overview... 2 1.2. Finger Placement... 3 1.3. How to use touch screen... 3 1.4. Recommended Operation Steps... 4

More information

isma-b-aac20 Platform AAC20 User Manual Global Control 5 Sp. z o.o. Warsaw, Poland

isma-b-aac20 Platform AAC20 User Manual Global Control 5 Sp. z o.o. Warsaw, Poland isma-b-aac20 User Manual Platform AAC20 Global Control 5 Sp. z o.o. Warsaw, Poland www.gc5.pl Table of contents 1 Revision history... 4 2 Sedona Updater... 4 2.1 IP connection... 5 2.2 RS485 connection...

More information

Professional, Creditable, Successful DGUS Quick Start V1.2.0 DGUS QUICK START. V1.2.0 Aug AMP DISPLAY INC. 1

Professional, Creditable, Successful DGUS Quick Start V1.2.0 DGUS QUICK START. V1.2.0 Aug AMP DISPLAY INC. 1 DGUS QUICK START V1.2.0 Aug 2013 AMP DISPLAY INC. 1 www.ampdisplay.com Contents 1. Introduction... 3 2. What s it in the Sample Kit?... 4 2.1 DWIN DGUS LCM... 4 2.2 Peripherals... 4 2.3 Download DGUS Materials...

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

More information

GV-IP Decoder Box Plus User s Manual

GV-IP Decoder Box Plus User s Manual GV-IP Decoder Box Plus User s Manual Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. DBPV10-UM-A 2015 GeoVision, Inc.

More information

DPS NG. Pitot-Static Test Set. Field Firmware Update Procedure Via USB and Barfield ADTS App P/N (DPS1000) P/N (1811NG)

DPS NG. Pitot-Static Test Set. Field Firmware Update Procedure Via USB and Barfield ADTS App P/N (DPS1000) P/N (1811NG) DPS1000 1811NG Pitot-Static Test Set Field Firmware Update Procedure Via USB and Barfield ADTS App P/N 101-01175 (DPS1000) P/N 101-01178 (1811NG) Doc. P/N: 42-101-01175_01178 Revision E October 10, 2017

More information

1 SDC-30 Modbus Slave Integration Guide

1 SDC-30 Modbus Slave Integration Guide 1 SDC-30 Modbus Slave Integration Guide Introduction Every SDC 30 comes with a feature called Modbus Master. The EasyIO 30P can be a modbus master and slave devices can be connected to the RS 485 port

More information

TSS-7/TSS-10 7" and 10.1" Room Scheduling Touch Screens

TSS-7/TSS-10 7 and 10.1 Room Scheduling Touch Screens TSS-7/TSS-10 7" and 10.1" Room Scheduling Touch Screens Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers

More information

EasyIO FW 08VUser Reference

EasyIO FW 08VUser Reference EasyIO FW 08VUser Reference 1 Document Change Log 26 th Dec 2016 Document created. 2 Disclaimer EasyIO FW 08V is a product by EasyIO Holdings Pte Ltd The EasyIO FW 08V was built on the Sedona Framework.

More information

Innovative Electronics for a Changing World. NPM-R10 Remote Network Power Monitor. With optional relay board and GSM module INDEX

Innovative Electronics for a Changing World. NPM-R10 Remote Network Power Monitor. With optional relay board and GSM module INDEX Innovative Electronics for a Changing World NPM-R10 Remote Network Power Monitor With optional relay board and GSM module INDEX 1. SYSTEM DESCRIPTION 2. BOARD CONNECTIONS terminals and indicators 3. CONNECTION

More information

MPX Server Software User Manual

MPX Server Software User Manual MPX Server Software User Manual Contents 1 Server Software Installation... - 3 - Initial Setup... - 6-2 Software Interface... - 10 - Login Page:... - 10-2.1 Homepage... - 12-2.2 Resources... - 13-2.3 Composer...

More information

Longshine Technologie Europe GmbH LCS-MFP101-2 Multifunction Printserver

Longshine Technologie Europe GmbH LCS-MFP101-2 Multifunction Printserver Longshine Technologie Europe GmbH LCS-MFP101-2 Multifunction Printserver www.longshine.de TABLE OF CONTENTS COPYRIGHT...2 1. INTRODUCTION...3 PRODUCT OVERVIEW...3 COMPONENTS AND FEATURES...3 HARDWARE INSTALLATION...3

More information

INNOV.NET PTY LTD. User guide

INNOV.NET PTY LTD. User guide User guide Version1 2016 0 Contents Compatibility... 1 What s in the package?... 1 Setup the RM Pro... 1 Meaning of the LED indicators... 2 Setup e-control on your smartphone... 2 Can I program a remote

More information

INNOV.NET PTY LTD. User guide

INNOV.NET PTY LTD. User guide User guide 0 Contents Compatibility... 1 What s in the package?... 1 Add device... 2 Legend... 2 Meaning of the LED indicators... 2 Setup the RM Mini 3... 3 Setup e-control on your smartphone... 3 How

More information

KYOCERA Device Manager User Guide

KYOCERA Device Manager User Guide KYOCERA Device Manager User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

H.264 Network DVR. Quick Start. GUI Display with USB Mouse Control 336Z

H.264 Network DVR. Quick Start. GUI Display with USB Mouse Control 336Z 336Z H.264 Network DVR Quick Start GUI Display with USB Mouse Control Please read instructions thoroughly before operation and retain it for future reference. For the actual display & operation, please

More information

EasyIO FC20 User Reference v1.3. EasyIO FC 20 DDC User Reference V1.3

EasyIO FC20 User Reference v1.3. EasyIO FC 20 DDC User Reference V1.3 EasyIO FC 20 DDC User Reference V1.3 Document Change Log 1 st April 2013 Document created. 13 th July 2013 Software configurations added. 27 th Sept 2014 FC now support pulse input. 6 th June 2015 Serial

More information

M2DIS. User Manual.

M2DIS. User Manual. M2DIS User Manual www.audac.eu 2 Index Introduction 4 Caution servicing 4 User interface 5 Login screen 5 Main screen 6 Output settings 8 Test signals 10 Sound settings 11 Settings screen 12 Input Configuration

More information

1. Press "Speed Test" to find out your actual uplink and downlink speed.

1. Press Speed Test to find out your actual uplink and downlink speed. ASRock G10 Gaming Router 6.4 QoS Settings QoS Add Gaming Boost web page. Gaming Boost: Enable or disable the Gaming Boost. Bandwidth The router supports Gaming Boost natively, which identifies and intelligently

More information

User s Guide ADS-2400N / ADS-2800W / ADS-3000N / ADS-3600W

User s Guide ADS-2400N / ADS-2800W / ADS-3000N / ADS-3600W User s Guide ADS-2400N / ADS-2800W / ADS-3000N / ADS-3600W ADS-2400N ADS-2800W ADS-3000N ADS-3600W Version C ENG Brother Numbers IMPORTANT For technical help, you must call the country where you bought

More information

Merbon Menu Reader. Installation and setup V1.0 1

Merbon Menu Reader. Installation and setup V1.0 1 Merbon Menu Reader Installation and setup V1.0 1 Contents Application description...2 Installation...2 ios...2 Android...2 Embedded Linux...2 Editing a value...5 Date and time...6 Analogue value...6 Digital

More information

Contents LOCAL MANAGEMENT LOGIN INTERFACE RECORD SEARCH: LOG SEARCH SYSTEM STATUS BASIC SETUP.

Contents LOCAL MANAGEMENT LOGIN INTERFACE RECORD SEARCH: LOG SEARCH SYSTEM STATUS BASIC SETUP. User Manual For MD AHD MDVR Copyright 2013-2016, Howen Technology Co., Ltd All Rights Reserved 1-59 Contents 1. 2. LOCAL MANAGEMENT... 3 2.1. LOGIN INTERFACE... 3 2.2. RECORD SEARCH:...6 2.3. LOG SEARCH...

More information

IndustrialPro Routers (SN/RAM Series) Wireless Modems

IndustrialPro Routers (SN/RAM Series) Wireless Modems Wireless Modems Including SN/RAM-67xx LTE and RAM-9000 families Migration and Advanced Firmware Update Procedures Version 3.20/4.20 February 2015 CHANGE HISTORY Version Date Description 3.20 February 17,

More information

XL-NAS-400SA. User s Guide

XL-NAS-400SA. User s Guide XL-NAS-400SA User s Guide Table of Contents Chapter 1 Hardware devices 1.1 1.2 1.3 Accessories and XL-NAS-400SA at a glance LCD message and light indicators Hardware installation Chapter 2 Initial setup

More information

Please follow the steps that are listed here to get started with your Berkshire 10K ippbx telephone system.

Please follow the steps that are listed here to get started with your Berkshire 10K ippbx telephone system. Please follow the steps that are listed here to get started with your Berkshire 10K ippbx telephone system. Step 1 Power-up and log into your PC. Unplug any existing ethernet cable from your PC. Step 2

More information

SET UP AND OPERATION GUIDE

SET UP AND OPERATION GUIDE SET UP AND OPERATION GUIDE SET-UP AND OPERATION GUIDE Version 1.6 March 2014 KYOCERA Document Solutions Europe 19.03.2014 1 34 Contents Introduction... 4 What s New?... 4 New in SmartScan 1.6... 4 New

More information

IP Device Search and Configuration Tool Operation Manual

IP Device Search and Configuration Tool Operation Manual IP Device Search and Configuration Tool Operation Manual Note Copyright Statement This manual may not be reproduced in any form or by any means used to create any derivative such as translation, transformation,

More information

Checking the Firmware Version

Checking the Firmware Version Introduction This guide provides detailed information about how to upgrade T41S/T42S DD Phone. If the target major version is the same as the current one, you can upgrade the firmware in the DD phone mode

More information

EMSOW PACS Bridge. Downloading EMSOW PACS Bridge. Installing EMSOW PACS Bridge

EMSOW PACS Bridge. Downloading EMSOW PACS Bridge. Installing EMSOW PACS Bridge EMSOW PACS Bridge EMSOW PACS Bridge is a desktop application that allows you to transfer DICOM images from your diagnostic equipment to your EMSOW site using a secure, encrypted connection. You can obtain

More information

NORDSON CORPORATION AMHERST, OHIO USA

NORDSON CORPORATION AMHERST, OHIO USA CanWorks Operator Interface Tracking PLUS for CanWorks Systems with SM-2 Spray Monitors User Guide Part 1018132A NORDSON CORPORATION AMHERST, OHIO USA 2002 Nordson Corporation. All rights reserved. CanWorks,

More information

1080p HD Car Event Recorder

1080p HD Car Event Recorder User Manual 1080p HD Car Event Recorder QV 3842 Product description 1 2 3 4 5 9 6 7 10 8 11 1 GPS 5 Menu 9 Power On/Off 2 HDMI Out 6 Up 10 MicroSD Card Slot 3 Reset 7 Down 11 Play/Stop 4 Mini USB Out 8

More information

User s Guide [Network Administrator]

User s Guide [Network Administrator] User s Guide [Network Administrator] Table of contents 1 Introduction 1.1 Welcome... 1-2 1.1.1 User's guides... 1-2 1.1.2 User's Guide... 1-2 1.2 Conventions used in this manual... 1-3 1.2.1 Symbols used

More information

Heatmiser Netmonitor v3

Heatmiser Netmonitor v3 Heatmiser Netmonitor v3 Technical Set-Up (Firmware Version 3.5 or above) Function Page Number Connecting to your Netmonitor 2 Changing the Netmonitor IP address 4 Accessing the Netmonitor over the Internet

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

The Complete Guide to the VAVA Dash Cam Model: VA-CD001

The Complete Guide to the VAVA Dash Cam Model: VA-CD001 The Complete Guide to the VAVA Dash Cam Model: VA-CD001 1. App Overview After connecting your phone with the VAVA Wi-Fi, open the app and connect the VAVA dash cam. Tap on the play icon to access the live

More information

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams CCS-UC-1-T Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers

More information

IN-SESSION ROOM SCHEDULER

IN-SESSION ROOM SCHEDULER SETUP GUIDE: COMMON SETTINGS RS-TOUCH SERIES IN-SESSION ROOM SCHEDULER 24/7 AT OR BLACKBOX.COM TABLE OF CONTENTS 1. INTRODUCTION... 3 1.1 Description... 3 1.2 Network Infrastructure Requirements... 3 1.3

More information

EasyIO 30P NTP Service. EasyIO 30P NTP service

EasyIO 30P NTP Service. EasyIO 30P NTP service EasyIO 30P NTP service Document Change Log 05 th January 2012 Document created. Disclaimer EasyIO 30P is a product by EasyIO Corporation Ptd Ltd. The EasyIO 30P was built on the Sedona Framework. Sedona

More information

Innovative Electronics for a Changing World. Charge Smart R1 MPPT 12V/24V Auto detect Mains and Solar Battery charger with Remote Network Monitoring

Innovative Electronics for a Changing World. Charge Smart R1 MPPT 12V/24V Auto detect Mains and Solar Battery charger with Remote Network Monitoring Innovative Electronics for a Changing World Charge Smart R1 MPPT 12V/24V Auto detect Mains and Solar Battery charger with Remote Network Monitoring INDEX 1. SYSTEM DESCRIPTION 2. SYSTEM WIRING 3. SYSTEM

More information

In order to update you will have to uninstall the current version and install the newer version using the same procedure.

In order to update you will have to uninstall the current version and install the newer version using the same procedure. Installing the 3M Cloud Library app on your Kindle Fire DISCLAIMER These instructions are to be used as a reference only. Please note that by downloading the 3M Cloud Library app you assume all risk of

More information

ivms-5260m Mobile Client User Manual (ios) UD06066B

ivms-5260m Mobile Client User Manual (ios) UD06066B ivms-5260m Mobile Client User Manual (ios) UD06066B User Manual COPYRIGHT 2017 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others, wordings,

More information

Zio LCD Wall Modules TR70 AND TR70-H with Sylk bus

Zio LCD Wall Modules TR70 AND TR70-H with Sylk bus Zio LCD Wall Modules TR70 AND TR70-H with Sylk bus OPERATING GUIDE PREFACE This Operating Guide is intended to provide configuration information (using the Niagara Workbench tool) and a general overview

More information

Updating Skype for Business Phone Firmware from Microsoft Skype for Business Server. Table of Contents

Updating Skype for Business Phone Firmware from Microsoft Skype for Business Server. Table of Contents 1 Table of Contents Updating Phone Firmware from Microsoft Skype for Business Server... 1 Uploading the Update Package... 1 Creating Test Device... 2 Triggering Update... 3 Approving Updates... 4 Allowing

More information

GIGABIT COLOR IP PHONE

GIGABIT COLOR IP PHONE GIGABIT COLOR IP PHONE USER GUIDE UC842 Version:1.0.3.59 Nanjing Hanlong Technology Co., Ltd 86-25-84608050 support@hanlongtek.com Notices Information Notices Information Copyright Copyright 2005-2013

More information

Hardy HI 2080 EASY 8 Quick Start & Programming Guide

Hardy HI 2080 EASY 8 Quick Start & Programming Guide Hardy HI 2080 EASY 8 Quick Start & Programming Guide Section 1: Section 2: Section 3: Section 4: Section 5: Specifications Wiring Guide Function Block Description Using Function Blocks Running Commands

More information

EEG DE361 HD BAS Decoder Product Manual

EEG DE361 HD BAS Decoder Product Manual EEG DE361 HD BAS Decoder Product Manual All rights reserved. [This page left intentionally blank] eeg Table Of Contents Introduction 2 Product Description... 2 Installation 3 Front Panel... 3 Rear Panel...

More information

Lab 3-1 Lab Installing Kofax Capture 10

Lab 3-1 Lab Installing Kofax Capture 10 In the following lab instructions, you re going to install and license Kofax Capture, turn on User Tracking, review the product documentation, and prepare your system for the lab exercises in this course.

More information

User Manual. PageScope Web Connection Scanner Mode for CN3102e

User Manual.  PageScope Web Connection Scanner Mode for CN3102e User Manual www.konicaminolta.net PageScope Web Connection Scanner Mode for CN3102e Foreword Welcome This manual describes the application and the operations of PageScope Web Connection, which is built

More information

User Manual. cmt-svr Startup Guide

User Manual. cmt-svr Startup Guide User Manual cmt-svr Startup Guide Table of Contents Chapter 1 Overview... 1 1.1 Specification... 1 1.2 Dimensions... 2 1.3 Connector pin designations... 3 1.4 USB host port and SD card slot... 3 1.5 Ethernet

More information

CBMS Studio AAC-PI Raspberry PI User Manual

CBMS Studio AAC-PI Raspberry PI User Manual CBMS Studio AAC-PI Raspberry PI User Manual Contents Introduction... 3 Installation... 4 Configuration... 6 Basic Settings... 6 Web Browser... 6 Sedona Web Browser... 14 CBMS Engineering Tool... 15 Modbus

More information

ivms-5200 Mobile Client User Manual (Android Phone) UD03186B

ivms-5200 Mobile Client User Manual (Android Phone) UD03186B ivms-5200 Mobile Client User Manual (Android Phone) UD03186B User Manual COPYRIGHT 2016 Hangzhou Hikvision Digital Technology Co., Ltd. ALL RIGHTS RESERVED. Any and all information, including, among others,

More information

AX Driver: ssitrendtcpipserial v

AX Driver: ssitrendtcpipserial v AX Driver: ssitrendtcpipserial v1.0.0.0 Summary: This manual covers the installation process of the v1.0.0.0 Trend gateway driver for the Niagara based platforms to v3.8. This current release supports

More information

RV2458 Router User Manual

RV2458 Router User Manual RV2458 Router User Manual For Technical Assistance, please call (800) 638-3600, or visit www.magnadyne.com Contents Establish a WiFi Connection............... 3 Pair RV2400(MV2400)........................

More information

PanelView Component HMI Terminals

PanelView Component HMI Terminals User Manual PanelView Component HMI Terminals Catalog Numbers 2711C-F2M, 2711C-K2M, 2711C-T3M, 2711C-K3M, 2711C-T4T, 2711C-T6M, 2711C-T6C, 2711C-T6T, 2711C - T10C Important User Information Solid state

More information

VISTA Transfer Station Setup

VISTA Transfer Station Setup Setup Setup The allows your agency to upload video evidence to its WatchGuard Video Evidence Library software from multiple VISTA cameras simultaneously. Each VISTA Transfer Station has eight slots for

More information

Setup Guide Revised: April 4, 2012 Developed by: www.discoverysoftware.com COPYRIGHT, DISCOVERY SOFTWARE LTD.: April 4, 2012: This material may not be copied or otherwise reproduced in any form, by any

More information

User s Guide ADS-2400N/ADS-2800W/ADS-3000N/ADS-3600W

User s Guide ADS-2400N/ADS-2800W/ADS-3000N/ADS-3600W User s Guide ADS-2400N/ADS-2800W/ADS-3000N/ADS-3600W ADS-2400N ADS-2800W ADS-3000N ADS-3600W Version 0 UK Brother Numbers IMPORTANT For technical help, you must call the country where you bought the machine.

More information

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

BACnet FF Configuration Wizard Guide

BACnet FF Configuration Wizard Guide BACnet FF Configuration Wizard Guide TABLE OF CONTENTS SYSTEM ENGINEERING GUIDE INTRODUCTION... 3 WEBStation-AX... 3 Features... 3 BACnet FF Configuration Wizard... 3 BACnet FF Configuration Requirement...

More information

Change History for IBM Switched and Monitored pdu_v01.3_1 5/8/2013

Change History for IBM Switched and Monitored pdu_v01.3_1 5/8/2013 Change History for IBM Switched and Monitored pdu_v01.3_1 5/8/2013 New part numbers, May 2013 IBM released new part numbers for these PDUs. See the table at the bottom for the old and new numbers. The

More information

UR51 Industrial Cellular Router

UR51 Industrial Cellular Router UR51 Industrial Cellular Router Quick Start Guide 1 Ursalink Technology Co., Ltd. Welcome Thank you for choosing Ursalink UR51 industrial cellular router. This guide describes how to install the UR51 and

More information

H3C SecBlade SSL VPN Card

H3C SecBlade SSL VPN Card H3C SecBlade SSL VPN Card Super Administrator Web Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document version: 5PW105-20130801 Copyright 2003-2013, Hangzhou H3C Technologies

More information