Chat en direct avec un représentant Tek. Service disponible de 9 h à 17 h, CET jours ouvrables.
TéléphoneAppelez-nous au
Disponible de 9 h à 17 h CET jours ouvrables.
Nous contacter Contactez-nous pour nous faire part de vos commentaires, de vos questions sur ou de vos retours d'expérience. Télécharger Télécharger des manuels, des fiches techniques, des logiciels, etc. : TYPE DE TÉLÉCHARGEMENT Afficher tout Products Datasheet Manual Software Marketing Document Faq Video MODÈLE OU MOT CLÉ FeedbackVous avez des commentaires ? Nous serions ravis de connaître votre avis.
Qu'ils soient positifs ou négatifs, vos commentaires nous aident à améliorer continuellement l'expérience de Tek.com. Faites-nous savoir si vous rencontrez des difficultés ou si nous faisons un travail remarquable.
Dites-nous ce que vous pensez Tektronix Troubleshooting Ethernet Problems with your Oscilloscope Troubleshooting Ethernet Problems with your Oscilloscope Please Login/Register to interact with the search results. Login × Télécharger le fichierThis Application Note: • Gives a brief orientation on the physical layer and packet structure of Ethernet, with a goal of providing just enough detail to help with troubleshooting • Explains how to set up decoding on an oscilloscope equipped with Ethernet decoding • Explains how to interpret serial bus data on an oscilloscope equipped with Ethernet decoding • Explains what triggering and searching options are available on an oscilloscope with Ethernet analysis tools With the optional serial triggering and analysis capability, Tektronix oscilloscopes become power tools for embedded system designers working with Ethernet buses. In this application note, the 5 Series MSO is used to demonstrate Ethernet serial bus decoding and triggering. Other Tektronix oscilloscopes also support Ethernet triggering and analysis. See “Serial Support Using Oscilloscopesand Optional Software”for a complete listing. Introduction Ethernet is a family of frame-based computer networking technologies for local area networks (LANs), initially developed at Xerox PARC in the early 1970s. The first standard draft was published in 1980 by the Institute of Electrical and Electronics Engineers (IEEE). Approval of IEEE 802.3 CSMA/CD occurred in 1982 and the international ISO/IEEE 802.3 standard was approved in 1984. The popularity of 10BASE-T and 100BASE-TX and decreasing implementation cost have spurred their use in embedded system designs, as well as continuing to be used as a system-level interconnect technology. Analyzing Ethernet traffic, both at the physical and protocol layers, enables verification of communication between connected systems and can provide insight into the operation of subsystems in an embedded design. However, a single differential Ethernet signal includes address, control, data, and clock information, which can make isolating events of interest difficult. Ethernet Serial Triggering and Analysis options transform select Tektronix oscilloscopes (listed in Appendix A) into robust tools for debugging 10BASE-T and 100BASE-TX-based systems with automatic trigger, decode, and search. How it Works Two of the most common versions of Ethernet are 10BASE-T and 100BASE-TX which are found on most personal computers. The leading number represents the data rate in Mb/s. BASE indicates that the signals are baseband signals and there is no RF signal modulation. The T denotes the twisted pair wires that are in the LAN cable that is used between network nodes. Ethernet provides peer-to-peer packet-based communication, enabling direct point-to-point communication. At the physical layer, the 10BASE-T and 100BASE-TX signals transport address, control, data, and clock information. The data is transferred in sequences of data bytes called packets. Ethernet packets can carry other, higher-level protocol packets inside of them. For example, an Ethernet packet may contain an Internet Protocol (IP) packet, which in turn may contain a Transmission Control Protocol (TCP) packet. This signal complexity makes isolating events of interest difficult when analyzing 10BASE-T and 100BASE-TX waveforms. The Ethernet data frame format is defined by the IEEE 802.3 standard and contains seven fields: TYPE PREAMBLE START-OF-FRAME DELIMITER DESTINATION ADDRESS SOURCE ADDRESS LENGTH/TYPE DATA + PAD FRAME CHECK SEQUENCE BYTES 7 1 6 6 2 46-1500 4
• The Preamble is seven bytes long consisting of an alternating pattern of ones and zeros for synchronization. • The Start-of-frame Delimiter is a single byte with alternating ones and zeros but ending in two ones. • The Destination and Source Media Access Control (MAC) Addresses are each six bytes long, transmitted in most- significant to least-significant bit order. Each Ethernet node is assigned a unique MAC address which is used to specify both the destination and the source of each data packet. • The Length/Type field is a two-byte value. If the decimal value of Length/Type is ≤1500, it represents the number of data bytes in the data field. If the value of Length/Type is >1536 (0x0600), it is an EtherType value which specifies the protocol that is encapsulated in the payload of the Ethernet frame. (For example, EtherType is set to 0x0800 for IPv4.) • The Data packet contains 46 to 1500 bytes. If the data is less than 46 bytes long, the data field is padded to be 46 bytes long. • The Frame Check Sequence is a 32-bit cyclic redundancy check (CRC) and provides error checking across the Destination Address, Source Address, Length/Type and Data fields. • After each frame has been sent, transmitters are required to transmit a minimum of 12 bytes of idle characters before transmitting the next frame, or they must remain idle for an equal amount of time by de-asserting the transmit enable signal.
SETTING UP 10BASE-T ETHERNET BUS DECODING On Tektronix oscilloscopes, pressing the front panel Bus button enables you to define inputs to the scope as a bus. By simply entering the basic parameters of the Ethernet bus including the speed and type of signal, the input channel, and voltage thresholds, as shown at the left, you enable the oscilloscope to understand the information being transmitted across the bus. The Ethernet bus is a differential signal. Although the oscilloscope can acquire and decode the bus using single-ended probing, the signal fidelity and noise immunity is improved by using differential probing. The decoded display provides a higher-level, combined view of the individual signals that make up 10BASE-T and 100BASE-TX, making it easy to identify where packets begin and end as well as sub-packet components. Each packet on the bus is decoded, and the value can be displayed in hex, binary, or ASCII in the bus waveform. In addition to seeing decoded packet data on the bus waveform itself, you can view all captured packets in a tabular view much like you would see in a software listing. Packets are time stamped and listed consecutively with columns for each component (Time, Destination Address, Source Address, Length, Data, FCS/CRC, Errors). On the 5 Series MSO, the Results Table view links back to the waveform displays. You can tap a line in the tabular display and the oscilloscope automatically zooms in on the corresponding bus signals and resulting decoded bus waveform, shown in the lower section of the screen. TRIGGER ON DESCRIPTION Start of Frame Start of Frame Delimiter MAC Addresses MAC Destination and Source Addresses MAC Length/Type MAC Length or EtherType (e.g. IPV4) IP Header IP Protocol and Destination and Source Addresses TCP Header TCP Source and Destination Ports, Sequence and Ack Numbers Client Data Data Values End of Packet End of Packet Delimiter Idle Idle State FCS (CRC) Error Frame Check Sequence Error TRIGGERING ON THE 10BASE-T ETHERNET BUS The automated analysis on the oscilloscope can be configured to isolate, capture and display specific values on the bus. In this example the oscilloscope is set to trigger on a 10BASE-T Ethernet data transfer from IP Address 134.62.71.175 to IP Address 134.62.71.1. The oscilloscope can trigger on the Ethernet packet content shown in the table. SEARCHING ON THE ETHERNET BUS Serial triggering is very useful for isolating the event of interest, but once you’ve captured it and need to analyze the surrounding data, what do you do? Simply use Wave Inspector to automatically search through the acquired data for user-defined criteria including serial packet content. Search options are the same as the trigger options shown on the previous page. In this example, search is set up to look for data values of 0x00 and it found 31 events. Each occurrence is highlighted by a search mark. Rapid navigation between marks is as simple as pressing the Previous and Next buttons on the oscilloscope front panel. WORKING WITH 100BASE-TX BUSES Setting up a 100BASE-TX bus is similar to setting up a 10BASE-T bus. You define a 100BASE-TX Ethernet bus by entering the basic parameters of the bus including the speed and type of signal, the input channel, and voltage thresholds. Unlike the 10BASE-T signal which has visible bursts of signal activity, the 100BASE-TX signal is almost constantly transitioning because of the scrambling that is used, even in the idle state. So protocol-aware bus triggering is especially important, even for simply viewing the decoded bus information. In this case, the default Trigger On Start of Frame provides a stable display. Adding the Results Table view of the decoded information provides a timestamped display of the bus activity that can be easily compared to the software listings. Tapping a line in the Results Table automatically zooms in on the corresponding bus signals and resulting decoded bus waveform, shown in the lower section of the display.
The decoded bus display above shows that three bursts of bus activity were captured. To find specific values in the activity, you can use Wave Inspector automatic search to mark each specified evet. In this example, the automated bus search is configured to find all Frame Check Sequence errors and it shows 3 events, at the end of each burst of bus activity. Copyright © Tektronix. All rights reserved. Tektronix products are coverwed by U.S. and foreign patents, issued and pending. Information in this publication supersedes that in all previously published material. Specification and price change privileges reserved. TEKTRONIX and TEK are registered trademarks of Tektronix, Inc. All other trade names referenced are the service marks, trademarks or registered trademarks of their respective companies. 06/18 EA 55W-61093-1 Share Informations sur les produits associés Oscilloscope à signaux mixtes MSO série 4 B Le MSO profil bas de Série 5 MSO Série 5B Oscilloscope à signaux mixtes MSO 64B, 66B, et 68B DPO7000 Oscilloscopes au phosphore numérique et à signaux mixtes MSO/DPO70000DX Oscilloscope à signaux mixtes MSO/DPO2000B
À propos de Tektronix
Nous sommes une entreprise dédiée aux performances et ouverte sur le monde des possibles. Tektronix a pour vocation de concevoir et de fabriquer des solutions de test et de mesure, afin d’abattre les frontières de la complexité et d’accélérer l’innovation mondiale.
DÉCOUVREZ QUI NOUS SOMMESSociété
À propos de nous Travailler chez Tektronix Newsroom Événements EA Elektro-AutomatikAide et Apprentissage
Contactez-nous Support technique Centre d'apprentissage Ressources du propriétaire BlogPartenaires
Trouver un partenaireCommuniquez avec nous
Liens supplémentaires
© 2026 TEKTRONIX, INC. Sitemap Privacy Conditions générales d’utilisation Conditions générales Mentions légales Call us at Feedback智能索引记录
-
2026-03-01 06:07:23
教育培训
成功
标题:我的乐园公园作文
简介:在平凡的学习、工作、生活中,大家都写过作文吧,根据写作命题的特点,作文可以分为命题作文和非命题作文。相信写作文是一个让许
-
2026-02-28 16:13:26
综合导航
成功
标题:A giving gift for grandchildren W1M
简介:Stuart Lamont, Financial Planner at W1M Wealth, discusses wh
-
2026-03-01 03:10:09
教育培训
成功
标题:(优选)三年级童年作文
简介:在平日的学习、工作和生活里,大家都写过作文,肯定对各类作文都很熟悉吧,根据写作命题的特点,作文可以分为命题作文和非命题作
-
2026-03-01 04:43:29
教育培训
成功
标题:真情的作文600字4篇(热)
简介:在生活、工作和学习中,大家最不陌生的就是作文了吧,作文可分为小学作文、中学作文、大学作文(论文)。那么问题来了,到底应如
-
2026-02-28 22:28:25
教育培训
成功
标题:四年级作文我们的校园
简介:在日常的学习、工作、生活中,大家总少不了接触作文吧,根据写作命题的特点,作文可以分为命题作文和非命题作文。怎么写作文才能
-
2026-02-28 22:22:46
教育培训
成功
标题:精选写语文老师的作文3篇
简介:在平凡的学习、工作、生活中,大家都经常接触到作文吧,作文要求篇章结构完整,一定要避免无结尾作文的出现。如何写一篇有思想、
-
2026-03-01 05:53:14
教育培训
成功
标题:(优秀)植物作文300字4篇
简介:在平平淡淡的学习、工作、生活中,大家或多或少都会接触过作文吧,作文根据体裁的不同可以分为记叙文、说明文、应用文、议论文。
-
2026-02-28 15:13:58
综合导航
成功
标题:京东(JD.COM)-正品低价、品质保障、配送及时、轻松购物!
简介:京东JD.COM-专业的综合网上购物商城,为您提供正品低价的购物选择、优质便捷的服务体验。商品来自全球数十万品牌商家,囊
-
2026-02-28 15:38:27
综合导航
成功
标题:Cook'n Recipe Organizer App for iPhone, iPad, Android, Windows, Mac, Alexa, and Apple Watch
简介:Collect, organize and share all your favorite recipes and ac
-
2026-03-01 05:29:16
教育培训
成功
标题:(热)可爱的蜗牛作文300字5篇
简介:在学习、工作、生活中,大家最不陌生的就是作文了吧,作文可分为小学作文、中学作文、大学作文(论文)。为了让您在写作文时更加
-
2026-02-27 22:34:24
综合导航
成功
标题:Altru-V V-Ray - HTS Commercial & Industrial HVAC Systems, Parts, & Services Company
简介:V-RAY SUS is designed for coil irradiation of small HVAC sys
-
2026-03-01 03:20:32
教育培训
成功
标题:初二公园游记作文(5篇)
简介:在生活、工作和学习中,许多人都写过作文吧,作文一定要做到主题集中,围绕同一主题作深入阐述,切忌东拉西扯,主题涣散甚至无主
-
2026-02-28 15:26:23
综合导航
成功
标题:Toyota MR2 Message Board
简介:Toyota MR2 Message Board and Forum for Toyota MR2 Owners and
-
2026-02-28 16:32:02
综合导航
成功
标题:Women's Composure Leggings Blue MYPROTEIN™
简介:Our Women
-
2026-03-01 00:20:55
教育培训
成功
标题:(推荐)炒菜的作文300字4篇
简介:在日复一日的学习、工作或生活中,大家都写过作文吧,作文要求篇章结构完整,一定要避免无结尾作文的出现。那么你知道一篇好的作
-
2026-03-01 04:52:58
综合导航
成功
标题:AI智能索引 - AI智能索引
简介:AI智能索引 - 提供全网公开链接智能索引服务,快速访问目标内容,支持分类筛选和智能导航
-
2026-03-01 01:22:21
综合导航
成功
标题:狼牙山五壮士读后感作文 读狼牙山五壮士有感 心得作文大全-作文网
简介:作文网精选关于狼牙山五壮士读后感的作文,包含读狼牙山五壮士有感的作文,以狼牙山五壮士读后感、心得体会为话题的作文大全,作
-
2026-02-28 22:51:10
教育培训
成功
标题:亲情作文[优秀]
简介:在学习、工作、生活中,大家或多或少都会接触过作文吧,借助作文可以宣泄心中的情感,调节自己的心情。那么你知道一篇好的作文该
-
2026-02-27 21:17:32
综合导航
成功
标题:Debunking 2021 NFL Draft narratives: Why Trey Lance, Kyle Pitts and DeVonta Smith can thrive at the next level
简介:NFL draft season always comes with its share of outlandish t
-
2026-02-28 06:58:04
综合导航
成功
标题:Glossaire XS
简介:Comprenez les termes financiers les plus importants grâce à
-
2026-02-28 16:21:18
综合导航
成功
标题:PARADISE TRUCKER HAT – M22
简介:You were already thinking it, we just said it. Enjoy paradis
-
2026-03-01 00:45:37
综合导航
成功
标题:Reference - OTTO Group
简介:TUP as a general IT contractor helped to upgrade the busines
-
2026-03-01 06:03:25
综合导航
成功
标题:AI智能索引 - AI智能索引
简介:AI智能索引 - 提供全网公开链接智能索引服务,快速访问目标内容,支持分类筛选和智能导航
-
2026-02-28 07:41:13
综合导航
成功
标题:虚拟主机好还是独立主机好-服务器知识
简介:虚拟主机好还是独立主机好?独立主机通常比虚拟主机产品更昂贵,但对于具有特定需求的用户,此类服务器托管的好处可以抵消其费用
-
2026-03-01 03:27:01
教育培训
成功
标题:难忘小学作文【实用3篇】
简介:在学习、工作乃至生活中,说到作文,大家肯定都不陌生吧,作文是从内部言语向外部言语的过渡,即从经过压缩的简要的、自己能明白
-
2026-03-01 03:11:06
综合导航
成功
标题:Pens, Bags, Desk Accessories PIP - PIP Germantown, TN
简介:Be seen with a swipe of a Pen or an easy carry on bag with P
-
2026-02-28 22:29:09
教育培训
成功
标题:三年级作文300字
简介:在日常学习、工作或生活中,大家都不可避免地要接触到作文吧,作文一定要做到主题集中,围绕同一主题作深入阐述,切忌东拉西扯,
-
2026-03-01 00:12:18
实用工具
成功
标题:组词网_在线组词_古汉语词典_词语查询
简介:古汉语词典组词网,在线组词收录词语近三十六万条,词语查询提供在线组词近义词,反义词,名词,动词,形容词,副词等多音字组词
-
2026-03-01 00:40:47
综合导航
成功
标题:Cookie Policy West Monroe - West Monroe
简介:Learn how West Monroe uses cookies and similar technologies
-
2026-02-28 16:25:29
综合导航
成功
标题:Mathematical Animations Archives - Making Sense of the Infinite
简介:Mathematical Animations Archives - Making Sense of the Infin