Application Note. This document contains information on the following:

Size: px
Start display at page:

Download "Application Note. This document contains information on the following:"

Transcription

1 Document Number: IX_APP00115 File Name: InteractX Under the Hood.doc Date: January 27, 2003 Product: InteractX Designer Application Note Associated Project: Related Documents: KEYWORDS While precautions have been taken in the preparation of this note, CTC and the author assume no responsibility for errors or omissions. Neither is any liability assumed for damages resulting from the use of the information contained herein. This document contains information on the following: File Structure Applications Folder System Folder Materials - How to modify an existing material Brand.xml RTLanguage_enu.cfg - How to create a RTLanguage translation file for another language Licensing Folder Styles Folder How to share styles Toolbin Folder How to share drawers How to share parts Path Settings MSI s Page: 1

2 File Structure Applications Folder Using Windows Explorer, browse to the location of your InteractX install. In this example, InteractX was installed to the default directory C:\Program Files\InteractX. Double click on the Applications folder. The Applications folder contains your InteractX applications. Double click on one of the applications to explore what is inside! Page: 2

3 An InteractX application is made up of the following files: File Extension File Description File Type.adm User Administration File Custom binary.amm.grp Alarm File contains information on alarm definitions and logging setup Radio Groups File stores the radio button groups.xml.xml.ody Application File.xml.opd Communications File Custom text.opf Communications File Custom binary.tag Tag File.xml.pnl Panel File Custom binary.vba VBA File contains VBA scripts (this file is optional and only exists if a user has a VBA script associated with the application) Custom binary Page: 3

4 System Folder Using Windows Explorer, browse to the location of your InteractX install. In this example, InteractX was installed to the default directory C:\Program Files\InteractX. Double click on the System folder. Materials The System folder contains all of the materials available in InteractX, each as.png files. How to modify an existing material You can modify an existing material by editing the material s.png file in the System folder. The.png file must have the same name as the existing material. Page: 4

5 Brand.xml This file contains the branding information. You can brand the product with your company information. Here is a list of brandable objects. InteractX Designer name, company, copyright, and icons InteractX about box content InteractX Runtime name, copyright, and icons Install name and company information To modify the content of this file, open the file using any XML-compatible software package, such as NotePad or an.xml editor try or In this example, we will modify various parts of the branding file. To begin, we will edit the HMIDev application. Page: 5

6 <BRANDING> <BRAND APPLICATION="HMIDev"> NOTE: this item must remain HIMDev <NAME>New Name Designer</NAME> This will replace the name of the designer shown in the title bar when running InteractX outside of MachineShop. <COMPANY>New Name Corporation</COMPANY> This will replace the name of the designer shown in the Help menu when running InteractX outside of MachineShop. <COMPANYURL> This will replace the web link shown in the Help menu when running InteractX outside of MachineShop. <BIGICON/> This needs to be edited to read: <BIGICON>nameoficon.ico</BIGICON> This will replace all instances of the 32x32 icon used in InteractX. <SMALLICON/> This needs to be edited to read: <SMALLICON>nameoficon.ico</SMALLICON> This will replace all instances of the 16x16 icon used in InteractX. The location of the.ico file needs to be where InteractX is installed, in this example C:\Program Files\InteractX Page: 6

7 <COPYRIGHT>Copyright (c) 2002 New Name Corporation</COPYRIGHT> <ABOUTBOX> The about box text can be customized to contain any text information. The about box will scroll, so there is no limit on the amout of text you can enter. There are a few simple formatting rules: (br) is a line break, (build) will insert the version number stored in the install. <TEXT>New Name Designer (br) Version (build)(br)(br) Copyright (c) 2002(br) New Name Corporation (br)(br) 1234 New Address (br) New City, New State 12345(br)(br)Telephone: (br)(br) @newnamecorp.com(br)(br)world Wide Web: is just an example of extra text(br)this is just an example of extra text(br)</text> <BIGICON/> This needs to be edited to read: <BIGICON>nameoficon.ico</BIGICON> This will replace the instances of the InteractX icon used in the about box. Just as before, the location of the.ico file needs to be where InteractX is installed, in this example C:\Program Files\InteractX </ABOUTBOX> Page: 7

8 <LICENSING> This controls where on the splash screen and in the header of the Licensing Manager the text goes, what font its using, and its size. <MAJORTEXTPOS X="50" Y="40"/> Major = main text, X and Y are the coordinated where the upper left pixel of the first character is positioned. <MAJORFONT HEIGHT="14" WIDTH="0" FACENAME="Arial" WEIGHT="700"/> <MINORTEXTPOS X="10" Y="95"/> Minor = copyright text, X and Y are the coordinated where the upper left pixel of the first character is positioned. <MINORFONT HEIGHT="12" WIDTH="0" FACENAME="Arial" WEIGHT="700"/> <SPLASH/> no longer used <DOAUTH>0</DOAUTH> no longer used <AUTHMINUTES>15</AUTHMINUTES> no longer used <RUNTIMEOUTMINUTES>60</RUNTIMEOUTMINUTES> no longer used </LICENSING> </BRAND> Next, we will edit the HMIRun application. Page: 8

