DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Wang WCS documentation floppies

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CR80 Wang WCS documentation floppies

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦b3892b4a8⟧ Wang Wps File

    Length: 6054 (0x17a6)
    Types: Wang Wps File
    Notes: CPS/SDS/001  ISSUE 1      
    Names: »0694A «

Derivation

└─⟦2d517f7c3⟧ Bits:30006011 8" Wang WCS floppy, CR 0046A
    └─ ⟦this⟧ »0694A « 

WangText




…02…CPS/SDS/001

…02…HKI/810227…02……02…
CAMPS SYSTEM DESIGN SPECIFICATION
…02……02…CAMPS









                 T̲A̲B̲L̲E̲ ̲O̲F̲ ̲C̲O̲N̲T̲E̲N̲T̲S̲



     5.19  OFFLINE PACKAGE ......................... 
     730
       5.19.1  Summary of Requirements ............. 
       730
         5.19.1.1  Package Description ............. 
         730
         5.19.1.2  Package Functions ............... 
         730
           5.19.1.2.1  Table Generator ............. 
           732
           5.19.1.2.2  VDU Format Generator ........ 
           732
           5.19.1.2.3  Predefined Message Generator  
           733
           5.19.1.2.4  Configuration Table Generator 
           733

         5.19.1.3  Package Control ................. 
         733
         5.19.1.4  Characteristics ................. 
         733
         5.19.1.5  Design and Construction ......... 
         734
         5.19.1.6  Documentation ................... 
         734

       5.19.2  Environment ......................... 
       734
         5.19.2.1  Standard Hardware, Firmware and
                   Software ........................ 
                   734
         5.19.2.2  External Interfaces ............. 
         734
         5.19.2.3  Package Interfaces .............. 
         734


5.19     O̲F̲F̲L̲I̲N̲E̲ ̲P̲A̲C̲K̲A̲G̲E̲



5.19.1   S̲u̲m̲m̲a̲r̲y̲ ̲o̲f̲ ̲R̲e̲q̲u̲i̲r̲e̲m̲e̲n̲t̲s̲



5.19.1.1 P̲a̲c̲k̲a̲g̲e̲ ̲D̲e̲s̲c̲r̲i̲p̲t̲i̲o̲n̲

         The Offline Package consists of software for generation
         and maintenance of CAMPS specific offline data such
         as

         Addressing tables
         User identities
         VDU formats
         Predefined messages
         CAMPS configuration tables

         These data are maintained at the CSSI site either in
         common for all sites or specifically for each CAMPS
         site.

         For a general overview refer section 4.5.



5.19.1.2 P̲a̲c̲k̲a̲g̲e̲ ̲F̲u̲n̲c̲t̲i̲o̲n̲s̲

         The package functions may be broken down into four
         relatively independent subfunctions.

         A Table Generator for addressing tables and user codes

         A VDU Format Generator

         A Generator for Predefined Messages, and a

         Configuration table Maintenance Tool

         Refer fig. 5.19.1.2-1 for an overview.















































  Figure 5.19.1.2-1…01…Offline Package…01…Functional Breakdown


5.19.1.2.1   T̲a̲b̲l̲e̲ ̲G̲e̲n̲e̲r̲a̲t̲o̲r̲

         The Table Generator handles all addressing tables as
         well as user and terminal profiles.

         The Table Generator performs syntax check on input
         based on a general format check algorithm followed
         by a semantics check specialized for each table. A
         subset of the operational package Table Maintenance
         is used for storing the tables generated on disk.

         Whenever input for table generation is correct, but
         incomplete the Table Generator generates the table
         in question. If one or more parameters are incorrect
         the Table Generator produces output with warnings as
         when table is generated plus appropriate error messages,
         but leaves out the step generating the table in question.

         The Table Generator generates a complete new table
         when used and not updates to an existing table. This
         is on a per table basis. Figure 4.5.2.2.-1 presents
         the situation.



