BE-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, enterprises, OBJECT-TYPE, IpAddress FROM SNMPv2-SMI; stx2 MODULE-IDENTITY LAST-UPDATED "201504030000Z" ORGANIZATION "Broadcast Electronics Inc." CONTACT-INFO "email: bdcast@bdcast.com web: www.bdcast.com postal: 4100 North 24th Street Quincy, IL 62305 USA phone: +1 217 224-9600 fax: +1 217 224-9607 " DESCRIPTION "MIB module for STX Generation 2 transmitters/exciters, BEI's compact, cost effective, and feature-rich FM transmitter and exciter product line Copyright (C) 2014 Broadcast Electronics All rights reserved. " REVISION "201207300000Z" DESCRIPTION "V1 first version release " REVISION "201301280000Z" DESCRIPTION "V2 " REVISION "201302250000Z" DESCRIPTION "V3 added support for 60W Transmitter and Exciter " REVISION "201309270000Z" DESCRIPTION "V4 added support for AES Calibration " REVISION "201311200000Z" DESCRIPTION "V5 added support for VPe and Exgine network config " REVISION "201402050000Z" DESCRIPTION "V6 added support for Logarithmic analog output " REVISION "201403130000Z" DESCRIPTION "V7 Release 2.1 " REVISION "201406020000Z" DESCRIPTION "V8 Release 2.3 " REVISION "201409150000Z" DESCRIPTION "V8 Release 2.5 " REVISION "201410110000Z" DESCRIPTION "V9 Release ?.? " ::= { BroadcastElectronics 2 } BroadcastElectronics OBJECT IDENTIFIER ::= { enterprises 38118 } systemInfo OBJECT IDENTIFIER ::= { stx2 1 } stxType OBJECT-TYPE SYNTAX INTEGER { none (0), stxLp1kW (1), stxLp2kW (2), stxLp3kW (3), stxLp5kW (5), stxe60W (6), stxe60WExciter (7), stxe500W (8), ste500WExciter (9) } MAX-ACCESS read-only STATUS current DESCRIPTION "The type of STX system denoted by power level." ::= { systemInfo 1 } serialNumber OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0000000-000 Serial number assigned to this system." ::= { systemInfo 2 } activeStandby OBJECT-TYPE SYNTAX INTEGER { standby (0), active (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Unit is currently Active or Standby" ::= { systemInfo 3 } primarySecondary OBJECT-TYPE SYNTAX INTEGER { secondary (0), primary (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Unit is the primary (or only) control unit in the system, or is the secondary unit" ::= { systemInfo 4 } frequency OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: #00.00 87.00-108.00 MHz in 10kHz res System's carrier frequency." ::= { systemInfo 5 } time OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: HH:MM:SS 0-23, 0-59, 0-59 System time used to stamp logged events." ::= { systemInfo 6 } date OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: YYYY-MM-DD 2000+, 01-12, 01-31, System date used to stamp logged events." ::= { systemInfo 7 } network OBJECT IDENTIFIER ::= { systemInfo 8 } macAddress OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: FF:FF:FF:FF:FF:FF letters represent hex Unique mac address for system identification on any network." ::= { network 1 } useDHCP OBJECT-TYPE SYNTAX INTEGER { staticIP (0), dhcpIP (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Server IP address assignment method. Static IP is recommended unless the system is on a network with DHCP server support." ::= { network 2 } keyTypeSNMPv3 OBJECT-TYPE SYNTAX INTEGER { md5 (1), sha (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Encryption Key type for SNMPv3." ::= { network 3 } requireSNMPv3 OBJECT-TYPE SYNTAX INTEGER { notRequired (0), required (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Require SNMPv3 (SNMPv2 and SNMPv1 not allowed)." ::= { network 4 } requireHTTPDigestAuth OBJECT-TYPE SYNTAX INTEGER { notRequired (0), required (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Require Digest Authentication over HTTP, otherwise Basic Authentication with plain text password negotiation will be used." ::= { network 5 } currentNetwork OBJECT IDENTIFIER ::= { network 6 } ipAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP Address for all system networking communication." ::= { currentNetwork 1 } subnetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Subnet Mask for all system networking communication." ::= { currentNetwork 2 } gatewayAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP Address of a local network's Gateway device for communication between subnetworks and/or with the internet." ::= { currentNetwork 3 } staticNetwork OBJECT IDENTIFIER ::= { network 7 } staticIPAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address for all system networking communication." ::= { staticNetwork 1 } staticSubnetMask OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Subnet Mask for all system networking communication." ::= { staticNetwork 2 } staticGatewayAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address of a local network's Gateway device for communication between subnetworks and/or with the internet." ::= { staticNetwork 3 } currentNetworkVPe OBJECT IDENTIFIER ::= { network 8 } useDHCPVPe OBJECT-TYPE SYNTAX INTEGER { staticIP (0), dhcpIP (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Server IP address assignment method. Static IP is recommended unless the system is on a network with DHCP server support." ::= { currentNetworkVPe 1 } ipAddressVPe OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP Address for all system networking communication." ::= { currentNetworkVPe 2 } subnetMaskVPe OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Subnet Mask for all system networking communication." ::= { currentNetworkVPe 3 } gatewayAddressVPe OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP Address of a local network's Gateway device for communication between subnetworks and/or with the internet." ::= { currentNetworkVPe 4 } macAddressVPe OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: FF:FF:FF:FF:FF:FF letters represent hex Unique mac address for system identification on any network." ::= { currentNetworkVPe 5 } staticNetworkVPe OBJECT IDENTIFIER ::= { network 9 } staticIPAddressVPe OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address for all system networking communication." ::= { staticNetworkVPe 1 } staticSubnetMaskVPe OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Subnet Mask for all system networking communication." ::= { staticNetworkVPe 2 } staticGatewayAddressVPe OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address of a local network's Gateway device for communication between subnetworks and/or with the internet." ::= { staticNetworkVPe 3 } currentNetworkExgine OBJECT IDENTIFIER ::= { network 10 } useDHCPExgine OBJECT-TYPE SYNTAX INTEGER { staticIP (0), dhcpIP (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Server IP address assignment method. Static IP is recommended unless the system is on a network with DHCP server support." ::= { currentNetworkExgine 1 } ipAddressExgine OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP Address for all system networking communication." ::= { currentNetworkExgine 2 } subnetMaskExgine OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "Subnet Mask for all system networking communication." ::= { currentNetworkExgine 3 } gatewayAddressExgine OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "IP Address of a local network's Gateway device for communication between subnetworks and/or with the internet." ::= { currentNetworkExgine 4 } macAddressExgine OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: FF:FF:FF:FF:FF:FF letters represent hex Unique mac address for system identification on any network." ::= { currentNetworkExgine 5 } staticNetworkExgine OBJECT IDENTIFIER ::= { network 11 } staticIPAddressExgine OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address for all system networking communication." ::= { staticNetworkExgine 1 } staticSubnetMaskExgine OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "Subnet Mask for all system networking communication." ::= { staticNetworkExgine 2 } staticGatewayAddressExgine OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-write STATUS current DESCRIPTION "IP Address of a local network's Gateway device for communication between subnetworks and/or with the internet." ::= { staticNetworkExgine 3 } passwords OBJECT IDENTIFIER ::= { systemInfo 9 } userPassword OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: 8 digits, 0-9 Password for User general read access." ::= { passwords 1 } operatorPassword OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: 8 digits, 0-9 Password for Operator read access to settings with some settings modification permissions." ::= { passwords 2 } chiefPassword OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: 8 digits, 0-9 Password for Chief read and modification access permissions for all settings." ::= { passwords 3 } frontPanelPassword OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: 4 digits, 0-9 Password to unlock the front panel after a lockout." ::= { passwords 4 } frontPanelPasswordTimeout OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Format: 3 digits, 0-9 Number of seconds since last button press until the front panel is locked out. A value of 0 disables the front panel lockout." ::= { passwords 5 } stxModel OBJECT-TYPE SYNTAX INTEGER { none (0), stxLp (1), stxHp10kW (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The model of STX system denoted by power level." ::= { systemInfo 10 } systemPower OBJECT IDENTIFIER ::= { stx2 2 } transmitterIsOn OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current status of the transmitter, on or off." ::= { systemPower 1 } systemForwardPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Measured system forward power in Watts. For 1kW systems, this is the PA output power. For combined systems, this is the combiner output power." ::= { systemPower 2 } systemReflectedPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Measured system reflected power in Watts. For 1kW systems, this is the PA output power. For combined systems, this is the combiner output power." ::= { systemPower 3 } transmitterOnOff OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "On or off control for transmitter RF amplification system." ::= { systemPower 4 } currentPowerMode OBJECT-TYPE SYNTAX INTEGER { fmOnly (0), digitalOnly (1), fmPlusDigital (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitter's operation mode." ::= { systemPower 5 } autoPowerMode OBJECT-TYPE SYNTAX INTEGER { manualSelect (0), autoSelect (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitter's operation mode selection." ::= { systemPower 6 } defaultPowerMode OBJECT-TYPE SYNTAX INTEGER { fmOnly (0), digitalOnly (1), fmPlusDigital (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Transmitter's operation mode when not using auto select." ::= { systemPower 7 } setpoints OBJECT IDENTIFIER ::= { systemPower 8 } setpointCurrent OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power setpoint in Watts. Actual power output is subject to transmitter type and FM/Digital power mode. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpoints 1 } setpointFM OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power setpoint for FM mode in Watts. Actual power output is subject to transmitter type. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpoints 2 } setpointFmDigital OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power setpoint for FM+Digital mode in Watts. Actual power output is subject to transmitter type. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpoints 3 } setpointDigital OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power setpoint for Digital mode in Watts. Actual power output is subject to transmitter type. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpoints 4 } setpointsMin OBJECT IDENTIFIER ::= { systemPower 9 } setpointCurrentMin OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint minimum in Watts." ::= { setpointsMin 1 } setpointFMMin OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint for FM mode minimum in Watts." ::= { setpointsMin 2 } setpointFmDigitalMin OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint for FM+Digital mode minimum in Watts." ::= { setpointsMin 3 } setpointDigitalMin OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint for Digital mode minimum in Watts." ::= { setpointsMin 4 } setpointsMax OBJECT IDENTIFIER ::= { systemPower 10 } setpointCurrentMax OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint maximum in Watts." ::= { setpointsMax 1 } setpointFMMax OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint for FM mode maximum in Watts." ::= { setpointsMax 2 } setpointFmDigitalMax OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint for FM+Digital mode maximum in Watts." ::= { setpointsMax 3 } setpointDigitalMax OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-only STATUS current DESCRIPTION "System power setpoint for Digital mode maximum in Watts." ::= { setpointsMax 4 } sideband OBJECT IDENTIFIER ::= { systemPower 11 } sidebandAdjust OBJECT-TYPE SYNTAX INTEGER (0..40) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value, each increase in value decreases sideband by 0.25dBc" ::= { sideband 1 } sidebandDBc OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Sideband adjustment in dBc." ::= { sideband 2 } vpeCal OBJECT IDENTIFIER ::= { systemPower 12 } vpeCalAdjust OBJECT-TYPE SYNTAX INTEGER (0..160) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value, each increase in value increases cal by 0.25dB" ::= { vpeCal 1 } vpeCalDB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "VPe Cal adjustment in dB." ::= { vpeCal 2 } setpointsPreset OBJECT IDENTIFIER ::= { systemPower 13 } presetEnabled OBJECT-TYPE SYNTAX INTEGER { disabled (0), enabled (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Shows if Preset Power is in-use, and controls enabling/disabling." ::= { setpointsPreset 1 } setpointFmPreset OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power preset setpoint for FM mode in Watts. Applied when preset power is enabled in FM mode. Actual power output is subject to transmitter type. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpointsPreset 2 } setpointFmDigitalPreset OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power preset setpoint for FM+Digital mode in Watts. Applied when preset power is enabled in FM+Digital mode. Actual power output is subject to transmitter type. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpointsPreset 3 } setpointDigitalPreset OBJECT-TYPE SYNTAX INTEGER (1..20000) MAX-ACCESS read-write STATUS current DESCRIPTION "System power preset setpoint for Digital mode in Watts. Applied when preset power is enabled in Digital mode. Actual power output is subject to transmitter type. If this setpoint is outside the bounds of the system, the closest safe power output is utilized." ::= { setpointsPreset 4 } scheduleEnabled OBJECT-TYPE SYNTAX INTEGER { disabled (0), enabled (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enables a daily scheduling of automatic switch to Preset Power." ::= { setpointsPreset 5 } scheduleStart OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: HH:MM 0-23, 0-59 Time to start scheduled preset power mode, in 24-hour time of day." ::= { setpointsPreset 6 } scheduleEnd OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: HH:MM 0-23, 0-59 Time to end scheduled preset power mode, in 24-hour time of day." ::= { setpointsPreset 7 } exciter OBJECT IDENTIFIER ::= { stx2 3 } inputSelect OBJECT-TYPE SYNTAX INTEGER { compositeInputs (0), analog (1), digitalAES (2), compositeAES (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Selection of audio input currently used in modulation." ::= { exciter 1 } peakModulationDeviation OBJECT-TYPE SYNTAX INTEGER (10..300) MAX-ACCESS read-write STATUS current DESCRIPTION "Definition for 100% peak modulation in terms of deviation from carrier frequency, in kHz." ::= { exciter 2 } preemphasis OBJECT-TYPE SYNTAX INTEGER { none (0), cutoff50usec (1), cutoff75usec (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This time inversely determines the baseband cutoff frequency of the preemphasis filter." ::= { exciter 3 } monoStereoMode OBJECT-TYPE SYNTAX INTEGER { stereo (0), monoL (1), monoR (2), monoLR (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Mono or stereo setting for the selected audio input." ::= { exciter 4 } modulationPeakHold OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Measured peak hold for the output modulation as percent relative to 100% peak modulation deviation." ::= { exciter 5 } levelSetting OBJECT IDENTIFIER ::= { exciter 6 } stereoGeneratorPeakHold OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Percent of peak modulation at exciter output corresponding to the set input level for the active audio input (digital AES or component analog)." ::= { levelSetting 1 } composite OBJECT IDENTIFIER ::= { levelSetting 2 } compositeAdjust OBJECT-TYPE SYNTAX INTEGER (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { composite 1 } compositeDB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Composite audio adjustment in dB." ::= { composite 2 } compositePeakHold OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Percent of peak modulation of all composite inputs. Includes any additions from external unbalanced composite, SCA1, SCA2, and RDS inputs." ::= { composite 3 } analogL OBJECT IDENTIFIER ::= { levelSetting 3 } analogLAdjust OBJECT-TYPE SYNTAX INTEGER (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { analogL 1 } analogLDB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Analog L audio adjustment in dB." ::= { analogL 2 } analogLPeakHold OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Percent of peak modulation" ::= { analogL 3 } analogR OBJECT IDENTIFIER ::= { levelSetting 4 } analogRAdjust OBJECT-TYPE SYNTAX INTEGER (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { analogR 1 } analogRDB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Analog R audio adjustment in dB." ::= { analogR 2 } analogRPeakHold OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Percent of peak modulation" ::= { analogR 3 } sca1 OBJECT IDENTIFIER ::= { levelSetting 5 } sca1OnOff OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "On or off control for the SCA1 input of the internal exciter." ::= { sca1 1 } sca1Adjust OBJECT-TYPE SYNTAX INTEGER (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { sca1 2 } sca1DB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "SCA1 audio adjustment in dB." ::= { sca1 3 } sca2 OBJECT IDENTIFIER ::= { levelSetting 6 } sca2OnOff OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "On or off control for the SCA2 input of the internal exciter." ::= { sca2 1 } sca2Adjust OBJECT-TYPE SYNTAX INTEGER (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { sca2 2 } sca2DB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "SCA2 audio adjustment in dB." ::= { sca2 3 } rds OBJECT IDENTIFIER ::= { levelSetting 7 } rdsOnOff OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "On or off control for the RDS input of the internal exciter." ::= { rds 1 } rdsAdjust OBJECT-TYPE SYNTAX INTEGER (0..512) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { rds 2 } rdsDB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "RDS audio adjustment in dB." ::= { rds 3 } analogLRLevel OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Multiplier for generated stereo output 70.0 to 100.0%" ::= { levelSetting 8 } aesLevel OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Multiplier for generated stereo output 70.0 to 100.0%" ::= { levelSetting 9 } aesCalibration OBJECT IDENTIFIER ::= { levelSetting 10 } aesAdjust OBJECT-TYPE SYNTAX INTEGER (0..280) MAX-ACCESS read-write STATUS current DESCRIPTION "raw adjustment value" ::= { aesCalibration 1 } aesDB OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "AES adjustment in dBFS." ::= { aesCalibration 2 } pilot OBJECT IDENTIFIER ::= { exciter 7 } pilotOnStereo OBJECT-TYPE SYNTAX INTEGER { stereo-only (0), always-on (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "On or off control for the pilot tone when not in Stereo mode." ::= { pilot 1 } pilotLevel OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: #0.0 range 0 to 15 with 0.5% or finer resolution Percent of peak modulation at exciter output corresponding to the peak of the 19kHz sine pilot." ::= { pilot 2 } clock10MHz OBJECT IDENTIFIER ::= { exciter 8 } clock10MhzStatus OBJECT-TYPE SYNTAX INTEGER { freeRunning (0), externalReference (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the use of an external 10MHz clock." ::= { clock10MHz 1 } clock10MhzLock OBJECT-TYPE SYNTAX INTEGER { notLocked (0), locked (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Locked status of the 10MHz reference." ::= { clock10MHz 2 } clock1PPS OBJECT-TYPE SYNTAX INTEGER { freeRunning (0), externalReference (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the use of an external 1PPS (pulse per second) clock." ::= { exciter 9 } afcLock OBJECT-TYPE SYNTAX INTEGER { notLocked (0), locked (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Locked status of the internal exciter automatic frequency lock." ::= { exciter 10 } exciterAlarms OBJECT IDENTIFIER ::= { exciter 11 } afcUnlock OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Automatic frequency control system has lost lock." ::= { exciterAlarms 1 } modulationSilence OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Internal exciter peak modulation level has remained below expected levels for an extended period of time." ::= { exciterAlarms 2 } audioInputSilence OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Active audio input peak hold levels have remained below expected levels for an extended period of time." ::= { exciterAlarms 3 } exciterAlarmSettings OBJECT IDENTIFIER ::= { exciter 12 } audioSilenceThreshold OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: #0.0 -36.0 to 0.0 Peak hold level in DBFs that determines a silence condition on the input." ::= { exciterAlarmSettings 1 } audioSilencePeriod OBJECT-TYPE SYNTAX INTEGER (0..999) MAX-ACCESS read-write STATUS current DESCRIPTION "Time period in seconds which the active audio input must remain below the set threshold for a silence alarm to be tripped. Set this to 0 to effictively disable the silence alarm." ::= { exciterAlarmSettings 2 } exciterFaults OBJECT IDENTIFIER ::= { exciter 13 } exciterCommunications OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Internal exciter device communications are unresponsive." ::= { exciterFaults 1 } exciterStartup OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Internal exciter fails to come out of reset" ::= { exciterFaults 2 } afcLockPolarity OBJECT-TYPE SYNTAX INTEGER { unlockedHigh (0), unlockedLow (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Polarity for the AFC Lock discrete output." ::= { exciter 14 } faultOutPolarity OBJECT-TYPE SYNTAX INTEGER { unlockedHigh (0), unlockedLow (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Polarity for the Fault discrete output." ::= { exciter 15 } tubeMode OBJECT-TYPE SYNTAX INTEGER { None (0), 10T (1), 25T (2), IPA (3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Selected operation with a Tube transmitter." ::= { exciter 16 } vpeIsPresent OBJECT-TYPE SYNTAX INTEGER { notPresent (0), present (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Presense configuration of the VPe unit." ::= { exciter 17 } primaryAudioSource OBJECT-TYPE SYNTAX INTEGER { compositeInputs (0), analog (1), digitalAES (2), compositeAES (3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Primary audio source to be used." ::= { exciter 18 } secondaryAudioSource OBJECT-TYPE SYNTAX INTEGER { compositeInputs (0), analog (1), digitalAES (2), compositeAES (3), audioNone (255)} MAX-ACCESS read-write STATUS current DESCRIPTION "Secondary (optional backup) audio source to be used." ::= { exciter 19 } internalRDS OBJECT IDENTIFIER ::= { exciter 20 } enableInternalRDS OBJECT-TYPE SYNTAX INTEGER { disabled (0), static (1), dynamic (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Internal RDS in static or dynamic mode ." ::= { internalRDS 1 } piCode OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "PI Code for internal RDS." ::= { internalRDS 2 } ptyCode OBJECT-TYPE SYNTAX INTEGER (0..63) MAX-ACCESS read-write STATUS current DESCRIPTION "PTY Code for internal RDS." ::= { internalRDS 3 } radioText OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Static radio text, up to 64 characters" ::= { internalRDS 4 } programService OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Static program service, up to 64 characters" ::= { internalRDS 5 } alternateFrequency OBJECT IDENTIFIER ::= { internalRDS 6 } alternateFrequenciesInUse OBJECT-TYPE SYNTAX INTEGER(0..7) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of alternate frequencies (in order from 1) to use. A value of 0 uses none of the table" ::= { alternateFrequency 1 } alternateFrequenciesTable OBJECT-TYPE SYNTAX SEQUENCE OF AlternateFrequencyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { alternateFrequency 2 } alternateFrequencyEntry OBJECT-TYPE SYNTAX AlternateFrequencyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { alternateFrequencyNumber } ::= { alternateFrequenciesTable 1 } AlternateFrequencyEntry ::= SEQUENCE { alternateFrequencyNumber INTEGER, alternateFrequencyValue OCTET STRING } alternateFrequencyNumber OBJECT-TYPE SYNTAX INTEGER (1..7) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { alternateFrequencyEntry 1 } alternateFrequencyValue OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Alternate frequency 87.6-107.9 MHz." ::= { alternateFrequencyEntry 2 } internalFSK OBJECT IDENTIFIER ::= { exciter 21 } enableInternalFSK OBJECT-TYPE SYNTAX INTEGER { disabled (0), enabled (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enable Internal Translator ID using FSK." ::= { internalFSK 1 } internalFskID OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "6 character translator station ID to be transmitted via FSK." ::= { internalFSK 2 } audioDelay OBJECT-TYPE SYNTAX INTEGER (0..8128) MAX-ACCESS read-write STATUS current DESCRIPTION "5.3 microseconds of delay per value." ::= { exciter 22 } softLimit OBJECT-TYPE SYNTAX INTEGER (0..1984) MAX-ACCESS read-write STATUS current DESCRIPTION "Soft Limiter" ::= { exciter 23 } powerAmplifiers OBJECT IDENTIFIER ::= { stx2 4 } paPowerTable OBJECT-TYPE SYNTAX SEQUENCE OF PaPowerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { powerAmplifiers 1 } paPowerEntry OBJECT-TYPE SYNTAX PaPowerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paPowerNumber } ::= { paPowerTable 1 } PaPowerEntry ::= SEQUENCE { paPowerNumber INTEGER, paForwardPower INTEGER, paReflectedPower INTEGER, paPowerSetpoint OCTET STRING, paRfInPower INTEGER, paPAV OCTET STRING } paPowerNumber OBJECT-TYPE SYNTAX INTEGER (1..5) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paPowerEntry 1 } paForwardPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Forward power output by the amplifier in Watts." ::= { paPowerEntry 2 } paReflectedPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Reflected power output by the amplifier in Watts." ::= { paPowerEntry 3 } paPowerSetpoint OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: ##0.## Control setpoint in Watts for the power amplifier module." ::= { paPowerEntry 4 } paRfInPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Measured RF input in milliWatts." ::= { paPowerEntry 5 } paPAV OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: #0.# Control voltage for the power amplifier module." ::= { paPowerEntry 6 } paAlarmStatus OBJECT-TYPE SYNTAX BITS { pa1 (0), pa2 (1), pa3 (2), pa4 (3), pa5 (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates which PA, if any, have active alarms." ::= { powerAmplifiers 2 } paAlarmsTable OBJECT-TYPE SYNTAX SEQUENCE OF PaAlarmsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { powerAmplifiers 3 } paAlarmsEntry OBJECT-TYPE SYNTAX PaAlarmsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paAlarmsNumber } ::= { paAlarmsTable 1 } PaAlarmsEntry ::= SEQUENCE { paAlarmsNumber INTEGER, paAlarmPowerSupplyDC INTEGER, paAlarmFoldbackReflectedPower INTEGER, paAlarmFoldbackTemperature INTEGER, paAlarmFoldbackCurrent INTEGER, paAlarmMutedInput INTEGER, paAlarmRailed INTEGER } paAlarmsNumber OBJECT-TYPE SYNTAX INTEGER (1..7) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paAlarmsEntry 1 } paAlarmPowerSupplyDC OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The high voltage power supply self reports that DC voltage is below the absolute minimum. This is expected behavior when RF is off. If active when no other conditions prevent RF, the power supply may not be functioning." ::= { paAlarmsEntry 2 } paAlarmFoldbackReflectedPower OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Control is actively throttling back output power in order to keep reflected power within stable operating levels." ::= { paAlarmsEntry 3 } paAlarmFoldbackTemperature OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Control is actively throttling back output power in order to keep internal temperatures within safe operating levels." ::= { paAlarmsEntry 4 } paAlarmFoldbackCurrent OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Control is actively throttling back output power in order to keep amplifier currents within a safe operating level." ::= { paAlarmsEntry 5 } paAlarmMutedInput OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "RF Input is too low for stable operation." ::= { paAlarmsEntry 6 } paAlarmRailed OBJECT-TYPE SYNTAX INTEGER { ok (0), alarm (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Active when the automatic power control system is attempting to output either the maximum or minimum RF power output based on the controllable range." ::= { paAlarmsEntry 7 } paFaultStatus OBJECT-TYPE SYNTAX BITS { pa1 (0), pa2 (1), pa3 (2), pa4 (3), pa5 (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates which PA, if any, have active faults." ::= { powerAmplifiers 4 } paFaultsTable OBJECT-TYPE SYNTAX SEQUENCE OF PaFaultsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { powerAmplifiers 5 } paFaultsEntry OBJECT-TYPE SYNTAX PaFaultsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paFaultsNumber } ::= { paFaultsTable 1 } PaFaultsEntry ::= SEQUENCE { paFaultsNumber INTEGER, paFaultPowerSupply INTEGER, paFaultReflectedPower INTEGER, paFaultVSWR INTEGER, paFaultTemperature INTEGER, paFaultCurrentDriver INTEGER, paFaultCurrentIPA INTEGER, paFaultCurrentFinal1 INTEGER, paFaultCurrentFinal2 INTEGER, paFaultCurrentFinal3 INTEGER, paFaultCurrentFinal14 INTEGER, paFaultHardware INTEGER, paFaultCommunication INTEGER } paFaultsNumber OBJECT-TYPE SYNTAX INTEGER (1..13) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paFaultsEntry 1 } paFaultPowerSupply OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The main power supply unit for this amplifier has had a failure and is no longer operating correctly." ::= { paFaultsEntry 2 } paFaultReflectedPower OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Reflected power has passed the absolute level of safe operation." ::= { paFaultsEntry 3 } paFaultVSWR OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Reflected power has passed the absolute level of safe operation." ::= { paFaultsEntry 4 } paFaultTemperature OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest measured temperature has passed the level of safe operation." ::= { paFaultsEntry 5 } paFaultCurrentDriver OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest device current has passed the level of safe operation." ::= { paFaultsEntry 6 } paFaultCurrentIPA OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest device current has passed the level of safe operation." ::= { paFaultsEntry 7 } paFaultCurrentFinal1 OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest device current has passed the level of safe operation." ::= { paFaultsEntry 8 } paFaultCurrentFinal2 OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest device current has passed the level of safe operation." ::= { paFaultsEntry 9 } paFaultCurrentFinal3 OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest device current has passed the level of safe operation." ::= { paFaultsEntry 10 } paFaultCurrentFinal4 OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The highest device current has passed the level of safe operation." ::= { paFaultsEntry 11 } paFaultHardware OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "A hardware fault has occured." ::= { paFaultsEntry 12 } paFaultCommunication OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Communication fault with the PA." ::= { paFaultsEntry 13 } paMonitoringTable OBJECT-TYPE SYNTAX SEQUENCE OF PaMonitoringEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { powerAmplifiers 6 } paMonitoringEntry OBJECT-TYPE SYNTAX PaMonitoringEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paMonitoringNumber } ::= { paMonitoringTable 1 } PaMonitoringEntry ::= SEQUENCE { paMonitoringNumber INTEGER, paTemperature OCTET STRING, paPsVoltage OCTET STRING, paDriveCurrent INTEGER, paIPACurrent INTEGER, paFinal1Current INTEGER, paFinal2Current INTEGER, paFinal3Current INTEGER, paFinal4Current INTEGER, paTotalCurrent INTEGER } paMonitoringNumber OBJECT-TYPE SYNTAX INTEGER (1..5) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paMonitoringEntry 1 } paTemperature OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: ##0.0 0.0-110.0 Highest measured temperature in this pa module in degrees C." ::= { paMonitoringEntry 2 } paPsVoltage OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: #0.0 0.0-55.0 Power supply output Voltage." ::= { paMonitoringEntry 3 } paDriveCurrent OBJECT-TYPE SYNTAX INTEGER (0..714) MAX-ACCESS read-only STATUS current DESCRIPTION "Measured current in milliAmps across the driver amplification device." ::= { paMonitoringEntry 4 } paIPACurrent OBJECT-TYPE SYNTAX INTEGER (0..5000) MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0-5000mA Measured current in milliamps across the intermediate power amplifier device." ::= { paMonitoringEntry 5 } paFinal1Current OBJECT-TYPE SYNTAX INTEGER (0..21500) MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0-21500mA Measured current in milliamps across the final amplifer device #1." ::= { paMonitoringEntry 6 } paFinal2Current OBJECT-TYPE SYNTAX INTEGER (0..21500) MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0-21500mA Measured current in milliamps across the final amplifer device #2." ::= { paMonitoringEntry 7 } paFinal3Current OBJECT-TYPE SYNTAX INTEGER (0..21500) MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0-21500mA Measured current in milliamps across the final amplifer device #3." ::= { paMonitoringEntry 8 } paFinal4Current OBJECT-TYPE SYNTAX INTEGER (0..21500) MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0-21500mA Measured current in milliamps across the final amplifer device #4." ::= { paMonitoringEntry 9 } paTotalCurrent OBJECT-TYPE SYNTAX INTEGER (0..92000) MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0-92000 Total measured current in milliamps for all amplification devices." ::= { paMonitoringEntry 10 } paCountExpected OBJECT-TYPE SYNTAX INTEGER (1..5) MAX-ACCESS read-only STATUS current DESCRIPTION "The expected number of Power Amplifier modules connected to the system." ::= {powerAmplifiers 7} paBias OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-write STATUS current DESCRIPTION "Format: #.## Bias voltage for the power amplifier in Digital and Digital+FM modes. Range 2.50 to 3.50 in steps of 0.05" ::= {powerAmplifiers 8} combiner OBJECT IDENTIFIER ::= { stx2 5 } combinerForwardPower OBJECT-TYPE SYNTAX INTEGER (0..8333) MAX-ACCESS read-only STATUS current DESCRIPTION "Measured system forward power in Watts." ::= { combiner 1 } combinerReflectedPower OBJECT-TYPE SYNTAX INTEGER (0..833) MAX-ACCESS read-only STATUS current DESCRIPTION "Measured system reflected power in Watts." ::= { combiner 2 } splitterRFInputPower OBJECT-TYPE SYNTAX INTEGER (0..200) MAX-ACCESS read-only STATUS current DESCRIPTION "Measured RF input in milliWatts." ::= { combiner 3 } splitterConfigID OBJECT-TYPE SYNTAX INTEGER { none (0), stxLp1kW (1), stxLp2kW (2), stxLp3kW (3), stxLp5kW (5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The type of combiner denoted by power level." ::= { combiner 4 } splitterBoardRev OBJECT-TYPE SYNTAX INTEGER (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "Hardware Rev of the Splitter board." ::= { combiner 5 } combinerAlarms OBJECT IDENTIFIER ::= { combiner 6 } splitterAlarmInputMute OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "RF input power to the exciter RF splitter is too low for quality operation." ::= { combinerAlarms 1 } splitterAlarmInputOverdrive OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "RF input power to the splitter is too high, risking damage to the system." ::= { combinerAlarms 2 } splitterAlarmOutputMuted OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "The exciter RF splitter is muted due to a detected unsafe condition such as splitter input mute or combiner overtemperature fault." ::= { combinerAlarms 3 } combinerFaults OBJECT IDENTIFIER ::= { combiner 7 } combinerFaultReflectedPower OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Reflected power at system output is too high risking permanent damage." ::= { combinerFaults 1 } combinerFaultVSWR OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Measured standing wave ratio exceeds 2.0:1 risking permanent damage." ::= { combinerFaults 2 } combinerFaultTemperature OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "High temperatures within the combiner risk permanent damage." ::= { combinerFaults 3 } combinerFaultConfig OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "An invalid hardware configuration is detected." ::= { combinerFaults 4 } combinerFaultHardware OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Control hardware self-reports some (not all) faulty operating conditions." ::= { combinerFaults 5 } combinerFaultCommunication OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Communication fault with the Combiner." ::= { combinerFaults 6 } splitterCombinerMonitoring OBJECT IDENTIFIER ::= { combiner 8 } splitterCombinerPs11V OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: #0.0 range TBD Combiner 11V power supply rail voltage measurement" ::= { splitterCombinerMonitoring 1 } splitterCombinerPs5V OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 range TBD Combiner 5V power supply rail voltage measurement" ::= { splitterCombinerMonitoring 2 } splitterCombinerPs3_3V OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 range TBD Combiner 3.3V power supply rail voltage measurement" ::= { splitterCombinerMonitoring 3 } combinerFan OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: #0.0 range TBD Combiner fan voltage measurement" ::= { splitterCombinerMonitoring 4 } combinerTemperatureInternal OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: ##0.0 0.0-110.0 Temperature reading for the sensor located on the internal heat sink." ::= { splitterCombinerMonitoring 5 } combinerTemperatureInlet OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: ##0.0 0.0-110.0 Temperature reading for the sensor located in the front panel air inlet." ::= { splitterCombinerMonitoring 6 } inputs OBJECT IDENTIFIER ::= { stx2 6 } failsafe OBJECT-TYPE SYNTAX INTEGER { inactive (0), active (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current level of the input." ::= { inputs 1 } muteInput OBJECT-TYPE SYNTAX INTEGER { inactive (0), active (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the current level of the input." ::= { inputs 2 } input3reserved OBJECT-TYPE SYNTAX INTEGER { inactive (0), active (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Reserved for future use." ::= { inputs 3 } input4reserved OBJECT-TYPE SYNTAX INTEGER { inactive (0), active (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Reserved for future use." ::= { inputs 4 } vpePresent OBJECT-TYPE SYNTAX INTEGER { notPresent (0), present (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current presense state of the VPe unit." ::= { inputs 5 } internalPA OBJECT-TYPE SYNTAX INTEGER { notPresent (0), present (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current presense state of an internal PA." ::= { inputs 6 } dualController OBJECT-TYPE SYNTAX INTEGER { single (0), dual (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Configuration state for single or dual controller configuration." ::= { inputs 7 } outputs OBJECT IDENTIFIER ::= { stx2 7 } systemReflectedPowerOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 1 } paTotalCurrentOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 2 } paTemperatureOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 3 } systemFaultOutput OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 4 } vswrSystemOutput OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 5 } transmitterOnOutput OBJECT-TYPE SYNTAX INTEGER { off (0), on (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 6 } transmitterOffOutput OBJECT-TYPE SYNTAX INTEGER { on (0), off (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 7 } muteOutput OBJECT-TYPE SYNTAX INTEGER { unmuted (0), muted (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 8 } afcLockOutput OBJECT-TYPE SYNTAX INTEGER { unlocked (0), locked (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 9 } audioSelect1Output OBJECT-TYPE SYNTAX INTEGER { low (0), high (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 10 } audioSelect0Output OBJECT-TYPE SYNTAX INTEGER { low (0), high (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 11 } paForwardPowerOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 12 } paReflectedPowerOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 13 } systemForwardPowerOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 14 } paVoltageOutput OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: 0.0 0.0-5.0 Voltage level of this output." ::= { outputs 15 } presetPowerOutput OBJECT-TYPE SYNTAX INTEGER { disabled (0), enabled (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Logic level of this output." ::= { outputs 16 } versions OBJECT IDENTIFIER ::= { stx2 8 } mainController OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Controller version" ::= { versions 1 } exciterFPGA OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Exciter FPGA version" ::= { versions 2 } exciterDSP OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Exciter DSP version" ::= { versions 3 } frontPanelSoftware OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Front Panel version" ::= { versions 4 } paVersionsTable OBJECT-TYPE SYNTAX SEQUENCE OF PaVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { versions 5 } paVersionsEntry OBJECT-TYPE SYNTAX PaVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paVersionsNumber } ::= { paVersionsTable 1 } PaVersionsEntry ::= SEQUENCE { paVersionsNumber INTEGER, pa OCTET STRING } paVersionsNumber OBJECT-TYPE SYNTAX INTEGER (1..5) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paVersionsEntry 1 } pa OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "PA version" ::= { paVersionsEntry 2 } splitterCombiner OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Splitter/Combiner version" ::= { versions 6 } vpeGateway OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "VPe Gateway version" ::= { versions 7 } paMotherboardVersionsTable OBJECT-TYPE SYNTAX SEQUENCE OF paMotherboardVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { versions 8 } paMotherboardVersionsEntry OBJECT-TYPE SYNTAX paMotherboardVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paMotherboardVersionsNumber } ::= { paMotherboardVersionsTable 1 } paMotherboardVersionsEntry ::= SEQUENCE { paMotherboardVersionsNumber INTEGER, paMotherboard OCTET STRING } paMotherboardVersionsNumber OBJECT-TYPE SYNTAX INTEGER (1..1) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paMotherboardVersionsEntry 1 } paMotherboard OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "PA Motherboard version" ::= { paMotherboardVersionsEntry 2 } paModuleVersionsTable OBJECT-TYPE SYNTAX SEQUENCE OF PaModuleVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { versions 9 } paModuleVersionsEntry OBJECT-TYPE SYNTAX PaModuleVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { paModuleVersionsNumber } ::= { paModuleVersionsTable 1 } PaModuleVersionsEntry ::= SEQUENCE { paModuleVersionsNumber INTEGER, paModule OCTET STRING } paModuleVersionsNumber OBJECT-TYPE SYNTAX INTEGER (1..4) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { paModuleVersionsEntry 1 } paModule OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "PA Module version" ::= { paModuleVersionsEntry 2 } psMotherboardVersionsTable OBJECT-TYPE SYNTAX SEQUENCE OF psMotherboardVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { versions 10 } psMotherboardVersionsEntry OBJECT-TYPE SYNTAX PsMotherboardVersionsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { psMotherboardVersionsNumber } ::= { psMotherboardVersionsTable 1 } psMotherboardVersionsEntry ::= SEQUENCE { psMotherboardVersionsNumber INTEGER, psMotherboard OCTET STRING } psMotherboardVersionsNumber OBJECT-TYPE SYNTAX INTEGER (1..2) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { psMotherboardVersionsEntry 1 } psMotherboard OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "PS Motherboard version" ::= { psMotherboardVersionsEntry 2 } diagnostics OBJECT IDENTIFIER ::= { stx2 9 } systemFaultReset OBJECT-TYPE SYNTAX INTEGER { reset (1) } MAX-ACCESS write-only STATUS current DESCRIPTION "Write this value to trigger a system fault reset attempt." ::= { diagnostics 1 } failsafeStatus OBJECT-TYPE SYNTAX INTEGER { ok (0), failsafeMode (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the failsafe remote input." ::= { diagnostics 2 } mute OBJECT-TYPE SYNTAX INTEGER { unmuted (0), muteActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the mute remote output" ::= { diagnostics 3 } systemAlarm OBJECT-TYPE SYNTAX INTEGER { ok (0), systemAlarmActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { diagnostics 4 } systemFault OBJECT-TYPE SYNTAX INTEGER { ok (0), systemFaultActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { diagnostics 5 } exciterAlarm OBJECT-TYPE SYNTAX INTEGER { ok (0), exciterAlarmActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the internal exciter section for the specific alarm." ::= { diagnostics 6 } exciterFault OBJECT-TYPE SYNTAX INTEGER { ok (0), exciterFaultActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the internal exciter section for the specific fault." ::= { diagnostics 7 } paAlarm OBJECT-TYPE SYNTAX INTEGER { ok (0), paAlarmActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the appropriate PA section for the specific alarm." ::= { diagnostics 8 } paFault OBJECT-TYPE SYNTAX INTEGER { ok (0), paFaultActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the appropriate PA section for the specific fault." ::= { diagnostics 9 } paPsFault OBJECT-TYPE SYNTAX INTEGER { ok (0), paPSFaultActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the appropriate PA section for the specific fault." ::= { diagnostics 10 } splitterCombinerAlarm OBJECT-TYPE SYNTAX INTEGER { ok (0), combinerAlarmActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the combiner section for the specific alarm." ::= { diagnostics 11 } splitterCombinerFault OBJECT-TYPE SYNTAX INTEGER { ok (0), combinerFaultActive (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, see the combiner section for the specific fault." ::= { diagnostics 12 } vswrFault OBJECT-TYPE SYNTAX INTEGER { ok (0), fault (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "If active, system VSWR condition is present at the system output. This is the PA output for 1kW and the combiner output for 2,3, and 5kW systems." ::= { diagnostics 13 } eventLog OBJECT IDENTIFIER ::= { stx2 10 } eventLogTable OBJECT-TYPE SYNTAX SEQUENCE OF EventLogEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { eventLog 1 } eventLogEntry OBJECT-TYPE SYNTAX EventLogEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { eventIndex } ::= { eventLogTable 1 } EventLogEntry ::= SEQUENCE { eventIndex INTEGER, eventTimestamp INTEGER, eventType OCTET STRING, eventSource OCTET STRING, eventCode OCTET STRING, eventText OCTET STRING } eventIndex OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Format: 2 unsigned bytes " ::= { eventLogEntry 1 } eventTimestamp OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "Format: YYYY:MM:DD HH:MM:SS" ::= { eventLogEntry 2 } eventType OBJECT-TYPE SYNTAX INTEGER { faultClear (0), faultAsserted (1), event (2), next (3), alarmClear (4), alarmAsserted (5), invalid (255) } MAX-ACCESS read-only STATUS current DESCRIPTION "The type of event" ::= { eventLogEntry 3 } eventSource OBJECT-TYPE SYNTAX INTEGER { controller (0), exciter (1), pa_1 (2), pa_2 (3), pa_3 (4), pa_4 (5), pa_5 (6), combiner (7), gw_ctrl (8), invalid (65535) } MAX-ACCESS read-only STATUS current DESCRIPTION "The source of the event" ::= { eventLogEntry 4 } eventCode OBJECT-TYPE SYNTAX INTEGER { none (0), faultPaTemp (3001), faultPaVSWR (3002), faultPaFinal (3003), faultPaDrive (3004), faultPaRflPwr (3005), faultPaIPA (3006), faultPa48V (3007), faultPaComm (3008), faultCombRflPwr (3009), faultCombVSWR (3010), faultCombTemp (3011), faultCombComm (3012), faultExciterInternal (3013), faultExciterExternal (3014), faultExciterComm (3015), faultFailsafe (3016), faultVPeGateway (3017), faultController (3018), faultGatewayCtrlComm (3019), faultPaMoboComm (3020), faultPsMoboComm (3021), faultPsMoboFanPower (3022), faultPsMoboFanControl (3023), faultPsMoboRectFailed (3024), faultPaModuleComm (3025), faultPaModuleVSWR (3026), faultPaModuleRflPower (3027), faultPaPalletCurrent (3028), alarmPaPsDC (4000), alarmPaRflPwrFoldback (4001), alarmPaCurrentFoldback (4002), alarmPaTempFoldback (4003), alarmPaMute (4004), alarmPaRailed (4005), alarmCombSplitOut (4006), alarmCombRfInMute (4007), alarmCombRfInOverdrive (4008), alarmUnlockAFC (4009), alarmExgineComm (4010), alarmSilence (4011), alarmPsMoboPowerFailWarning (4012), alarmPsMoboOverTempWarning (4013), alarmPsMoboPowerCapactiyWarning (4014), alarmPsMoboRectifierImbalanced (4015), alarmPaModuleMute (4016), alarmPaModuleRailed (4017), alarmPaModuleVSWR (4018), alarmPaModulePalletOverCurrentFoldback (4019), alarmPaModulePalletMute (4020), eventTxMuted (6000), eventTxOn (6001), eventTxOff (6002), eventFaultReset (6003), eventAudioSelectChange (6004), eventPowerLevelChangeFM (6005), eventPowerLevelChangeDigital (6006), eventPowerLevelChangeFMDigital (6007), eventFrequencyChange (6008), eventModModeChange (6009), eventPasswordChange (6012), eventExciterFirmwareUpdate (6014), eventTxUnmuted (6015), eventControllerFirmwareUpdate (6016), eventSystemPowerup (6017), eventStandby (6018), eventActive (6019), eventFirmwareUpload (6020), eventFirmwareUpdate (6021), eventSettingsReset (6022), eventRFDACReset (6023), eventVPeLinkUp (6024), eventVPeLinkDown (6025), eventVPeDspUp (6026), eventVPeDspDown (6027), eventExgineUpdate (6028), eventVPeHDUp (6029), eventVPeHDDown (6030), eventHDError (6031), eventFirmwareUpdateFailed (6032), eventClockReset (6033), eventPowerPreset (6034), eventPowerLevelPresetChangeFM (6035), eventPowerLevelPresetChangeDigital (6036), eventPowerLevelPresetChangeFMDigital (6037), } MAX-ACCESS read-only STATUS current DESCRIPTION "The numeric code for the event that occurred." ::= { eventLogEntry 5 } eventParam OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Additional event-specific value." ::= { eventLogEntry 6 } eventLogEntryOldest OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the earliest event that occurred." ::= { eventLog 2 } eventLogEntryNext OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "The index of the next event to occur." ::= { eventLog 3 } eventLogClear OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS write-only STATUS current DESCRIPTION "Set to 1 to clear all entries in the event log and reset the index to 1." ::= { eventLog 4 } hpComponents OBJECT IDENTIFIER ::= { stx2 11 } hpPaModuleTable OBJECT-TYPE SYNTAX SEQUENCE OF HpPaModuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { hpComponents 1 } hpPaModuleEntry OBJECT-TYPE SYNTAX HpPaModuleEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { hpPaModuleNumber } ::= { hpPaModuleTable 1 } HpPaModuleEntry ::= SEQUENCE { hpPaModuleNumber INTEGER, hpPaForwardPower INTEGER, hpPaReflectedPower INTEGER, hpPaPowerSetpoint OCTET STRING, hpPaRfInPower INTEGER } hpPaModuleNumber OBJECT-TYPE SYNTAX INTEGER (1..4) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { hpPaModuleEntry 1 } hpPaForwardPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Forward power output by the amplifier in Watts." ::= { hpPaModuleEntry 2 } hpPaReflectedPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Reflected power output by the amplifier in Watts." ::= { hpPaModuleEntry 3 } hpPaInputPower OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Measured RF input in milliWatts." ::= { hpPaModuleEntry 4 } hpPaPalletTable OBJECT-TYPE SYNTAX SEQUENCE OF HpPaPalletEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { hpComponents 2 } hpPaPalletEntry OBJECT-TYPE SYNTAX HpPaPalletEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { hpPaPalletNumber } ::= { hpPaPalletTable 1 } HpPaPalletEntry ::= SEQUENCE { hpPaPalletNumber INTEGER, hpPaPalletTemperature OCTET STRING, hpPaPalletCurrent INTEGER, hpPaPalletInput INTEGER, hpPaPalletBias INTEGER } hpPaPalletNumber OBJECT-TYPE SYNTAX INTEGER (1..16) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { hpPaPalletEntry 1 } hpPaPalletTemperature OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPaPalletEntry 2 } hpPaPalletCurrent OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPaPalletEntry 3 } hpPaPalletInput OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPaPalletEntry 4 } hpPaPalletBias OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPaPalletEntry 5 } hpPsRectifierTable OBJECT-TYPE SYNTAX SEQUENCE OF HpPsRectifierEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { hpComponents 3 } hpPsRectifierEntry OBJECT-TYPE SYNTAX HpPsRectifierEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { hpPsRectifierNumber } ::= { hpPsRectifierTable 1 } HpPsRectifierEntry ::= SEQUENCE { hpPsRectifierNumber INTEGER, hpPsRectifierTemperature OCTET STRING, hpPsRectifierVoltage INTEGER, hpPsRectifierCurrent INTEGER } hpPsRectifierNumber OBJECT-TYPE SYNTAX INTEGER (1..8) MAX-ACCESS not-accessible STATUS current DESCRIPTION "" ::= { hpPsRectifierEntry 1 } hpPsRectifierTemperature OBJECT-TYPE SYNTAX OCTET STRING MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPsRectifierEntry 2 } hpPsRectifierVoltage OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPsRectifierEntry 3 } hpPsRectifierCurrent OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "." ::= { hpPsRectifierEntry 4 } hpTest OBJECT IDENTIFIER ::= { stx2 12 } hpIpaSetpoint OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "IPA setpoint in Watts." ::= { hpTest 1 } hpBias OBJECT IDENTIFIER ::= { hpTest 2 } hpBias1 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "12-bit DAC value." ::= { hpBias 1 } hpBias2 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "12-bit DAC value." ::= { hpBias 2 } hpBias3 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "12-bit DAC value." ::= { hpBias 3 } hpBias4 OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "12-bit DAC value." ::= { hpBias 4 } END