Version 5.5. Multi-language Projects. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia

Size: px
Start display at page:

Download "Version 5.5. Multi-language Projects. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia"

Transcription

1 Version 5.5 Multi-language Projects Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia

2 DISCLAIMER Citect Pty. Limited makes no representations or warranties with respect to this manual and, to the maximum extent permitted by law, expressly limits its liability for breach of any warranty that may be implied to the replacement of this manual with another. Further, Citect Pty. Limited reserves the right to revise this publication at any time without incurring an obligation to notify any person of the revision. COPYRIGHT Copyright 2003 Citect Pty Limited. All rights reserved. TRADEMARKS Citect Pty Limited has made every effort to supply trademark information about company names, products and services mentioned in this manual. Trademarks shown below were derived from various sources. CitectSCADA, CitectHMI/SCADA, CitectFacilities and CitectSCADA Batch are regisitered trademarks of Citect Pty. Limited. IBM, IBM PC and IBM PC AT are registered trademerks of Internatrional Business Machine Corporation. MS-DOS, Windows, Windows 98, Windows 2000, Windows XP and Excel are trademarks of Microsoft Corporation. dbase is a trademark of Borland Inc. General Notice: Some product names used in this manual are used for identification purposes only and may be trademarks of their respective companies. October 2003 Edition for CitectSCADA Version 5.5 Manual Revision 1.0 Multi-language Projects 2

3 Multi-Language Projects CitectHMI/SCADA s language switching facility allows you to use one language to configure a project, and another for runtime text items such as alarm descriptions, button text, keyboard/alarm logs, graphic text, Cicode strings etc. You can also dynamically change languages during runtime. For example, if your native language is English, you could enter an English alarm description when configuring the project, but specify to display it in the French or German (or any other language) equivalent at runtime. The desired language can be specified before you run the project, or changed dynamically at runtime (using the SetLanguage() function) - without affecting any of the project s normal operations. CitectHMI/SCADA distinguishes between what is termed the Native Language (e.g. the language of the developer), and the Local language (e.g. the language of the end user). Language changes are achieved by means of a language database, which has a field for native text, and a field for the translated local text. When the project is run, any native text will be replaced with the equivalent local text. Alarm and keyboard logs can be processed in both the native and the local language. This means that both native and local users can read the historical logs. The data can be logged to the same device, or to separate devices. Multi-language Projects 3

4 How to Change Languages Marking Text for Language Change During project development, any text which is to be changed to another language at runtime must be marked with a language change indicator, in the following Native Text [,Width [,Justify]]) Where Native Text is the identifying text which will be displayed when configuring. This text will be replaced by the local equivalent at runtime. Note that the brackets are a necessary part of the indicator. They specify the extent of the native language text. The Width and Justify are optional (indicated by the square brackets). For example, if English is the native language, the following alarm description could be entered: Alarm Failure) This indicator serves two purposes: It flags the text as native, and tells CitectHMI/SCADA to change the text from native to local at runtime. By default, the text that you enter here can be in any combination of upper and lower case. In other words, Motor Failure will be considered the same string as motor failure or MOTOR Failure, and they will all have the same local language translation. Case sensitivity can be introduced by setting the [Language]CaseSensitive parameter to 1. The Width field can be assigned any value from 0 to 254. If the local text is longer than specified, it will be truncated and left justified. If a width is not specified, the field will be the length of the local text, and the text will be left justified. The Justify field specifies the text justification and can only be used in conjunction with the Width field. Justify can be one of the following values: l or L Left r or R Right c or C Centre n or N None For example, to limit the local text in the previous case to 20 characters with right justification: Alarm Failure, 20, R) Characters that are normally part of the formatting ( ) - can also be used within the native text. To do this, you must place a caret (^)character before them. For example, to include a comma without ruining the format: Alarm Failure^, thermal overload, 20, R) NOTE: The caret (^)character will not appear at runtime or in the language database (see the following section). Language Databases When the project is compiled, CitectHMI/SCADA creates a language database (dbase III format), consisting of two fields; NATIVE and LOCAL. Any text marked with a language change indicator is automatically entered in the NATIVE field. You can then open the database and enter the translated text in the LOCAL field. Multi-language Projects 4