5.19.1.2.2   V̲D̲U̲ ̲F̲o̲r̲m̲a̲t̲ ̲G̲e̲n̲e̲r̲a̲t̲o̲r̲

         The VDU Format Generator generates all formats required
         for implementation of the Man-Machine interface. It
         should normally be used closely related to development
         of operational software and the output should be kept
         under the same strict configuration control as for
         operational software.

         The VDU Format Generator works on a per format basis,
         this means that formats may be generated and updated
         one by one.

         The user is capable of specifying VDU formats including
         field and line attributes, protected and unprotected
         areas, leading text etc. by means of input on the command
         line or by input via function keys (the meaning of
         which are redefined for this purpose).

         The VDU Format Generator validates the input and displays
         if complete the resulting fields on the VDU.

         Formats are generated with versions and date in order
         to keep track of modification.





5.19.1.2.3   P̲r̲e̲d̲e̲f̲i̲n̲e̲d̲ ̲M̲e̲s̲s̲a̲g̲e̲ ̲G̲e̲n̲e̲r̲a̲t̲o̲r̲

         The predefined Message Generator generates Predefined
         Messages directly from VDU input on a Message by Message
         basis. This means that single predefined messages may
         be generated and modified.

         The Predefined Message Generator verifies only the
         syntax of the input, but does not validate PLA's, SIC's,
         etc.

         Predefined Messages are generated with version number
         and date in order to track modifications.



5.19.1.2.4   C̲o̲n̲f̲i̲g̲u̲r̲a̲t̲i̲o̲n̲ ̲T̲a̲b̲l̲e̲ ̲G̲e̲n̲e̲r̲a̲t̲o̲r̲

         The Configuration Table Generator maintain all information
         relevant for generating site specific software from
         the operational and offline CAMPS software. It generates
         further all input needed by the SSC Package for initialization
         of sites.

         The configuration Table Generator performs table-updates,
         table expansion, table display and printout. Updates
         of tables is on a per entry basis followed by possible
         reorganization.

         Tables are kept with version numbers and date of last
         update for tracking purposes. Furthermore they are
         under configuration control because of their close
         relation to system generation.



5.19.1.3 P̲a̲c̲k̲a̲g̲e̲ ̲C̲o̲n̲t̲r̲o̲l̲

         All parts of the Offline Package are run under control
         of the TOS operating system.



5.19.1.4 C̲h̲a̲r̲a̲c̲t̲e̲r̲i̲s̲t̲i̲c̲s̲

         The Offline Package should be able to process user
         input with response-times of few seconds when a direct
         user interaction takes place (configuration table maintenance,
         VDU format generation).





5.19.1.5 D̲e̲s̲i̲g̲n̲ ̲a̲n̲d̲ ̲C̲o̲n̲s̲t̲r̲u̲c̲t̲i̲o̲n̲

         Ref. section 2.5.



5.19.1.6 D̲o̲c̲u̲m̲e̲n̲t̲a̲t̲i̲o̲n̲

         Ref. section 2.6.



5.19.2   E̲n̲v̲i̲r̲o̲n̲m̲e̲n̲t̲



5.19.2.1 S̲t̲a̲n̲d̲a̲r̲d̲ ̲H̲a̲r̲d̲w̲a̲r̲e̲,̲ ̲F̲i̲r̲m̲w̲a̲r̲e̲ ̲a̲n̲d̲ ̲S̲o̲f̲t̲w̲a̲r̲e̲

         N.A.



5.19.2.2 E̲x̲t̲e̲r̲n̲a̲l̲ ̲I̲n̲t̲e̲r̲f̲a̲c̲e̲s̲

         N.A.



5.19.2.3 P̲a̲c̲k̲a̲g̲e̲ ̲I̲n̲t̲e̲r̲f̲a̲c̲e̲s̲

         Support Software Package is extensively used.

         Table Management "shares" the tables with Offline Package.

         SSC is interface for configuration tables.