Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Layout reviewed for PDF export bugs

Anchor
TopUtilPage
TopUtilPage

Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Table of Contents

Table of Contents
excludeTable of Contents

Conventions

Include Page
KBP:ConventionsKBP:Conventions

Back to Table of Contents

General Description

The

...

VT-30TV is a VT30-TV virtual color television monitor emulation. This emulation is a separate executable file "vt30-tv.exe" located in the "C:\Program Files (x86)\CHARON\Utilities_1.0.15804\x86" (Windows x64; for Windows x86 use the path "C:\Program Files\CHARON\Utilities_1.0.15804\x86" instead).

The VT30-TV virtual color television monitor should be connected to a VAX/PDP11 via the VT30-H emulation. It must be started with a desktop color quality equal to 8-bit, 16-bit or 32-bit.

Usage

The VT30-TV can be started by means of user defined configuration options as follows:

 

Div
classsmall

> vt30-tv.exe –-address=<host(vt30-h) IP address> --port=<host(vt30-h) IP port> --log=<log file name> --trace_level=<level>

 

Options:

ParameterDescription
--addressIP address for connection to VT30-H.
--portIP port for connection to VT30-H.
--logLog file name
--trace_levelTracing level

Example:

Div
classsmall

> vt30tv.exe –-address=127.0.0.1 --port=10020 --log=”chapi_vt30tv.log” --trace_level=0

 

Back to Table of Contents