Agilent Technologies 66319b Video Games User Manual


 
Programming the DC Source - 7
89
Step 1 Program the Operation Status PTR register to allow a positive transition at bit 10 to
be latched into the Operation Status Event register, and allow the latched event to be
summed into the Operation summary bit. Use:
STAT:OPER:PTR 1024;ENAB 1024
Step 2
Program the Questionable Status PTR register to allow a positive transition at bits 0,
1, or 4 to be latched into the Questionable Status Event register, and allow the latched
event to be summed into the Questionable summary bit. Use:
STAT:QUES:PTR 19;ENAB 19 (1 + 2 + 16 = 19)
Step 3
Program the Service Request Enable register to allow both the Operation and the
Questionable summary bits from the Status Byte register to generate RQS. Use:
*SRE 136 (8 + 128 = 136)
Step 4
When you service the request, read the event registers to determine which Operation
Status and Questionable Status Event register bits are set, and clear the registers for
the next event. Use:
STAT:OPER:EVEN;QUES:EVEN?
Monitoring Both Phases of a Status Transition
You can monitor a status signal for both its positive and negative transitions. For example, to generate
RQS when the dc source either enters the CC+ (constant current) condition or leaves that condition,
program the Operational Status PTR/NTR filter as follows:
STAT:OPER:PTR 1024;NTR 1024
STAT:OPER:ENAB 1024;*SRE 128
The PTR filter will cause the OPERational summary bit to set RQS when CC+ occurs. When the
controller subsequently reads the event register with STATus:OPERational:EVENt?, the register is
cleared. When CC+ subsequently goes false, the NTR filter causes the OPERational summary bit to
again set RQS.
Inhibit/Fault Indicator
The remote inhibit(INH) and discrete fault(FLT) indicators are implemented through the respective INH
and FLT connections on the rear panel. Refer to Table A-2 for the electrical parameters. Refer to
Appendix E for a programming example.
Remote Inhibit (RI)
Remote inhibit is an external, chassis-referenced logic signal routed through the rear panel INH
connection, which allows an external device to disable the dc source output. To select an operating
modes for the remote inhibit signal, use:
OUTP:RI:MODE LATC | LIVE | OFF