AMX N2412A Instruction Manual page 72

N2400 series. encoder/decoder digital media distribution & switching solution
Table of Contents

Advertisement

Encoder/Decoder Commands
The following section provides information on native, string, IR, and serial commands for N-Series Encoders and
Decoders as related to NetLinx management. Commands are issued on the following ports:
• Port 1: Native and String Commands
• Port 2: IR Commands
• Port 3: Serial Commands
Native Commands Port 1
Command
CO <stream>
Set the current Encoder stream number.
CI <stream>
Set the current Decoder stream number.
CA <stream>
Set the current Decoder Audio stream number.
AUDOUT_MUTE
Set the audio mute.
VIDOUT_MUTE
Disable the Encoder/Decoder output stream.
LIVE_PLAY
Set the device into live play mode.
N2412A/N2422A User Manual
Description
IMPORTANT:
This command must be sent to D:P:S port 1.
Syntax:
SEND_COMMAND <DEV>, 'CO <stream>'
Variables:
stream = The target stream number from 1 to 32767.
NOTE: Stream number MOD 256 must not equal 0 or 255.
Examples:
SEND_COMMAND 5002:1:0, 'CO 2'
Command the Encoder to transmit on stream 2.
IMPORTANT:
This command must be sent to D:P:S port 1.
Syntax:
SEND_COMMAND <DEV>, 'CI <stream>'
Variables:
stream = The target stream number from 0 to 32767.
NOTE: Stream number MOD 256 must not equal 0 or 255. The only exception to this
limitation is that the stream number can be 0 (no stream).
Examples:
SEND_COMMAND 5002:1:0, 'CI 2'
Command the Decoder to receive stream 2.
IMPORTANT:
This command must be sent to D:P:S port 1.
Syntax:
SEND_COMMAND <DEV>, 'CA <stream>'
Variables:
stream = The target stream number from 0 to 32767. Set to 0 for the audio stream to
follow the video stream.
Examples:
SEND_COMMAND 5002:1:0, 'CA 2'
Command the Decoder to receive audio stream 2.
IMPORTANT:
This command must be sent to D:P:S port 1.
Syntax:
SEND_COMMAND <DEV>, 'AUDOUT_MUTE-<ENABLE|DISABLE>'
Variables:
ENABLE = Enables audio mute.
DISABLE = Disables audio mute.
Examples:
SEND_COMMAND 5002:1:0, 'AUDOUT_MUTE-ENABLE'
Enable audio mute.
IMPORTANT:
This command must be sent to D:P:S port 1.
Syntax:
SEND_COMMAND <DEV>, 'VIDOUT_MUTE-<ENABLE|DISABLE>'
Variables:
ENABLE = Enables video mute.
DISABLE = Disables video mute.
Examples:
SEND_COMMAND 5002:1:0, 'VIDOUT_MUTE-ENABLE'
Enable video mute.
IMPORTANT:
This command must be sent to D:P:S port 1.
Syntax:
SEND_COMMAND <DEV>, 'LIVE_PLAY'
Examples:
SEND_COMMAND 5002:1:0, 'LIVE_PLAY'
Enable live play.
Appendix A: NetLinx Control
73

Advertisement

Table of Contents
loading

This manual is also suitable for:

N2422a

Table of Contents