ND-210523F: Difference between revisions
(→Documentation: added link to PDF document) |
m (→Labels: added image of floppy label) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
== Installation == | == Installation == | ||
=== Loading procedure - stand alone === | === Loading procedure - stand alone === | ||
The machine must be | The machine must be in STOP. Press MASTER CLEAR and type 1560& on console. | ||
If autoload is not disabled (see description of FLOPPY-MON-H), TPE-MONITOR will start up and give the prompt: | If autoload is not disabled (see description of FLOPPY-MON-H), TPE-MONITOR will start up and give the prompt: | ||
Line 43: | Line 43: | ||
=== Labels === | === Labels === | ||
<gallery mode="nolines"> | <gallery mode="nolines"> | ||
File:210523F01-XX-01D label.jpg | |||
</gallery> | </gallery> | ||
Line 49: | Line 50: | ||
* 210523F01-XX-01D | * 210523F01-XX-01D | ||
[[Category: | ==== Errors ==== | ||
There is an error on the floppy, I'm unable to make a good image from it | |||
<pre> | |||
tingo@kg-t2$ dd if=/dev/fd1 of=./210523F01-XX-01D.image bs=1024 | |||
dd: /dev/fd1: Input/output error | |||
318+0 records in | |||
318+0 records out | |||
325632 bytes transferred in 64.052530 secs (5084 bytes/sec) | |||
</pre> | |||
and the resulting image is small | |||
<pre> | |||
tingo@kg-t2$ ll -h 210523F01-XX-01D.image | |||
-rw-r--r-- 1 tingo users - 318k Mar 4 15:31 210523F01-XX-01D.image | |||
</pre> | |||
and ndfs doesn't like it | |||
<pre> | |||
tingo@kg-t2$ ndfs -t ./210523F01-XX-01D.image | |||
Directory name : 210523F01-XX-01D | |||
Object file index pointer : 508 SI: 0x1 (indexed) | |||
User file index pointer : 510 SI: 0x1 (indexed) | |||
Bit file pointer : 306 SI: 0x0 (contiguous) | |||
No. of unreserved pages : 1 | |||
Error reading page 510: No error: 0 | |||
</pre> | |||
[[Category:ND product description]] | |||
[[Category:ND-210523]] | [[Category:ND-210523]] |
Latest revision as of 17:22, 21 March 2018
Test programs for ND-100/110.
This article is a stub. You can improve NDWiki by expanding it. |
Description
Test programs for ND-100/ ND-110 CPU's, ND-100 type interfaces and peripherals.
Prerequisites
- Computer
- ND100/110
- Type
- All
- floating format
- All
- Operating system version
- stand alone programs or SINTRAN III VSE/ VSX
Documentation
- Test Program Description for ND-100 / ND-110 Norsk Data Document ND–30.005.05 TEST PROGRAM DESCRIPTIONS
PD- or PI-sheet
Installation
Loading procedure - stand alone
The machine must be in STOP. Press MASTER CLEAR and type 1560& on console.
If autoload is not disabled (see description of FLOPPY-MON-H), TPE-MONITOR will start up and give the prompt:
TPE>
Manual loading:
FLOPPY-MON-H01 *LOAD TPE-MON-100
When TPE-MONITOR is started, use the command LOAD-PROGRAM to load the desired program:
TPE>LOAD-PROGRAM <program name>
or just:
TPE><program name>
The program is loaded if no error messages appear.
To list the programs available on diskette, use the command LIST-FILES:
TPE>LIST-FILES <file-name>
Online installation
The TPE-MONITOR can execute under SINTRAN in different modes.
Date
Date of release, production, revision.
Date: 1987.10.07
Media
Labels
Images
Images (made with dd) of 5.25 inch floppies.
- 210523F01-XX-01D
Errors
There is an error on the floppy, I'm unable to make a good image from it
tingo@kg-t2$ dd if=/dev/fd1 of=./210523F01-XX-01D.image bs=1024 dd: /dev/fd1: Input/output error 318+0 records in 318+0 records out 325632 bytes transferred in 64.052530 secs (5084 bytes/sec)
and the resulting image is small
tingo@kg-t2$ ll -h 210523F01-XX-01D.image -rw-r--r-- 1 tingo users - 318k Mar 4 15:31 210523F01-XX-01D.image
and ndfs doesn't like it
tingo@kg-t2$ ndfs -t ./210523F01-XX-01D.image Directory name : 210523F01-XX-01D Object file index pointer : 508 SI: 0x1 (indexed) User file index pointer : 510 SI: 0x1 (indexed) Bit file pointer : 306 SI: 0x0 (contiguous) No. of unreserved pages : 1 Error reading page 510: No error: 0