5 For example: NATIVE Line Broken Alarm at Line Speed {LineSpeed1} Main Menu page Conveyor Belt Trip LOCAL <Translation of Line Broken Alarm at Line Speed {LineSpeed1}> <Translation of Main Menu page> <Translation of Conveyor Belt Trip> When the project is run, the translation of Line Broken Alarm at Line Speed {LineSpeed1} will display in place of the English text, the translation of Main Menu page will display in place of the English text etc. NOTE: For the language change to occur automatically when the project is run, you must specify the language database which is to be used before you run the project. This is done using the [Language]LocalLanguage parameter. Otherwise, you can change the language yourself at runtime, using the SetLanguage() function. If you do not enter a LOCAL equivalent of the NATIVE text string, the NATIVE text will be displayed by default. You can specify to display "#MESS", instead of the NATIVE text, by setting the [Language]DisplayError parameter to 1 (one) - the default is 0 (zero). NOTE: For single byte languages (such as French), the database can be edited using Microsoft Excel, but for double byte languages (such as Chinese), it is recommended that Visual FoxPro be used. By default, the language database created by the compile is called English.dbf (this can be changed using the [Language]LocalLanguage parameter). It is saved to the project directory. Once the database is created, it will be updated each time you compile. Any text which has been marked since the last compile will be appended to the end of the database - the rest of the database will remain unchanged. Multiple Languages NOTE: When you want to use characters for Baltic, Central European, Cyrillic, Greek, Turkish, and Asian languages, or right-to-left languages (Arabic, Hebrew, Farsi, and Urdu) the operating system must have the corresponding language version of Windows, or have installed system support for that language. Each local language must have its own language database, so that it can be displayed in place of a specified native language at runtime. Also, it must be set as the local language using the [Language]LocalLanguage parameter. With this parameter set before you compile, CitectHMI/SCADA automatically creates/updates the relevant language database. For example, to display text in French at runtime, set the [Language]LocalLanguage parameter to French, flag all necessary native text in the project and compile. After compiling, look in the project directory for French.dbf, open it, enter the required French translations in the LOCAL field, and save the database. When the project is run, all marked native text will be replaced by the appropriate French text. Because you can have any number of databases, you can use as many different languages as you like. NOTE: When you compile, all text marked with a language change indicator is entered in the NATIVE field of whatever database is set as the local language using the [Language]LocalLanguage parameter. Therefore, it is very important that you know what database is set before you compile. Also, if you have a number of language databases with the same native language, you Multi-language Projects 5

6 should remember that newly marked text will only be appended to the current local language database (as specified by the [Language]LocalLanguage parameter). If you want this text to be added to other databases with the same native language, you should change the [Language]LocalLanguage parameter, update pages, and re-compile for each database. Remember that for each database, only the relevant changes made since the last compile will be added. Multiple Projects A language database can contain entries which are not actually included in a project. This means that a single language database can be developed, which is applicable to a whole range of projects. Changing Languages at Runtime The language of runtime display items such as alarm descriptions, button text, keyboard/alarm logs, graphic text, Cicode strings etc. can be changed dynamically at runtime, using the SetLanguage() function. All normal operations of the project will continue unaffected. NOTE: Forms will not automatically update when the language is changed using the SetLanguage() function. They must be closed and re-opened for the change to take place. Any local translations that are missing from the specified language database will be replaced by the native equivalent. You can specify to display "#MESS", instead of the NATIVE text, by setting the [Language]DisplayError parameter to 1 (one) - the default is 0 (zero). Logging Data in Different Languages Alarm and keyboard logs can be processed in both the native and the local language. This means that both native and local users can read the historical logs. The logs can employ the same device, or separate devices. Logs in the local language are produced using the standard field names. For example, if {NAME} {DESC} {COMMENT} is entered in the format field of an alarm category, the alarm name, description and comment of all alarms in that category will be logged in the local language. All fields which support the automatic language change facility can also be logged in the native language. To do so, just precede the field name with NATIVE. For example, to log the name, description and comment of a category of alarms, enter {NATIVE_NAME} {NATIVE_DESCRIPTION} {NATIVE_COMMENT} in the format field for that category. To log both native and local to the same device, just enter the standard fields, and the native fields together in the format field. To log them to different devices, use a Group of two devices, and enter the local fields as the format for one, and the native fields as the format for the other. Multi-language Projects 6

7 ASCII, ANSI and OEM Character Sets ASCII and ANSI Character Sets Each screen character is defined by a code (number). Operating systems and applications need to know these codes to attach meaning to individual characters. A character set provides a code for every character. For your operating system/application to interpret a character correctly, you must use the correct character set. NOTE: Character sets are distinct from fonts. A font defines the visual/appearance properties of a character - not its meaning. ASCII (American Standard Code for Information Interchange) is a widely adopted 7-bit code specifying the basic alpha-numeric character set of the English language. For example, the character capital 'A' has the ASCII value of 65, and the character lowercase 'a' has the ASCII value of 97. The ASCII character set contains 96 characters, it is commonly used as a standard for protocols and files. Windows 95 uses ANSI (American National Standards Institute) character sets. ANSI character sets are language based, with each different language version of Windows (French, Korean etc.) requiring a specific ANSI character set. Codes 32 to 127 always contain the standard ASCII characters. NOTE: Windows NT uses Unicode - but still supports ANSI character sets. Unicode avoids the problem of multiple character sets by having one 16 bit - worldwide - character encoding standard. To support both Windows 95 and NT, CitectHMI/SCADA must use ANSI character sets. OEM Character Sets OEM (Original Equipment Manufacturer) character sets are those which are used by MS-DOS or Console applications (they are operating system dependent). Most OEM character sets do not match the ANSI character sets. For example, line drawing characters commonly used in MS-DOS character sets were replaced with language characters in ANSI character sets. Problems can arise when building multiple language projects if inadequate consideration is given to the role that ANSI and OEM character sets play, in the way the language strings are stored and interpreted. Language configuration information is stored in dbase files (a database standard defined primarily for MS-DOS applications) where string information is customarily stored as OEM characters. When using a Windows application (such as Excel) to edit dbase files, the characters on screen are in the ANSI character set. When you save this information to the dbase file, Excel will convert it to an OEM equivalent. For this conversion to work correctly the OEM character set must be compatible with the ANSI character set used in Excel. For example, if you have prepared strings for a project in Russian (using Excel), the OEM character set must support the Russian (Cyrillic) character set. The OEM character set used by Windows is primarily determined by your system setup and cannot easily be changed. This presents a problem for multi-language projects. For example, consider a project to support Russian, French, and English. Excel is used to prepare the language dbase files. When saving information from Excel, it is translated from the respective ANSI character sets to OEM. To display this information, CitectHMI/SCADA will need to convert it from OEM back to ANSI. However, Russian requires a Cyrillic OEM character set and French and English requires a Latin OEM character set. This causes a problem, since Windows can have only one OEM character set at any given time (which cannot be changed dynamically). In this situation Multi-language Projects 7

