Read Snapshot Status

FieldPoint Optomux Programming

Read Snapshot Status

[cmdchars] = !Y

Description

The Read Snapshot Status command reads the enabled or disabled status of the Snapshot settings for the bank.

Syntax

!Y

Success Response

A[status]

[status]One ASCII-hex character indicates whether the Snapshot settings are enabled or disabled, as shown in the following table:
[status] Value Description
0 Snapshot settings are disabled. If the bank is powered up again, all I/O modules will be initialized to factory default settings.
1 Snapshot settings are enabled. If the bank is powered up again, all I/O modules will be initialized to the Snapshot settings.

Error Responses

E_INVALID_CMDUndefined command.
E_BAD_ADDRESSThe addressed module does not support the command.
E_INV_LIMS_GOTSpecified limits invalid for the command.
E_HW_FAILUREAn unrecoverable fault has occurred.

Refer to FieldPoint Responses for other possible error responses, error numbers, and error descriptions.

Example

>00!Y[checksum][cr]

This command reads the status of the Snapshot settings for the bank at address 0x00. The response is as follows:

A1[checksum][cr]

This response indicates that the Snapshot settings are enabled.