Fette 2090 Tablet Press: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:


  REM --- Maschinennummer für die Sooftware-Auswetung
  REM --- Maschinennummer für die Sooftware-Auswetung
  SET Rechner_nr=7585-41H1275
  SET Rechner_nr=xxxx-xxxxxxx
  REM Variablen fuer Tablettenpresse:
  REM Variablen fuer Tablettenpresse:
  REM Maschinentyp FETTE_TYP {A,B,C} mit A - 2080, B - 3090, C - 2090
  REM Maschinentyp FETTE_TYP {A,B,C} mit A - 2080, B - 3090, C - 2090
Line 24: Line 24:
  REM Maschinen Nr. wenn vorhanden sons nichts
  REM Maschinen Nr. wenn vorhanden sons nichts
  SET FETTE_MNR=19142
  SET FETTE_MNR=19142
 
==Hardware==
==Hardware==
The PC that controls the industrial machine has a big "IBM ARTIC186 8-Port Adapter" connected on the ISA port.
The PC that controls the industrial machine has a big "IBM ARTIC186 8-Port Adapter" connected on the ISA port.

Revision as of 21:41, 18 February 2021

It was reported that this machine worked with IBM OS/2 Warp 3.

CONFIG.SYS Comments

By inspecting the config.sys file we can notice:

  • Detection driver for NE2000 Network adapter cards. DETNE2.SYS
  • IBM Realtime Interface Co-Processor OS/2 Support driver. (ICARICIO.SYS)

ICARICIO was called this way:

DEVICE=C:\RIC\ICARICIO.SYS C:\RIC\ICAPARM.PRM

This was found on the config.sys

REM --- Maschinennummer für die Sooftware-Auswetung
SET Rechner_nr=xxxx-xxxxxxx
REM Variablen fuer Tablettenpresse:
REM Maschinentyp FETTE_TYP {A,B,C} mit A - 2080, B - 3090, C - 2090
SET FETTE_TYP=C
REM Directory in der die Text und Konfigurationsfiles stehen
SET FETTE_TAB=C:\2090
REM Sprache, wenn nicht eingetragen, dann wird deutch (D) german
SET FETTE_SPR=gb
REM Maschinen Nr. wenn vorhanden sons nichts
SET FETTE_MNR=19142

Hardware

The PC that controls the industrial machine has a big "IBM ARTIC186 8-Port Adapter" connected on the ISA port.

Links