Data Acquisition Toolbox | ![]() ![]() |
Syntax
start(obj)
Arguments
obj |
A device object or an array of device objects. |
Description
initiates the execution of the device object start(obj)
obj
.
Remarks
When start
is issued for an analog input or analog output object:
StartAction
is executed.Running
property is set to On
.EventLog
property.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.
ai.StopAction = 'start';
Note
You typically execute a digital I/O object to periodically update and
display its state. Refer to the diopanel demo for an example of this.
|
Functions
Properties
EventLog
, Running
, Sending
, TriggerType
![]() | size | stop | ![]() |