Adac panel config library, Adac set expansion panels – Measurement Computing ADAC-LVi User Manual

Page 182

Advertising
background image

Chapter 2 Panel Config Library

ADAC LabVIEW VI

176

ADAC Panel Config Library

ADAC Set Expansion Panels

ADAC Set Expansion Panel Gains

ADAC Get Expansion Panel Structure

ADAC Get Expansion Panel Gains Structure

ADAC Set Expansion Panels

This VI function sets the board's input panel type(s) in the LDSD. The available panel
type(s) are specified in the device capabilities file.

Device Handle (0) Device Handle is a numeric value that is used to identify the device
subsystem. The default Device Handle is 0.

PANEL LIST

Array Type Array Type is a numeric value that specifies the type of panel list
in use. The available options are:
0:STRING_LIST Character string list of panels
1:ARRAY_LIST Numeric array of panels
The default array type is 0:STRING_LIST.

Examples:
· String "PNLNAME-TC, PNLNAME-TC, PNLNAME-16, PNLNAME-32"
· Array {0,0,1,2};

String Panel List String List of Panel types. The Panel names are defined in the
devices capabilities file.
Examples:
String

"PNLNAME-TC, PNLNAME-TC, PNLNAME-16, PNLNAME-32"

Advertising