Ch tech inc. ethernet event detector specification sheet (2 pages)
Summary of Contents for C&H Technologies EM405D
Page 1
U S E R ' S M A N U A L E T H E R N E T M - M O D U L E C A R R I E R M O D E L E M 4 0 5 D Manual Part No: 11028854...
Page 2
C&H Technologies, Inc. (C&H) provides this manual "as is" without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. C&H may make improvements and/or changes in the product(s) and/or program(s) described in this manual at any time and without notice.
Page 3
C&H Technologies, Inc. makes every attempt to provide up-to-date manuals with the associated equipment. Occasionally, throughout the life of an instrument, changes are deemed necessary to equipment related documentation. The latest revision of our documentation is available for download from our web site at http://www.chtech.com. The contents of any amendment may affect operation, maintenance, or calibration of the equipment.
Page 4
C&H provides a software application called Interactive Mezzanine Control (IMC). The application provides immediate access and control of any M/MA module residing on an EM405D. IMC can be downloaded from the support section of C&H’s website www.chtech.com.
M-module. A simple command structure eases software integration and allows reset, identification, control, and configuration of the carrier and M-modules. For a complete list of M-modules compatible with the EM405D carrier, visit the mezzanine section of www.mezzanines.org, or www.vita.com.
1.2.2 Specifications MAXIMUM RATINGS Parameter Operating Temperature Non-Operating Temperature Humidity Input DC Power Level Power Consumption External Trigger Input CHARACTERISTICS Parameter Data Transfers Throughput Input Power Supply Level Current Ripple/noise Power Consumption Carrier M-modules (each position) Triggers Output Level Output Impedance Input Level Input Impedance External Trigger Delay...
The fuse is rated at 5 amps. 1.4 Mechanical The EM405D is contained in a metal chassis with an outside dimension of 5.6 inches wide by 8.5 inches deep by 1.5 inches high. A variable speed fan provides forced air for cooling the M- modules.
1.7 APPLICABLE DOCUMENTS ANSI/VITA 12-1996 American National Standard for The Mezzanine Concept M- Module Specification, Approved May 20, 1997, VMEbus International Trade Association, 7825 E. Gelding Dr. Suite 104, Scottsdale, www.vita.com IEEE-802.3 (ANSI 8802.3), Ethernet Network Standard IEEE-802.11b, Wireless Ethernet Standard 85260-3415, E-mail: info@vita.com,...
If damage exists, report immediately to C&H. 2.2 HANDLING PRECAUTIONS The components used in the EM405D are static sensitive. Damage may occur if proper static precautions are not taken. Installation of M-modules should only be done at a properly grounded static free workstation.
Applying power to a misaligned module can damage the M-module and carrier. Re-assemble the EM405D by first sliding the carrier into the enclosure. Be careful to align the edges of the carrier with the guide rails of the enclosure. Improper alignment will cause the back panel component to not align with the back panel cutouts.
3.0 FUNCTIONAL DESCRIPTION 3.1 GENERAL The EM405D provides a mechanical and electrical interface between an Ethernet bus and up to two M-modules. It utilizes an embedded microcontroller to provide buffering and command translation between the Ethernet interface and the M-modules. A simplified functional block diagram is shown in Figure 4.
2.5mm power jack connector or through pins on the 9-pin DSUB connector. 3.2 REAR PANEL The rear panel of the EM405D contains a +12V power input connection, an Ethernet connection or wireless antenna and a 9-pin DSUB connector that provides connection to M-module trigger lines and an alternate power input connection.
3.3 FRONT PANEL The front panel of the EM405D contains two openings for access to the M-modules’ front panel connections and three LED indicators as shown in Figure 6. As mandated by the M-module specification, each M-module should provide a front panel connector containing the M-module I/O signals.
DHCP: The Dynamic Host Control Protocol (DHCP) allows the module to dynamically retrieve an IP address from a DHCP server at power-up. If DHCP is used, the EM405D may have a different IP address assigned each time it is powered on or connected to the network. For the wired EM405D, DHCP is automatically enabled if the IP address is set to 0.0.0.0.
The default port number for standard module access is: 10001 4.2.5 Wireless Settings Wireless EM405D’s have other settings that must be configured for the carrier to work on a wireless network. Network Mode: A wireless network can operate in one of two modes, infrastructure or ad-hoc.
4.2.6 Performing the Configuration – Wired Ethernet There are two ways to configure the wired version of the EM405D: a web-based interface and a Telnet interface. Both ways work equally as well and the choice of which to use is based solely on the user’s preferences.
To configure the device through either the web-based interface or the telnet interface, the EM405D must be connected to a network and have a valid IP address known to the user. This creates an obvious dilemma. How do you configure a device via the network if it is not configured for the network? The EM405D provides a method to overcome this dilemma using a process sometimes referred to as address “gleaning.”...
2) Create an entry in the host computer’s ARP table using the intended temporary IP address and the hardware address of the EM405D found in step 1. To perform this action on a Windows-based host, open the command prompt and type (the IP address can be any available address on your network and xx-xx-xx is the last three numbers in the unit’s...
4.2.7.2 Restoring Factory Defaults Similar to the wired version, the wireless version of the EM405D has a dilemma in which the carrier must be connected to a network in order to configure its network properties. The dilemma is made worse in the wireless version by the fact that there is no physical connection to...
The EM405D uses a simple binary command structure to communicate with the host software. The commands allow the user to either write or read registers residing on the EM405D or on each M-module. By writing registers residing on the EM405D, the user can identify the module, perform device configuration, and receive status.
Page 24
M-module itself. Once any of the above status codes are returned, the EM405D will set the Reset Error (RERR) status bit in the EM405D Reset Error and Manufacturer ID register (refer to section 4.3.5 for details on this register) and cease responding to further commands except the Read Data and Write Data commands to the Reset Error and Manufacturer ID register.
4.3.2 Write Data command The Write Data command writes data to an EM405D control register or to a register residing on an M-module. The command consists of seven bytes including the command-id, the module to which the data should be written, an address space selector, the access width, the address, and two data bytes.
The EM405D firmware will execute the command by reading or writing a block of data the size of the block size parameter, starting from the starting address and ending at:...
Example 4: Read 32 words starting at address 0x0 followed by 32 words starting at address 0x80 starting address = 0x0 block size = 32 number of blocks = 2 address increment = 128 4.3.4.1 Block Write command The Block Write command writes a block of data to an M-module. A maximum of 1024 bytes can be written in a single command.
4.3.4.2 Block Read command The Block Read command reads a block of data from an M-module. Unlike the block write command, block read does not have a restriction on the number of bytes that can be read with a single command. The number of bytes read in any given command is equal to: number of bytes = number of blocks * block size * word size The block read command consists of nine command bytes.
4.3.5 EM405D Configuration/Status Registers The EM405D contains a set of registers that are used to identify the carrier, configure the carrier, and retrieve status from the carrier. These registers are independent of the M-modules residing on the board. Table III summarizes the register map. Bit level details of each register can be found in Figure 7.
DID Device ID (always FDB Reg. 04 Byte Write Read Only Read HW Major HW Major Major Version Level of EM405D Hardware HW Minor Minor Version Level of EM405D Hardware Reg. 06 Byte Write Read Only Read FW Major FW Major ...
The carrier’s external trigger lines can be accessed at the 9-pin DSUB connector on the back panel of the EM405D. Refer to Appendix A for pin-out details of the 9-pin DSUB connector. The input trigger line has a software configurable threshold and input impedance. The input threshold is configurable using the TLVL bit in the Reset &...
The EM405D contains an on-board temperature sensor placed near the M-module positions. The current temperature inside the EM405D case can be determined by reading the Fan & Temperature Control register of the EM405D. The TEMP field inside this register represents the current temperature as read by the temperature sensor.
Table B-1 lists the various settings and their default values as set my C&H during manufacturing of the EM405D. If the carrier fails to operate, verify that these settings are set to their default values prior to calling C&H for technical support. Settings that are emphasized in bold italics are required settings that if changed will render the carrier inoperable.
Page 38
Table B-1. Ethernet Interface Default Settings. (continued) Active Connection Active Connection Telnet Mod Terminal Type Remote Port Connection Response Modem Emulation Mode Use Host List Remote Host Disconnection Disconnect with EOT Disconnect with DTRDrop Disable Hard Disconnect Inactivity Timeout Connection Connection LED Buffer Flushing Flush Output Buffer...
Page 39
Table B-1. Ethernet Interface Default Settings. (continued) Email Notification Domain Name Mail Server Recipients Triggers Unit Name Host List Host List Retry Counter Retry Timeout OEM Configurable Pins Pin 1 Pin 2 Pin 3 User IO XPort-03 CPU Performance blank 0.0.0.0 (Collection) (Collection)
Table C-1 lists the various settings and their default values as set my C&H during manufacturing of the EM405D. If the carrier fails to operate, verify that these settings are set to their default values prior to calling C&H for technical support. Settings that are emphasized in bold italics are required settings that if changed will render the carrier inoperable.
Page 42
Stop Bits Flow Control ** The EM405D will operate with any port number; however, many software applications expect the port to be set to the default as shown in this table. Changing the port number will not render the EM405D inoperable but may render these software applications inoperable...
Page 43
Table C-1. Wireless Ethernet Configuration Default Settings. (continued) Advanced Serial Settings Enable Port Logging Enable RTS Toggle Enable RCI over Serial (DSR) Send Socket ID Send data only under any of the following conditions - Send when data is present on the serial line - Send after the following number of idle milliseconds - Send after the following number of bytes - Close connection after the following number of idle...
Your comments assist us in improving the usefulness of C&H's publications; they are an important part of the inputs used for revision. C&H Technologies, Inc. may use and distribute any of the information that you supply in any way that it believes to be appropriate without incurring any obligation whatsoever. You may, of course, continue to use the information, which you supply.
Page 48
In its continuing effort to improve documentation, C&H Technologies, Inc. provides this form for use in submitting any comments or suggestions that the user may have. This form may be detached, folded along the lines indicated, taped along the loose edge (DO NOT STAPLE), and mailed.
Need help?
Do you have a question about the EM405D and is the answer not in the manual?
Questions and answers