Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
Safety Precautions

...

Caution; EIKs produce millimeter wave radiation, which can be dangerous to personnel. Before operating an EIK CW system, ensure that appropriate waveguide connections are in place.

...

The CW power supply incorporates protection to the EIK through the use of trips and limits preset at the factory. The user is responsible for incorporating prime power fusing, personnel safety and cooling interlocks.OPERATION

Operation

Stand-By Mode

Apply AC power by turning on "MAIN POWER" switch/breaker. The internal cooling fan should be heard running. After several identification messages on the front panel display, MENU 1 will appear.

...

Caution; do not leave the EIK operating in STAND-BY mode for extended periods of time. Operation of the heater without high voltage for periods greater than 1 hour may create poor high voltage application conditions and potentially producing cathode damage.

OPERATE Mode

Pressing the "OPERATE" button will turn on the cathode and collector voltages to their preselected values. The display will now indicate the measured values of Eb (collector voltage) and Ek (cathode voltage). If utilizing the DIVIDED ANODE voltage terminal, the EIK will now be conducting nominal cathode current and be RF capable. However, if utilizing the REGULATED ANODE terminal, with only cathode voltage applied, no significant Ik or Iw will be conducted by the EIK.

RF ON Mode

Pressing the "RF ON" button will turn on the (REGULATED) anode voltage to the preselected value. The EIK will now be operating at preselected voltages and current.

Shut Down Sequence

Press the "RF OFF" button to turn off the (REGULATED) anode voltage. Press the "STAND-BY" button to turn off the cathode voltage.

...

Caution; do not leave the EIK operating in STANDBY mode for extended periods of time. Operation of the heater (filament) without high voltage for periods greater than 1 hour may create poor high voltage application conditions and potentially producing cathode damage.

Calibrate / Adjust Mode

Caution; operation of the EIK at voltages other than those found on the EIK Final Test sheet (Test Data Sheet) may result in permanent EIK damage or out of specification performance.

...

Note; calibrations should not be required after factory commissioning. Consult CPI Canada for further recommendations.DISPLAY AND MENU SYSTEM

Display and Menu System

The front panel displays information on EIK CW Power Supply parameters and system status. Data is displayed in pages that can be accessed through a system of menus. Four soft keys, the exit key, and the adjust knob allow navigation within the menu system.

Soft Keys S1 – S4

The current function of each soft key is displayed in the screen row directly above each key.

  • S1     Entry to Setup screens 1 – 4 from Menu 3
             Entry to Warning screens 1 – 6 from Menu 4
  • S2     Entry  to Faults screen from Menu 4
  • S4     Entry to next level down; from lowest level, returns to the top

Exit Key

Returns to the top level from within a menu sequence.

Adjust Knob

This knob is used to:

  • Set Ek or Ea
  • Scroll through lists of menu items
  • Select parameter values to change

Menu 1 and Menu 2

This screen displays key EIK parameters:

...

S1 enables adjustment of Ek or Ea (REGULATED) if the CW EIK Power Supply is in the CALIBRATE / ADJUST mode. In the STANDBY mode, Ea and Ek values are approximate preselection values. When the cathode and anode voltages are applied, measured values are displayed.

Menu 3

Menu 3 shows console (If) hours and RF ON (Ik) hours.

...

  • Model Number
  • Serial Number
  • Firmware Version

Menu 4

This screen displays internal power supply and EIK (if used) temperatures. The system will shutdown if the internal power supply temperature exceeds 65°C.

S1 (WARNINGS) key accesses the Warnings screens (subsequent section).

Setup Screens

Figure 4 illustrates the SETUP screen menu sequence.

...

  • Details in subsequent section

Warning Screens

  • If not already at the top menu level, press EXIT key and then MORE until Menu 4 appears. Press S1 (WARNINGS) and then MORE until desired limit appears.
  • Press S1 (SET) to change square brackets to arrows, which will allow changes.
  • Turn the ADJUST knob to set the desired values.
  • Pressing S1 (SET) again will store the value.

System Events Screen

This screen is accessed from Menu 4 by pressing the S3 (EVENTS) key. The display shows the last four system events along with their console hours. the latest (top) event will be flashing. The ADJUST knob can be turned to scroll through the last 100 events.COMPUTER INTERFACE

Computer Interface

Interface Capabilities

The computer interface can be used to implement all front panel control and monitoring functions except for calibration.

Implementation

A sub-miniature DB-9 connector on the rear panel of the EIK CW Power Supply supports half-duplex RS-422 or RS-485 serial communication with an external computer.

Image Added

Pin NumberRS-422RS-485
1N.C.N.C.
2 *
3R+R+/T+
4T+*
5GNDGND
6T-*
7RL**RL**
8 *
9R-R-/T-

*For 2-wire RS-485 operation, jumper pins 2 and 4 (R+ to T+) and pins 6 and 8 (R- to T-)

**To terminate the receiver with 120 Ohms, jumper pin 9 (R-) to pin 7 (RL). This termination is not usually needed at 19,200 baud or below.

Serial Communication Configuration

Image Added

  • From the top-level menu, select SETUP in Menu 3. Press MORE until Setup Screen 4 appears.
  • Turn the ADJUST knob until square brackets appear around the desired parameter.
  • Press S1 (SET) to change to arrows, which will allow changes.
  • Turn the ADJUST knob to change values.
  • Press S1 (SET) to store the value.
  • Data Bits 7 or 8, normally 8
  • Stop Bits 1 or 2, normally 1
  • Parity odd, even, or none, normally none
  • ID between 1 and 99, chose unique equipment number
  • Baud Rate choices: 19,200, 9600, 7200, 3600, 2400, 2000, 1800, 1200, 600, 300, 150, or 134.5

