Initialization, Instruction manual changes – KEPCO KIT 219-0530, BOP Firmware Upgrade (10 Units) User Manual
Page 4
4
228-1636 REV 1
092807
KEPCO, INC. " 131-38 SANFORD AVENUE " FLUSHING, NY. 11355 U.S.A. " TEL (718) 461-7000 " FAX (718) 767-1102
http://www.kepcopower.com " email: [email protected]
3. INITIALIZATION
After the upgrade has been completed it will be necessary to restore max/min settings to the factory defaults from
the front panel, and store the serial number and factory default password settings using a SCPI command via
remote interface.
1. At the front panel, press
%
then use
U
to highlight Max/Min Settings. Press
!
to display the Max/Min Set-
tings menu. Press
@
to set all the Max/Min settings to the factory default. Then press
$
to save the settings
for power-up.
2. To reset the unit password to “default“, use a remote interface and send the following SCPI command:
syst:pass:cen default
3. To establish the Serial Number use a remote interface to send the string DIAG:SER XXXXXX where XXXXXX
is serial number recorded during the preliminary procedures (PAR. 2.2, step 1).
4. Cycle power to the unit, turning it OFF, then ON using the POWER ON/OFF circuit breaker.
4. INSTRUCTION MANUAL CHANGES
When multiple BOP 1KW units are used and a write command is followed by a read command, a means of ensur-
ing that the data is available to be read is required. This can be done by either inserting a short delay (at least one
millisecond) between the write and read command, or the status byte must be polled to determine when the data
available bit is set.
• In a language such as C, or Basic, the delay can be inserted by invoking the delay function with a period of
0.002.
• In LabView the delay can be inserted by using the timer functions.
• To use a poll of the status byte to determine when the data available bit is set, refer to Section 3 of the BOP
-1KW Technical Manual: MAKING SURE THE PREVIOUS COMMAND IS COMPLETE.