Multiview Terminal Emulator User Guide © 2008 by Futuresoft, Inc

Total Page:16

File Type:pdf, Size:1020Kb

Multiview Terminal Emulator User Guide © 2008 by Futuresoft, Inc MultiView Terminal Emulator User Guide © 2008 by FutureSoft, Inc. All rights reserved. MultiView User Guide This manual, and the software described in it, is furnished under a license agreement. Information in this document is subject to change without notice and does not represent a commitment on the part of FutureSoft. FutureSoft assumes no responsibility or liability for any errors or inaccuracies that may appear in this manual. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or other wise, without the prior, written per- mission of FutureSoft, Inc. MultiView 2007, MultiView 2000 Server Edition, MultiView 2008 Server Edition, MultiView Catalyst, MultiView License Manager, MultiView DeskTop and Host Support Server are tradenames of FutureSoft, Inc. Edition 1 May 2008 Document #E-MVUG-MV2007-P053108 Last Updated: 102308 FutureSoft, Inc. 12012 Wickchester Lane, Suite 600 Houston, Texas 77079 USA Printed in the USA 1.800.989.8908 [email protected] http://www.futuresoft.com Table of Contents Contents Chapter 1 Introduction Introduction to MultiView 2007 ....................................................................................... 2 Minimum Requirements .................................................................................................. 2 Contacting FutureSoft Support ........................................................................................ 3 Chapter 2 Installation and Configuration Installing MultiView Terminal Emulator ............................................................................ 6 Workstation Installation ........................................................................................... 6 Installation Steps ..................................................................................................... 7 Initial Configuration ............................................................................................... 10 Serializing MultiView .............................................................................................. 11 Configuration Files ................................................................................................. 12 Wizard Defaults ........................................................................................................... 14 Post Installation Issues ................................................................................................ 18 Chapter 3 Secure Connections SSH (Secure Shell) ....................................................................................................... 20 Connecting using SSH1 .......................................................................................... 21 Connecting with SSH2 ............................................................................................ 22 Chapter 4 Printing Printing Overview ........................................................................................................ 24 Remote Network Printing ............................................................................................. 25 PC-to-UNIX printing ............................................................................................... 25 UNIX-to-PC printing ............................................................................................... 26 AUX Printing .......................................................................................................... 27 AUX printing with Java ........................................................................................... 29 Print Screen with Java using Netscape ..................................................................... 30 iii MultiView Terminal Emulator: User Guide Chapter 5 Face-Lifting Face-Lifting in MultiView 2007 ...................................................................................... 32 Attribute Mapping ........................................................................................................ 34 Rules Markup Engine ................................................................................................... 39 Rule Types ............................................................................................................ 39 Rules Markup ........................................................................................................ 40 Using the Rules Markup Engine .............................................................................. 41 Creating Rules ....................................................................................................... 43 Rules Agent Editor ....................................................................................................... 49 Anatomy of a rule .................................................................................................. 51 The Find Section .................................................................................................... 53 Rules Agent Search Engine ........................................................................................... 57 Specifying a Sequence ........................................................................................... 60 Specifying an Application Action ............................................................................. 60 Specifying a Windows Message Dialog .................................................................... 60 Specifying a Popup Menu ....................................................................................... 61 Specifying Play a Script .......................................................................................... 61 Specifying Smart Cursor ......................................................................................... 62 Rule Appearance ................................................................................................... 65 Page Switching Control ................................................................................................ 66 Using the Rules Agent Editor with Rules Markup ............................................................ 69 Maximizing Rules Engine Speed .............................................................................. 69 Advanced Face-lifting Options ................................................................................. 73 Chapter 6 Scripting What is Scripting? ........................................................................................................ 76 Learning Scripts .......................................................................................................... 77 Creating and Editing Scripts Manually ............................................................................ 78 Operators ................................................................................................................... 79 Script Tokens .............................................................................................................. 81 Conditional Operators .................................................................................................. 82 Scripting Examples ...................................................................................................... 83 Example 1: Login Script ......................................................................................... 83 Example 2: Using Window and Message Operators .................................................. 84 Example 3: Using Conditional Scripting .................................................................... 85 iv Table of Contents Chapter 7 Integration Application Integration ................................................................................................. 88 Overview of ActiveX ............................................................................................... 88 Browser Embedding ..................................................................................................... 89 Embedding behavior for Microsoft Internet Explorer ................................................. 89 Embedding behavior for Netscape Communicator ..................................................... 90 DDE while Embedded ............................................................................................. 90 OLE while Embedded ............................................................................................. 90 Appendices ................................................................................................................. 91 Microsoft IE3 White Paper Extract on ActiveX Documents ......................................... 91 Dynamic Data Exchange ............................................................................................... 92 One-way Links ....................................................................................................... 92 Streams-based DDE Links ....................................................................................... 92 DDE Data Format ................................................................................................... 93 Types of DDE conversation ..................................................................................... 93 Starting the DDE Server ......................................................................................... 94 Automation Overview ................................................................................................... 97 Automation Supported Functions ...........................................................................
Recommended publications
  • Visual Basic INTRODUCTION : - Visual Basic Is a Windows Programming Language That Has Developed at Microsoft Corporation
    Visual Basic INTRODUCTION : - Visual Basic is a Windows Programming Language that has developed at Microsoft Corporation. Visual Basic is a powerful programming language to develop sophisticated windows programs very quickly. VB is a one of the RAD (Rapid application development) tools as it enables the programmer to develop application very easily and very quickly. Visual Basic application is very popular as front end to many client/server database systems like SQL/Server, Oracle etc. VISUALBASIC APPLICATION DEVELOPMENT CYCLE:- Decide what you want the computer to do. Decide how you want your program to look on the screen. (The appearance of your program is called the user interface). Draw your user interface by using common component, such as windows, menus and command buttons. (The components of user interface are called objects or controls). Define the name, color, size and appearance of each user interface object. (An object’s characteristics are called properties.) Write instruction in BASIC to make each part of your program do something. (BASIC instructions are called commands). Run your program to see whether it works. Fix any errors (or bugs) in your program. User Interface is what someone sees when program is running. Every program has a user interface in one form or another. A visual Basic user interface consists of forms and objects. A form is nothings more than a window that appears on the screen. Objects are items that appear on a form, such as command button, scroll bar, option button or check box. An object enables the user to give commands to program. Any time a user press a key, moves the mouse, or clicks the mouse button, such an action is called an event.
    [Show full text]
  • AVR244 AVR UART As ANSI Terminal Interface
    AVR244: AVR UART as ANSI Terminal Interface Features 8-bit • Make use of standard terminal software as user interface to your application. • Enables use of a PC keyboard as input and ascii graphic to display status and control Microcontroller information. • Drivers for ANSI/VT100 Terminal Control included. • Interactive menu interface included. Application Note Introduction This application note describes some basic routines to interface the AVR to a terminal window using the UART (hardware or software). The routines use a subset of the ANSI Color Standard to position the cursor and choose text modes and colors. Rou- tines for simple menu handling are also implemented. The routines can be used to implement a human interface through an ordinary termi- nal window, using interactive menus and selections. This is particularly useful for debugging and diagnostics purposes. The routines can be used as a basic interface for implementing more complex terminal user interfaces. To better understand the code, an introduction to ‘escape sequences’ is given below. Escape Sequences The special terminal functions mentioned (e.g. text modes and colors) are selected using ANSI escape sequences. The AVR sends these sequences to the connected terminal, which in turn executes the associated commands. The escape sequences are strings of bytes starting with an escape character (ASCII code 27) followed by a left bracket ('['). The rest of the string decides the specific operation. For instance, the command '1m' selects bold text, and the full escape sequence thus becomes 'ESC[1m'. There must be no spaces between the characters, and the com- mands are case sensitive. The various operations used in this application note are described below.
    [Show full text]
  • Serial (RS-232) Commands
    Serial (RS-232) Commands Chapter 8 Serial (RS-232) Commands Overview The 7330 Controller has two serial port connectors on the rear panel of the controller labeled RS232-1 and RS232-2. Either port can be configured as the Console port, the port that you use to enter commands to the repeater controller and to perform firmware updates. Whichever port is not being used as the Console port can be used as the Auxiliary port. The 7330 Repeater firmware accepts commands on the Console port. This serial port has a dedicated command queue so that commands can be processed without being delayed by user commands from the DTMF decoders. Commands entered via the serial port have the same format as commands entered via DTMF. The Auxiliary port is currently unused. This chapter describes the uses of the Console port, the command formats, sending a text file of commands, managing files in your controller, and configuring the serial ports. 8-1 7330 Chapter 8 Using the Console Port The Console port has a number of different uses and sets of commands depending on what firmware is running in the 7330 Controller. By default, the 7330 Repeater firmware is controlling the radio equipment attached to the controller. Other firmware installed in the controller, called SBOOT, allows you to manage the files stored in the flash memory of the controller. When power is first applied to the controller, the firmware outputs the following message on the Console port: S-COM 7330 Repeater V3.3 This message tells you what firmware is running and it’s version.
    [Show full text]
  • Interfacing the ESP8266 Wireless Terminal Contents 1 Introduction
    Interfacing the ESP8266 Wireless Terminal Ondřej Hruška Katedra měření, FEL ČVUT March 2, 2017 Contents 1 Introduction1 2 Feature overview2 2.1 Terminal implementation........................2 3 Interfacing the terminal3 3.1 UART connection............................3 3.2 Debug port................................4 3.3 Control codes and escape sequences...................4 3.3.1 Escape sequences.........................4 3.3.2 Colors and attributes......................6 3.3.3 Cursor movement.........................6 3.3.4 Clearing commands.......................7 3.3.5 Screen scrolling..........................7 3.3.6 Cursor memory..........................7 3.4 System commands............................7 3.4.1 Query commands.........................8 3.4.2 Changing screen size.......................8 3.4.3 Factory reset...........................8 3.5 User input.................................8 4 WiFi configuration9 5 Useful links 10 1 Introduction The purpose of this document is to present the ESP8266 Wireless Terminal firmware and describe how the module can be interfaced by an external microcontroller. Ondřej Hruška Katedra měření, FEL ČVUT This document is divided into three sections: the first part explains the internal makeup of the module and it’s possibilities, then we move on to the supported control sequences and details of the communication protocol, and in the last part the wireless settings are discussed. 2 Feature overview The module implements a simple, VT100-compatible terminal emulator with a screen of up to 25x80 characters, controlled by ANSI escape sequences for col- ors, cursor movement and screen manipulation. It’s capable of displaying received characters, as well as receiving input from the keyboard or mouse and sending those back over the serial line. The user can access the terminal screen using their web browser thanks to a tiny built-in webserver, after connecting to the module over WiFi.
    [Show full text]
  • Introduction to UNIX Manual
    UNIX Introduction to UNIX Manual Michael Gribskov V2018.3 24 August 2018 1 Contents Connecting to servers ................................................................................................................................... 4 Windows ................................................................................................................................................... 4 MobaXterm (recommended) ................................................................................................................ 4 PUTTY .................................................................................................................................................... 5 OS X/MacOS/Linux .................................................................................................................................... 6 SSH ........................................................................................................................................................ 6 Cyberduck ............................................................................................................................................. 6 Edit server files .................................................................................................................................. 7 Transferring files ............................................................................................................................... 7 Purdue University Specific .......................................................................................................................
    [Show full text]
  • Advanced Visual Basic
    Advanced Visual Basic Course Designer and Acquisition Editor Centre for Information Technology and Engineering Manonmaniam Sundaranar University Tirunelveli Client / Server Lecture - 1 Client /Server Objectives In this lecture you will learn the following About Client About Server About Client / Server computing Client / Server Model Centre for Information Technology and Engineering, Manonmaniam Sundaranar University 1 Advanced Visual Basic Lecture Unit - 1 1.1 Snap Shot 1.2 Client 1.3 Server 1.4 Client/ Server Computing 1.5 Client/Server Model 1.6 Short Summary 1.7 Brain Storm Lab unit 1 - ( 2 Real Time Hrs ) 2 Centre for Information Technology and Engineering, Manonmaniam Sundaranar University Client / Server 1.1 Snap Shot Any time two computers are involved in the mutual performance of executing an application, with each performing a different function, you are undoubtedly looking at a client/server application. Many definitions of client/server are used. A definition of client/server application is an application that has a client interface and that accesses data on a remote server. The work is distributed between the client system and the remote server system, based on the capabilities of the client and the system and the remote server system, based on the capabilities of the client and server software applications. Client/server systems usually are efficient because network traffic is minimized and each portion of the application is optimized for a particular function. 1.2 Client A client may be either a device or a user on a network that takes advantages of the services offered by a server. Client is often used in a loose way to refer to a computer on the network.
    [Show full text]
  • Mac Os Serial Terminal App
    Mac Os Serial Terminal App Panting and acetous Alaa often scag some monoplegia largo or interdict legitimately. Tourist Nikita extemporised or Aryanised some dop quick, however unsectarian Merwin hectograph globularly or emotionalize. Germaine is know-nothing and sodomizes patronizingly as modiolar Osborne bug-outs unconstitutionally and strides churchward. Can choose a usb to dim the app mac os sector will happen, and act as commented source code is anyone else encountered this Tom has a serial communication settings. Advanced Serial Console on Mac and Linux Welcome to. Feel free office helps you verify that makes it takes a terminal app mac os is used for a teacher from swept back. Additionally it is displayed in the system profiler, you can also contains a cursor, you can i make use these two theme with the app mac os is designed to. Internet of Things Intel Developer Zone. Is based on the latest and fully updated RPiOS Buster w Desktop OS. Solved FAS2650 serial port MAC client NetApp Community. Mac Check Ports In four Terminal. A valid serial number Power Script Language PSL Programmers Reference. CoolTerm for Mac Free Download Review Latest Version. Serial Port Drivers and Firmware Upgrade EV West. Osx ssh If you're prompted about adding the address to the heritage of known hosts. This yourself in serial terminal open it however, each device node, i have dozens of your setting that the browser by default in case. 9 Alternatives for the Apple's Mac Terminal App The Mac. So that Terminal icon appears in the Dock under the recent apps do the.
    [Show full text]
  • The Microsoft Way: COM, OLE/Activex, COM+, and .NET CLR
    8557 Chapter 15 p329-380 8/10/02 12:24 pm Page 329 CHAPTER FIFTEEN The Microsoft way: COM, OLE/ActiveX, COM+, and .NET CLR In a sense, Microsoft is taking the easiest route. Instead of proposing a global standard and hoping to port its own systems to it, it continually re-engineers its existing application and platform base. Component technology is intro- duced gradually, gaining leverage from previous successes, such as the original Visual Basic controls (VBX – non-object-oriented components!), object link- ing and embedding (OLE), OLE database connectivity (ODBC), ActiveX, Microsoft Transaction Server (MTS), or active server pages (ASP). In the standards arena, Microsoft focuses mostly on internet (IETF) and web (W3C) standards. More recently, some of its .NET specifications (CLI and C#) where adopted by ECMA – a European standards body with a fast track to ISO (ECMA, 2001a, 2001b). Microsoft is not trying to align its approaches with OMG or Java standards. While Java figured prominently in Microsoft’s strategy for a while, it has been relegated to a mere continuation of support of its older Visual J++ product – in part as a result of a settlement between Sun and Microsoft. In addition, under the name Visual J# .NET, Microsoft offers a migration tool to .NET, primarily targeting users of Visual J++ 6.0. As part of the .NET initiative, Microsoft is promoting language neutrality as a major tenet of CLR and aims to establish a new language, C#. C# adopts many of the successful traits of Java, while adding several distinctive features of its own (such as value types) and not supporting key Java features (such as inner classes).
    [Show full text]
  • How to Use Your Windows PC As an X-Windows Terminal Emulator to Run Athena Sessions
    How to use your Windows PC as an X-windows Terminal Emulator to run Athena Sessions If you prefer not to go to an Athena cluster to run tsuprem4, you can use your laptop or desktop PC, connected to Athena, as an X-windows terminal emulator. In this case, your PC emulates an x-windows terminal. You are still running tsuprem4 on an Athena Unix (Sun- Solaris) machine. The instructions to configure your PC as an x-windows emulator are listed below: Please go to http://web.mit.edu/software/win.html and download the following software: SecureCRT 5.1 X-Win32 8.2 Install this software on your PC and run them. In SecureCRT do the following actions: File...Connect....New Session (3rd tab on top) and fill the table with proper settings as can be seen in the following image: Fill the username field with your Kerberos username and press OK to run and insert your password. Run Xwin32 or Exceed if you have it (Exceed is not available on the MIT website but is available for purchase). In order to see images when running tsuprem4, you need to adjust the DISPLAY system variable according to your IP address. A simple way of getting your IP address, is typing the "setenv" command in SecureCRT screen. You will see something similar to this (with different numbers/characters): USER=pouya LOGNAME=pouya HOME=/afs/athena.mit.edu/user/p/o/pouya PATH=/srvd/patch:/usr/athena/bin:/usr/athena/etc:/bin/athena:/usr/openwin/bin:/usr/open win/demo:/usr/dt/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/sbin:/usr/sfw/bin:/usr/ucb:.:/mit/avant i/arch/sun4x_510/bin:/mit/matlab/arch/sun4x_510/bin:/mit/maple/arch/sun4x_59/bin MAIL=/var/mail//pouya SHELL=/bin/athena/tcsh TZ=US/Eastern SSH_CLIENT=18.62.30.76 2304 22 SSH_CONNECTION=18.62.30.76 2304 18.7.18.74 22 SSH_TTY=/dev/pts/59 .....
    [Show full text]
  • Technical Note 1
    NOAA Pacific Marine Environmental Laboratory Ocean Climate Stations Project TECHNICAL NOTE 1 Ocean Climate Stations High-Latitude Buoy Set Up and Deployment Manual Version 2.1 February 2013 NOTICE Mention of a commercial company or product does not constitute an endorsement by NOAA/PMEL. Use of information from this publication concerning proprietary products or the tests of such products for publicity or advertising purposes is not authorized. Current manual version edited by Jennifer Keene. Contributions made to v1 – v1.5b by Patrick A'Hearn, Robert Kamphaus, Keith Ronnholm, and Patrick McLain. www.pmel.noaa.gov/ocs February 2013 Table of Contents Overview.................................................................................................................................1 Buoy Components and Shipping..............................................................................................2 Buoy Assembly........................................................................................................................4 Instrument Well .............................................................................................................................. 4 Tower.............................................................................................................................................. 5 Bridle............................................................................................................................................... 6 Load Cell.........................................................................................................................................
    [Show full text]
  • Experion PKS Dictionary
    Experion PKS Release 516 Dictionary EPDOC-XX29-en-516A August 2020 DISCLAIMER This document contains Honeywell proprietary information. Information contained herein is to be used solely for the purpose submitted, and no part of this document or its contents shall be reproduced, published, or disclosed to a third party without the express permission of Honeywell International Sàrl. While this information is presented in good faith and believed to be accurate, Honeywell disclaims the implied warranties of merchantability and fitness for a purpose and makes no express warranties except as may be stated in its written agreement with and for its customer. In no event is Honeywell liable to anyone for any direct, special, or consequential damages. The information and specifications in this document are subject to change without notice. Copyright 2020 - Honeywell International Sàrl 2 Contents CONTENTS Contents 3 Chapter 1 - About this Dictionary 49 Chapter 2 - A 51 abnormal states 51 absolute origin block 51 absolute origin 51 access capability 51 access token 51 accumulator point 52 AC 52 ACE 52 ACL 52 acronym 52 action algorithm 53 active connector 53 Active Directory 53 active high 53 active low 54 active memory 54 active parameter 54 active server location 54 ActiveX component 54 ActiveX document 54 activity entity 55 activity 55 3 Contents ADFS 55 administrative privileges 55 advanced alarm management 55 AGA 56 AIC 56 AI 56 AIM 56 alarm/event journal 56 alarm line 56 alarm priority 57 alarm 57 algorithm block 58 algorithm 58 alias table
    [Show full text]
  • TMS Terminal Emulator Interface Instructions (Text Based) for the Thermal Management System (TMS)
    TMS Terminal Emulator Interface Instructions (Text based) for the Thermal Management System (TMS) Part Number: TMSB00000-01 Fan speed controller, 1 to 4 fans, 11-57V supply, highly configurable, alarm monitoring, enclosure. Copyright (c) ebm-papst UK Ltd 2015 This document, including any concepts or techniques used, is the intellectual property of ebm-papst UK Ltd. ebm-papst UK Ltd Chelmsford Business Park Chelmsford Essex CM2 5EZ Tel: +44 (0) 1245 468555 Fax: +44 (0) 1245 466336 www.ebmpapst.co.uk The most recent version of this document is available for download at: www.ebmpapst.co.uk/instructions Page 1 of 22 210-OMI13963 INDEX 1 INSTALLATION OF CONFIGURATION SOFTWARE ON PC ....................................... 3 1.1 REQUIRED CONFIGURATION TOOLS .......................................................................... 3 1.2 CONFIGURATION SOFTWARE INSTALLATION INSTRUCTIONS ......................................... 3 1.3 CONFIGURATION INTERFACE FAULT FINDING .............................................................. 4 2 CONFIGURATION AND MONITORING INTERFACE ................................................... 6 2.1 WELCOME SCREEN, HEADER ................................................................................... 6 2.2 WELCOME SCREEN, MEASURED VALUES ................................................................... 6 2.3 MEASURED VALUE DATA LOGGING ........................................................................... 6 3 CONFIGURATION FOR USER’S APPLICATION ........................................................
    [Show full text]