-- Machine generated MIB file, do not edit! -- -- MIB file for OTX1712, type code 42.15, software label 589 -- Generated on Friday, 19-Feb-21 12:51:56 UTC -- CVS $Id: OTX1712_4215_sw589.mib,v 1.1 2021/02/19 12:51:58 til Exp $ -- -- Copyright 2003-2021 by LYNX Technik AG -- -- These coded instructions, statements, and computer programs contain -- unpublished proprietary information written by LYNX Technik AG and -- are protected by Federal copyright law. They may not be disclosed -- to third parties or copied or duplicated in any form, in whole or -- in part, without the prior written consent of LYNX Technik AG. -- OTX1712-4215-sw589-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, OBJECT-TYPE, Integer32, TimeTicks FROM SNMPv2-SMI -- RFC2578 TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC -- RFC2579 MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF -- RFC2580 mib-modules, products, FixedPointValue1, FixedPointValue2, FixedPointValue3, OnOffValue FROM LYNX-SMI; otx1712-4215-sw589 MODULE-IDENTITY LAST-UPDATED "202102191251Z" ORGANIZATION "LYNX Technik AG" CONTACT-INFO "LYNX Technik AG Brunnenweg 3 64331 Weiterstadt http://www.lynx-technik.com mailto:support@lynx-technik.com" DESCRIPTION "MIB module definition for OTX1712, type code 42.15, software label 589" REVISION "202102191251Z" DESCRIPTION "Generated by LYNX Asset Database" ::= { mib-modules 16917589 } otx1712-4215 OBJECT-IDENTITY STATUS current DESCRIPTION "LYNX device type OTX1712" ::= { products 16917 } sw589 OBJECT-IDENTITY STATUS current DESCRIPTION "Software label 589" ::= { otx1712-4215 589 } -- Type definitions TypeFactoryReset ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { press(0) } TypeStatusColor ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { off(0), red(1), green(2), yellow(3) } TypeStatusColorRGB ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { n000000(0), ff0000(1), n00ff00(2), ffff00(3) } TypeSDIOutputStandard ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { missing(0), invalid(1), n525(2), n625(3), n720p60(4), n720p5994(5), n720p50(6), n720p30(7), n720p2997(8), n720p25(9), n720p24(10), n720p2398(11), n1080i60(12), n1080i5994(13), n1080i50(14), n1080p60(15), n1080p5994(16), n1080p50(17), n1080p30(18), n1080p2997(19), n1080p25(20), n1080p24(21), n1080p2398(22), n1080psF30(23), n1080psF2997(24), n1080psF25(25), n1080psF24(26), n1080psF2398(27) } TypeInputSignal ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Enumeration" SYNTAX INTEGER { none(0), invalid(1), n525Sync(2), nTSCMJ(3), pALM(4), n625Sync(5), pALBGHID(6), pALN(7), n720p50Sync(8), n720p59Sync(9), n720p60Sync(10), n1080i50Sync(11), n1080i59Sync(12), n1080i60Sync(13), n1080p23Sync(14), n1080p24Sync(15), n1080p25Sync(16), n1080sF23Sync(17), n1080sF24Sync(18) } -- Parameter definitions typeName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "LYNX product type name" ::= { paramEntry 1 } displayName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Name of device (potentially user-defined), as stored in device-controller" ::= { paramEntry 2 } position OBJECT-TYPE SYNTAX OCTET STRING (SIZE (0..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "Full-qualified position information (e.g. as used in address-field of remoteIF protocol)" ::= { paramEntry 3 } uptime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "Connection time of the device to this UI (in seconds)" ::= { paramEntry 4 } type OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device type code" ::= { paramEntry 5 } version OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Device version information" ::= { paramEntry 6 } factoryReset OBJECT-TYPE SYNTAX TypeFactoryReset MAX-ACCESS read-write STATUS current DESCRIPTION "Reset device to factory default values (set value to PRESS for execution)" ::= { paramEntry 7 } locate OBJECT-TYPE SYNTAX OnOffValue MAX-ACCESS read-write STATUS current DESCRIPTION "toggle the locating function (yellow flashing master LED) ON/OFF" ::= { paramEntry 8 } statusColor OBJECT-TYPE SYNTAX TypeStatusColor MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Master LED (red/green/yellow)" ::= { paramEntry 9 } statusColorRGB OBJECT-TYPE SYNTAX TypeStatusColorRGB MAX-ACCESS read-only STATUS current DESCRIPTION "The current color of the Devices Master LED as #RRGGBB" ::= { paramEntry 10 } sDIOutputStandard OBJECT-TYPE SYNTAX TypeSDIOutputStandard MAX-ACCESS read-only STATUS current DESCRIPTION "Video Standard of SDI Output" ::= { paramEntry 12 } inputSignal OBJECT-TYPE SYNTAX TypeInputSignal MAX-ACCESS read-only STATUS current DESCRIPTION "Current signal Standard on analog video input" ::= { paramEntry 13 } -- Parameter table paramTable OBJECT-TYPE SYNTAX SEQUENCE OF ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Table of OTX1712 parameters" ::= { sw589 1 } paramEntry OBJECT-TYPE SYNTAX ParamEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A row in the table of OTX1712 parameters" INDEX { IMPLIED position } ::= { paramTable 1 } ParamEntry ::= SEQUENCE { typeName DisplayString, displayName DisplayString, position OCTET STRING, uptime TimeTicks, type DisplayString, version DisplayString, factoryReset TypeFactoryReset, locate OnOffValue, statusColor TypeStatusColor, statusColorRGB TypeStatusColorRGB, sDIOutputStandard TypeSDIOutputStandard, inputSignal TypeInputSignal } -- Conformance statements conformance OBJECT-IDENTITY STATUS current DESCRIPTION "Conformance declaration of OTX1712" ::= { sw589 2 } paramGroup OBJECT-GROUP OBJECTS { typeName, displayName, position, uptime, type, version, factoryReset, locate, statusColor, statusColorRGB, sDIOutputStandard, inputSignal } STATUS current DESCRIPTION "Conformance group containing all device parameters" ::= { conformance 1 } paramCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Compliance specification" MODULE -- This module MANDATORY-GROUPS { paramGroup } ::= { conformance 2 } END