Prerequisites
- NetLinx Studio V3.3 - Build 525
Features added in this release
Features applicable to FG1010-310, FG1010-320-BL, FG1010-320-WH:
- Support Multi-Format Transmitter and Wallplate Automatic Video and Audio selection and video format detection
- Multi-Format TX Video Automatic Selection (VIDIN_AUTO_SELECT) is supported. The VI<input>O<output> command must be used for video input selection when manually selecting between analog and digital video inputs.
- Multi-Format TX Audio Automatic Selection (AUDIN_FORMAT_AUTO) is supported.
- Multi-Format TX Automatic Analog Video format detection is supported (COMPONENT, S-VIDEO, COMPOSITE, VGA).
Fixes in this release
Fixes applicable to all devices:
- Address issues with macbook pro and certain macs
- Change to NDP timing / retries (no more 10 minute wait for a reconnect if we fall to link local).
- Incorporated fix for NVIDIA Driver issue support
Fixes applicable to FG1010-310, FG1010-320-BL, FG1010-320-WH:
- Fixed PAL/NTSC issues
- Addressed issues with 1280x800 resolutions on analog input
- Corrected problems that generated Washed out video issue
Known Issues
Note: Features not fully supported in this initial release will be available in a future firmware update.
- Video
- 3D content [not supported]
- Deep Color [not supported]
- Audio
- High Bit Rate Audio Formats [not supported]
- Peripherals
- USB (Keyboard/Mouse) control [not supported]
- Mini-USB Program Port for local use of DGX Configuration Software [not supported]
Notable Points
- PLEASE READ the documentation in regard to the DIP switches located on the bottom of the MFTX modules before attempting to connect to the network
- When connecting DXLink Multi-Format TX directly to a DXLink HDMI RX, the DXLink HDMI RX Module will need FW KIT v1.0.80 (or later)
- Enova DGX enclosures will need FW KIT v4.2.379/V1.4.1.1 (or later) to function with DXLink Input/Output boards and DXLink Tx module
- Enova DVX enclosures will need FW KIT v4.5.318/1.3.60/1.31.6 (or later) to function with DXLink Input/Output boards and DXLink Tx module
- To allow communication/control from the DVX3155, 2155 to the DXLink TX, the following step must be taken:
- SEND_COMMAND dvDVX_Switcher,'dxlink_in_eth-auto' must be issued after each DVX reboot. The following example (added in the ONLINE portion of the code) would be for a DVX 3155 for example:
- DEFINE_DEVICE
dvDVX_Switcher_Port9 = 5002:9:0
dvDVX_Switcher_Port10 = 5002:10:0
- DEFINE_EVENT
DATA_EVENT[dvDVX_Switcher]
{
ONLINE:
{
SEND_COMMAND dvDVX_Switcher_Port9, 'dxlink_in_eth-auto'
WAIT 10
SEND_COMMAND dvDVX_Switcher_Port10,'dxlink_in_eth-auto'
}
}
- Where dvDVX_Switcher is the device address for the switcher portion of the DVX and the port number is for the DXLink port to be enabled. The default switcher device is 5002. The DXLink input ports on the 2155 are ports 5 and 6. The DXLink input ports on the 3155 are ports 9 and 10.
Programming Information
- Special Process Consideration for Applying upgrade to FG1010-300 only:
For upgrading a TX (FG1010-300, AVB-TX-HDMI-DXLINK) from 1.1.xx to this
load a "FACTORYAV" is needed once after the load has booted. That or a factory reset.
- Special Process Consideration for Applying upgrade to FG1010-310, FG1010-320-BL, FG1010-320-WH:
The default preferred resolution within the Analog Input (HD-15) EDID set in Firmware v. 1.2.38 is 1920x1080P, 60. However after upgrading to this firmware level, the previous EDID preferred resolution setting will continue to persist at 1920x1200,60. To move to the updated standard preferred resolution of 1920x1080P,60 one of the following steps must be taken:
- Issue a "FACTORYAV" to the device
- Issue a send command "VIDIN_PREF_EDID-1920X1080P,60" to port 8
- To validate the setting of the preferred resolution after these steps, the following send command to port 8 can be used: ?VIDIN_PREF_EDID
Additional preferred resolutions may also be selected. See user manual for preferred resolution selections.
Hot Fix for the DXLink Transmitter Firmware (v.1.2.39 Available from AMX Technical Support)
Prerequisites:
NetLinx Studio V3.3 - Build 525
Features added in this release:
Features applicable to FG1010-310, FG1010-320-BL, FG1010-320-WH:
- Support Multi-Format Transmitter and Wallplate Automatic Video and Audio selection and video format detection
- Multi-Format TX Video Automatic Selection (VIDIN_AUTO_SELECT) is supported. The VI<input>O<output> command must be used for video input selection when manually selecting between analog and digital video inputs
- Multi-Format TX Audio Automatic Selection (AUDIN_FORMAT_AUTO) is supported
- Multi-Format TX Automatic Analog Video format detection is supported (COMPONENT, S-VIDEO, COMPOSITE, VGA)
Fixes in this release:
Fixes applicable to all devices:
- Address issues with macbook pro and certain macs
- Change to NDP timing / retries (no more 10 minute wait for a reconnect if we fall to link local)
- Incorporated fix for NVIDIA Driver issue support
Fixes applicable to FG1010-310, FG1010-320-BL, FG1010-320-WH:
- Fixed PAL/NTSC issues
- Addressed issues with 1280x800 resolutions on analog input
- Corrected problems that generated Washed out video issue
Hotfix to support change in DVX initialization sequence in DVX 1.4.1 version.
Known Issues:
Note: Features not fully supported in this release but that will be available in a future firmware update.
- Video
- 3D content [not supported]
- Deep Color [not supported]
- Audio
- High Bit Rate Audio Formats [not supported]
- Peripherals
- USB (Keyboard/Mouse) control [not supported]
- Mini-USB Program Port for local use of DGX Configuration Software [not supported]
Notable Points
- PLEASE READ the documentation in regard to the DIP switches located on the bottom of the MFTX modules before attempting to connect to the network
- When connecting DXLink Multi-Format TX directly to a DXLink HDMI RX, the DXLink HDMI RX Module will need FW KIT v1.0.80 (or later)
- Enova DGX enclosures will need FW KIT v4.2.379/V1.4.1.1 (or later) to function with DXLink Input/Output boards and DXLink Tx module
- Enova DVX enclosures will need FW KIT v4.5.318/1.3.60/1.31.6 (or later) to function with DXLink Input/Output boards and DXLink Tx module
- To allow communication/control from the DVX3155, 2155 to the DXLink TX, the following step must be taken:
- SEND_COMMAND dvDVX_Switcher,'dxlink_in_eth-auto' must be issued after each DVX reboot. The following example (added in the ONLINE portion of the code) would be for a DVX 3155 for example:
- DEFINE_DEVICE
dvDVX_Switcher_Port9 = 5002:9:0
dvDVX_Switcher_Port10 = 5002:10:0
- DEFINE_EVENT
DATA_EVENT[dvDVX_Switcher]
{
ONLINE:
{
SEND_COMMAND dvDVX_Switcher_Port9, 'dxlink_in_eth-auto'
WAIT 10
SEND_COMMAND dvDVX_Switcher_Port10,'dxlink_in_eth-auto'
}
}
- Where dvDVX_Switcher is the device address for the switcher portion of the DVX and the port number is for the DXLink port to be enabled. The default switcher device is 5002. The DXLink input ports on the 2155 are ports 5 and 6. The DXLink input ports on the 3155 are ports 9 and 10.
Programming Information
- Special Process Consideration for Applying upgrade to FG1010-300 only:
For upgrading a TX (FG1010-300, AVB-TX-HDMI-DXLINK) from 1.1.xx to this
load a "FACTORYAV" is needed once after the load has booted. That or a factory reset.
- Special Process Consideration for Applying upgrade to FG1010-310, FG1010-320-BL, FG1010-320-WH:
The default preferred resolution within the Analog Input (HD-15) EDID set in Firmware v. 1.2.38 is 1920x1080P, 60. However after upgrading to this firmware level, the previous EDID preferred resolution setting will continue to persist at 1920x1200,60. To move to the updated standard preferred resolution of 1920x1080P,60 one of the following steps must be taken:
- Issue a "FACTORYAV" to the device
- Issue a send command "VIDIN_PREF_EDID-1920X1080P,60" to port 8
- To validate the setting of the preferred resolution after these steps, the following send command to port 8 can be used: ?VIDIN_PREF_EDID
Additional preferred resolutions may also be selected. See user manual for preferred resolution selections.