Skip to main content
Skip table of contents

confirmation

Usage

>> confirmation [ state ]

Security

Open.

Description

Returns the state of the logger's confirmation responses, normally sent after a parameter has been modified if the state is on. If the state is off, successful parameter modifications occur without confirmation messages.

  • state [= <state>]

    • on, the confirmation is sent

    • off, the confirmation is suppressed.

A change of the on/off state takes place immediately, so for example there will be no confirmation of the command which turns it off.

There are several situations in which the suppression does not occur even if the state is off, here are some points to note:

  1. Requests to simply report a parameter always generate output.

  2. Error messages resulting from a failed attempt to set a parameter are always sent.

  3. Some 'action' commands such as enable always generate a confirmation message.

  4. The "Ready: " prompt is controlled separately by the prompt command.

Turning confirmation off is not normally recommended, unless there is a very good reason for doing so.

Examples

CODE
>> confirmation
<< confirmation state = on
>> confirmation state = off
<<

Confirmation of a parameter change is immediately suppressed.

CODE
>> deployment starttime
<< starttime = 20171207130000

All commands are with confirmation state = off. A request for information always provokes a response. 

CODE
>> deployment starttime = 120601120000
<< E0108 invalid argument to command: '120601120000'

A failed attempt to set a parameter still provokes a response. 

CODE
>> deployment starttime = 20171201120000
<<

Response suppressed if parameter is successfully changed. 

Errors

Error E0108 invalid argument to command: '<invalid-argument>' 
An unrecognized argument was given.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.