8 only one language can be correctly supported - not all three at the same time. The only way to support multiple languages with differing character sets within one CitectHMI/SCADA project, is to ensure that the language information you store in dbase files is stored as ANSI (not OEM). The [CtEdit]ANSItoOEM parameter must be set to 0 (zero) to ensure that no conversion takes place. The difficulty for the developer in preparing the project is in saving this information in the first place - because most applications will store the language information in OEM format. NOTE: A multi-language project is included in the samples directory on your installation CD. This project allows you to enter information into the language dbase files in ANSI format. Multi-language Projects 8

Version 5.5. Using Accumulators. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia

Version 5.5. Using Accumulators. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia Version 5.5 Using Accumulators Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia www.citect.com DISCLAIMER Citect Pty. Limited makes no representations or warranties with respect to this manual

More information

Version 5.5. CitectSCADA Pocket. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia

Version 5.5. CitectSCADA Pocket. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia Version 5.5 CitectSCADA Pocket Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia www.citect.com DISCLAIMER Citect Pty. Limited makes no representations or warranties with respect to this manual

More information

CitectSCADA Batch Tutorial

CitectSCADA Batch Tutorial CitectSCADA Batch Tutorial Version 1.0.8 Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia www.citect.com 2 DISCLAIMER Citect Pty. Limited makes no representations or warranties with respect

More information

SCADA Expert Vijeo Citect 2015 Programming with Cicode Study Guide

SCADA Expert Vijeo Citect 2015 Programming with Cicode Study Guide SCADA Expert Vijeo Citect 2015 Programming with Cicode Study Guide 2015 Schneider-Electric Pty (Australia) Ltd 78 Waterloo Road Macquarie Park NSW 2113 Australia DISCLAIMER Schneider Electric makes no

More information

SCADA Expert Vijeo Citect Architecture and Redundancy Study Guide

SCADA Expert Vijeo Citect Architecture and Redundancy Study Guide SCADA Expert Vijeo Citect Architecture and Redundancy Study Guide 2015 Schneider-Electric Pty (Australia) Ltd 78 Waterloo Road Macquarie Park NSW 2113 Australia DISCLAIMER Schneider Electric makes no representations

More information

Vijeo Citect Customization and Design Study Guide

Vijeo Citect Customization and Design Study Guide Vijeo Citect Customization and Design Study Guide Version 7.30 Schneider-Electric Pty (Australia) Ltd 78 Waterloo Road Macquarie Park NSW 2113 Australia DISCLAIMER Schneider Electric makes no representations

More information

Version 5.5. Establishing Communications and Tagging IO Devices. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia

Version 5.5. Establishing Communications and Tagging IO Devices. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia Version 5.5 Establishing Communications and Tagging IO Devices Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia www.citect.com DISCLAIMER Citect Pty. Limited makes no representations or warranties

More information

Picsel epage. Word file format support

Picsel epage. Word file format support Picsel epage Word file format support Picsel Word File Format Support Page 2 Copyright Copyright Picsel 2002 Neither the whole nor any part of the information contained in, or the product described in,

More information

UTF and Turkish. İstinye University. Representing Text

UTF and Turkish. İstinye University. Representing Text Representing Text Representation of text predates the use of computers for text Text representation was needed for communication equipment One particular commonly used communication equipment was teleprinter

More information

Representing Characters and Text

Representing Characters and Text Representing Characters and Text cs4: Computer Science Bootcamp Çetin Kaya Koç cetinkoc@ucsb.edu Çetin Kaya Koç http://koclab.org Winter 2018 1 / 28 Representing Text Representation of text predates the

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

Picsel epage. PowerPoint file format support

Picsel epage. PowerPoint file format support Picsel epage PowerPoint file format support Picsel PowerPoint File Format Support Page 2 Copyright Copyright Picsel 2002 Neither the whole nor any part of the information contained in, or the product described

More information

WINTOTAL SOFTWARE. Label/Marker Design Package. Technical Datasheet. TTDS-001 Revision 11 - July 2015

WINTOTAL SOFTWARE. Label/Marker Design Package. Technical Datasheet. TTDS-001 Revision 11 - July 2015 Technical Datasheet TTDS-001 Revision 11 - July 2015 WinTotal is a label/marker design package that makes wire marker printing simple in an industrial environment. Running in the familiar Windows environment,

More information

Overview Training Manual

Overview Training Manual Overview Training Manual Version 6.00 Citect Pty. Ltd. 3 Fitzsimons Lane GORDON NSW 2072 PO Box 174 PYMBLE NSW 2073 AUSTRALIA Telephone: 61 2 9496 7300 Fax: 61 2 9496 7399 DISCLAIMER Citect Pty. Ltd. makes

More information

Can R Speak Your Language?

Can R Speak Your Language? Languages Can R Speak Your Language? Brian D. Ripley Professor of Applied Statistics University of Oxford ripley@stats.ox.ac.uk http://www.stats.ox.ac.uk/ ripley The lingua franca of computing is (American)

More information

