@maschinenlesbar.org/mudab-cli
    Preparing search index...

    Interface ParameterPLC

    V_GEMESSENE_PARA_PLC item — a parameter measured at a PLC station.

    interface ParameterPLC {
        ANZ_MESSWERTE?: number;
        LETZTE_MESSUNG?: string;
        metadataid?: number;
        PARAMETER?: string;
        PARAMETERGRUPPE?: string;
        PRKEY?: string;
        STATION_CODE?: string;
        STATION_NAME?: string;
        SUBCM_CODE?: string;
        SUBCM_NAME?: string;
    }
    Index
    ANZ_MESSWERTE?: number

    Number of measured values.

    LETZTE_MESSUNG?: string

    Year of the last measurement.

    metadataid?: number
    PARAMETER?: string

    Parameter abbreviation.

    PARAMETERGRUPPE?: string

    Parameter group.

    PRKEY?: string

    Unique id of the measurement, STATION_CODE + PARAMETER.

    STATION_CODE?: string

    Station code.

    STATION_NAME?: string
    SUBCM_CODE?: string
    SUBCM_NAME?: string