Measurement-computing Serial488/4 Manual de usuario Pagina 69

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 91
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 68
Section 3 Command Descriptions
3.30
Memory Query Z?
The Memory Query command returns the number of characters w hich may be
written to the serial ports w ithout causing a 'low memory' condition. This command
may be used to for determining how many more characters can be safely written to the
Serial488/4 before handshaking will attempt to stop serial input data because of a 'low
memory' condition.
Z?
Return the number of characters which may be written to the serial ports
Example 1: Find the amount of free memory remaining in the Serial488/4 using dual
primary addressing mode.
PRINT#1,"OUTPUT08;Z?" request amount of free memory
PRINT#1,"ENTER08"
INPUT#2,A$ read the response
PRINT A$
display shows
Z23456
Example 2: Find the amount of free memory remaining in the Serial488/4 using
secondary addressing mode.
PRINT#1,"OUTPUT0800;Z?"
request amount of free memory
PRINT#1,"ENTER0800"
INPUT#2,A$ read the response
PRINT A$
display shows
Z23456
Vista de pagina 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 90 91

Comentarios a estos manuales

Sin comentarios