Configuration Commands Table
   

In this Topic Hide

ASCII Format

Raw Format

Word / Parameter Formats

Force Store / Block / Scene

Local System Time

Longitude and Latitude

Time Zone

Daylight Saving Time (DST)

 

Notes:

  • See Word / Parameter Formats below the following tables for guidance on Words in raw format and parameters in ASCII format.

  • When you send a command, if you have entered an invalid parameter or it has been sent to a device, router or cluster that does not exist, then you will receive an error message describing what is wrong with the command. See Error / Diagnostic Messages.

ASCII Format

Note:

  • In an ASCII string, the parameters are not required to be in the order shown below.

 

Name

Parameters

Store Scene (Group)     

Command Number 201

Group 1..16383

Force Store  Block 1..8  Scene  1..16

Level  0..100%

 

 

Store Scene (Device)

Command Number 202

Cluster 1..253
Router
1..254

Subnet 1..4
Device  1..255

Force Store
Block 1..8  Scene 1..16

Level 0..100%

Special values:

253=Last Level;

254=Ignore

 

Store As Scene (Group)

Command Number 203

Group 1..16383

Force Store  Block 1..8  Scene  1..16

 

 

 

Store As Scene (Device)

Command Number 204

Cluster 1..253
Router 1..254

Subnet 1..4
Device  1..255

Force Store
Block 1..8  Scene 1..16

 

 

Reset Emergency Battery and Total Lamp Time (Group)

Command Number 205

Group 1..16383

 

 

 

 

Reset Emergency Battery and Total Lamp Time (Device)

Command Number 206

Cluster 1..253
Router 1..254

Subnet 1..4
Device 1..255

 

 

 

Set Time and Location

Command Number 240

Local System Time

no. of seconds since 1st January 1970

Longitude
Hemisphere, hours, minutes and seconds in decimal form

Latitude  
Hemisphere, hours, minutes and seconds in decimal form

Time Zone
-12..12 (GMT)

DST
1=ON / 0=OFF

Set Time

Command Number 241

Local System Time

no. of seconds since 1st January 1970

 

 

 

 

Set Longitude

Command Number 242

 

Longitude
 

 

 

 

Set Latitude

Command Number 243

 

 

Latitude  
 

 

 

Set Time Zone

Command Number 244

 

 

 

Time Zone
-12..12 (GMT)

 

Set DST

Command Number 245

 

 

 

 

DST
1=ON / 0=OFF

Raw Format

Name

Command Number Word1
(32 bit)

Word 2
(32 bit)

Word 3
(32 bit)

Word 4
(32 bit)

Word 5
(32 bit)

Word 6
(32 bit)

Word 7
(32 bit)

Word 8
(32 bit)

Word 9
(32 bit)

Word 10
(32 bit)

Store Scene (Group)     

201

Group 1..16383

0

Force Store (MSBit)
Block 1..8
Scene  1..16

0

0

Level 0..100%

0

 

0

0

Store Scene ( Device )

202

Cluster 1..253
Router
1..254

Subnet 1..4
Device  1..255

Force Store (MSBit)
Block 1..8
Scene  1..16

0

0

Level 0..100%

0

0

0

Store As Scene (Group)

203

Group 1..16383

0

Force Store (MSBit)
Block 1..8
Scene  1..16

0

0

0

0

0

0

Store As Scene (Device)

204

Cluster 1..253
Router 1..254

Subnet 1..4
Device  1..255

Force Store (MSBit)
Block 1..8
Scene  1..16

0

0

0

0

0

0

Reset Emergency Battery and Total Lamp Time (Group)

205

Group 1..16383

0

0

0

0

0

0

0

0

Reset Emergency Battery and Total Lamp Time (Device)

206

Cluster 1..253
Router 1..254

Subnet 1..4
Device 1..255

0

0

0

0

0

0

0

Set Time and Location

240

Local System Time no. of seconds since 1st January 1970

Longitude hemisphere, hours, minutes, and seconds in decimal form

Latitude  
Hemisphere, hours, minutes and seconds in decimal form

Time Zone
-12..12 (GMT)

DST (LSBit)
1=ON / 0=OFF

0

0

0

0

Set Time

241

Local System

0

0

0

0

0

0

0

0

Set Longitude

242

0

Longitude

0

0

0

0

0

0

0

Set Latitude

243

0

0

Latitude  
 

0

0

0

0

0

0

Set Time Zone

244

0

0

0

Time Zone
-12..12 (GMT)

0

0

0

0

0

Set DST

245

0

0

0

0

DST (LSBit)
1=ON / 0=OFF

0

0

0

0

Word / Parameter Formats

Note:

Force Store / Block / Scene

If a channel has been configured to be ignored by a scene, the Force Store flag can be used (by using the value of 1) to override this, and thus the channel’s output will go to the desired level when the scene is recalled.

Raw Format

31..........................24

23.................16

15...................8

7....................0

Force [31]

0 0 0 0 0 0 0

0 0 0 0

Block [19:16]

0 0 0 0 0 0 0 0

0 0 0

Scene [4:0]

Byte 3

Byte 2

Byte 1

Byte 0

ASCII Format

Force Store = 1 (True) or 0 (False), Block = 1..8, Scene = 1..16

Local System Time

Raw Format

31..........................24

23.................16

15...................8

7....................0

Local System Time [31:0]

Byte 3

Byte 2

Byte 1

Byte 0

ASCII Format

The ASCII and raw time value is calculated in seconds from 00:00:00, 1 January 1970.
 

System Time Value

ASCII

Raw

1 second

1

0x00000001

60 seconds (1 minute)

60

0x0000003C

60 minutes (1 hour)

3600

0x00000E10

24 hours (1 day)

86400

0x00015180

1 year (365 days)

31536000

0x01E13380

Longitude and Latitude

Note:


The longitude and latitude values are calculated as follows:

Raw Format

Longitude

31..........................24

23.................16

15...................8

7....................0

Longitude [31:0]

Byte 3

Byte 2

Byte 1

Byte 0

Latitude

31..........................24

23.................16

15...................8

7....................0

Latitude [31:0]

Byte 3

Byte 2

Byte 1

Byte 0

ASCII Format

51025’00” = (51 x 3600 seconds) + (25 x 60 seconds)  + (0 x 1 second) = 185100


S = negative of N and W = negative of E (for Raw format, use two’s complement to represent negative values)

 

Latitude

ASCII

Raw

N: 51025’00”

N: 185100

0x0002D30C

S: 51025’00”

N: -185100

0xfffD2CF4

 

Longitude

ASCII

Raw

W: 81024’28”

E: -293068

0xfffB8734

E: 170028’48”

E: 613728

0x00095D60

Time Zone

Raw Format

31..........................24

23.................16

15...................8

7....................0

TimeZone [31:0]

Byte 3

Byte 2

Byte 1

Byte 0

ASCII Format

Time Zone Difference = -12..12 hours calculated in seconds.

Daylight Saving Time (DST)

Raw Format

31.................24

23.................16

15...................8

7....................0

0 0 0 0 0 0 0 0

0 0 0 0 0 0 0 0

0 0 0 0 0 0 0 0

0 0 0 0 0 0 0 1

Byte 3

Byte 2

Byte 1

Byte 0

ASCII Format

Daylight Saving Time = 1 (ON) / 0 (OFF)

Related Topics