FCWnx 7.6 National Language Support Release Notes

FCWnx 7.6 National Language Support Release Notes FCWnx 7.6 National Language Support Release Notes P/N 460704001A ISS 31AUG11 2011 UTC Fire & Security. All rights reserved. This document may not be copied in whole or in part or otherwise reproduced without

More information

Using non-latin alphabets in Blaise

Using non-latin alphabets in Blaise Using non-latin alphabets in Blaise Rob Groeneveld, Statistics Netherlands 1. Basic techniques with fonts In the Data Entry Program in Blaise, it is possible to use different fonts. Here, we show an example

More information

IT101. Characters: from ASCII to Unicode

IT101. Characters: from ASCII to Unicode IT101 Characters: from ASCII to Unicode Java Primitives Note the char (character) primitive. How does it represent the alphabet letters? What is the difference between char and String? Does a String consist

More information

WINTOTAL SOFTWARE. Label/Marker Design Package. Technical Datasheet. TTDS-001 Revision 12 - February 2016

WINTOTAL SOFTWARE. Label/Marker Design Package. Technical Datasheet. TTDS-001 Revision 12 - February 2016 Technical Datasheet TTDS-001 Revision 12 - February 2016 WinTotal is a label/marker design package that makes wire marker printing simple in an industrial environment. Running in the familiar Windows environment,

More information

BCM Rls 6.0. ipview WallBoard. Task Based Guide

BCM Rls 6.0. ipview WallBoard. Task Based Guide BCM Rls 6.0 ipview WallBoard Task Based Guide Copyright 2010 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete

More information

The Unicode Standard Version 11.0 Core Specification

The Unicode Standard Version 11.0 Core Specification The Unicode Standard Version 11.0 Core Specification To learn about the latest version of the Unicode Standard, see http://www.unicode.org/versions/latest/. Many of the designations used by manufacturers

More information

ANS Forth Internationalisation proposal \\stephen\d\mpe\projects\international\i18n.propose.v7.doc Revised 25 Mar 2001

ANS Forth Internationalisation proposal \\stephen\d\mpe\projects\international\i18n.propose.v7.doc Revised 25 Mar 2001 ANS Forth Internationalisation proposal \\stephen\d\mpe\projects\international\i18n.propose.v7.doc Revised 25 Mar 2001 Authors: Stephen Pelc, MicroProcessor Engineering, sfp@mpeltd.demon.co.uk Willem Botha,

More information

Representing Characters, Strings and Text

Representing Characters, Strings and Text Çetin Kaya Koç http://koclab.cs.ucsb.edu/teaching/cs192 koc@cs.ucsb.edu Çetin Kaya Koç http://koclab.cs.ucsb.edu Fall 2016 1 / 19 Representing and Processing Text Representation of text predates the use

More information

CitectHistorian 2016

CitectHistorian 2016 CitectHistorian 2016 Readme (Updated 14 June 2016) See the Release Notes for information about fixes in this release and the Installation and Configuration Guide for information on the installation of

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

Easy-to-see Distinguishable and recognizable with legibility. User-friendly Eye friendly with beauty and grace.

Easy-to-see Distinguishable and recognizable with legibility. User-friendly Eye friendly with beauty and grace. Bitmap Font Basic Concept Easy-to-read Readable with clarity. Easy-to-see Distinguishable and recognizable with legibility. User-friendly Eye friendly with beauty and grace. Accordance with device design

More information

IBM System z part numbers available for the IBM WebSphere Business Modeler V products

IBM System z part numbers available for the IBM WebSphere Business Modeler V products IBM United States Announcement 207-080, dated April 10, 2007 IBM System z part s available for the IBM WebSphere Business Modeler products Availability of national languages...2 Software services... 3

More information

PRINTEASY SOFTWARE. Label Design Package. Technical Datasheet. TTDS-093 Revision 07 - Oct 2015

PRINTEASY SOFTWARE. Label Design Package. Technical Datasheet. TTDS-093 Revision 07 - Oct 2015 PRINTEASY SOFTWARE Technical Datasheet TTDS-093 Revision 07 - Oct 2015 PrintEasy is a family of professional labelling software products that brings a complete bar code printing solution printing to desktop,

More information

Supplemental Information for Traditional Chinese Fonts

Supplemental Information for Traditional Chinese Fonts Supplemental Information for Traditional Chinese Fonts Contents Supported Languages................................ 3 Communications.................................... 4 Changing the Control Instruction

More information

Displaying Chinese Characters In Blaise

Displaying Chinese Characters In Blaise Displaying Chinese Characters In Blaise Gina-Qian Cheung & Youhong Liu Institute for Social Research, University of Michigan 1. Introduction A Blaise data model can be multilingual. This is important for

More information

Installation Guide. PC Software Package. Disk Recorder Management Software. Model No. WV-ASM200

Installation Guide. PC Software Package. Disk Recorder Management Software. Model No. WV-ASM200 Installation Guide Disk Recorder Management Software PC Software Package Model No. WV-ASM200 Before attempting to connect or operate this product, please read these instructions carefully and save this

More information

Table of Contents. Installation Global Office Mini-Tutorial Additional Information... 12

Table of Contents. Installation Global Office Mini-Tutorial Additional Information... 12 TM Table of Contents Installation... 1 Global Office Mini-Tutorial... 5 Additional Information... 12 Installing Global Suite The Global Suite installation program installs both Global Office and Global

More information

