status

Usage

>> status  

Security

Open.

Description

Returns the current state of the finite state machine for the instrument's logging function. Possible states are given below:
  • disabled : logging is not enabled.
  • pending : logging is enabled but before the start time.
  • logging : logging is in progress.
  • gated : logging paused, waiting for a gating condition to be satisfied.
  • finished : the programmed end time has been passed.
  • stopped : a stop command was received.
  • fullandstopped : memory full, logging has stopped.
  • full : memory full, logger continues to stream data.
  • failed : stopped, internal error.
  • notblank : memory failed to erase.
  • unknown : internal error, state unknown.

Most of these are self explanatory. In the very unlikely event that they occur at all, the states failed, notblank and unknown arise from serious internal errors, and ideally the instrument should be returned to RBR Ltd for further analysis. However, if it would be preferable to attempt deployment anyway, try these recover procedures.

  1. Send a permit memclear and memclear sequence (see the memclear command), which may succeed in erasing the memory and resetting the instrument status to disabled. It may then be possible to continue using the logger and to enable it for a new deployment.
  2. Send a reboot command, using the delay parameter if communicating over a USB link (see the reboot command), then try (1) above.
  3. Remove all batteries, power, and USB connections from the logger for at least five minutes. Replace the batteries or apply power, set the correct date and time (see the now command), then try (1) above.

 

If the failed status resulted from an attempt to enable the logger, then either it failed to store a deployment header in memory, or the alarm time for the next sample could not be correctly loaded into the Real Time Clock/Calendar. If the logger does have a fault, the second case could happen again at any time during a deployment, so there is a risk that the logger may fail again and the deployment will terminate early.

In any event the instrument should be returned to RBR Ltd for further analysis at the earliest available opportunity, with as much detail as possible about the circumstances of the failure.

Examples

>> status

<< status = stopped

>> status

<< status = logging

Errors

None.