DSCDACS

Universal Driver Documentation
Structure containing D/A conversion scan settings. This structure is used when performing analog output on several channels simultaneously. One array is filled with data for each channel, and a second array is filled with flags indicating which channels to change. The unselected channels are unchanged.

Structure Definition

typedef struct {

    BOOL channel_enable[16]; 
    DSCDACODE* output_codes; 

} DSCDACS;

Structure Members

NameDescription
channel_enable[16]Input Array of flags that selects which analog output channels to change. Select TRUE for each location (0-15) for which you want to output new data.
output_codesInput Array of output codes to send to the corresponding selected channels in channel_enable[]. Locations to use are 0-15.


This page was last modified 01:08, 30 Jan 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.