home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / tcpip / ibmpc / 5153 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  6.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!CS.FELK.CVUT.CS!jandol
  2. From: jandol@CS.FELK.CVUT.CS
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: ka9q-nos
  5. Message-ID: <0096068B.C508AFA0.23541@cs.felk.cvut.cs>
  6. Date: 10 Sep 92 11:11:25 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 106
  11. X-Unparsable-Date: Thu, 10 Sep 1992 12:19:48 CET
  12.  
  13.  
  14.    My name is Jan Dolejs and I live in Prague in Czechoslovakia. At moment
  15. I'm working for Czechoslovak firm called ZPA Cakovice, a producer of control
  16. and computer equipment. One of their products is a system named TELEVEL,
  17. which was designed as a computer interface to the industrial(manufacturing)
  18. environment. The aim of this project is to connect the TELEVEL system to an
  19. ACA computer (Advanced Computers Application Inc.,Newton, Pa.,USA). ACA was
  20. chosen by ZPA Cakovice as a replacement for their own minicomputer ADT 4500
  21. which they also manufactured (this was copy of HP's HP-1000). The firm plans 
  22. to base all its future projects, including software, on ACA and TELEVEL.
  23.    The ACA/32000 computers will be linked together by an ETHERNET using
  24. TCP/IP protocol. X display stations (XDS) from VISUAL Technology will be
  25. used for monitoring and servicing purposes and for viewing the technological
  26. environment in a graphic form.
  27.  
  28.      +-----------+     +-----+   +-----+        +-----------+
  29.      ! ACA/32000 !     ! XDS !   ! XDS ! ...    ! ACA/32000 !  ....
  30.      !           !     +--+--+   +--+--+        !           !
  31.      +-----+-----+        !         !           +-----+-----+
  32.            !              !         !                 !
  33.            !              !         ! ETHERNET TCP/IP !
  34.      ------+--------------+----+----+-----------------+--------------
  35.                                !
  36.                                !
  37.                      +---------+---------+
  38.                      ! PC-AT386SX        !
  39.                      ! 1 MB RAM          !
  40.                      !                   !
  41.                      +---------+---------+
  42.                                !
  43.                   +------------+-------------+
  44.                   !    T E L E V E L         !
  45.                   +--------------------------+
  46.                     !    ..............    !
  47.                     !                      !
  48.               Technological (Manufacturing) Environment        
  49.  
  50.    The TELEVEL system will be connected to a PC-AT386SX through a special
  51. interface card and the PC will use a WD8003E or NE2000 netcard on the ETHERNET 
  52. side. The diskless PC won't be equipped with a keyboard nor a monitor. SW
  53. will reside in a special boot card equipped with 640kB of EPROM memory.
  54.    My role in this project is to develop the SW for the PC-AT386SX. I decided
  55. to use the NET program (NOS version) and the corresponding packet driver 
  56. (Clarkson) for WD8003E or NE2000. From January to May 1992 I studied the 
  57. source code and tested the version of NET.EXE (18.12.1991) program including
  58. the packet driver on my ETHERNET network configured in the folowing way:
  59. My son's PC-AT286, my PC-AT386SX, VISUAL's XDS equipped with Telnet protocol
  60. and an ACA/32000 computer. At the moment I have modification of the NET
  61. program to suit my needs and I plan to write new packet driver for TELEVEL.
  62.  
  63. In May 1992 I maked a work version, equipment TELEVEL is simulated with
  64. PC AT286 and for connection I used a serial line between TELEVEL and
  65. PC-Gateway. I use this version for dynamical debugging and I will finally
  66. substitute Packet driver TELEVEL for Packet driver for Slip8250.
  67.  
  68.   +------------------------------------------+
  69.   ! PC-AT386                                 !
  70.   !                                          !
  71.   ! Bootp  ! Remote ! Telnet(ga ! Application!     +-------------+
  72.   ! server ! exit   ! teway),   ! for debug  !     ! VISUAL XDS  ! for
  73.   !        ! reboot ! ping,.... !            !     !Telnet(sysop)! debug,
  74.   +--------+--------+-----------+------------+     +------+------+ trace
  75.   !                                          !            !
  76.   ! NOS                                      !            !
  77.   +------------------+-----------------------+            !
  78.                      !                                    !
  79.                      !                                    !
  80.                      ! Ethernet                           !
  81.  --------------------+------------------------------------+--------- 
  82.                      !                    +----------------+
  83.               !                    ! Serial line    !
  84.                      !                    !                !
  85.   +------------------+----+-+-------------+----+       +---+-----------+
  86.   ! Pktdrvr NE1000        ! ! Pktdrvr Slip8250 !       !PktdrvrSlip8250!
  87.   +------------------v----+ +---------------^--+       ! + simple      !
  88.   ! NOS              !                      !  !       !               !
  89.   ! (internal Watch  +--->--+               !  !       !   simulation  !
  90.   !  dog like G1EMM)        !               !  !       !               !                
  91.   !                     Tcp port       Udp port!       !   program     !
  92.   +-------------------------v---------------^--+       !               !
  93.   ! Bootp ! Remote ! Echo ! Telnet       !  !  !       !               !
  94.   ! client! server ! serv ! listener     !  !  !       ! PC-AT286      !
  95.   !       !        !      +--------------+  !  !       +---------------+
  96.   !       !        !      !mbox !    mbox!  !  !
  97.   !                       +--------------+  ^  !
  98.   !                       !Sysop! Gateway!  !  !
  99.   !                       +----------+---+  !  !
  100.   !                                  !      !  !
  101.   ! PC-AT286(PC-Gateway)             +--->--+  !
  102.   !  This PC AT has no monitor,                !
  103.   !   no keyboard, no harddisk.                !
  104.   !  The floppy disk is only for boot.         !   
  105.   +--------------------------------------------+
  106.  
  107. I would like to ask if you could put me in touch with someone who is
  108. working on similar problems and who would be willing to discuss these
  109. isuess with me. Thank you for your kind attention.
  110.  
  111. My address: Jan Dolejs
  112.             Delnicka 45
  113.             17000 Praha 7 
  114.             Czechoslovakia
  115. E-mail on Internet: jandol@cs.felk.cvut.cs(147.32.14.1)
  116.                     jandol@vax.felk.cvut.cs(147.32.14.2)
  117.  
  118.  
  119.