9 <BRAND APPLICATION="HMIRun"> NOTE: this item must remain HIMDev <NAME>New Name Runtime</NAME> <BIGICON/> This needs to be edited to read: <BIGICON>nameoficon.ico</BIGICON> This will replace all instances of the 32x32 icon used in InteractX. <SMALLICON/> This needs to be edited to read: SMALLICON>nameoficon.ico</SMALLICON> This will replace all instances of the 16x16 icon used in InteractX. The location of the.ico file needs to be where InteractX is installed, in this example C:\Program Files\InteractX <COPYRIGHT>Copyright (c) 2002 New Name Corporation</COPYRIGHT> <LICENSING> This controls where on the splash screen and in the header of the Licensing Manager text goes, what font its using, and its size. <MAJORTEXTPOS X="20" Y="380"/> Major = main text, X and Y are the coordinated where the upper left pixel of the first character is positioned. <MAJORFONT HEIGHT="14" WIDTH="0" FACENAME="Arial" WEIGHT="700"/> <MINORTEXTPOS X="10" Y="30"/> Minor = copyright text, X and Y are the coordinated where the upper left pixel of the first character is positioned. <MINORFONT HEIGHT="12" WIDTH="0" FACENAME="Arial" WEIGHT="700"/> <SPLASH/> no longer used <DOAUTH>0</DOAUTH> no longer used <AUTHMINUTES>15</AUTHMINUTES> no longer used Page: 9

10 <RUNTIMEOUTMINUTES>60</RUNTIMEOUTMINUTES> no longer used </LICENSING> </BRAND> Finally, we will edit the application install. <BRAND APPLICATION="INSTALL"> <NAME>New Name</NAME> <COMPANY>New Name Coporation</COMPANY> </BRAND> Page: 10

11 RTLanguage_enu.cfg This file is the English version of a file containing translation information for some runtime objects, including the Popup Tools, User Admin strings, Alarming strings, logging strings, and miscellaneous errors. The file is a tab-delimited Unicode XML file. How to create a RTLanguage translation file for another language To translate the content of this file, open the file using any XML-compatible software package, such as NotePad or an.xml editor try or You can modify the different objects in the file and then save a copy of the.cfg file, renaming it with the proper Unicode abbreviation for the language. Page: 11

12 Here is a list of the different translatable objects in the file: Object Keyboard Description Every key on the popup Keyboard is assigned a number. You can modify what the keys display. For example, with key 1 you could change Esc to a Japanese character. Selection List Keypad Logon Display User Admin User Admin tool Alarming Logging For the popup Selection List, you can modify the up and down arrows. You can also translate Accept and Cancel and assign different hot keys to both. For the popup Keypad, you can modify the Cancel, Back, and Enter buttons as well as assign different hot keys to them. You can also modify the text on the object itself (Minimum and Maximum) and the decimal point. For the popup Logon Display, you can modify the Accept and Cancel buttons as well as assign different hot keys to both. You can also translate other strings associated with the object. You can translate a number of strings associated with logging on, logging off, and entering passwords. You can translate the left-column headings for this tool such as User Name and PW Expiration. In addition you can translate a number of error strings. You can translate the headers that appear on the Alarm Viewer such as Acknowledged and Time Off. In addition you can translate a number of error strings. You can translate specifiers such as Log Start Time and Log End Time. In addition you can translate a number of error strings. Here is a list of the supported languages and their Unicode abbreviations: Unicode Abbreviation Language Code Number ENU English (U.S.) 1033 SQI Albanian 1052 AFK Afrikaans 1078 ARA Arabic (Saudi Arabia) 1025 Page: 12

13 EUQ Basque 1069 BEL Belarusian 1059 BGR Bulgarian 1026 CAT Catalan 1027 CHT Chinese (Taiwan) 1028 CHS Chinese (PRC) 2052 ZHH Chinese (Hong Kong SAR, PRC) 3076 HRV Croatian 1050 CSY Czech 1029 DAN Danish 1030 NLD Dutch (Netherlands) 1043 NLB Dutch (Belgium) 2067 ENG English (United Kingdom) 2057 ENA English (Australian) 3081 ENC English (Canadian) 4105 ENZ English (New Zealand) 5129 ENI English (Ireland) 6153 ENS English (South Africa) 7177 ENJ English (Jamaica) 8201 ENB English (Caribbean) 9225 ENL English (Belize) ETI Estonian 1061 FIN Finnish 1035 Page: 13

14 FRA French (Standard) 1036 FRB French (Belgian) 2060 FRC French (Canadian) 3084 FRS French (Switzerland) 4108 FRL French (Luxembourg) 5132 DEU German (Standard) 1031 DES German (Switzerland) 2055 DEA German (Austria) 3079 DEL German (Luxembourg) 4103 DEC German (Liechtenstein) 5127 ELL Greek 1032 HEB Hebrew 1037 HUN Hungarian 1038 ISL Icelandic 1039 IND Indonesian 1057 ITA Italian (Standard) 1040 ITS Italian (Switzerland) 2064 JPN Japanese 1041 KOR Korean 1042 LVI Latvian 1062 LTH Lithuanian 1063 NOR Norwegian (Bokmal) 1044 NON Norwegian (Nynorsk) 2068 Page: 14

15 PLK Polish 1045 PTB Portuguese (Brazil) 1046 PTG Portuguese (Portugal) 2070 ROM Romanian 1048 RUS Russian 1049 SRB Serbian (Cyrillic) 3098 SKY Slovak 1051 SLV Slovenian 1060 ESP Spanish (Spain, Traditional Sort) 1034 ESM Spanish (Mexican) 2058 ESN Spanish (Spain, Modern Sort) 3082 SVE Swedish 1053 THA Thai 1054 TRK Turkish 1055 UKR Ukranian 1058 UZB Uzbek (Latin) 1091 VIT Vietnamese 1066 Page: 15

16 In this example, we will translate the popup English (ENU) Keypad to French (FRA). Open the RTLanguage_enu.cfg file in an xml editor, in this example we will use TextPad. Assign French words and hot keys to the translatable keypad objects. Save a copy of the file, renaming it RTLanguage_fra.cfg. Note: Be sure to save the.cfg file with UTF-8 encoding. You can have a separate CFG file for each language, and you can use the CFG for any application you create. When you change languages in runtime, InteractX will search for the corresponding.cfg file. If a.cfg file does not exist for the language, English RTLanguage_enu.cfg will be used as the default. Note: In the cases of some languages, such as Chinese and Japanese, the popup Keyboard provided with Designer may be insufficient because it is based on the English language. You can still translate RTLanguage_enu.cfg to a double-byte language, but you should use the CFG file with a third party popup keyboard that supports the keys for double-byte characters. Page: 16

