MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 502

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 574
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 501
18 Properties — Alphabetical List
18-12
ErrorFcn
Specify callback function to execute when run-time error occurs
Description
The ErrorFcn property specifies the function to execute when an error event occurs. A
run-time error event is generated immediately after a run-time error occurs.
Run-time errors include hardware errors and timeouts. Run-time errors do not include
configuration errors such as setting an invalid property value.
Run-time error event information is stored in the EventLog property. You can retrieve
any error message with the Data.Message field of EventLog.
Note: Callbacks, including ErrorFcn, are executed only when the video object is in
a running state. If you need to use the ErrorFcn callback for error handling during
previewing, you must start the video object before previewing. To do that without logging
data, use a manual trigger.
Characteristics
Access Read only while running
Data type String, function handle, or cell array
Values imaqcallback is the default callback function.
See Also
Properties
EventLog, Timeout
Seitenansicht 501
1 2 ... 497 498 499 500 501 502 503 504 505 506 507 ... 573 574

Kommentare zu diesen Handbüchern

Keine Kommentare