Service Optimization Version 8.1. Service Optimization Localization Guide

Service Optimization Version 8.1. Service Optimization Localization Guide Service Optimization Version 8.1 Service Optimization Localization Guide Legal Notice The software with this guide is furnished under a license agreement and may be used only according to the terms of

More information

Architecture and Redundancy Exam Study Guide

Architecture and Redundancy Exam Study Guide Manual Release 1 Architecture and Redundancy Exam Study Guide Version 7.20 Citect Pty Ltd 3 Fitzsimons Lane GORDON NSW 2072 PO Box 174 PYMBLE NSW 2073 AUSTRALIA Telephone: 61 2 9496 7300 Fax: 61 2 9496

More information

Cindex 3.0 for Windows. Release Notes

Cindex 3.0 for Windows. Release Notes Cindex 3.0 for Windows Release Notes The information contained in this document is subject to change without notice, and does not represent a commitment on the part of Indexing Research. The program described

More information

2 Records Manager Updates

2 Records Manager Updates Oracle Records Manager Corporate Edition Release Notes 10g Release 3 (10.1.3.3.2) October 2007 These release notes outline new and enhanced features for this release of Records Manager Corporate Edition.

More information

TESLA V100 PCIe GPU ACCELERATOR

TESLA V100 PCIe GPU ACCELERATOR TESLA V100 PCIe GPU ACCELERATOR PB-08744-001_v03 October 2017 Product Brief DOCUMENT CHANGE HISTORY PB-08744-001_v03 Version Date Authors Description of Change 01 September 19, 2017 GG, SM Initial Release

More information

Ogonek Documentation. Release R. Martinho Fernandes

Ogonek Documentation. Release R. Martinho Fernandes Ogonek Documentation Release 0.6.0 R. Martinho Fernandes February 17, 2017 Contents: 1 About 1 1.1 Design goals............................................... 1 1.2 Dependencies...............................................

More information

AGAMA. Version 1.0 FONT ASSISTANT. for Windows 95/98 & NT. User's Guide

AGAMA. Version 1.0 FONT ASSISTANT. for Windows 95/98 & NT. User's Guide AGAMA Version 1.0 FONT ASSISTANT for Windows 95/98 & NT 1999 User's Guide Copyright Notice Copyright 1991-1999, AGAMA, Moscow, Russia and Smart Link Corpoiration, USA. All Rights Reserved. All parts of

More information

IBM 1U 17-inch and 19-inch Flat Panel Console Kits (Withdrawn) Product Guide

IBM 1U 17-inch and 19-inch Flat Panel Console Kits (Withdrawn) Product Guide IBM 1U 17-inch and 19-inch Flat Panel Console Kits (Withdrawn) Product Guide These cost-effective Flat Panel Console Kits offer a powerful and convenient way to manage space constrained rack environments

More information

DC Detective. User Guide

DC Detective. User Guide DC Detective User Guide Version 5.7 Published: 2010 2010 AccessData Group, LLC. All Rights Reserved. The information contained in this document represents the current view of AccessData Group, LLC on the

More information

The Unicode Standard Version 6.1 Core Specification

The Unicode Standard Version 6.1 Core Specification The Unicode Standard Version 6.1 Core Specification To learn about the latest version of the Unicode Standard, see http://www.unicode.org/versions/latest/. Many of the designations used by manufacturers

More information

Upgrade your IsatPhone

Upgrade your IsatPhone Upgrade your IsatPhone How to Upgrade your IsatPhone 1 INSTALLING THE ISATPHONE 2 FIRMWARE UPGRADE TOOL From time to time, it may be necessary to upgrade your phone in order to improve its functionality

More information

Penpower WorldCard Link User Manual

Penpower WorldCard Link User Manual Penpower WorldCard Link User Manual Version: v2.0 Release: March, 2013 Contents Chapter 1 Product Features... 1-1 Chapter 2 Getting Started... 2-1 2.1 Install Software...2-1 2.1.1 System Requirement...2-1

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

ATI Radeon HD 2400XT (256MB DH) PCIe Graphics Card Overview

ATI Radeon HD 2400XT (256MB DH) PCIe Graphics Card Overview Overview Models KD060AA Introduction The provides a Low Profile, PCI Express x16 graphics add-in card based on the ATI RV610 Graphics Processor. It supports Dual Display video output through its DMS-59

More information

Working with Actuate e.reports

Working with Actuate e.reports Working with Actuate e.reports This documentation has been created for software version 11.0.5. It is also valid for subsequent software versions as long as no new document version is shipped with the

More information

Coordination! As complex as Format Integration!

Coordination! As complex as Format Integration! True Scripts in Library Catalogs The Way Forward Joan M. Aliprand Senior Analyst, RLG 2004 RLG Why the current limitation? Coordination! As complex as Format Integration! www.ala.org/alcts 1 Script Capability

More information

Oracle is a registered trademark, and Oracle Rdb, Oracle RMU and Oracle SQL/Services are trademark or registered trademarks of Oracle Corporation.