Software Command Format

Command blocks are formatted as follows:

STX>01bRDEKETX01CR
Prefix AddressblankCommandSuffixChecksumTerminator

All characters are 8-bit ASCII.

The address must match the value in the setup screen.

The checksum is the hexadecimal sum of all ASCII character values following the STX character, up to and including the ETX character; divided by 256d (100h).

Example message exchange:

HOST:

STX>01bRDSTATETX01CR

LOCAL:

ACKSTX>01bSTATUS=22ETXCR
  • Command block begins with PREFIX and ends with TERMINATOR
  • Command begins with SPACE and ends with SUFFIX
  • Checksum is used to test for transmission errors
  • ASCII character ">" is a delimiter
  • STX=02d (02h)
  • NAK=21d (15h)
  • ETX=03d (03h)
  • SPACE=32d (20h)
  • ACK=06d (06h)

Read Status Command (RDSTAT)

LOCAL replies to RDSTAT:

STATUS=DESCRIPTION
0No status to report, no command given
1Last command was successful
10Last command failed, invalid command
11Last command failed, data was unparseable
20Last command failed, data was beyond high limit
21Last command failed, data was beyond low limit
22Last command failed, data was out of range
23Last command failed, data was wrong polarity
50Remote mode not enabled
60Not allowed

Read Fault Command (RDFLT)

LOCAL replies to RDFLT:

FLT=DESCRIPTION
7System fault
8Heater fault
9Low line voltage
10Cathode over-voltage
11Body over-current
12Cathode under-voltage
15Collector under-voltage
16Inverter fault
17Interlock open
18Tube arc
19EIK over-temperature (h)
20Cabinet over-temperature (h)
26Panel open
29External inhibit
30Anode over-voltage
49EIK over-temperature (s)
50

Cabinet over-temperature (s)

62Anode over-limit (s)
64Anode not set (s)

(h) = hardware

(s) = software

Basic Command Set

HOST COMMANDLOCAL RESPONSEMEANING
PWR-ONCRTurn power on
PWR-OFFCRTurn power off
XMIT-ONCRTransmit
XMIT-OFFCRStop transmitting
RESETCRClear system faults
RDS/Ns/n =Read unit serial number
RDSTATStatus =Refer to Status Code
RDFLTStatus =Refer to Fault Code
RDCONHRConHr =Read console hours
RDCONMNConMn =Read console minutes
RDRFHRRfHr =Read RF (Ik) ON hours
RDRFMNRfMn =Read RF (Ik) ON minutes
RDEKEk =Read cathode voltage
RDEBEb =Read collector voltage
RDEFEf =Read filament voltage
RDIFIf =Read filament current
RDIWIw =Read body current
RDTMPEIKFEIKF =Read EIK temp. in °F
RDTMPEIKCEIKC =Read EIK temp. in °C
RDTMPPSFPSF =

Read P/S temp. in °F

RDTMPPSCPSC =Read P/S temp. in °C
RDEIKOTFEIKOTF =Read EIK over-temp. warning level in °F
SEIKOTFnoneSet EIK over-temp. warning level in °F
RDEIKOTCEIKOTC =Read EIK over-temp. warning level in °C
SEIKOTCnoneSet EIK over-temp. warning level in °C
RDPSOTFPSOTF =Read P/S over-temp. warning level in °F
SPSOTFnoneSet P/S over-temp. warning level in °F
RDPSOTCTC =Read P/S over-temp. warning level in °C
SPSOTCnoneSet P/S over-temp. warning level in °C
RDIWOCIwOC =Read body current in mA
SIWOCnoneSet body over-current in mA
RDLOGICSys =Refer to Logic code
RDHTDREMHTD =Read remaining heater warm-up delay

Read Logic Command (RDLOGIC)

LOCAL replies to RDLOGIC:

ASCIIMSD  LSD
1Standby / readyExternal inhibitHTD OKHV ON
2RF OFF / readyExternal interlockUnusedTransmit ON
4UnusedUnusedUnusedRemote mode
8UnusedPower ONUnusedFault

 

Example: logic code 07hex

  • HV ON
  • Transmit ON
  • Remote mode

Example of Successful Message

Example 1:

HOST: turn high voltage ON

STX>01bPOW-ONETX02CR

LOCAL: successful command

CR

Examples of Messages with Errors

Example 2:

HOST: incorrect checksum

STX>01bPOW-ONETX99CR

LOCAL: replies with command and NAK

NAKSTX>01bPOW-ONETX99CR

Example 3:

HOST: missing prefix

>01bPOW-ONETX99CR

LOCAL: no response is missing prefix, address, or suffix

Example 4:

HOST: sends message to node 8 (wrong node)

STX>08bPOW-ONETX99CR

LOCAL: no response

Example 5:

HOST: sends unknown command

STX>01bPW)~ONETX99CR

LOCAL: replies

ACKSTX>01bSTATUS=10ETXCR

Example 6:

HOST: address delimiter is missing

STX01bPOW-ONETX99CR

LOCAL: no response

Example 7:

HOST: sends message with no address

STX    POW-ONETX99CR

LOCAL: no response