17 Licensing Folder Double click on the Licensing folder. The Licensing folder contains folders named Html and Images. Double click on the HTML folder. The HTML folder contains two files used for licensing. Index.htm is the file which links into CTC s internal systems to generate product enable codes. Page2.htm is the license agreement. A user can replace these with what they would like as long as the names are consistent. Double click on the Images folder. The images folder contains the splash and header bitmaps used in the Licensing Manger. A user can replace these with what they would like as long as the names are consistent. Note: the code will not scale the bitmaps. If a bitmap is too large, part of it will draw behind the License Manger. Page: 17

18 Styles Folder Double click on the Styles folder. The Styles folder contains the different styles available in InteractX, each style in.xml format. How to share styles You can easily share your newly created styles with other users by giving them a copy of the.xml file for that style. For example, in InteractX, I created a new style named Example. To share this style with another person, simply copy the Example.xml file and they will place the copy in their Styles folder. Page: 18

19 Toolbin Folder Double click on the Toolbin folder. The Toolbin folder contains the different drawers available in the toolbin. How to share drawers You can easily share your toolbin drawers with other users by giving them a copy of the drawer folder. For example, in InteractX, I created a new drawer named New Drawer. To share this drawer with another person, simply copy the drawer folder and they will place the copy in their Toolbin folder. The copied drawer will automatically default to the last drawer in the toolbin. To edit the order of drawers a user can enter InteractX and rearrange the order of the toolbin drawers and then exit InteractX to save the changes. Another option is to edit the Toolbin.xml file. The order of the drawers is contained in the Toolbin.xml file. A user can edit the.xml file using any XMLcompatible software package, such as NotePad or an.xml editor try or Double click on a drawer folder. The Drawer folder contains the different parts available in the drawer. Page: 19

20 How to share parts You can easily share your parts within a toolbin drawer with other users by giving them a copy of the part folder. For example, in InteractX, in the drawer named New Drawer, there are three parts Exit, Next, and Previous. To share any of these parts with another person, simply copy the part folder and they will place the copy in one of their Toolbin folders. The copied part will automatically default to the last part in the drawer. To edit the order of parts within a drawer a user can enter InteractX and rearrange the order of the parts within the toolbin drawers and then exit InteractX to save the changes. Another option is to edit the drawer.xml file. The order of the parts within a drawer is contained in the drawer.xml file. A user can edit the.xml file using any XML-compatible software package, such as NotePad or an.xml editor try or Page: 20

21 Path Settings When creating a new MachineShop project, the defaut path for project location is C:\Program Files\MachineShop Suite\Projects. The default location for an application created within a MachineShop Project is C:\Program Files\MachineShop Suite\Projects\NameofProject\NameofDevice\InteractX. A user can create multiple Project storage locations by simply creating a new Projects folder in any desired location. When creating a new MachineShop project, the New Project dialog will prompt the user to define a project location. The user can then browse to the desired project folder. When creating a new InteractX application when running InteractX Designer (not within MachineShop), the default application location is C:\Program Files\InteractX\Applications. A user can create multiple Application storage locations by simply creating a new Applications folder in any desired location. When creating a new InteractX application, the New Application dialog will prompt the user to define a application location. The user can then browse to the desired application folder. Page: 21

22 MSIs MSIs are the Microsoft Installer files which install different components of the MachineShopSuite, including MachineShop, InteractX Designer, InteractX Runtime, and the Deployment Server. The MSIs are located on the release CD in a folder named MSI. A use can double click on any of the.msi files to install a component. File InteractX.msi InteractXDeployment.msi File Description Installs InteractX Designer and Runtime Installs InteractX Deployment Server InteractXDST.msi InteractXRuntime.msi MachineShop Suite.msi Installs PowerStationDST, PowerStationPST, and all the files needed to run InteractX within Global MachineShop Installs InteractX Runtime Installs MachineShop Suite, InteractX Designer and Runtime InstMsiA.exe For Win98 machines, upgrades Microsoft Installer to version 2.0 InstMsiW.exe For WinNT and 2000 machines, upgrades Microsoft Installer to version 2.0 Page: 22

Xapity Current Activity Administration Guide.

Xapity Current Activity Administration Guide. Xapity Current Activity Administration Guide www.xapity.com Document Version 1.0 October 2016 This document contains information that may change without notice. While every effort has been made to ensure

More information

Xapity Attachments Administration Guide.

Xapity Attachments Administration Guide. Xapity Attachments Administration Guide www.xapity.com Document Version 1.0 Jab 2017 This document contains information that may change without notice. While every effort has been made to ensure that the

More information

Xapity Notification Activity Administration Guide.

Xapity Notification Activity Administration Guide. Xapity Notification Activity Administration Guide www.xapity.com Document Version 1.0 October 2016 This document contains information that may change without notice. While every effort has been made to

More information

Xapity PowerShell Activity Administration Guide.

Xapity PowerShell Activity Administration Guide. Xapity PowerShell Activity Administration Guide www.xapity.com Document Version 1.0 August 2016 This document contains information that may change without notice. While every effort has been made to ensure

More information

Manual for Philips DVP6xx Player Software Upgrade. Contents

Manual for Philips DVP6xx Player Software Upgrade. Contents Manual for Philips DVP6xx Player Software Upgrade Important : Please read and print this for your easy reference before starting the Software Upgrade. Contents 1. Software Upgrade Version Release Notes

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: October 5, 2011 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Use the

More information

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Summary This document outlines the necessary steps for transferring your Norman Endpoint Protection product to Avast

More information

Upgrading to Cisco Unity Express 8.6

