verify

Usage

>> verify  [ erasememory = true ]

Security

Open.

Description

This command performs all the same deployment consistency checks which the enable command performs. It then reports the same response which the enable command would produce, whether this is an updated logger status, a warning or an error message. It does not, however, actually enable the logger for sampling.

In other words, it performs a "dry run" of the enable command to allow the programmed schedule parameters to be verified.

As with the enable command, it takes the option:

  • erasememory = true

As with the enable command, it reports two parameters:

  • status, this is the same status reported by the deployment command, as it would be reported by the enable.

  • warning, warning code if any (see description below), none otherwise.

Examples

>> verify
<< verify status = pending, warning = none

The programmed schedule is valid and the logger would, if enabled, begin collecting data at the start time. 

>> verify
<< verify status = logging, warning =none

The programmed schedule is valid and the logger would, if enabled, begin collecting data at the next scheduled sample time. 

>> verify
<< E0402 memory not empty, erase first
>> verify erasememory=true
<< verify status = logging, warning = W0401

Memory is not cleared, logging would not be enabled. Except in the case of the erasememory = true option.


Warning messages:
W0401 estimated memory usage exceeds capacity
The schedule is valid, but the memory will fill up before the end time is reached.

W0408 logging already active
The logger was already active.

Errors

Error E0402 memory not empty, erase first 
The data memory must be empty. Use either the memclear command or the erasememory parameter of the enable command to erase data memory.

Error E0403 end time must be after start time 
 The end time must be later than the start time.

Error E0404 end time must be after current time 
The end time must be later than the logger's current time.

Error E0410 no sampling channels active 
All the logger's measured channels have been turned off (in instruments which support this feature); there is nothing to sample.

Error E0411 period not valid for selected mode 
The measurement period is not consistent with other programmed parameters.

Error E0412 burst parameters inconsistent 
The programmed burst parameters are not consistent for the selected sample mode.

Error E0413 period too short for serial streaming 
Serial streaming may not be available at high sample rates. 

Error E0414 thresholding interval not valid 
The requested threshold check interval is not consistent with the logger's capabilities or other programmed parameters.

Error E0415 more than one gating condition is enabled 
Gating conditions such as thresholding and twist activation cannot be combined; disable all but one gating condition.

Error E0416 wrong regimes settings 
The programmed settings for 'regimes' sampling are not consistent.

Error E0417 no gating allowed with regimes mode 
A gating condition cannot be used with the "regimes" sampling mode.

Error E0418 cast detection needs a pressure/depth channel 
The cast detection feature cannot be used if the logger has no pressure or depth channel.

Error E0419 calibration coefficients are missing 
Valid calibration coefficients for all sampled channels must be present before logging can be enabled.

Error E0420 required channel is turned off; <channel-index> 
The indicated channel has been turned off, but it must be enabled in order for a selected feature to work; turn the channel back on.

Error E0421 raw output format not allowed 
Raw streaming output formats are not permitted if the memory storage format is set to EasyParse (calbin00).

Error E0422 AUX1 not available in current serial mode 
The AUX1 signal can be used only in RS-232 mode.

Error E0423 wrong ddsampling settings 
The programmed settings for the "ddsampling" sampling mode are not consistent.

Error E0114 feature not supported by hardware
An attempt is being made to enable the logger using a feature it does not support.