Measurement Computing ADAC-LVi User Manual
Page 196

Chapter 2 CJ (Cold Junction) Config Library
ADAC LabVIEW VI
190
$'$& *HW &- /LVW FRQ¶W
CJ LIST
Array Type Array Type is a numeric value that specifies the type of CJ list in
use. The available options are:
0:STRING_LIST Character string list of CJ types
1:ARRAY_LIST Numeric array of CJ types
The default CJ Type is 0:STRING_LIST.
Examples:
string "0(BNBS),1(JNBS),2(KNBS),3(SNBS),4(ENBS),5(TNBS),
6(RNBS),7(BNBS)"
array {0,1000, 1,1001, 2,1002, 3,1003, 4,1004, 5,1005, 6,1006, 7,1007}
String CJ List) CJ List specifies the current CJ types in a character format. The
CJ names are defined in the devices capabilities file.
Examples:
string
"0(BNBS),1(JNBS),2(KNBS),3(SNBS),4(ENBS),5(TNBS),6(RNBS),7(BNBS)
"
Numeric CJ List Numeric array of CJ types. The CJ ID numbers are defined in
the devices capabilities file.
Examples:
Array {0,1000, 1,1001, 2,1002, 3,1003, 4,1004, 5,1005, 6,1006, 7,1007}
error out Error out contains error information. If the error in cluster indicated an error,
the error out cluster contains the same information. Otherwise, error out describes the
error status of this VI.