Standard Features AW00089317000
224 Basler ace GigE
When the camera detects a user correctable error, it sets the appropriate error code in an error
memory. If two or three different detectable errors have occurred, the camera will store the code for
each type of error that it has detected (it will store one occurrence of each code no matter how many
times it has detected the corresponding error).
1. Read the value of the Last Error parameter.
The Last Error parameter will indicate the last error code stored in the memory.
2. Execute the Clear Last Error Command to clear the last error code from the memory.
3. Continue reading and clearing the last error until the parameter indicates a No Error code.
Reading and Clearing the Error Codes Using Basler pylon
You can use the pylon API to read the value of the Last Error parameter and to execute a Clear Last
Error command from within your application software. The following code snippets illustrate using
the pylon API to read the parameter value and execute the command:
// Read the value of the last error code in the memory
LastErrorEnums lasterror = Camera.LastError.GetValue();
// Clear the value of the last error code in the memory
Camera.ClearLastError.Execute( );
You can also use the Basler pylon Viewer application to easily set the parameter and execute the
command.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 45.
5 Power failure Indicates that the power supply is not sufficient.
Check the power supply.
6 Insufficient trigger width When a received trigger in the trigger width exposure mode is shorter
than the minimum allowed exposure time, an insufficient trigger width
error is reported.
To check error codes:
Table 38: Error Codes