Data Acquisition Toolbox | ![]() ![]() |
Syntax
trigger(obj)
Arguments
obj |
An analog input or analog output object or an array of these device objects. |
Description
manually executes a trigger. trigger(obj)
Remarks
InitialTriggerTime
property.Logging
property or Sending
property is set to On
.TriggerAction
is executed.EventLog
property.You can issue trigger
only if TriggerType
is set to Manual
, Running
is On
, and Logging
is Off
.
You can specify trigger
as the value for an action property.
ai.StartAction = 'trigger';
Functions
Properties
InitialTriggerTime
, Logging
, Running
, Sending
, TriggerAction
, TriggerType
![]() | stop | waittilstop | ![]() |