Options
All
  • Public
  • Public/Protected
  • All
Menu

PLC Change Update

Special: When an AllLightsOn, AllLightsOff, or AllUnitsOff command is transmitted the Unit Code will equal 00, and the Level (LL) will be:

  • AllLightsOn = 02
  • AllLightsOff = 07
  • AllUnitsOff = 01

This transmission update option transmits the updated status whenever it changes and is enabled by setting the location TRUE in the M1 Control Global Programming Location 39. Example: “Xmit Light Chgs– ASCII” (Yes or No)

see

4.25.2 PLC Change Update (PC)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly houseCode

houseCode: string

Readonly isChecksumValid

isChecksumValid: boolean = false

Readonly isPacketLengthValid

isPacketLengthValid: boolean = false

Readonly isWellFormed

isWellFormed: boolean = false

Readonly level

level: number

Optional Readonly messageType

messageType: undefined | string

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 unitCode

unitCode: number

Static Readonly COMMAND

COMMAND: "PC" = "PC"

Accessors

command

  • get command(): string | null

Legend

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

Generated using TypeDoc