Data Acquisition Toolbox    
start

Start a device object

Syntax

Arguments

obj
A device object or an array of device objects.

Description

start(obj) initiates the execution of the device object obj.

Remarks

When start is issued for an analog input or analog output object:

Although an analog input or analog output object may be executing, data logging or sending is not necessarily initiated. Data logging or sending requires a trigger event to occur, and depends on the TriggerType property value.

For any device object, you can specify start as the value for an action property.

See Also

Functions

stop, trigger

Properties

EventLog, Running, Sending, TriggerType


 size stop