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

Models: MAX-CSD10 MAX-CSE

1 116
Download 116 pages 15.94 Kb
Page 87
Image 87
MAX-CSE Streaming Send_Commands (Cont.)

NetLinx Programming

MAX-CSE Streaming Send_Commands (Cont.)

Command

Description

 

 

GET FORMAT

Syntax:

Get a description of the

SEND_COMMAND <DEV>,"'GET FORMAT'"

format used by the current

Variable:

incoming video signal.

format = NTSC or PAL.

 

 

Example:

 

SEND_COMMAND ENCODER,"'GET FORMAT'"

 

System response:

 

FORMAT = NTSC

 

Indicates that the MAX-CSE is using/expecting an incoming NTSC video

 

format.

 

 

GET GAIN

Syntax:

Get a description of the

SEND_COMMAND <DEV>,"'GET GAIN'"

current gain used by the

Variable:

microphone input.

gain = 0 - 99.

 

 

Example:

 

SEND_COMMAND ENCODER,"'GET GAIN'"

 

System response:

 

GAIN = 50

 

Indicates that the current gain on the microphone input is approximately 50%

 

of its’ maximum value.

 

 

GET SAP

Syntax:

Gets the mode of SAP

SEND_COMMAND <DEV>,'GET SAP'

Server/Listener

Example:

 

 

SEND_COMMAND ENCODER, 'GET SAP'

 

System response:

 

SAP=ENABLED or SAP=DISABLED

 

 

GET SAP IP MODE

Syntax:

Get the current SAP

SEND_COMMAND <DEV>, 'GET SAP IP MODE'

Server/Listener IP address

Example:

mode.

SEND_COMMAND ENCODER, 'GET SAP IP MODE'

 

 

System response:

 

SAP IP MODE=ALT

 

 

GET SAP IP ALT

Syntax:

Gets the SAP Server/Listener

SEND_COMMAND <DEV>, 'GET SAP IP ALT'

IP Alternative multicast

Example:

address.

SEND_COMMAND ENCODER, 'GET SAP IP ALT'

 

 

System response:

 

SAP IP ALT=224.3.127.254:1234

 

 

MAX-CSE/MAX-CSD10 Operation/Reference Guide

81

 

 

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