Canboat ts-pgns
    Preparing search index...

    Interface PGN_65305_SimnetDeviceStatusRequestInterface

    PGN: 65305

    Description: Simnet: Device Status 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 Status

    interface PGN_65305_SimnetDeviceStatusRequestInterface {
        description?: string;
        dst: number;
        fields: PGN_65305_SimnetDeviceStatusRequestFields;
        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