Get /resultQueue/frozen

Returns the frozen state of the Sensor filmstrip. For more information, see Sensor Filmstrip: Spreadsheet View.

Get /resultQueue/frozen Inputs

Syntax: Get /resultQueue/frozen

Get /resultQueue/frozen Outputs

  • Returns a status code, followed by the frozen state of the Sensor filmstrip. The status codes are:

    Status Codes Description
    1 The command was executed successfully.
    0 Unrecognized command.
    -2 The command could not be executed.
    -6 User does not have Full Access to execute the command. For more information, see User Access Settings Dialog.
  • The frozen state of the filmstrip.

    State of the Specified Cell Description
    true

    The Sensor filmstrip is frozen.

    false

    The Sensor filmstrip is not frozen.

Get /resultQueue/frozen Example

To return the frozen/unfrozen state of the Sensor filmstrip, issue the following command: Get /resultQueue/frozen

The vision system responds with a status code (1), followed by the frozen state of the filmstrip (false).