Post /resultQueue/toString

Returns a string with a 1 (pass) or 0 (fail) for each Sensor filmstrip image. The length of the string is the equal to the number of queued results.

Post /resultQueue/toString Inputs

Syntax: Post /resultQueue/toString

Post /resultQueue/toString Outputs

  • Returns a status code. 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.
  • A string enclosed in quotation marks, with a 1 (pass) or 0 (fail) for each Sensor filmstrip image.

Post /resultQueue/toString Example

To return the passing and failing Sensor filmstrip images, issue the following command: Post /resultQueue/toString

The vision system responds with a status code (1), followed by "1111111111", indicating there are 10 passing images in the Sensor filmstrip.