MATLAB IMAGE ACQUISITION TOOLBOX 3 Betriebsanweisung Seite 310

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 408
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 309
trigger
Purpose Initiate data logging
Syntax trigger(obj)
Description trigger(obj) initiates data logging for the video input object obj. obj
can be either a single video input object or an array of video input
objects.
The
trigger function
Executes the object’s
TriggerFcn callback
Records the absolute time of the first trigger event in the object’s
InitialTriggerTime property
Configures the object’s
Logging property to 'On'
obj
must be running and its TriggerType property must be set to
'manual'. To start an object running, use the start function.
The trigg er event is recorded in the obje ct’s
EventLog property.
Examples The trigger function can be called by a video input object’s event
callback.
obj.StartFcn = @trigg er;
See Also imaqfind, start, stop, videoinput
12-56
Seitenansicht 309
1 2 ... 305 306 307 308 309 310 311 312 313 314 315 ... 407 408

Kommentare zu diesen Handbüchern

Keine Kommentare