Options
All
  • Public
  • Public/Protected
  • All
Menu

System Log Data Update

As the control log is written, the same information is sent out the RS-232 port. The log information will have the ddd index value set to “000” to indicate a logging entry.

The log data may also be requested with the “ld” (lower case “LD”) command below. Modified in M1 version 4.3.2

The “System Log Data Update” transmission option, transmits the updated status whenever it changes and is enabled by setting the location TRUE in the M1 Control Global Programming Locations 35. Example: “Xmit Event Log–ASCII” (Yes or No). The request for log data “ld” is not controlled by this option.

see

4.23 System Log Data Update (LD)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly areaNumber

areaNumber: number

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Readonly day

day: number

Readonly dayOfWeek

dayOfWeek: DayOfWeek

Readonly event

event: number

Readonly eventNumberData

eventNumberData: number

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly hour

hour: number

Readonly isChecksumValid

isChecksumValid: boolean = false

Readonly isPacketLengthValid

isPacketLengthValid: boolean = false

Readonly isWellFormed

isWellFormed: boolean = false

Readonly logIndex

logIndex: number

Optional Readonly messageType

messageType: undefined | string

Readonly minutes

minutes: number

Readonly month

month: number

Optional Readonly packetLength

packetLength: undefined | string

Readonly raw

raw: string

Optional Readonly reserved

reserved: undefined | string

Optional Readonly subMessageType

subMessageType: undefined | string

Optional Readonly terminator

terminator: undefined | string

Readonly year

year: number

Static Readonly COMMAND

COMMAND: "LD" = "LD"

Accessors

command

  • get command(): string | null

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property
  • Static method

Generated using TypeDoc