Campbell-scientific CR3000 Micrologger Manual de usuario Pagina 436

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 590
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 435
Section 10. Troubleshooting
436
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 116. 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 435
1 2 ... 431 432 433 434 435 436 437 438 439 440 441 ... 589 590

Comentarios a estos manuales

Sin comentarios