Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scroll Documents: Update page title prefix

Overview

Digital Output Control

Discussion

This module takes a value from the Audio Weaver Canvass and sends it to the target hardware Please refer to the accompanying documentation of the target hardware Locator values serves as an ID which associates the module instance to the hardware feature or connection The default value field gives users to enter a one time initialization value for this module instance. Clicking the overrride checkbox allows user to use a value via the inspector while the value from the canvass is ignored.

Type Definition

Code Block
typedef struct _ModuleDanville_Digital_Out
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32 Digital_Out_Val;                        // Digital Out Value
    INT32 Digital_Out_OLD_Val;                    // Digital Out OLD Value
    INT32 Digital_Out_Default_Val;                // Digital Out Default Locator
    INT32 Digital_Out_Locator;                    // Digital Out Locator
    INT32 Digital_Out_Override;                   // Digital Out Override
} ModuleDanville_Digital_OutClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

Digital_Out_Val

int

parameter

0

0

0:65535

Digital_Out_OLD_Val

int

parameter

0

0

0:65535

Digital_Out_Default_Val

int

parameter

0

0

0:65535

Digital_Out_Locator

int

parameter

0

0

0:31

Digital_Out_Override

int

parameter

0

0

0:1

Pins

Input Pins

Name: in

Description: Danville Output Value

...

Sample rate range: Unrestricted

Complex support: Real

MATLAB Usage

File Name: Danville_Digital_Out.m

...