Fette 2090 Tablet Press: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Fette 2090 Tablet Press.jpg|thumb]]
[[Image:Fette 2090 Tablet Press.jpg|thumb]]
*'''Manufacturer:''' Fette
*'''Model:'''  2090
*'''Description:''' Tablet press machine.
"''A tablet press is a mechanical device that compresses powder into tablets of uniform size and weight.''"


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


==CONFIG.SYS Comments==
==CONFIG.SYS Comments==
Line 10: Line 14:
ICARICIO was called this way:
ICARICIO was called this way:
  DEVICE=C:\RIC\ICARICIO.SYS C:\RIC\ICAPARM.PRM
  DEVICE=C:\RIC\ICARICIO.SYS C:\RIC\ICAPARM.PRM
This was found on the config.sys
This was found on the config.sys
 
  REM --- Maschinennummer für die Software-Auswertung
  REM --- Maschinennummer für die Sooftware-Auswetung
  SET Rechner_nr=xxxx-xxxxxxx
  SET Rechner_nr=xxxx-xxxxxxx
  REM Variablen fuer Tablettenpresse:
  REM Variablen fuer Tablettenpresse:
Line 20: Line 22:
  REM Directory in der die Text und Konfigurationsfiles stehen
  REM Directory in der die Text und Konfigurationsfiles stehen
  SET FETTE_TAB=C:\2090
  SET FETTE_TAB=C:\2090
  REM Sprache, wenn nicht eingetragen, dann wird deutch (D) german
  REM Sprache, wenn nicht eingetragen, dann wird deutsch (D) german
  SET FETTE_SPR=gb
  SET FETTE_SPR=gb
  REM Maschinen Nr. wenn vorhanden sons nichts
  REM Maschinen Nr. wenn vorhanden sons nichts
  SET FETTE_MNR=19142
  SET FETTE_MNR=xxxxx


==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.
<gallery>
<gallery>
File:ARTIC186_001.jpg
File:ARTIC186_000.jpg
File:ARTIC186_001.png
File:ARTIC186_001.png
File:ARTIC186_002.png
File:ARTIC186_002.png
File:ARTIC186_003.png
File:ARTIC186_003.png
File:ARTIC186_004.png
</gallery>
</gallery>


==Links==
==Links==
* [http://greyghost.mooo.com/pccbbs/communications/gq9base.pdf IBM ARTIC1868-Port Adapter Manual]
* [http://greyghost.mooo.com/pccbbs/communications/gq9base.pdf IBM ARTIC1868-Port Adapter Manual]
* [http://john.ccac.rwth-aachen.de:8000/ftp/mirrors/ps2supersite.homedns.org/pccbbs/communications/s87h3320.pdf IBM ARTIC186 8-Port Adapter Brochure]
* [https://en.wikipedia.org/wiki/Tablet_press Tablet Press (Wikipedia)]


[[Category:Industrial]]
[[Category:Industrial]]

Latest revision as of 21:00, 16 January 2024

  • Manufacturer: Fette
  • Model: 2090
  • Description: Tablet press machine.

"A tablet press is a mechanical device that compresses powder into tablets of uniform size and weight."

It was reported that this machine model 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 Software-Auswertung
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 deutsch (D) german
SET FETTE_SPR=gb
REM Maschinen Nr. wenn vorhanden sons nichts
SET FETTE_MNR=xxxxx

Hardware

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

Links