Canboat ts-pgns
    Preparing search index...

    Interface PGN_65305_SimnetDeviceModeRequestInterface

    PGN: 65305

    Description: Simnet: Device Mode Request

    Explanation: This PGN is sent by an active AutoPilot head controller (AP, MFD, Triton2). It is used by the AC (AutoPilot Controller) to verify that there is an active controller. If this PGN is not sent regularly the AC may report an error and go to standby.

    Match: Manufacturer Code == Simrad
    Match: Industry Code == Marine Industry
    Match: Report == Send Mode

    interface PGN_65305_SimnetDeviceModeRequestInterface {
        description?: string;
        dst: number;
        fields: PGN_65305_SimnetDeviceModeRequestFields;
        input?: string[];
        pgn: number;
        prio: number;
        src?: number;
        timestamp?: string;
        getDefinition(): Definition;
    }

    Hierarchy

    Implemented by

    Index

    Properties

    description?: string
    dst: number
    input?: string[]
    pgn: number
    prio: number
    src?: number
    timestamp?: string

    Methods