DioPowerSupplySetRailsState

Applies To

GX5055

Purpose

Programs the high powered chassis power supply state.

Syntax

DioPowerSupplySetRailsState (nHandle, nState, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Session identifier:
Board handle is used when communicating with the hardware. The Board handle session identifier is returned by calling DioInitialize or DioSetupInitialization.
nState
SHORT
Used to set the high powered chassis power supply state. When enabled the VCC, VEE, and VDD modules are powered on.
0.    DIO_DISABLED: VCC, VEE, and VDD modules are shut down
1.  DIO_ENABLED: VCC, VEE, and VDD modules are turned on
pnStatus

PSHORT

Returned status: 0 on success, negative number on failure.

Comments

The Marvin Test Solutions Gx7015A and Gx7005A high powered chassis include a built in, user programmable power supply system. They use a special backplane to deliver high power to the GX5055 pin electronics via the J5 PXI connector. The power supply is made up of two VCC high rail modules, one VEE low rail module, and one VDD module.

The GX5055 DIO is capable of controlling these modules by setting their voltages, and monitoring their voltage and current output.

Example

See the DioPowerSupplySetRailsVoltage for a complete example.

See Also

DioPowerSupplyGetStatus, DioPowerSupplyIsSupported, DioPowerSupplyMeasure, DioPowerSupplyResetFault, DioPowerSupplySetRailsVoltage, DioGetErrorString