Live-Chat mit Tektronix-Vertretern. Verfügbar von 9 bis 17 Uhr CET Geschäftstage.
AnrufenKontaktieren Sie uns telefonisch unter
Verfügbar von 9 bis 17 Uhr CET Geschäftstage.
Kontaktaufnahme Kontaktieren Sie uns mit Anmerkungen, Fragen oder Feedback Download Laden Sie Handbücher, Datenblätter, Software und vieles mehr herunter: DOWNLOADTYP Alle anzeigen Products Datasheet Manual Software Marketing Document Faq Video MODELL ODER SCHLÜSSELWORT FeedbackHaben Sie Feedback für uns? Wir möchten gerne wissen, was Sie denken.
Egal ob positiv oder negativ, Ihr Feedback hilft uns dabei, den Tek.com-Service kontinuierlich zu verbessern. Lassen Sie es uns wissen, wenn Sie Probleme haben oder wenn wir unsere Aufgabe sehr gut erledigt haben.
Teilen Sie uns Ihre Meinung mit Tektronix Troubleshooting Ethernet Problems with your Oscilloscope Troubleshooting Ethernet Problems with your Oscilloscope Please Login/Register to interact with the search results. Login × Datei herunterladenThis 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 Informationen zu ähnlichen Produkten MSO (Mixed-Signal-Oszilloskop) der Serie 4 B 5 Serie MSO Low Profile MSO der Serie 5 B MSO der Serie 6 B DPO7000 Mixed-Signal-/Digital-Phosphor-Oszilloskope MSO/DPO70000DX Mixed-Signal-Oszilloskop MSO/DPO5000B
Über Tektronix
Tektronix ist das Unternehmen für Messtechnik, das sich durch Leistung auszeichnet und von den Möglichkeiten überzeugt ist. Tektronix entwickelt und fertigt Test- und Messlösungen, um die Komplexität zu durchbrechen und globale Innovationen zu beschleunigen.
ERFAHREN SIE MEHR ÜBER UNSUnternehmen
Über uns Karriere Newsroom Ereignisse EA Elektro-AutomatikHilfe und Lernen
Kontakt Kontakt Technischer Support Schulung und Weiterbildung Eigentümerressourcen BlogPartner
Finden Sie einen GeschäftspartnerVerbinden Sie sich mit uns
Zusätzliche Links
© 2026 TEKTRONIX, INC. Sitemap Privacy Nutzungsbedingungen Geschäftsbedingungen Impressum Call us at Feedback智能索引记录
-
2026-02-28 10:13:15
房产家居
成功
标题:可爱风圣诞家居活动促销方案-果果圈模板
简介:可爱风圣诞家居活动促销方案-为你的Office加点料!
-
2026-02-28 16:36:41
综合导航
成功
标题:NYR@NYI: Barzal scores PPG against Spencer Martin New York Islanders
简介:Mathew Barzal (NYI) scores power-play goal against Spencer M
-
2026-02-27 13:23:24
综合导航
成功
标题:外墙墙面翻新_时间_别墅设计网
简介:外墙墙面翻新房子居住的时间长了,墙面多多少少会具备出现老化的现象,例如发霉、渗水、脱皮泛黄等一些问题,所以需要对墙面进行
-
2026-02-28 01:15:47
综合导航
成功
标题:Node fs.StatsBase TypeScript interface API Reference Bun
简介:API documentation for interface node:fs.StatsBase Bun
-
2026-02-28 02:31:58
教育培训
成功
标题:上海高一数学暑假班_高中辅导补习班-上海新王牌培优
简介:新王牌培优是由一群名师创立于2005年,90%的学生来自重点中学,分层授课,小班教学,按月收费,是上海最好的初中高中课外
-
2026-02-28 16:32:32
综合导航
成功
标题:梦见爸爸不认得我预示着什么?_一世迷命理网
简介:在人类的梦境世界中,我们常常会遇到各种奇特的场景和人物。梦见爸爸不认得我了,这样的梦境往往让人感到困惑和不安。这样的梦境
-
2026-02-28 10:19:45
综合导航
成功
标题:Credit made simple: Credit Cards for Newcomers TD Canada Trust
简介:Learn about our special TD Credit Card offers for newcomers
-
2026-02-27 18:28:51
综合导航
成功
标题:Сходи модульные сборные 'полный шаг', площадка (116327582) - RIA
简介:Продаю на RIA - Сходи модульные сборные
-
2026-02-28 09:27:05
综合导航
成功
标题:å®å¾çæ¼é³_å®å¾çææ_å®å¾çç¹ä½_è¯ç»ç½
简介:è¯ç»ç½å®å¾é¢é,ä»ç»å®å¾,å®å¾çæ¼é³,å®å¾æ¯
-
2026-02-28 10:24:58
综合导航
成功
标题:TheDomains.com - Award winning domain name Industry publication on domain news, gTLD's, registrars and registries.
简介:Award winning domain name Industry publication on domain new
-
2026-02-27 19:19:38
综合导航
成功
标题:Switch to Monthly Online Statements on EasyWeb TD Canada Trust
简介:Switching to Monthly online statements is easy, flexible, co
-
2026-02-28 14:23:52
综合导航
成功
标题:Topic Related Searching at EAA.COM.
简介:Everything And Anything at EAA.COM - Topic Related Searching
-
2026-02-28 02:11:32
综合导航
成功
标题:GoDaddy annual report out insight into Uniregistry purchase price
简介:There are some hints at the Uniregistry acquisition price, a
-
2026-02-28 11:22:04
实用工具
成功
标题:面相特征:天生孤寡的面相特点_一世迷命理网
简介:面相被看作是解读人生命运和性格特点的重要工具。天生孤寡的面相特征尤为引人注目。一、天生孤寡面相的典型特征主要体现在以下几
-
2026-02-28 07:07:39
综合导航
成功
标题:提示信息 - 学法网
简介:,学法网
-
2026-02-27 14:27:49
综合导航
成功
标题:AWA – Full-Service IP Law Firm for Patents, Trademarks & Designs
简介:Full-service intellectual property firm helping clients prot
-
2026-02-28 00:43:05
综合导航
成功
标题:邯郸市中医药学会经方专业委员会第一届学术会议在曲周县顺利召开 - 行业动态 - 南风窗
简介:南风窗,行业动态,邯郸市中医药学会经方专业委员会第一届学术会议在曲周县顺利召开 - 行业动态
-
2026-02-27 18:43:49
综合导航
成功
标题:Show Off [Archive] - Toyota MR2 Message Board
简介:[Archive] Be proud of what you own, show it off! http://ww
-
2026-02-28 03:41:49
综合导航
成功
标题:ǁ Cuscus3. World English Historical Dictionary
简介:ǁ Cuscus3. World English Historical Dictionary
-
2026-02-28 07:37:06
综合导航
成功
标题:Kendall-Jackson Wines California-Grown, Family-Owned
简介:The official website of Kendall-Jackson Wines. Located in th
-
2026-02-27 15:26:57
综合导航
成功
标题:H973755699鐨勪釜浜鸿祫鏂 - 瀛︽硶缃
简介:H973755699鐨勪釜浜鸿祫鏂 ,瀛︽硶缃
-
2026-02-28 16:43:48
综合导航
成功
标题:World English Historical Dictionary
简介:World English Historical Dictionary: The Path to Full Litera
-
2026-02-27 15:33:22
综合导航
成功
标题:八字相合:男凭生辰女靠嫁年_一世迷命理网
简介:八字合婚是一种古老而神秘的预测方式,它基于个人的生辰八字来分析两人的婚姻匹配度。本文将重点探讨“生辰八字合婚子靠出生时,
-
2026-02-27 13:56:34
综合导航
成功
标题:Labubu Doll Mukbang Asmr Cooking Games Unblocked
简介:Enjoy the best online cooking and Mukbang simulation game wi
-
2026-02-28 10:51:46
综合导航
成功
标题:Contact Groomer's Choice - PR.com
简介:Contact Groomer's Choice via this online contact form.
-
2026-02-28 12:09:06
综合导航
成功
标题:Image Rights and Privacy Talk - 5RB Barristers
简介:Image Rights and Privacy Talk - News
-
2026-02-28 07:49:52
综合导航
成功
标题:Glossaire XS
简介:Comprenez les termes financiers les plus importants grâce à
-
2026-02-27 14:45:48
综合导航
成功
标题:Full-cycle QA services for banking and finance solutions — a1qa
简介:Ensure smooth Banking and Finance software functioning with
-
2026-02-27 13:42:42
综合导航
成功
标题:All jobs near Sandoval · GQR
简介:Job Search Page 1 - GQR
-
2026-02-28 10:22:12
综合导航
成功
标题:RIA.com – Купить корм Josera для кошек и котов в Украине
简介:Купить корма от производителя Josera для кошек, котов и котя