Upgrading to Cisco Unity Express 8.6 Upgrading to Cisco Unity Express 8.6 Last Updated: October 5, 2011 This chapter describes procedures for upgrading to Cisco Unity Express 8.6 software. This chapter includes: Preparing for Your Upgrade,

More information

Google Search Appliance

Google Search Appliance Google Search Appliance Search Appliance Internationalization Google Search Appliance software version 7.2 and later Google, Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 www.google.com GSA-INTL_200.01

More information

Cisco Unified Communications Phone Only Locale Installer k For Cisco Unified IP Phones Firmware 11.7(1) and 11.

Cisco Unified Communications Phone Only Locale Installer k For Cisco Unified IP Phones Firmware 11.7(1) and 11. Cisco Unified Communications Phone Only Locale Installer k3-11.7.1.1000 For Cisco Unified IP Phones Firmware 11.7(1) and 11.0(3) Readme Last updated: February 27th, 2017 This Locale Installer Readme contains

More information

Multilingual Support Configuration For IM and Presence Service

Multilingual Support Configuration For IM and Presence Service Multilingual Support Configuration For IM and Presence Service Install Locale Installer on IM and Presence Service, page 1 Error Messages, page 3 Localized Applications, page 5 Install Locale Installer

More information

0 OpenText RightFax. 16 EP4 Server Requirements

0 OpenText RightFax. 16 EP4 Server Requirements 0 OpenText RightFax 16 EP4 Server Requirements This document covers the sever requirements for a core RightFax installation, specific integrations may require additional pre-requirements. Documentation

More information

2. bizhub Remote Access Function Support List

2. bizhub Remote Access Function Support List 2. bizhub Remote Access Function Support List MFP Function Support List for bizhub Remote Access Basic s MFP model Firmware v C754/ C654/ C754e/ C654e 754/ 654 C554/ C454/ C364/ C284/ C224 (*5) A1610Y

More information

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Summary This document outlines the necessary steps for transferring your Norman Endpoint Protection product to Avast

More information

ipod touch 16GB - Technical Specifications

ipod touch 16GB - Technical Specifications ipod touch 16GB - Technical Specifications Size and Weight Height: 4.86 inches (123.4 mm) Width: 2.31 inches (58.6 mm) Depth: 0.24 inch (6.1 mm) Weight: 3.04 ounces (86 grams) Capacity 16GB Wireless 802.11a/b/g/n

More information

DocuSign Service User Guide. Information Guide

DocuSign Service User Guide. Information Guide Information Guide 1 DocuSign Service User Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

Installing Cisco Unity Express 7.1 Software on the ISM-SRE-300-K9 Services Ready Engine (SRE)

Installing Cisco Unity Express 7.1 Software on the ISM-SRE-300-K9 Services Ready Engine (SRE) Installing Cisco Unity Express 7.1 Software on the ISM-SRE-300-K9 Services Ready Engine (SRE) Last Updated: December 10, 2010 This chapter describes an alternative procedure for installing Cisco Unity

More information

Hik-Connect Mobile Client

Hik-Connect Mobile Client Hik-Connect Mobile Client SPEC V3.6.3 Name: Hik-Connect Mobile Client Software Version: V3.6.3 Android: System Requirement: Android 4.1 or Above ios: System Requirement: ios 8.0 or Above Software Information

More information

Talk2You User Manual Smartphone / Tablet

Talk2You User Manual Smartphone / Tablet Talk2You User Manual Smartphone / Tablet Don t Translate it. Lingmo It! language translation technology for the global market The World s First Translating Voice Messaging Software Communicate with cross-border

More information

Guide & User Instructions

Guide & User Instructions Guide & User Instructions Revised 06/2012 726 Grant Street Troy Ohio 45373 877.698.3262 937.335.3887 onecallnow.com support@onecallnow.com America s Largest Message Notification Provider Copyright 2009-2012

More information

Microsoft Store badge guidelines. October 2017

Microsoft Store badge guidelines. October 2017 Microsoft Store badge guidelines October 2017 Welcome Together we can do amazing things. Millions of fans and thousands of partners and developers across the world empower people and organizations do great

More information

Multilingual Support Configuration For IM and Presence Service

Multilingual Support Configuration For IM and Presence Service Multilingual Support Configuration For IM and Presence Service Locale Installation, page 1 Install Locale Installer on IM and Presence Service, page 3 Error Messages, page 5 Localized Applications, page

More information

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.6 May 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.3 Introduction The LiveEngage platform aims to provide the

More information

Hik-Connect Client Software V (Android) V (iOS) Release Notes ( )

Hik-Connect Client Software V (Android) V (iOS) Release Notes ( ) Hik-Connect Client Software V3.1.0 0828(Android) V3.1.0 170830(iOS) Release Notes (2017-09-07) Hik-Connect Version 3.1.0: Optimize Login Page Hik-Connect account and email address are displayed default,

More information

Beyond 20/20. Browser - English. Version 7.0, SP3

Beyond 20/20. Browser - English. Version 7.0, SP3 Beyond 20/20 Browser - English Version 7.0, SP3 Notice of Copyright Beyond 20/20 Desktop Browser Version 7.0, SP3 Copyright 1992-2006 Beyond 20/20 Inc. All rights reserved. This document forms part of

More information

InterKey 2.0 for Windows Mobile Pocket PC devices

InterKey 2.0 for Windows Mobile Pocket PC devices Copyright 2005-2006 Paragon Software (Smart Handheld Devices Division) InterKey 2.0 for Windows Mobile Dear customers! Thank you for buying our software. It is your interest that inspires us to develop

More information

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 Introduction The LiveEngage platform aims to provide the best engagement experiences for consumers and brands. To do

More information

Virtual Blade Configuration Mode Commands

Virtual Blade Configuration Mode Commands Virtual Blade Configuration Mode Commands To configure virtual blades on a WAE device, use the virtual-blade global configuration command. To disable a virtual blade, use the no form of this command. virtual-blade

