Instruction manual

46
The following program will program 135 volts and 60 hertz on all outputs for 10 seconds
before reducing the output to 115 volts and store the test in register 0.
1. Select the FRQ screen and program 60 hertz:
6 ENT 60 PRG
2. Select the AMP screen and program 135 volts:
5 ENT 135 PRG
3. Select the RMP screen and program DLY = 10 and VAL = 115
9 ENT A 10 PRG C 115 PRG
4. Store the program in register 0:
0 REG
To recall and perform the register operation, simply enter the register number followed by
depressing the REC and ENT keys.
Any number of registers may be linked together by using the REC key prior to loading the
register operation.
The following program will ramp the voltage from 115 volts and 60 hertz to 135 volts with .1
volts per 10 millisecond steps, remain at 135 volts for 10 seconds, return to 115 volts at the
same rate but at 62 Hz. Store the program in Registers 1 and 2.
1. Select the FRQ screen and program 60 Hz:
6 ENT 60 PRG
2. Select the AMP screen and program 115 volts:
5 ENT 115 PRG
3. Select the RMP screen and program DLY = 0.01, STP = 0.1 and VAL = 135:
9 ENT A 0.01 PRG B 0.1 PRG C 135 PRG
4. Link this program to Register 2:
2 REC