Oracle is a registered trademark, and Oracle Rdb, Oracle RMU and Oracle SQL/Services are trademark or registered trademarks of Oracle Corporation. Oracle Rdb Data Provider for.net Release Notes V7.3 August 2007 Oracle Rdb Data Provider for.net Release Notes, Release 7.3 Copyright 2007 Oracle Corporation. All rights reserved. The Programs (which include

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

ISAGRAF V3.5 OVERVIEW

ISAGRAF V3.5 OVERVIEW ISAGRAF V3.5 OVERVIEW Document Number: TD-0004 Issue Status: 1 Prepared By: OEM TECHNOLOGY SOLUTIONS PTY LTD UNIT 13, 82 RESERVE ROAD ARTARMON NSW 2064 AUSTRALIA 2005 This document is the property of OEM

More information

CMPS 10 Introduction to Computer Science Lecture Notes

CMPS 10 Introduction to Computer Science Lecture Notes CMPS Introduction to Computer Science Lecture Notes Binary Numbers Until now we have considered the Computing Agent that executes algorithms to be an abstract entity. Now we will be concerned with techniques

More information

QuickSpecs. HP LAN Thermal Receipt Printer. Models. HP LAN Thermal Receipt Printer. Overview

QuickSpecs. HP LAN Thermal Receipt Printer. Models. HP LAN Thermal Receipt Printer. Overview Overview Models M2D54AA c04584387 DA 15229 Worldwide Version 4 December 4, 2018 Page 1 Overview Introduction Enable quick and easy receipt printing from every device on your network from fixed POS to mobile

More information

UNITED STATES GOVERNMENT Memorandum LIBRARY OF CONGRESS. Some of the proposals below (F., P., Q., and R.) were not in the original proposal.

UNITED STATES GOVERNMENT Memorandum LIBRARY OF CONGRESS. Some of the proposals below (F., P., Q., and R.) were not in the original proposal. UNITED STATES GOVERNMENT Memorandum LIBRARY OF CONGRESS TO: Joint Steering Committee for Revision of AACR DATE: FROM: SUBJECT: Barbara B. Tillett, LC Representative RDA Part I Internationalization At the

More information

St. Benedict s High School. Computing Science. Software Design & Development. (Part 2 Computer Architecture) National 5

St. Benedict s High School. Computing Science. Software Design & Development. (Part 2 Computer Architecture) National 5 Computing Science Software Design & Development (Part 2 Computer Architecture) National 5 DATA REPRESENTATION Numbers Binary/Decimal Conversion Example To convert 69 into binary: write down the binary

More information

IPDS Emulation. Selects the Data Stream parameter to the following values: - IPDS (default) - ASCII LAN INTERFACE PARAMETERS

IPDS Emulation. Selects the Data Stream parameter to the following values: - IPDS (default) - ASCII LAN INTERFACE PARAMETERS IPDS Emulation The following is the description of the printer IPDS specific menu items. These items appear only, when the Ethernet interface board option is installed in the printer. The Printers uses

More information

OFS Profitability Management Language Pack Installation and Configuration Guide Version June 2014

OFS Profitability Management Language Pack Installation and Configuration Guide Version June 2014 OFS Profitability Management Language Pack Installation and Configuration Guide Version 6.1.1.0.0 June 2014 Document Control Author: Niraj Ranjan Biswal Group: OFSAA Created on : 01-May-14 Revision No

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

Intel USB 3.0 extensible Host Controller Driver

Intel USB 3.0 extensible Host Controller Driver Intel USB 3.0 extensible Host Controller Driver Release Notes (5.0.4.43) Unified driver September 2018 Revision 1.2 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

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

INSTALLING THE USB DRIVERS

INSTALLING THE USB DRIVERS INSTALLING THE USB DRIVERS You need to install the USB Drivers on your computer before installing the Contact Synchronisation and Firmware Upgrade Tools. Installing the USB Drivers also reduces your phone

More information

Character Encodings. Fabian M. Suchanek

Character Encodings. Fabian M. Suchanek Character Encodings Fabian M. Suchanek 22 Semantic IE Reasoning Fact Extraction You are here Instance Extraction singer Entity Disambiguation singer Elvis Entity Recognition Source Selection and Preparation

More information

IBM Full Width Quiet Touch Keyboards now available on IBM System p servers and selected IntelliStation workstations

IBM Full Width Quiet Touch Keyboards now available on IBM System p servers and selected IntelliStation workstations Hardware Announcement September 12, 2006 IBM Full Width Quiet Touch Keyboards now available on IBM System p servers and selected IntelliStation workstations Overview New IBM Full Width Quiet Touch Keyboards

More information

TESLA M10. PB _v04 February Product Brief

TESLA M10. PB _v04 February Product Brief TESLA M10 PB-08118-001_v04 February 2017 Product Brief DOCUMENT CHANGE HISTORY PB-08118-001_v04 Version Date Authors Description of Change 01 June 17, 2016 MD, SM Initial Release 02 October 4, 2016 MD,

More information

Compatibility Matrix. BlackBerry UEM. March 26, 2018

Compatibility Matrix. BlackBerry UEM. March 26, 2018 Compatibility Matrix BlackBerry UEM March 26, 2018 Published: 2018-03-26 SWD-20180326105755902 Contents Introduction... 4 Legend... 4 BlackBerry UEM server...5 Operating system...5 Database server...5

More information

IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009)

IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009) IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009) Installation & Setup Review all instructions before starting the install of DB2 Web Query. Complete these steps

More information

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows (32-Bit) B14314-02 December 2005 This guide describes how to quickly install the Oracle Database Client product

More information

MindManager Server App for SharePoint Release Notes

MindManager Server App for SharePoint Release Notes MindManager Server App for SharePoint Release Notes October 1, 2018 Release version: 1.0.0.95 2018 Corel Corporation All Rights Reserved. Version 1.0.0.95, October 1, 2018 1 Contents WHAT S NEW IN MINDMANAGER

