Campbell-scientific CR800 and CR850 Measurement and Control Systems Manual de usuario Pagina 412

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 566
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 411
Section 10. Troubleshooting
412
CommsMemFree(1) is encoded using the following expression:
CommsMemFree(1) = tiny + lil*100 + mid*10000 + med*1000000 +
lrg*100000000
where,
tiny=numberof16bytepacketsavailable
lil=numberoflittle(100bytes)packets
mid=numberofmediumsize(530bytes)packets
med=numberofbig(3kB)packets
lrg=numberoflarge(18kB)packetsavailable,primarilyforTLS.
The following expressions are used to pick the individual values from
CommsMemFree(1):
tiny = CommsMemFree(1) % 100
lil = (CommsMemFree(1) / 100) % 100
mid = (CommsMemFree(1) / 10000) % 100
med = (CommsMemFree(1) / 1000000) % 100
lrg = (CommsMemFree(1) / 100000000) % 100
Table 109. CommsMemFree(1) Defaults and Use Example, TLS Not
Active
Example
Buffer
Catagory
Condition:
reset, TLS not active.
Buffer count:
CommsMemFree(1) =
15251505.
Condition:
in use, TLS not active.
Buffer count:
CommsMemFree(1) =
13241504.
Numbers of
buffers in use
(reset count –
in-use count)
tiny 05 04 1
little 15 15 0
medium 25 24 1
large 15 13 2
huge
Vista de pagina 411
1 2 ... 407 408 409 410 411 412 413 414 415 416 417 ... 565 566

Comentarios a estos manuales

Sin comentarios