S.U.P.E.R. Archivo HP 200LX
← Volver al catálogo

Lxstm100

MIYAKE Shuhei

Descargar 32.4 KB

Descripción

STEAM TABLES for LX Version 1.00 Copyright (C) 1998 MIYAKE Shuhei ----- Functions This program calculates the thermodynamic properties of steam/water based upon the identical formulations described in the JSME STEAM TABLES 1967. (JSME: The Japan Society of Mechanical Engineers) This program accepts inputs of following four ways. (1)Temp. and Press. - for any region of water or steam (2)Temp. or Press. - for saturated water and saturated steam (3)Temp. and Quality or Press. and Quality - for wet steam (4)Enthalpy and Press.

Descripción extraída automáticamente de la documentación incluida en el paquete: esta entrada no figuraba en el catálogo original.

Ficha técnica

Fichero
lxstm100.zip
Tamaño
32.4 KB
Formato
.zip
Año
1998
Ficheros dentro
4
Autor
MIYAKE Shuhei
Ruta
anonftp/pub/lxstm100.zip

Cómo instalarlo

Qué enviar al palmtop ahorras 7.3 KB

Estos son los ficheros que necesitas. Puedes enviarlos desde el contenido del paquete.

  • steamtbl.exm → A:\SOFT aplicación del System Manager 55.9 KB
  • steamtbl.icn → A:\SOFT icono, junto a su aplicación 200 B

No hace falta llevar al palmtop steamtbl.txt, steam.pcx: son manuales, código fuente o material de apoyo. Léelos aquí y ahórrate 7.3 KB en un disco de 1 MB.

Pasos
  1. Copia steamtbl.exm a A:\SOFT. Es una aplicación del System Manager: regístrala en App Manager con F2 (Add), indicando la ruta completa (por ejemplo A:\SOFT\steamtbl.exm).
  2. El 200LX admite 8 aplicaciones EXM como máximo. Comprueba con F8 (List) en App Manager: si ves un * en la columna Status, tienes el cupo lleno y necesitarás MoreEXM.
  3. Los .ICN son iconos: van en la misma carpeta que su aplicación.

Deducido del contenido del paquete y de las convenciones del 200LX. Se instala en A: a propósito: C: es un disco RAM y cada byte ahí resta memoria al sistema.

Instrucciones del autor
----- Installation
This archive includes following files.
    STEAMTBL.TXT  ..... This file
    STEAMTBL.EXM  ..... Executable file
    STEAMTBL.ICN  ..... Icon file
    STEAM.PCX     ..... P-T Diagram for your reference

Unzip .EXM and .ICN files, and register STEAMTBL.EXM to the System Manager.
At the first execution, STEAMTBL automatically creates a STEAMTBL.ENV file
in A:\_DAT directory.  In the case that there is not a: drive, then c:\_DAT
is assigned instead.


----- How to Use
1.Enter temperature and pressure, then press [F10].  The properties of the
  water or steam are calculated and displayed.
  The possible range of input value is displayed by pressing [F1] key.
  The unit system of input values is assumed that now on display.

2.You can select the unit sets by checking [UnitSet] menu in the menu bar.
  When selecting multiple sets, you can change the unit set by [F9] key,
  at any time.
  At the first execution of the program, SI and Metric are selected.

3.To calculate the saturation, you enter the data only in the field of either
  Temp or Press.  In this case only the pressure or temperature below the
  critical point is effective.

4.To calculate wet steam, enter temperature and quality or pressure and
  quality.  The quality (%wetness) is identified by a suffix 'x' or 'X' at
  the other field.
     ex.)   Temp[180         ]   Press[2.5x       ]   <- 2.5% quality

5.To calculate properties from pressure and enthalpy, enter the enthalpy data
  at Temp field.  The enthalpy is identified by a suffix 'h' or 'H'.
  This calculation is suited for the range in the subregion 1 and 2.
     ex.)   Temp[800h        ]   Press[120        ]   <- 800kcal/kg enthalpy

6.The calculation result can be copied to the clipboard by [F2] through
…

Extracto literal de steamtbl.txt, tal cual venía en el paquete.

Enviar a mi palmtop

El palmtop tiene que quedar esperando antes de pulsar el botón, o la transferencia fallará. Es él quien avisa de que está listo, no al revés.

En el palmtop

  1. Conecta el cable serie entre el palmtop y el ordenador.
  2. Abre Data Comm y ve a Menu → Connect → Settings. Ajusta: 9600 baudios, 8 bits de datos, paridad None, 1 bit de parada.
  3. Vuelve al menú y entra en Menu → File → Receive, con el protocolo Zmodem. El palmtop se queda esperando: déjalo así.

En el ordenador

  1. Usa Chrome (o Edge / Opera). Firefox y Safari no pueden abrir el puerto serie, y ningún navegador móvil tampoco.
  2. Averigua cuál es tu puerto: si no lo tienes claro, despliega la ayuda de aquí abajo.
  3. Pulsa el botón y selecciónalo en la ventana que abre Chrome.
¿Cómo sé cuál es mi puerto?

Linux — tu adaptador USB-serie será /dev/ttyUSB0 o /dev/ttyACM0. Los /dev/ttyS0ttyS31 son puertos heredados de la placa base: el núcleo los lista aunque no exista ninguno, así que casi nunca son el tuyo. Para salir de dudas:

ls -l /dev/serial/by-id/

Sale el fabricante y el modelo, y a qué ttyUSB* apunta. Si no aparece nada, desenchufa y vuelve a enchufar el cable y mira dmesg | tail: verás una línea del estilo «ch341-uart converter now attached to ttyUSB0».

Permisos: en Debian y derivados tu usuario debe estar en el grupo dialout o el puerto no se abrirá. Compruébalo con groups, y si falta:

sudo usermod -aG dialout $USER

Hay que cerrar la sesión y volver a entrar para que surta efecto.

Windows — Administrador de dispositivos → Puertos (COM y LPT). Tu adaptador aparece como COM3, COM4… Si aparece con un triángulo amarillo, te falta el driver del chip (FTDI, Prolific o CH340 según el cable).

macOSls /dev/cu.*; tu adaptador será algo como /dev/cu.usbserial-A50285BI. Usa siempre el cu., no el tty..

El 200LX no lleva un conector serie estándar: necesitas el cable de conectividad de HP (el F1015A o un equivalente) y, salvo que tu ordenador tenga puerto serie de verdad, un adaptador USB-serie detrás.