HPlogo HP Data Entry and Forms Management System (VPLUS) Reference Manual: HP 3000 MPE/iX Computer Systems > Appendix G TERMINAL INFORMATION

SUPPORTED TERMINALS AND FEATURES

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

VPLUS can be used with the following terminals:

  • HP 150*

  • HP 2382A

  • HP 2392A

  • HP 2393A

  • HP 2394A

  • HP 2397A

  • HP 2622A

  • HP 2623A

  • HP 2624A

  • HP 2624B

  • HP 2625A

  • HP 2626A

  • HP 2627A

  • HP 2628A

  • HP 2640B

  • HP 2641A

  • HP 2642A

  • HP 2644A

  • HP 2645A

  • HP 2647F**

  • HP 2648A

  • HP 3075A

  • HP 3076A

  • HP 3081A

* HP 150 is obsolete and not supported for this release.
** HP2647F opt series 6x/7x consoles are not compatible.

Applicable special features of these terminals are shown in the table above and are described below.

Termtypes

As a user of an HP 3000 system, you may choose to specify a termtype when you log onto MPE; for example,

:HELLO username.acctname;term=nn

However, VPLUS only supports a subset of the available termtypes. They are termtypes 10, 12, 14, and 24.

A termtype that is not supported by VPLUS may be:

  • Rejected as an error if VPLUS knows that it cannot continue, or

  • Mapped to a supported termtype if this will allow VPLUS to continue.

When VPLUS maps an unsupported termtype to one that is supported, the terminal driver is reconfigured to the original termtype when VPLUS closes the terminal. Finally, VPLUS defers to the Workstation Configurator when editing termtype if that facility is available.

Modified Data Tag

You do not have to take any action to utilize this feature. Only the fields which have been modified are transmitted to the computer. This feature is supported on the following terminals:

HP 150 (obsolete and not supported)

HP 2393A
HP 2394A
HP 2397A

HP 2624A/B
HP 2625A
HP 2628A

Extended Local Edits

This feature provides for the editing of information by the terminal as it is typed into the form. You specify the editing to be done by using the command LOCALEDITS in the field processing specification section. The HP 2624B and HP 2394A terminals supports this feature.

Relabeling Function Keys

This feature allows you to specify during forms creation or modification time function key labels that will be used during data entry. Function key labeling is supported by VPLUS on all terminals except the data capture devices. On HP 264X terminals, VPLUS uses the last two screen lines to emulate function key labels, which are available as a terminal feature on all other HP terminals.

Security Display Enhancement

This feature allows you to inhibit the display of the data in certain fields. When this feature is used, the characters entered at the terminal are displayed as blanks on the screen. The security display enhancement is supported on the following terminals:

HP 150 (obsolete and not supported)

HP 2393A
HP2394A

HP 2624B
HP 2625A
HP 2626A
HP 2628A

Table G-1 Terminals Supported by VPLUS

ID

*

MODEL

GRAPH

COLOR

TOUCH

LFS

MDT

LOCAL EDITS

SEC ENH

X.25 PAD

0

*%        

1

2640B

        

2

2644A

        

3

2645A

        

4

2641A

        

5

2648A

x

       

6

2647A

x

       

7

*

2621A

        

8

2626A

x

x

9

2624A

x

x

x

10

2642A

        

11

2622A

12

2623A

x

&

13

2624B

x

x

x

x

&

14

2382A

       &

15

3075A

        

15

3081A

        

16

3076A

        

17

+

3077A

        

18

*

2621B

        

31

2647F

x

       

51

2703A

x

       

52

2627A

x

x

x

55

2622E

        

56

2392A

x

x

57

2394A

x

x

x

x

x

61

2625A

x

x

x

62

2628A

x

x

x

63

2625A

x

x

x

x

64

2628A

x

x

x

x

65

2393A

x

x

x

x

66

2397A

x

x

x

x

67

2393A

x

x

x

x

x

68

2397A

x

x

x

x

x

70

*

HP150

x

x

x

x

x

700/92

x

 

* Not a supported terminal
% Unknown
+ Can only be opened and closed by VPLUS
& Check ROMS for auto keyboard lock

Local Form Storage Capabilities

This feature allows forms to be stored locally in the terminal's memory. Local form storage can reduce the data communication overhead associated with frequently displayed forms. This feature is supported on the HP 2394A, HP 2624B and HP 2626A terminals, and is fully described in Section 6.

X.25 Capability

This feature allows X.25 block mode to be used via a PAD interface with the following terminals:

HP 150 (obsolete and not supported)

HP 2392A

HP 2622A*

HP 2625A

HP 2393A

HP 2623A*

HP 2627A

HP 2394A

HP 2624B*

HP 2628A

HP 2397A

* Check ROMS for auto keyboard lock.

Color Enhancement

This feature allows color to be used for field, error, and window enhancements with the HP 2397A and HP 2627A terminals.

Data Capture Device Special Features

The HP 3075A, HP 3076A and HP 3081A terminals are data capture devices. Special features of the data capture devices that VPLUS supports are as follows:

Terminal Input Options

Terminal Output Options

-Type V Badge Reader

-Alphanumeric Printer

-Multifunction Reader

-Prompting Lights

-Magstripe Reader

-Alphanumeric Display

-Bar Code Reader

-Mini-CRT

-Standard Keyboard

 

-Alphanumeric Keyboard

 

The HP-IB and RS232 Input/Output options, the Numeric Display terminal, Card Image Data and Multifield Input options are not supported.VPLUS.

Cursor Position Sensing

The cursor position sensing function includes three new intrinsics that have been designed to enable application programs to sense the cursor position on a VPlus screen:

VARMSCP

Arms or disarms cursor sensing capability.

VGETSCPFIELD

Returns information about the cursor position by field number on a VPlus screen.

VGETSCPDATA

Returns information about the cursor location by field number and row and column number on a VPlus screen.

These intrinsics enable application programs to determine where the cursor was left on a VPlus screen after a read operation. The information returned to the application varies with the intrinsic used.

Usage

These intrinsics should be called in an application at certain points of the transaction flow:

  • Call VARMSCP at the beginning of each VPlus transaction where cursor information is required. Typically, this is prior to a call to VSHOWFORM and preceding VREADFIELDS.

  • Call VGETSCPFIELD or VGETSCPDATA at the end of a VPlus transaction to collect the cursor position or location information. This is after a call to VREADFIELDS.

NOTE: Important Details! Please Read.
  • Cursor position sensing is available on DTC-connected terminals only.

  • These intrinsics work only on terminals that have the capability to return cursor location information. These terminals are:
    700/9X 2392A
    2394A

Feedback to webmaster