Versions Compared

Key

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

Overview

Digital Input Control

Discussion

This module takes a value from the target hardware and outputs the value to wards the Audio Weaver Canvass Please refer to the accompanying documentation of the target hardware Locator values serves as an ID which associates the module to information coming from a preassigned hardware trigger Clicking the overrride checkbox allows user to use a value via the inspector while the value from the target hardware is ignored.

Type Definition

Code Block
typedef struct _ModuleDanville_Digital_In
{
    ModuleInstanceDescriptor instance;            // Common Audio Weaver module instance structure
    INT32 Digital_In_Val;                         // Digital In Value
    INT32 Digital_In_Locator;                     // Digital In Locator
    INT32 Digital_In_Override;                    // Digital In Override
} ModuleDanville_Digital_InClass;

Variables

Properties

Name

Type

Usage

isHidden

Default value

Range

Units

Digital_In_Val

int

parameter

0

0

0:65535

Digital_In_Locator

int

parameter

0

0

0:31

Digital_In_Override

int

parameter

0

0

0:1

Pins

Output Pins

Name: out

Description: Switch Bit

Data type: int

MATLAB Usage

File Name: Danville_Digital_In.m

...