MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 480

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 574
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 479
17 Functions — Alphabetical List
17-88
trigger
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 trigger event is recorded in the object's EventLog property.
Examples
The trigger function can be called by a video input object's event callback.
obj.StartFcn = @trigger;
See Also
imaqfind | start | stop | videoinput
Vue de la page 479
1 2 ... 475 476 477 478 479 480 481 482 483 484 485 ... 573 574

Commentaires sur ces manuels

Pas de commentaire