More information

GroupWise Messenger 1.0 for Linux Support Pack 2 June 15, 2004

GroupWise Messenger 1.0 for Linux Support Pack 2 June 15, 2004 GroupWise Messenger 1.0 for Linux Support Pack 2 June 15, 2004 Overview The information in this Readme file pertains to Novell GroupWise Messenger 1.0 for Linux You must have GroupWise Messenger 1.0 for

More information

BE Gvl Import Reference Manual. English MAEN

BE Gvl Import Reference Manual. English MAEN BE Gvl Import 1.00 Reference Manual MAEN103 2012-01-03 English Foreword Manual BE GVL Import Foreword This manual describes how to use the import tool, BE GVL Import, to import variable tags, trends and

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD ---- PI ------------ I_ e--.-m--- --------_-- --_---I_ -- -.-- -.-.--- ----.-- - - ---~ INTERNATIONAL STANDARD lso/iec 1067 First edition 1991445 ---- - - - -_----------- --~-. -- Information technology

More information

Platts Sarus Spreadsheet Guide

Platts Sarus Spreadsheet Guide Platts Sarus Spreadsheet Guide Overview Creating a new Sarus Spreadsheet The Platts Database Menu Load Platts data into Excel Create a correlation sheet Create a mean of means sheet Add a chart to the

More information

TESLA M60. PB _v02 December Product Brief

TESLA M60. PB _v02 December Product Brief TESLA M60 PB-07864-001_v02 December 2016 Product Brief DOCUMENT CHANGE HISTORY PB-07864-001_v02 Version Date Authors Description of Change 01 November 13, 2015 MD, SM Initial Release 02 December 9, 2016

More information

QuickSpecs. HP LAN Thermal Receipt Printer. Models. HP LAN Thermal Receipt Printer. Overview

QuickSpecs. HP LAN Thermal Receipt Printer. Models. HP LAN Thermal Receipt Printer. Overview Overview Front View Back View 1. Paper feed button 2. RJ-45 Ethernet Jack 3. USB Port (printer cable port) 4. Power supply connector 5. RJ-12 Cash Drawer Models M2D54AA c04584387 DA 15229 Worldwide Version

More information

1 Review Information About this Guide

1 Review Information About this Guide Oracle Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows (x64) B15685-03 July 2008 This guide describes how to quickly install the Oracle Database Client product on Windows

More information

NVIDIA Release 197 Tesla Driver for Windows

NVIDIA Release 197 Tesla Driver for Windows NVIDIA Release 197 Tesla Driver for Windows RN-05247-195v19768 April 2010 Release Notes 01 NVIDIA TESLA DRIVER FOR WINDOWS This edition of Release 197 Notes describes the Release 197 Tesla Drivers for

More information

Touch IPC. Technical Manual

Touch IPC. Technical Manual Technical Manual Touch IPC This document will explain about the Touch IPC, and is meant to be a technical manual for people that need to install and service the machine. Although the Touch IPC is a standard

More information

Conversion of Cyrillic script to Score with SipXML2Score Author: Jan de Kloe Version: 2.00 Date: June 28 th, 2003, last updated January 24, 2007

Conversion of Cyrillic script to Score with SipXML2Score Author: Jan de Kloe Version: 2.00 Date: June 28 th, 2003, last updated January 24, 2007 Title: Conversion of Cyrillic script to Score with SipXML2Score Author: Jan de Kloe Version: 2.00 Date: June 28 th, 2003, last updated January 24, 2007 Scope There is no limitation in MusicXML to the encoding

More information

[NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual. Quentin Sager Consulting, Inc.

[NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual. Quentin Sager Consulting, Inc. Quentin Sager Consulting, Inc. [NALENND WIRELESS BLOCK IDENTIFIER SOFTWARE USER S GUIDE] NALENND data scrubber utility reference manual NALENND is a trademark of Quentin Sager Consulting, Inc. NALENND

More information

TESLA P4 GPU ACCELERATOR

TESLA P4 GPU ACCELERATOR TESLA P4 GPU ACCELERATOR PB-08449-001_v01 February 2017 Product Brief DOCUMENT CHANGE HISTORY PB-08449-001_v01 Version Date Authors Description of Change 01 February 15, 2017 HV, SM Initial Release Tesla

More information

KBD-SFTCFG. IntuiKey Configuration Software Version Installation Manual

KBD-SFTCFG. IntuiKey Configuration Software Version Installation Manual KBD-SFTCFG IntuiKey Configuration Software Version 1.90 en Installation Manual KBD-SFTCFG en iii Table of Contents 1 Important Notices 1 1.1 Customer Support and Service 1 2 Introduction 2 2.1 Parts List

More information

Lotus Forms Designer 3. What s New

Lotus Forms Designer 3. What s New Lotus Forms Designer 3 What s New Note Before using this information and the product it supports, read the information in Notices on page 5. This edition applies to version 3 of IBM Lotus Forms Designer

More information

Product Release Notes

Product Release Notes Product Release Notes Release 33 October 2016 VERSION 20161021 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Drag and Drop Column Reordering is not Supported in some Admin

More information

Compatibility Matrixes for VMware vcenter Site Recovery Manager 4.0 and Later

Compatibility Matrixes for VMware vcenter Site Recovery Manager 4.0 and Later Compatibility Matrixes for VMware vcenter Site Recovery Manager 4.0 and Later Last Updated: 07 October 2010 The following sections describe version compatibilities for VMware vcenter Site Recovery Manager

More information

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016 Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide March 2016 Original Issued Date: March 2006 Vision / Serduct version: 03.x Author Product: MICROS Opera 3.x Copyright

More information

ISSUES PAPER Selection of IDN cctlds associated with the ISO two letter codes

ISSUES PAPER Selection of IDN cctlds associated with the ISO two letter codes ISSUES PAPER Selection of IDN cctlds associated with the ISO 3166-1 two letter codes Background: In the DNS, a cctld string (like.jp,.uk) has been defined to represent the name of a country, territory

More information

Creating Foreign Language Texts with Windows 95/NT (TX1)

Creating Foreign Language Texts with Windows 95/NT (TX1) 03.04 Creating Foreign Language Texts with Windows 95/NT (TX1) Contents SINUMERIK 840D/840Di/810D Installation and Start-Up HMI Creating Foreign Language Texts with Windows 95/NT (TX1) 1 Introduction...TX1/1-3

More information

TESLA K20X GPU ACCELERATOR

TESLA K20X GPU ACCELERATOR TESLA K20 GPU ACCELERATOR BD-06397-001_v09 October 2014 Board Specification DOCUMENT CHANGE HISTORY BD-06397-001_v09 Version Date Authors Description of Change 01 July 31, 2012 GG, SM Preliminary Information

More information

Reserved Words and Identifiers

Reserved Words and Identifiers 1 Programming in C Reserved Words and Identifiers Reserved word Word that has a specific meaning in C Ex: int, return Identifier Word used to name and refer to a data element or object manipulated by the

More information

Book Size Minimum Page Count Maximum Page Count 5x8 B&W x9 B&W x11 B&W x8.5 Color x11.

Book Size Minimum Page Count Maximum Page Count 5x8 B&W x9 B&W x11 B&W x8.5 Color x11. manuscript submission guide You ve been working on your manuscript for a while now. You re done writing; you ve made your last edits and put the finishing touches on your work. Now you re ready to submit

More information

QuickSpecs. HP ElitePOS Serial USB Thermal. HP ElitePOS Serial USB Thermal Printer. Model

QuickSpecs. HP ElitePOS Serial USB Thermal. HP ElitePOS Serial USB Thermal Printer. Model Overview Model HP ElitePOS Serial USB Thermal 1RL96AA Introduction Redefine your perception of retail printing with the, an eye-catching, compact, cubist printer designed to dazzle alongside your HP ElitePOS

More information

OFS Pricing Management Language Pack Installation and Configuration Guide Version October 2013

OFS Pricing Management Language Pack Installation and Configuration Guide Version October 2013 OFS Pricing Management Language Pack Installation and Configuration Guide Version 6.1.0.2.2 October 2013 Document Control Author: Niraj Ranjan Biswal Group: OFSAA Created on : 10-Oct-13 Revision No : 1.0

More information

System Demonstration TRADOS TRANSLATOR'S WORKBENCH

System Demonstration TRADOS TRANSLATOR'S WORKBENCH System Demonstration TRADOS TRANSLATOR'S WORKBENCH Mark Berry MCB Systems 1. System Builders and Contacts Developer TRADOS GmbH Tel. +49 (711) 168 77-0 Hackländerstrasse 17 Fax +49 (711) 168 77-50 D-70187

More information

Review PDF Converter for Windows software downloader cnet ]

Review PDF Converter for Windows software downloader cnet ] Review PDF Converter for Windows software downloader cnet ] Description: Key Features Supported Formats Accurate Preservation 2 Efficient Conversion Modes Support Encrypted PDF Files Conversion Miscellaneous

More information

PrecisionID ITF Barcode Fonts User Manual

PrecisionID ITF Barcode Fonts User Manual PrecisionID ITF Barcode Fonts User Manual Updated 2018 Copyright 2018 PrecisionID.com All Rights Reserved Legal Notices Page 1 PrecisionID ITF (Interleaved 2 of 5) Barcode Font User Manual Notice: When

More information

Intermediate Programming & Design (C++) Notation

Intermediate Programming & Design (C++) Notation Notation Byte = 8 bits (a sequence of 0 s and 1 s) To indicate larger amounts of storage, some prefixes taken from the metric system are used One kilobyte (KB) = 2 10 bytes = 1024 bytes 10 3 bytes One

More information

2011 Martin v. Löwis. Data-centric XML. Character Sets

2011 Martin v. Löwis. Data-centric XML. Character Sets Data-centric XML Character Sets Character Sets: Rationale Computer stores data in sequences of bytes each byte represents a value in range 0..255 Text data are intended to denote characters, not numbers

More information

2007 Martin v. Löwis. Data-centric XML. Character Sets

2007 Martin v. Löwis. Data-centric XML. Character Sets Data-centric XML Character Sets Character Sets: Rationale Computer stores data in sequences of bytes each byte represents a value in range 0..255 Text data are intended to denote characters, not numbers

More information

Introduction to CS Dealing with tables in Word Jacek Wiślicki, Laurent Babout,

Introduction to CS Dealing with tables in Word Jacek Wiślicki, Laurent Babout, Most word processors offer possibility to draw and format even very sophisticated tables. A table consists of rows and columns, forming cells. Cells can be split and merged together. Content of each cell

More information