AMX MAX-CSD10 MAX-CSEStreaming Send_Commands Cont, NetLinx Programming, Description, Set Format

Models: MAX-CSD10 MAX-CSE

1 116
Download 116 pages 15.94 Kb
Page 91
Image 91
SET FORMAT

NetLinx Programming

MAX-CSE Streaming Send_Commands (Cont.)

Command

Description

 

 

SET FORMAT

Syntax:

Set the video format of the

SEND_COMMAND <DEV>,"'SET FORMAT'"

incoming video signal.

Variable:

 

 

format = NTSC or PAL.

 

Example:

 

SEND_COMMAND ENCODER,"'SET FORMAT PAL'"

 

Instructs the MAX-CSE to use PAL video format for the incoming video signal.

 

 

SET GAIN

Syntax:

Set a gain value for the

SEND_COMMAND <DEV>,"'SET GAIN'"

incoming microphone input.

Variable:

 

 

gain = 0 - 99.

 

Example:

 

SEND_COMMAND ENCODER,"'SET GAIN 0'"

 

Sets the gain level to 0, which mutes the microphone. This corresponds to the

 

value seen within the MIC GAIN field on the A/V Setup UI page.

 

 

SET SAP

• 'ENABLE' starts the SAP Server/Listener services.

Set the mode of SAP Server/

• 'DISABLE' stops the SAP Server/Listener services.

Listener.

Syntax:

 

 

SEND_COMMAND <DEV>,'SET SAP <Mode>'

 

Variable:

 

Mode = ENABLE or DISABLE

 

Example:

 

SEND_COMMAND ENCODER, 'SET SAP ENABLE'

 

 

SET SAP IP MODE

• 'DEFAULT' mode tells SAP Server/Listener to use the well known multicast

Sets the SAP

address:port of 224.2.127.254:9875.

 

Server/Listener IP address

• 'ALT' modes tells the SAP Server/Listener to use the alternative multicast

mode.

address:port. The alternative multi-cast address:port is configured by

 

another NetLinx command (see SET SAP IP ALT below).

 

Syntax:

 

SEND_COMMAND <DEV>, 'SET SAP IP MODE <Mode>'

 

Variable:

 

Mode=DEFAULT or ALT

 

Example:

 

SEND_COMMAND ENCODER, 'SET SAP IP MODE ALT'

 

 

SET SAP IP ALT

Syntax:

Set the SAP Server/Listener

SEND_COMMAND <DEV>, 'SET SAP IP ALT <Addr>:<Port>'

IP Alternative multicast

Variable:

address.

Addr = multicast IP address

 

 

Port = port number

 

Example:

 

SEND_COMMAND ENCODER, 'SET SAP IP ALT 224.3.127.254:1234'

 

 

MAX-CSE/MAX-CSD10 Operation/Reference Guide

85

 

 

Page 91
Image 91
AMX MAX-CSD10 manual MAX-CSEStreaming Send_Commands Cont, NetLinx Programming, Description, Set Format, Set Gain, Set Sap