Burst Pattern (Burst Only)

Uses the start label you specify to burst the pattern on the sites you specify and provides the option to wait for the burst to complete. Digital pins retain their state at the end of a pattern burst until the first vector of a subsequent pattern burst, a call to niDigital Write Static , or a call to niDigital Apply Levels and Timing .

Inputs/Outputs

datatype_icon

wait until done

A Boolean that indicates whether to wait until the bursting is complete.

True Waits until the bursting is complete.
False Does not wait until the bursting is complete.

Default value: True

datatype_icon

select digital function

A Boolean that specifies whether to select the digital function for the pins in the pattern prior to bursting.

True Selects the digital function for the pins in the pattern prior to bursting.
False Does not select the digital function for the pins in the pattern prior to bursting.

Default value: True

datatype_icon

start label

Pattern name or exported pattern label from which to get the pin names that the pattern references.

datatype_icon

session in

Instrument session obtained from the niDigital Initialize with Optionsnode.

datatype_icon

site list

The sites on which to burst the pattern as a comma-delimited list of strings in the form siteN, where N is the site number.

If you specify an empty string, the pattern is burst on all sites.

datatype_icon

timeout

Maximum time (in seconds) allowed for this node to complete.

If this node does not complete within this time interval, this node returns an error.

Default value: 10 s

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

session out

Handle that identifies the session in all subsequent NI-Digital node calls.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior