Fette 2090 Tablet Press: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[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 model worked with IBM OS/2 Warp 3. | |||
==CONFIG.SYS Comments== | |||
By inspecting the config.sys file we can notice: | By inspecting the config.sys file we can notice: | ||
* Detection driver for NE2000 Network adapter cards. DETNE2.SYS | * Detection driver for NE2000 Network adapter cards. DETNE2.SYS | ||
Line 9: | 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 | SET Rechner_nr=xxxx-xxxxxxx | ||
SET Rechner_nr= | |||
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 19: | 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 | 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= | 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. | |||
<gallery> | |||
File:ARTIC186_000.jpg | |||
File:ARTIC186_001.png | |||
File:ARTIC186_002.png | |||
File:ARTIC186_003.png | |||
</gallery> | |||
==Links== | |||
* [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]] |
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.