More information

KIWI Smartphone FAQs V1.1 HUAWEI TECHNOLOGIES CO., LTD. Software Engineering Documentation Dept. Date December 2015

KIWI Smartphone FAQs V1.1 HUAWEI TECHNOLOGIES CO., LTD. Software Engineering Documentation Dept. Date December 2015 KIWI Smartphone FAQs V1.1 Author Software Engineering Documentation Dept Date December 2015 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2015. All rights reserved. No part of this

More information

Installing Cisco Unity Express 8.0 Software

Installing Cisco Unity Express 8.0 Software Last Updated: June 2, 2010 After ensuring that the prerequisites described in the Prerequisites for Installing Cisco Unity Express Software section on page 9 are completed, the Cisco Unity Express software

More information

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents Microsoft Dynamics 365 for Finance and Operations, Enterprise edition Product availability, localization, and translation guide July 2017 Update 1 Dynamics 365 for Finance and Operations, Enterprise edition

More information

MaintSmart. Enterprise. User. Guide. for the MaintSmart Translator. version 4.0. How does the translator work?...2 What languages are supported?..

MaintSmart. Enterprise. User. Guide. for the MaintSmart Translator. version 4.0. How does the translator work?...2 What languages are supported?.. How does the translator work?......2 What languages are supported?..3 MaintSmart User Enterprise Guide version 4.0 for the MaintSmart Translator 1 MaintSmart Translator - An Overview. How does it work?

More information

Deployment Guide Gridpro AB Rev: Published: March 2014

Deployment Guide Gridpro AB Rev: Published: March 2014 Deployment Guide Gridpro AB Rev: 2.5.5197 Published: March 2014 Contents Prerequisites... 4 Windows Server 2008/2008 R2... 5 Server Configuration... 5 Microsoft.NET Framework 4 Installation... 8 Windows

More information

Microsoft Dynamics 365 for Finance and Operations. Table of contents

Microsoft Dynamics 365 for Finance and Operations. Table of contents Microsoft Dynamics 365 for Finance and Operations Product localization and translation availability guide April 2018 update 1 Dynamics 365 for Finance and Operations Product localization and translation

More information

Project Name SmartPSS

Project Name SmartPSS V2.00.1 Language Farsi, Arabic, Russian, Japanese, Korean, Turkish, Vietnamese, Thai, Indonesian, Traditional Chinese, Hebrew, Spanish, Portuguese, French, Dutch, Italian, German, Czech, Slovakia, Hungarian,

More information

Localizing Intellicus. Version: 7.3

Localizing Intellicus. Version: 7.3 Localizing Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Localization: How do I translate Magento interface? Magento localization tips

Localization: How do I translate Magento interface? Magento localization tips Magento interface is translated with CSV localization files (installed as extension in Magento Connect Manager) or using buit-in Inline translation tool. To learn how to enable inline translation please

More information

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.0 February 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.0 Introduction The LiveEngage platform aims to provide

More information

DeskApp Admin Manual. Release 1.0 final. Kopano

DeskApp Admin Manual. Release 1.0 final. Kopano DeskApp Admin Manual Release 1.0 final Kopano Feb 21, 2018 Contents 1 Introduction 2 2 System requirements 3 2.1 WebApp............................................... 3 2.2 Operating system...........................................

More information

RPM International Inc. Hotline Instructions

RPM International Inc. Hotline Instructions RPM International Inc. Hotline Instructions While compliance matters can often be resolved at the local level, the RPM International Inc. ( RPM ) Hotline provides another way for you to report concerns

More information

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS Table of Contents OVERVIEW... 1 Baseline requirements beginning with 9.3.2 and 8.2.2... 2 System requirements... 2 9.3.2... 2 8.2.2... 3 Supported

More information

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation.

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation. SAP KNOWLEDGE ACCELERATION TECHNICAL SPECIFICATIONS In this guide, you will learn about hardware and software requirements for SAP Knowledge Acceleration (KA). SAP Knowledge Acceleration (KA) is a web-based

More information

Oracle Financial Services Asset Liability Management Applications Pack

Oracle Financial Services Asset Liability Management Applications Pack Oracle Financial Services Asset Liability Management Applications Pack Language Pack Installation & Configuration Guide Version 8.0.1.0.0 DOCUMENT CONTROL Version Number Revision Date Changes Done Version

More information

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar.

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar. 1. Survey Authoring Section 1 of this User Guide provides step-by-step instructions on how to author your survey. Surveys can be created using questions and response choices you develop; copying content

More information

Licensed Program Specifications

Licensed Program Specifications AFP Font Collection for MVS, OS/390, VM, and VSE Program Number 5648-B33 Licensed Program Specifications AFP Font Collection for MVS, OS/390, VM, and VSE, hereafter referred to as AFP Font Collection,

More information

Cisco Unified Communications Phone Only Locale Installer k For Cisco Unified IP Phones Firmware 10.3(2) Readme

Cisco Unified Communications Phone Only Locale Installer k For Cisco Unified IP Phones Firmware 10.3(2) Readme Cisco Unified Communications Phone Only Locale Installer k3-10.3.2.1000 For Cisco Unified IP Phones Firmware 10.3(2) Readme Last updated: August 16th, 2015 This Locale Installer Readme contains important

More information

Lightscribe Public Windows Software Development Kit

Lightscribe Public Windows Software Development Kit Lightscribe Public Windows Software Development Kit About this Specification This document is the official Public LightScribe Software Development Kit (SDK) for Microsoft Windows. Hewlett-Packard (HP)

More information

Release Notes MimioStudio Software

Release Notes MimioStudio Software Release Notes MimioStudio 8.0.1 Software Copyright Notice 2011 DYMO/Mimio, a Newell Rubbermaid company About MimioStudio 8.0.1 Welcome to MimioStudio 8.0.1 software! Version 8.0.1 is an update to the existing

