Sartorius YDP 03-0CE Instrucciones de operaciones Pagina 27

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 117
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 26
27
Entry of the user-defined text for the 1st and 2nd lines (Vartext1, Vartext2):
§ You will need a computer (PC) with a BASIC interpreter
The following BASIC program is used to transfer text via the interface of a connected
computer (PC). The BASIC interpreter already installed on the computer executes this
program.
CLS
PRINT „ 123456789012345678901234“
LINE INPUT „VARTEXT1 ? „, VarText1$
LINE INPUT „VARTEXT2 ? „, Vartext2$
OPEN „com1: 1200,0,7,1,CD0,DS0“ FOR RANDOM AS #1
PRINT #1,CHR$(27)+"j"+VarText1$+"_"+CHR$(13)+CHR$(10)
PRINT #1,CHR$(27)+"k"+Vartext2$+"_"+CHR$(13)+CHR$(10)
CLOSE #1
Vista de pagina 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 116 117

Comentarios a estos manuales

Sin comentarios