beautypg.com

Grass Valley SMS-6000 Series User Manual

Page 123

background image

A-7

Commands

Crosspoint Settings

This command allows a block of up to 8 crosspoint settings to be
interrogated. The command has 2 formats. In both cases the command
specifies a level and start destination. The router replies with a list of up to
8 connections. Less than 8 connections are returned if the maximum
destination (16, 32, or 24) is exceeded, or the search conditions are not met.

Format (1): List from the specified destination showing current sources.

The router replies with:

Example ‘C’ code to list crosspoint (format 1).

Format (2): List from the specified destination only those destinations
currently connected to the specified source.

L{level}{dest},-(cr)

.A{level}{dest},{srce}{level}{dest},{srce}... {level}{dest},{srce}(cr)

level = “V”/* levels to be controlled */
dest = 5;/* matrix output */

RS232_printf(".L%s%d,-\r", level, destination);

.L{level}{dest},{srce}(cr)