More information

SourceOne. Products Compatibility Guide REV 61

SourceOne. Products Compatibility Guide REV 61 SourceOne Products Compatibility Guide 300-008-041 REV 61 Copyright 2005-2017 Dell Inc. or its subsidiaries All rights reserved. Published December 2017 Dell believes the information in this publication

More information

SourceOne. Products Compatibility Guide REV 62

SourceOne. Products Compatibility Guide REV 62 SourceOne Products Compatibility Guide 300-008-041 REV 62 Copyright 2005-2018 Dell Inc. or its subsidiaries All rights reserved. Published March 2018 Dell believes the information in this publication is

More information

RELEASE NOTES UFED ANALYTICS DESKTOP SAVE TIME AND RESOURCES WITH ADVANCED IMAGE ANALYTICS HIGHLIGHTS

RELEASE NOTES UFED ANALYTICS DESKTOP SAVE TIME AND RESOURCES WITH ADVANCED IMAGE ANALYTICS HIGHLIGHTS RELEASE NOTES Version 5.2 September 2016 UFED ANALYTICS DESKTOP HIGHLIGHTS UFED Analytics Desktop version 5.2 serves as your virtual partner, saving precious time in the investigative process. Designed

More information

Models HP Engage One Top Mount 2x20 CFD (Black) HP Engage One Top Mount 2x20 CFD (White)

Models HP Engage One Top Mount 2x20 CFD (Black) HP Engage One Top Mount 2x20 CFD (White) Overview Models (Black) (White) 1RL95AA 3GS18AA Introduction Frame easily readable price, product, and order information for customers on the, HP s smallest and thinnest CFD, designed to complement your

More information

Time&Attendance file export

Time&Attendance file export Table of Contents 1- INTRODUCTION 3 2- REQUIREMENTS 3 3- THE TA SCREEN 3 3.1 THE FILTERS TAB 5 3.1.1 Last X days 5 3.1.2 From/To 5 3.1.3 Export all records 5 3.1.4 Only first and Last pass 5 3.1.5 Working

More information

Cisco Unified Communications Phone Only Locale Installer For Cisco Unified IP Phones Firmware 10.2(1) Readme

Cisco Unified Communications Phone Only Locale Installer For Cisco Unified IP Phones Firmware 10.2(1) Readme Cisco Unified Communications Phone Only Locale Installer 10.2.1.1000 For Cisco Unified IP Phones Firmware 10.2(1) Readme Last Modified Date: June 13, 2014 This Locale Installer Readme contains important

More information

END-USER MANUAL. Sennheiser HeadSetup Pro

END-USER MANUAL. Sennheiser HeadSetup Pro END-USER MANUAL Sennheiser HeadSetup Pro Content 1. Introduction 4 1.1 Product overview 4 1.2 Scope of the document 4 1.3 Intended audience of this document 4 2. System requirement 4 2.1 Hardware requirement

More information

1 DEALING WITH LARGE DATA SETS PROCESSING A HOT FOLDER SUPPORTED FILE TYPES FOR CONVERT ANY FILE TO PDF... 5

1 DEALING WITH LARGE DATA SETS PROCESSING A HOT FOLDER SUPPORTED FILE TYPES FOR CONVERT ANY FILE TO PDF... 5 Version 1.1 March 2016 Table of Contents 1 DEALING WITH LARGE DATA SETS... 3 1.1 REQUIREMENT... 3 1.2 BACKGROUND... 3 1.3 SOLUTION... 3 2 PROCESSING A HOT FOLDER... 4 2.1 REQUIREMENT... 4 2.2 SOLUTION...

More information

TruVision 12/32 Series IP Camera Firmware V7.1 Release Notes

TruVision 12/32 Series IP Camera Firmware V7.1 Release Notes TruVision 12/32 Series IP Camera Firmware V7.1 Release Notes P/N 1073169-EN REV A ISS 08AUG16 Introduction These are the TruVision 12/32 Series IP Camera Firmware V7.1 Release Notes with additional information

More information

Apple 64GB Wi-Fi ipad Mini 3, Model MGGQ2LL/A

Apple 64GB Wi-Fi ipad Mini 3, Model MGGQ2LL/A Apple 64GB Wi-Fi ipad Mini 3, Model MGGQ2LL/A The most advanced ipad mini has the Touch ID fingerprint sensor, a 7.9-inch Retina display, a powerful A7 chip with 64- bit architecture, an isight camera,

More information

Installing Cisco Unity Express 8.0 Software on Services Ready Engine (SRE) Modules

Installing Cisco Unity Express 8.0 Software on Services Ready Engine (SRE) Modules Installing Cisco Unity Express 8.0 Software on Services Ready Engine (SRE) Modules Last Updated: June 2, 2010 This chapter describes the procedure f installing Cisco Unity Express software on the Services

More information

SCUtils Knowledge Base Installation Guide Solution for Microsoft System Center 2012 Service Manager

SCUtils Knowledge Base Installation Guide Solution for Microsoft System Center 2012 Service Manager SCUtils Knowledge Base Installation Guide Solution for Microsoft System Center 2012 Service Manager Published: 3 d November 2014 Version: 3.4 Authors: Marat Kuanyshev Feedback: support@scutils.com Contents

More information

Upgrading Cisco Unity Express

Upgrading Cisco Unity Express Upgrading Cisco Unity Express Last Updated: December 10, 2010 This chapter describes procedures for upgrading to Cisco Unity Express 7.0 software. Use one of two upgrade procedures depending on whether

More information

Oracle. Engagement Cloud Using Knowledge in Engagement Cloud. Release 13 (update 18B)

Oracle. Engagement Cloud Using Knowledge in Engagement Cloud. Release 13 (update 18B) Oracle Engagement Cloud Using Knowledge in Engagement Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E96141-06 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved.

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: December 10, 2010 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Note

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: December 10, 2010 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Note

