Sound Control Protocol Digital 6000 (EM 6000 | L 6000)

Table Of Contents
SSC Developer‘s guide for Digital 6000 | 20/57
SSC Method List (EM 6000)
8.19 /rx1/scan/result
If a session with "”8.18 /rx1/scan/config”" is started, this method gives the fullscan data blockwise
back.
A returned array has the form:
[start_frequency_in_hz, stop_frequency_in_hz, stepsize_in_hz, block_start_frequency_in_hz, block_
stop_frequency_in_hz, session_id, (RF1-ch1_val1),(RF2-ch1_val1),(RF1-ch1_val2),(RF2-ch1_val2),...].
See "”8.18 /rx1/scan/config”" for the meaning of the first three values. The values at the end of the
array are rf level pairs, see "”8.100 /mm”" for mapping information. block_start_frequency_in_hz and
block_stop_frequency_in_hz span their x-axis.
Subscribed clients will be notified with a rate of 100 single scans. If you read the node with null
during a session the last available values are returned. If no session is running an empty array [] will
be returned.
If you send an array of the form [block_start_frequency_in_hz, block_stop_frequency_in_hz] we will
return an array within the requested range. This also works when no session is running.
type: Read/Write
value: [Number]
subscribable
Example:
Tx:{"osc":{"state":{"subscribe":[{"#":{"min":0, "max":0,"count":1000,
"lifetime":60},"rx1":{"scan":{"result":null}}}]}}}
Rx:{"rx1":{"scan":{"result":[470125000,713875000,25000,712625000,713875000,
33,39,30,45,35,46,34,45,35,46,34,46,35,42,32,34,27,30,25,29,25,29,26,29,26,
28,25,28,25,27,26,26,26,26,25,26,25,26,26,26,26,27,26,29,27,30,27,28,26,27,
26,27,25,29,27,28,27,27,26,27,26,26,26,26,26,26,25,27,26,27,27,29,28,28,28,
27,27,27,26,27,26,27,26,26,26,26,26,26,26,26,25,26,26,26,26,27,27,27,27,28,
28,29,27]}}}
Tx:{"rx1":{"scan":{"result":[470125000,500125000]}}}
Rx:{"rx1":{"scan":{"result":[470125000,713875000,25000,470125000,472600000,
1,54,77,51,74,45,65,40,55,40,54,39,51,38,48,38,47,38,46,38,44,38,43,38,42,
38,42,38,40,38,40,38,40,38,39,38,38,38,38,38,38,38,38,38,37,38,36,38,36,38,
36,39,36,39,36,38,34,40,35,40,35,40,34,40,33,40,32,42,32,46,51,54,64,49,54,
48,42,48,34,47,33,47,32,45,32,43,32,42,31,41,32,40,31,39,31,39,30,38,31,39,
32,39,31,38,32,38,32,38,32,39,32,38,33,38,32,38,31,38,31,38,31,39,31,38,31,
38,30,38,32,38,32,38,31,38,30,38,31,39,31,40,32,40,33,40,32,41,32,41,32,41,
32,40,31,40,30,41,30,42,30,42,31,41,30,40,30,40,30,40,31,40,31,40,31,39,32,
39,31,39,31,39,31,38,30,38,30,39,31,39,31,38,32,38,31,38,31,38,31,38,31,38,
31]}}}
8.20 /rx1/skx/type
This method returns the type of the transmitter, the frequency range and the lowest and highest
values of the freq.
type: Read only
value: string
subscribable
example:
Tx: {"rx1":{"skx":{"type":null}}}
Rx: {"rx1":{"skx":{"type":["SK A1-A4","470 MHz","558 MHz"]}}}