jooby-codec
    Preparing search index...

    Interface IOperatorParameters

    interface IOperatorParameters {
        calcPeriodDate: TUint8;
        date: TUint8;
        define1: IDefine1OperatorParameter;
        deltaCorMin: TUint8;
        displaySet: IDisplaySetOperatorParameter;
        displaySetExt: IDisplaySetExtOperatorParameter;
        displayType: TUint8;
        energyDecimalPoint: TUint8;
        freqMax: TUint8;
        freqMin: TUint8;
        ipThreshold: TUint32;
        month: TUint8;
        phMin: TUint16;
        pMaxDef: TUint8;
        pmaxThreshold0: TUint32;
        pmaxThreshold1: TUint32;
        pmaxThreshold2: TUint32;
        pmaxThreshold3: TUint32;
        relaySet1: IRelaySet1OperatorParameter;
        relaySet2: IRelaySet2OperatorParameter;
        relaySet3: IRelaySet3OperatorParameter;
        relaySet4: IRelaySet4OperatorParameter;
        relaySet5: IRelaySet5OperatorParameter;
        speedOptoPort: TUint8;
        ten: TUint8;
        timeCorrectPassHalfhour: boolean;
        timeCorrectPeriod: TUint8;
        timeoutBadVAVB: TUint8;
        timeoutBipolarPower: TUint8;
        timeoutCos: TUint8;
        timeoutDisplay: TUint8;
        timeoutIMax: TUint8;
        timeoutMagnetOff: TUint8;
        timeoutMagnetOn: TUint8;
        timeoutPMax: TUint8;
        timeoutRefresh: TUint16;
        timeoutRelayAuto: TUint8;
        timeoutRelayKey: TUint8;
        timeoutRelayOn: TUint8;
        timeoutScreen: TUint8;
        timeoutUneqCurrent: TUint8;
        tint: TUint8;
        typeMeter: TUint8;
        vpThreshold: TUint32;
        vThreshold: TUint32;
        year: TUint8;
    }
    Index

    Properties

    calcPeriodDate: TUint8

    Start date of the monthly billing period.

    date: TUint8

    Date of parameters recording.

    Setting for optoport and constant magnetic field screen.

    deltaCorMin: TUint8

    Allowed correction interval (15 minutes by default). 0 - correction is disabled.

    Display settings for meter readings.

    Setting for displaying meter readings on additional displays (long press).

    displayType: TUint8

    Display type on the remote display (0 - OBIS, 1 - symbolic (not used)).

    energyDecimalPoint: TUint8

    The number of digits after the decimal point for displaying energy values. (0x00 - no digits, 0x01 - 1 digit, 0x02 - 2 digits, 0x03 - 3 digits)

    freqMax: TUint8

    Maximum threshold for the frequency of the grid voltage.

    freqMin: TUint8

    Minimum threshold for the frequency of the grid voltage.

    ipThreshold: TUint32

    Maximum current threshold, mA.

    month: TUint8

    Month of parameters recording.

    phMin: TUint16

    Minimum threshold for the cos φ value.

    pMaxDef: TUint8

    0 - PMAX = POWER_A; 1 - PMAX averaged power over the integration period.

    pmaxThreshold0: TUint32

    Maximum power threshold for tariff T1, Watts.

    pmaxThreshold1: TUint32

    Maximum power threshold for tariff T2, Watts.

    pmaxThreshold2: TUint32

    Maximum power threshold for tariff T3, Watts.

    pmaxThreshold3: TUint32

    Maximum power threshold for tariff T4, Watts.

    Relay settings.

    Relay settings.

    Relay settings.

    Relay settings.

    Relay settings.

    speedOptoPort: TUint8

    Reserved byte.

    ten: TUint8

    Integration period for energy profiles A+, A-, voltage VA 0, 30 - 30 minutes, 15 - 15 minutes, 60 - 60 minutes.

    timeCorrectPassHalfhour: boolean

    Is the time correction with a transition across the half-hour boundary allowed.

    timeCorrectPeriod: TUint8

    Allowed correction period, in hours (24 hours by default, 0 - no limitations).

    timeoutBadVAVB: TUint8

    Timeout for relay deactivation due to poor voltage, seconds.

    timeoutBipolarPower: TUint8

    Timeout for relay deactivation upon detection of power with different polarities (5).

    timeoutCos: TUint8

    Timeout for relay deactivation based on cos φ.

    timeoutDisplay: TUint8

    Display active time.

    timeoutIMax: TUint8

    Timeout for relay deactivation based on maximum current.

    timeoutMagnetOff: TUint8

    Timeout for relay shutdown upon magnetic interference, seconds.

    timeoutMagnetOn: TUint8

    Timeout for relay activation after magnetic field removal, seconds.

    timeoutPMax: TUint8

    Timeout for relay deactivation based on maximum power.

    timeoutRefresh: TUint16

    Value + reserved byte.

    timeoutRelayAuto: TUint8

    Timeout for relay activation upon restoration of quality voltage, seconds.

    timeoutRelayKey: TUint8

    Timeout for relay activation based on IMAX, PMAX, IDIFF, COSFI, seconds.

    timeoutRelayOn: TUint8

    Timeout for automatic relay activation based on IMAX, PMAX, IDIFF, COSFI, minutes.

    timeoutScreen: TUint8

    Display active time for each screen.

    timeoutUneqCurrent: TUint8

    Timeout for relay deactivation based on current inequality (5).

    tint: TUint8

    Power averaging interval, in minutes.

    typeMeter: TUint8

    Measurement type. (0 - active |A|+, 1 - active A+, A-)

    vpThreshold: TUint32

    Maximum voltage threshold, mV.

    vThreshold: TUint32

    Minimum voltage threshold, mV.

    year: TUint8

    Year of parameters recording.