More information

American Philatelic Society Translation Committee. Annual Report Prepared by Bobby Liao

American Philatelic Society Translation Committee. Annual Report Prepared by Bobby Liao American Philatelic Society Translation Committee Annual Report 2012 Prepared by Bobby Liao - 1 - Table of Contents: 1. Executive Summary 2. Translation Committee Activities Summary July 2011 June 2012

More information

KYOCERA Quick Scan v1.0

KYOCERA Quick Scan v1.0 KYOCERA Quick Scan v1.0 Software Information PC Name Version 0731 July 31, 2018 KYOCERA Document Solutions Inc. Product Planning Division 1 Table of Contents 1. Overview... 4 1.1. Background... 4 1.2.

More information

QuickSpecs. HP Retail Integrated 2x20 Display. Overview. Front. 1. 2X20 LCD, backlit display. 2. USB connector

QuickSpecs. HP Retail Integrated 2x20 Display. Overview. Front. 1. 2X20 LCD, backlit display. 2. USB connector Overview Front 1. 2X20 LCD, backlit display 2. USB connector c04310460 Worldwide Version 2 June 16,2016 Page 1 Overview Shown on back of RP7, Retail System Models (Non-Complex) (Complex) G6U79AA G7G29AA

More information

iphone 5 Specifications

iphone 5 Specifications iphone 5 Specifications Size and Weight! Height: 4.87 inches (123.8 mm)! Width: 2.31 inches (58.6 mm)! Depth: 0.30 inch (7.6 mm)! Weight: 3.95 ounces (112 grams) Cellular and Wireless! GSM model A1428*:

More information

ProvidingAmerica'sBestTelephonySolutions!

ProvidingAmerica'sBestTelephonySolutions! ProvidingAmerica'sBestTelephonySolutions! Voice:863-614-1900 Skype:TelephoneManofamerica E-Mail:telephoneman@telephonemanofamerica.com Shop.TelephoneManofAmerica.com Embedded Voicemail Installation Guide

More information

www.locwaydtp.com locway@locwaydtp.com We are and this is our Company Presentation Brief About Us LocWay is a localization company focused on projects coordination, Translation and Desktop Publishing (DTP)

More information

Release Notes MimioStudio 9.1 Software

Release Notes MimioStudio 9.1 Software Release Notes MimioStudio 9.1 Software Copyright Notice 2012 DYMO/Mimio, a Newell Rubbermaid company About MimioStudio 9.1 I m in love with this! That s what one teacher exclaimed after using MimioStudio

More information

SCUtils Survey Lite Trial Installation Guide Solution for Microsoft System Center 2012 Service Manager

SCUtils Survey Lite Trial Installation Guide Solution for Microsoft System Center 2012 Service Manager SCUtils Survey Lite Trial Installation Guide Solution for Microsoft System Center 2012 Service Manager Published: 14 th September 2015 Version: 1.9 Authors: Marat Kuanyshev Feedback: support@scutils.com

More information

Navigation System Digital Maps Portable Electronics. NAVITEL s.r.o., U Habrovky 247/11, Praha 4, Czech Republic

Navigation System Digital Maps Portable Electronics. NAVITEL s.r.o., U Habrovky 247/11, Praha 4, Czech Republic Navigation System Digital Maps Portable Electronics Company Factsheet Established in 2006 HQ Prague, Czech Republic R&D centers in Czech Republic and Russia QA center in Czech Republic 10+ years in the

More information

User Manual. Minidraw

User Manual. Minidraw User Manual Minidraw Version 1.8 2 Minidraw for HSAJet MiniTouch Table of Contents Before you start 4 How to... create a package 4 How to... add fonts 5 How to... add locales 8 How to... add logos 10 How

More information

