Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The TELEMETRY_EXT object sends events presented in the table.   Procedure is started when the corresponding event appears.

Format of events procedure for the Keyboard object:

...

occurs.

Event

Description of event

Parameter

Description of parameter

Range of values

Value range

"

KEY_PRESSED

"

Key is pressed

param0<>

Code of pressed key

See Installing and configuring security system components guide

.

device<>

Device on which key is pressed

0 – Main keyboard

0—AXIS T8312

,

main keyboard

1

-

AXIS T8313 keyboard

"

KEY_RELEASED

"

Key is released

param0<>

Code of released key

0..21 for AXIS T8312.

For BOSCH KBD-Digital, BOSCH KBD-Universal and Panasonic WV-CU950 see Installing and configuring security system components guide

.

device<>

Device on which key is released

0

– Main keyboard

AXIS T8312

,

main keyboard

1

– Rotary switch

AXIS T8313 rotary switch

"

MOVED

"

Position is changed

param0<>

Bias value

For wheel of JogDial rotary switch  -1.. 1; for wheel of frame-by-frame scrolling Shuttle -7..7

For keyboard Panasonic WV-CU950 JogDial  -1.. 1; Shuttle -6..6

device<>

Type of used control mechanism AXIS T8313

0

wheel of rotary switch,

1

wheel of frame-by-frame scrolling

Operator format to describe actions with the short message service is:

Code Block
DoReact("TELEMETRY_EXT","_id_","_command_" [,"_parameters_"]);

List of commands and parameters for the the TELEMETRY_EXT object is presented in the following table:

Command

command description

Parameters

Description

"DRAW_FIGURE"

draw a figure on display

of

of BOSCH KBD-Digital or BOSCH KBD-Universal telemetry panel

display<>

0x00

main display, 0x01

–  status

status display

x1<>

Start coordinate on X axis (from 0 to 127 for main display, from 0 to 121 for status display)

y1<>

Start coordinate on Y axis (from 0 to 239 for main display, from 0 to 31 for status display)

x2<>

End coordinate on X axis (from 0 to 127 for main display, from 0 to 121 for status display)

y2<>

End coordinate on Y axis (from 0 to 239 for main display, from 0 to 31 for status display)

is_fill<>

0

do not fill the figure, 1

fill the figure

is_set_pixels<>

0

remove figure from display, 1

draw figure

figure<>

0

line, 1

rectangle

"PRINT_TEXT"

print text on display of BOSCH KBD-Digital or BOSCH KBD-Universaltelemetry panel

display<>

0x00

–main

main display, 0x01

–  status

status display

x<>

Coordinate on X axis (from 0 to 127 for main display, from 0 to 121 for status display)

y<>

Coordinate on Y axis (from 0 to 239 for main display, from 0 to 31 for status display)

charset<>

Coding:

0

Latin

1

Cyrillic

2

Central

european

European

style<>

Style:

0

Normal

1

Semi-bold

 

text <>

Test message

 

"PRINT_TEXT"

print text on display of Panasonic WV-CU950telemetry panel

y<>

0

display text on the first line

1

display text on the second line

text<>

 Entered

 Displayed text of a line, maximum 20

symbols

characters

flickering<>

Line consists of 6

symbols

characters determining parameters of text flashing: d1 d2 d3 d4 d5 d6

d1 determines period of flashing :

0

flashing disabled

1

-

period 0.25 sec,

symbol

character is

changed

replaced by white space

2

-

period 0.5 sec,

symbol

character is

changed

replaced by white space

3

-

period 0.75 sec,

symbol

character is

changed

replaced by white space

.

4

-

period 1 sec,

symbol

character is

changed

replaced by white space

.

5

-

period 0.25 sec,

symbol

character is

changed

replaced by

white

dark space

6

-

period 0.5 sec,

symbol

character is

changed

replaced by

white

dark space

7

-

period 0.75 sec,

symbol

character is

changed

replaced by

white

dark space

8

-

period 1 sec,

symbol

character is

changed

replaced by

white

dark space

d2: 1

– symbols

—characters from 1 to 4 are flashing, 0

these

symbols

character are not flashing

.

d3: 1

– symbols

—characters from 5 to 8 are flashing, 0

these

symbols

characters are not flashing

.

d4: 1

– symbols

—characters from 9 to 12 are flashing, 0

these

symbols are

characters are not flashing

.

d5: 1

– symbols

—characters from 13 to 16 are flashing, 0

these

symbols

characters are not flashing

.

d6: 1

– symbols

—characters from 17 to 20 are flashing, 0

these

symbols

characters are not flashing

.

"CLEAR_DISPLAY"

clear display of BOSCH KBD-Digital or BOSCH KBD-Universal telemetry panel.

Reaction without parameters for the Panasonic WV-CU950 telemetry panel

.

display<>

0x00

main display, 0x01

–  status

status display

"RELE_ON"

turn on the light on the AXIS T8312 keyboard or Panasonic WV-

CU950panel

CU950 panel

rele<>

Code of key with the light, 12..16 for AXIS T8312.

For Panasonic WV-CU950 see Installing and configuring security system components guide, section Features of Panasonic WV-CU950 control panel configuration and operation

.

"RELE_OFF"

turn off the light on the AXIS T8312 keyboard or Panasonic WV-CU950 panel

rele<>

Code of key with the light, 12..16

"RESET"

reset of Panasonic WV-CU950 panel

type<>

0

instant reset

1

reset after 100 ms

.

2–

2reset after 200 ms

.

3–

3reset after 500 ms

.

4–

4reset

after 

after 1 s

.

"SET_ALARM"

set type of alarm signal of the Panasonic WV-CU950 panel

audio_alarm<>

0

sound

OFF

is off

1

simple single alarm signal

2

simple double alarm signal

3

simple triple alarm signal

4

single alarm signal lasting 0.1 sec

.

5

single alarm signal lasting 0.2 sec

.

6

-

single alarm signal lasting 0.3 sec

.

7

-

single alarm signal lasting 1 sec

.

8

simple single tone

9

simple double tone

A–

Asimple triple tone

B–

Bsingle signal lasting 0.1 sec

C–

Csingle signal lasting 0.2 sec

D–

Dsingle signal lasting 0.3 sec

E–

Esingle signal lasting 1 sec

F

– alarm signal

 

Example of using events and reactions of the TELEMETRY_EXT object:

Turn on the light and arm camera 2 after pressing the key 15 on the AXIS T8312 keyboard.

...

alarm signal