| Data Acquisition Toolbox | ![]() |
Syntax
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,
StartFcn is executed.
Running property is set to On.
EventLog property.
Although an analog input or analog output object might 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 a callback property.
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 behavior.
|
If you want to synchronize the input and output of data, or you require more control over when your hardware starts, you should use the ManualTriggerHwOn property.
Functions
Properties
EventLog, ManualTriggerHwOn, Running, Sending, TriggerType
| softscope | stop | ![]() |