Height: 9.50 inches (241.2 mm) Width: 7.31 inches (185.7 mm) Depth: 0.37 inch (9.4 mm) Weight: 1.44 pounds (652 g) Height: 9.50 inches (241.

Height: 9.50 inches (241.2 mm) Width: 7.31 inches (185.7 mm) Depth: 0.37 inch (9.4 mm) Weight: 1.44 pounds (652 g) Height: 9.50 inches (241. Height: 1 Width: Depth: Weight: Height: Width: Depth: Weight: 9.50 inches (241.2 mm) 7.31 inches (185.7 mm) 0.37 inch (9.4 mm) 1.44 pounds (652 g) 9.50 inches (241.2 mm) 7.31 inches (185.7 mm) 0.37 inch

More information

Simple manual for ML members(mailman)

Simple manual for ML members(mailman) Simple manual for ML members(mailman) Version 4.2 (Mailing List Service) Academic Computing & Communications Center University of Tsukuba 28/11/2016 Index 1. Introduction... 1 2. What is Mailing list?...

More information

Installing Cisco Unity Express Software

Installing Cisco Unity Express Software Installing Cisco Unity Express Software Last Updated: November 5, 2007 After ensuring that the prerequisites described in the Prerequisites f Installing Cisco Unity Express Software section on page 13

More information

Bryant Condensed. From The Process Type Foundry

Bryant Condensed. From The Process Type Foundry Bryant Condensed From The Process Type Foundry Designer Eric Olson Format Cross Platform OpenType Styles & Weights 4 weights AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz01 AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz0

More information

10 Steps to Document Translation Success

10 Steps to Document Translation Success 10 Steps to Document Translation Success www.globalizationpartners.com 10 Steps to Document Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

Upgrading Using the Boot Helper

Upgrading Using the Boot Helper Upgrading Using the Boot Helper Last Updated: December 21, 2006 This chapter describes the procedures for installing a new release of Cisco Unity Express software using the boot helper. Note The boot helper

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1041-I IP CAMERA DS-2CD1041-I 4.0 Mpx 2.8 mm HIKVISION Net: 134.96 EUR Gross: 166.00 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

Net: PLN Gross: PLN

Net: PLN Gross: PLN Code: DS-2CD1001-I IP CAMERA DS-2CD1001-I - 720p 2.8 mm HIKVISION Net: 296.00 PLN Gross: 364.08 PLN IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

Software User's Manual

Software User's Manual Software User's Manual Overview Descriptions of the TM-T0 Software Installer features. Installation Descriptions of install and uninstall. Using the Printer Driver Descriptions of simple printing and useful

More information

SAPGUI for Windows - I18N User s Guide

SAPGUI for Windows - I18N User s Guide Page 1 of 30 SAPGUI for Windows - I18N User s Guide Introduction This guide is intended for the users of SAPGUI who logon to Unicode systems and those who logon to non-unicode systems whose code-page is

More information

User guide on how to generate PDF versions of the product information - veterinary

User guide on how to generate PDF versions of the product information - veterinary 03 February 2011 EMA/793983/2010 v.1.0 Patient Health Protection User guide on how to generate PDF versions of the product information - veterinary Introduction Since the product information consists of

More information

SmartPSS. Smart Professional Surveillance System. Provide efficient device management, monitoring, playback, alarm, video analytics, video wall, etc.

SmartPSS. Smart Professional Surveillance System. Provide efficient device management, monitoring, playback, alarm, video analytics, video wall, etc. SmartPSS Smart Professional Surveillance System An easy-to-use security surveillance application with friendly interface. Designed for small or medium daily-use system. Provide efficient device management,

More information

Vodafone Mobile Broadband for Apple Mac Release ReadMe

Vodafone Mobile Broadband for Apple Mac Release ReadMe Vodafone Mobile Broadband for Apple Mac Release 4.10.04.00 ReadMe Contents Summary... 3 What is new in this release... 3 How to check which release is installed... 3 Requirements... 4 Supported Macs...

More information

Microsoft Academic Select Enrollment

Microsoft Academic Select Enrollment Microsoft Academic Select Enrollment Academic Select Agreement number Reseller or Microsoft affiliate to complete Academic Select Agreement Expiration Date Reseller or Microsoft affiliate to complete Enrollment

More information

Product Library 4.0 EUR. CD Contents. Release Notes July 1st, Windows Vista. Windows. Windows. Server Windows 2000.

Product Library 4.0 EUR. CD Contents. Release Notes July 1st, Windows Vista. Windows. Windows. Server Windows 2000. 1 of 7 Product Library 4.0 EUR Release Notes July 1st, 2010 CD Contents Printer s Version 98, Me, NT4.0 2000 XP Vista 7 Server 2000 Server 2003 Server 2008 Server 2008 R2 KX DRIVER 5.1.1705 KX DRIVER 4.2.1409b

More information

Cisco Unified IP Phone 6900 Series

Cisco Unified IP Phone 6900 Series Cisco Unified IP Phone 6900 Series Product Overview The Cisco Unified IP Phone 6900 Series is a new and innovative portfolio of endpoints that deliver affordable, business-grade, voice communication services

More information

A comparison of open source or free GIS software packages. Acknowledgements:

A comparison of open source or free GIS software packages. Acknowledgements: A comparison of open source or free GIS software packages Acknowledgements: Shane Bradt New Hampshire Geospatial Extension Specialist The New Hampshire Geospatial Extension Program sbradt@ceunh.unh.edu

More information

Remote Ethernet Device, RED-1 - TIPS & TRICKS

Remote Ethernet Device, RED-1 - TIPS & TRICKS Technical Newsletter VOLUME 4, ISSUE 3 Remote Ethernet Device, RED-1 - TIPS & TRICKS RED-1 & RED-1F are the latest remote control options for Audia and Nexia.The RED-1 includes similar functionality as

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Oracle E-Business Suite Internationalization and Multilingual Features

More information

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Extended Applications (FEA) v4.4 contains Fiery software for performing tasks using a Fiery Server. This document describes how

More information

Parallels Plesk Sitebuilder

Parallels Plesk Sitebuilder Parallels Plesk Sitebuilder Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2008, Parallels,

More information

Oracle Access Manager

Oracle Access Manager Oracle Access Manager Addendum to Release Notes 10g (10.1.4.0.1) January 2007 This document is an addendum to the Release Notes for Oracle Access Manager 10g (10.1.4.0.1). It contains the following sections:

More information

PROFICIENCY TESTING IN FOREIGN LANGUAGES

PROFICIENCY TESTING IN FOREIGN LANGUAGES REGISTRATION FORM PERSONAL INFORMATION Ms. Mr. Last Date of Birth First Middle PROFICIENCY TESTING IN FOREIGN LANGUAGES Social Security, NYU Student ID Number, or Passport Number Home Work Language to

More information

Version User Manual Software Softkeyboard

Version User Manual Software Softkeyboard Version 4.2.0 User Manual Software Softkeyboard Pos : 2 /D atentechni k/allgemei ne Hinweis e/r elevante Dokumentationen zum Gerät/Rel evante D okumentati onen für OPC / C PC / OTC / VMT /STC @ 2\mod_1268662117522_6.doc

More information

EBSCOhost User Guide Searching. Basic, Advanced & Visual Searching, Result List, Article Details, Additional Features. support.ebsco.

EBSCOhost User Guide Searching. Basic, Advanced & Visual Searching, Result List, Article Details, Additional Features. support.ebsco. EBSCOhost User Guide Searching Basic, Advanced & Visual Searching, Result List, Article Details, Additional Features Table of Contents What is EBSCOhost... 5 System Requirements... 5 Inside this User Guide...

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1021-I IP CAMERA DS-2CD1021-I - 1080p 2.8 mm HIKVISION Net: 90.91 EUR Gross: 111.82 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information