5 logical system structure, 1 level list, 2 virtual table list – Nevion Multicon MRP User Manual

Page 13: 5logical system structure

Advertising
background image

Modular Routing Protocol - MRP

Rev. L


nevion.com | 13

5

Logical system structure

5.1 Level list

This command is used to get the list of all levels.

<command> ::= 'llist'

<response> ::= [<level_info> {<LF><level_info>}]

<level_info> ::= 'l'<level> <size> <format> <name_desc>

<format> ::= 'Video'|'Video-SDI'|'Video-HD-SDI'|'Video-3GHD-
SDI'|'Video-Analogue'|'Audio'|'Audio-AES3'|'Audio-
Analogue'|'Data'|'Data-Ported'

Some product might also report the formats 'Data (Video)' and 'Data (Audio)',
but these formats are not supported by revision 3 and later of this protocol.

Example:

Command:

Response:

llist

? "llist"

l1 128x128 Video "Main router" "MAIN" "" ""

l2 128x4 Video "Monitor router" "MONITOR" "" ""

16 8x8 Audio "Sound router" "AUDIO" "" ""

l101 16x16 Data "Data router" "DATA" "" ""

5.2 Virtual Table list

This command is used to get the list of all virtual tables.

<command> ::= 'vtlist'

<response> ::= [<vtable_info> {<LF><vtable_info>}]

<vtable_info> ::= 'vt'<vtable> <n_srcs>'x'<n_dests>'x'<n_vlevels>
<name_desc>

Example:

Command:

Response:

vtlist

? "vtlist"

vt1 128x128x2 "Main A" "Main audio & video" "MAIN A" ""

vt2 128x4x2 "Mon A" "" "MON A" ""

vt16 16x8x4 "Edit 1" "Edit suite 1 routing" "EDIT 1" ""

Advertising