Mocomtech CDM-570 user manual

User manual for the device Mocomtech CDM-570

Device: Mocomtech CDM-570
Category: Modem
Manufacturer: Mocomtech
Size: 7.27 MB
Added : 10/27/2013
Number of pages: 452
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for Mocomtech CDM-570. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with Mocomtech CDM-570.

For your convenience

If looking through the Mocomtech CDM-570 user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual Mocomtech CDM-570 on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual Mocomtech CDM-570 to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
Mocomtech CDM-570 User manual - Online PDF
Advertisement
« Page 1 of 452 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual Mocomtech CDM-570 but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to Mocomtech CDM-570. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1
















CDM-570/570L
Installation and Operation Manual
CDM-570 - 70/140 MHz Satellite Modem
CDM-570L - L-band Satellite Modem
Optional IP Module
For Firmware Version 1.5.1 or higher
(see New in this Release – Section 1.5)


IMPORTANT NOTE: The information contained in this document supersedes all previously published
information regarding this product. Product specifications are subject to change without prior notice.
Part Number MN/CDM570L.IOM Revision 4

Summary of the content on the page No. 2

Summary of the content on the page No. 3

Comtech EF Data is an ISO 9001 Registered Company CDM-570/570L Satellite Modem Installation and Operation Manual Addendum A Subject: Incorporate NMCS Protocol Part Number: MN/CDM570L.AA4 Addendum A October 9, 2006 Special Instructions: This document contains new information for the CDM-570/570L satellite modem installation and operation manual, part number MN/CDM570L.IOM Rev. 4 dated April 12, 2006. Notes: 1. Insert this title page immediately a

Summary of the content on the page No. 4

Collating Instructions To update the manual, remove and insert the pages as follows: Remove Insert Remote Control Section

Summary of the content on the page No. 5

CDM/CDD NMCS Protocol Rev 1.0 Revision History Date Rev Author Comments October 4, 2004 Draft 1.0 Wallace Davis Created for Internal Distribution 3/01/05 Draft 1.1 Bryan Wilcutt Modifications for implementation 6/27/05 Rev 1.0 Bryan Wilcutt Released revision 11/10/2005 Rev 1.0 Harish Talanki Modifications Copyright © 2006, Comtech EF Data Comtech EF Data All Rights Reserved. Reproduction, adaptation, or tran

Summary of the content on the page No. 6

CDM570/570L Satellite Modem Incorporate NMCS Protocol MN/CDM570L.AA4 Notes: ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________________________ ____________________________________________________

Summary of the content on the page No. 7

CDM570/570L Satellite Modem MN/CDM570L.AA4 Incorporate NMCS Protocol Table of Contents 1.0 Introduction 4 2.0 Architecture 4 3.0 Introduction 5 3.2 Basic Protocol 5 3.3 Command Structure 6 3.3.1 Start Of Packet 7 3.3.2 Address 7 3.3.3 Instruction Code 7 3.3.4 Instruction Code Qualifier 8 3.3.5 Message Arguments 10 3.3.6 Table Support Qualifier 10 3.4 Modem Commands 11

Summary of the content on the page No. 8

CDM570/570L Satellite Modem Incorporate NMCS Protocol MN/CDM570L.AA4 1.0 Introduction The scope of this document is to define the interface specification that will be used for a new Remote Control based interface to the CDM/CDD family of products. The primary interface is to be Telnet, however other interfaces may adapt to the CIM implementation, programmatically, via specific API calls. 2.0 Architecture The Remote NMCS attaches to an external interface, such as Telnet, and processes b

Summary of the content on the page No. 9

CDM570/570L Satellite Modem MN/CDM570L.AA4 Incorporate NMCS Protocol NMCS Protocol 3.0 Introduction The following sections outline the basic command set supported in this version of the CIM NMCS protocol. 3.1 Telnet interface Telnet interface into the NMCS system must be on port 7023, which has been reserved for this protocol by the IANA. The login process requires a

Summary of the content on the page No. 10

