A.1.2.8 sys reset, A.1.2.9 chan reset, A.1.2.10 test – KEPCO TMA VXI-27 User Manual

Page 39: A.2.1 labview library overview, A.2.1.1 instr handle in, A.2.1.2 instr handle out, A.2.1.3 error in, A.2.1.4 error out, A.1.2.8, A.1.2.9

Advertising
background image

A-2

TMA VXI-27 101602

A.1.2.8

Sys Reset

The Sys Reset control causes all power supplies connected to the TMA VXI-27 controller to
reset to their power on state.

A.1.2.9

Chan Reset

The Chan Reset control causes the selected channel to reset to its power on state.

A.1.2.10 Test

The Test control programs all power supplies to their maximum output values, then resets them,
opens all relays, if present, and checks for errors in output. If any errors are present the channel
numbers of the failed units are returned, otherwise a 0 is returned.

A.2

LABVIEW LIBRARY

A.2.1

LABVIEW LIBRARY OVERVIEW

The LabView Library provides functions to be used under National Instruments LabView 5.0
control software package for windows. The functions provide a means of controlling Kepco
power supplies.

Most functions contain the following parameters in addition to any function specific parameters:

Instrument handle In

Instrument handle out

Error in

Error out

A.2.1.1

Instr handle in

This is a unique instrument identifier, which is required by most functions. Its value is obtained
from the AutoCon or Initialize function, at the Instr handle out terminal

A.2.1.2

Instr handle out

This is a unique instrument identifier returned by the initialize or AutoCon function, and is used
by other functions as the Instr handle in

A.2.1.3

Error in

This is the input error cluster, which passes error information to a function. It is usually wired to
the error out terminal of a preceding function.

A.2.1.4

Error out

This is the output error cluster, which passes error information after a function call. It can be
used to pass the information from a function to the error in terminal of the next function called.

Advertising