CDM570/570L Satellite Modem Incorporate NMCS Protocol MN/CDM570L.AA4 3.3 Command Structure Controller-to-target: Start of Target Address Instruction Row Index Code Optional End of Packet Packet Address Qualifier De-limiter Code (Optional) Arguments < 1 to 4 / (3 1 to 3 = or ? (n Carriage chars characters) characters characters) Return ASCII ASCII ASCII code contained 61 And code 60 code 47 within [ and or 63 Line Feed. (1 (1 ] brackets. character) character) (1 ASCI

Summary of the content on the page No. 11

CDM570/570L Satellite Modem MN/CDM570L.AA4 Incorporate NMCS Protocol 3.3.1 Start Of Packet Controller to Target: This is the character ‘<’ (ASCII code 60) Target to Controller: This is the character ‘>’ (ASCII code 62) Because this is used to provide a reliable indication of the start of packet, these two characters may not appear anywhere else within the body of the messa

Summary of the content on the page No. 12

CDM570/570L Satellite Modem Incorporate NMCS Protocol MN/CDM570L.AA4 3.3.4 Instruction Code Qualifier This is a single character that further qualifies the preceding instruction code. Code Qualifiers obey the following rules: 3.3.4.1 Controller to Target The only permitted values are: = (ASCII code 61) ? (ASCII code 63) = Code The = code (controller to target) is used as the assignment operator, and is used to indicate that the parameter defined by the preceding byte

Summary of the content on the page No. 13

CDM570/570L Satellite Modem MN/CDM570L.AA4 Incorporate NMCS Protocol 3.3.4.2 Target to Controller The only permitted values are: = (ASCII code 61) ! (ASCII code 33) = Code The = code (target to controller) is used in two ways: First, if the controller has sent a query code to a target (for example TFQ?, meaning ‘what’s the Transmit frequency?’), the target would respo

Summary of the content on the page No. 14

CDM570/570L Satellite Modem Incorporate NMCS Protocol MN/CDM570L.AA4 3.3.5 Message Arguments Arguments are not required for all messages. Arguments include ASCII codes for the characters 0 to 9 (ASCII 48 to 57), period (ASCII 46), and | (ASCII 124), plus miscellaneous printable characters. 3.3.6 Table Support Qualifier In order to support accessing information that is represented in a table, the following syntax is supported. 3.3.6.1 Index The desired row shall be encapsulated within

Summary of the content on the page No. 15

CDM570/570L Satellite Modem MN/CDM570L.AA4 Incorporate NMCS Protocol 3.3.6.2 Argument lists In order to enforce atomic reads and writes and well as allow for checking related parameter for validity, multi-argument lists will have the following format: • Arguments are positioned in fixed length format (see specification for each argument) • ‘|’ Is used to separate differen

Summary of the content on the page No. 16

CDM570/570L Satellite Modem Incorporate NMCS Protocol MN/CDM570L.AA4 Notes: ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________________________ ________________________________________________________

Summary of the content on the page No. 17

3.4.1 IP Commands 3.4.1.1 Admin Commands Command Arguments Query Parameter (Instruction for Command Response to (Instruction Description of Arguments Response to Query Type Code and or Response Command Code and Qualifier) to Query Qualifier) System SWM= 1 byte, value Command or Query here: SWM= SWM? SWM =x Working Mode of 0 through 1 1 -- Router - Small Network SWM! (see description of 2 -- Router - Large Network arguments) 3 -- Router - Point to Point 4 -- Router

Summary of the content on the page No. 18

Command Arguments Query Parameter (Instruction for Command Response to (Instruction Description of Arguments Response to Query Type Code and or Response Command Code and Qualifier) to Query Qualifier) Header HRU= 3 bytes Command or Query. HRU = HRU? HRU =xxx Compression Header compression refresh rate, 1 to 600 HRU! (see description of Refresh rate – Resolution=1 packet arguments) UDP Refresh rate for UDP only stream. Example: HRU =50 Restrictions: 570 only Header HRA= 3 by

Summary of the content on the page No. 19

Command Arguments Query Parameter (Instruction for Command Response to (Instruction Description of Arguments Response to Query Type Code and or Response Command Code and Qualifier) to Query Qualifier) Administrator ADP= 11 bytes Command or Query. ADP = ADP? ADP =xxxxxxxxxxx Password No spaces Change the administrator password, where: ADP! (see description of allowed. Example: ADP=comtech arguments) ReadWrite RWU= 11 bytes Command or Query. RWU = RWU? RWU =xxxxxxxxxxx User

Summary of the content on the page No. 20

Command Arguments Query Parameter (Instruction for Command Response to (Instruction Description of Arguments Response to Query Type Code and or Response Command Code and Qualifier) to Query Qualifier) IGMP IGE= 1 byte, value Command or Query IGE = IGE? IGE =x enable/disable of 0 or 1 where, IGE! (see description of 0=Disabled arguments) 1= Enabled Enables or disables the IGMP feature. Access List ACE= 1 byte, value Command or Query ACE = ACE? ACE =x Enforcement of 0


Alternative user manuals
# User manual Category Download
1 Mocomtech CDM-570L User manual Modem 88
2 Mocomtech SLM-5650 User manual Modem 5
3 Mocomtech CIM-550 User manual Modem 0
4 Mocomtech CDM-QX User manual Modem 10
5 Edelbrock 15631 User manual Modem 0
6 3Com 1.024.1644-00 User manual Modem 0
7 3Com OFFICECONNECT 3C886 User manual Modem 5
8 3Com ADSLEthernet User manual Modem 1
9 3Com CableExternal User manual Modem 6
10 Sony GC75 User manual Modem 2
11 Sony SE366 User manual Modem 3
12 Sony MP595 User manual Modem 1
13 Sony TRUINSTALL USB 598 User manual Modem 1
14 Actiontec electronic Actiontec 1520 User manual Modem 2
15 Actiontec electronic 1524 User manual Modem 0