www.久久久久|狼友网站av天堂|精品国产无码a片|一级av色欲av|91在线播放视频|亚洲无码主播在线|国产精品草久在线|明星AV网站在线|污污内射久久一区|婷婷综合视频网站

當(dāng)前位置:首頁 > 電源 > 數(shù)字電源
[導(dǎo)讀]Abstract: This application note describes how to use of DS8500 HART modem for a process-control application. The article explains how to interface the DS8500 to a microcontroller and 4–20mA current l

Abstract: This application note describes how to use of DS8500 HART modem for a process-control application. The article explains how to interface the DS8500 to a microcontroller and 4–20mA current loop to ensure proper HART communication.

<-- ======================================================================= --><-- CONTENT: DB HTML --><-- ======================================================================= -->

Introduction

This application note introduces the DS8500 single-chip modem for HART® communication. This document should be used in conjunction with the DS8500 data sheet. While the specific requirements for an application can vary, the reference design shown here is a basic example for implementing a process-control circuit.

HART overview

Highway Addressable Remote Transducer (HART) communication is a commonly used mode of transmission for digital signals that are superimposed on the analog signal of a 4–20mA current loop. The HART protocol is based on the phase continuous frequency shift keying (FSK) technique. Bit 0 is modulated to a 2200Hz sinusoidal signal, and bit 1 is modulated to a 1200Hz sinusoidal signal with a baud rate of 1200bps. These two frequencies can easily be superimposed on the analog current-loop signal, which is in the range of DC to 10Hz, without affecting either signal. This unique nature of the HART protocol enables simultaneous analog and digital communication on the same wire.

DS8500 HART modem

The DS8500 is a HART modem that provides phase-continuous FSK modulation and demodulation for process-control applications. This device is a feature-rich low-power modem that satisfies the physical layer specifications set by the HART Communication Foundation. The DS8500 has many features that allow the user to easily and effectively design a process-control system that requires a HART modem.
  • Reliable signal detection
  • Few external components
  • Sinusoidal output signal
  • Low power consumption
  • Standard 3.6864MHz crystal
An internal, digital-signal-processing technique enables reliable FSK_IN signal detection; very few external components are required to separate a HART signal from the noise. FSK_OUT is a sinusoidal signal that provides the lowest harmonic distortion to the system.

Figure 1 shows a top-level block diagram of the DS8500 in an intelligent process transmitter. The design highlights the interface between the HART modem and other external ICs.


Figure 1. An intelligent process transmitter features the DS8500 HART modem communicating with a system microcontroller.

Basic DS8500 operation

Clock

The DS8500 requires a 3.6864MHz clock as an input source with ±1% accuracy to guarantee proper operation. Figure 2 shows a typical circuit for clock source. When XCEN is set high, the user can drive an external clock directly onto the XTAL1 pin. If an external 3.6864MHz crystal is desired, XCEN should be set low and the crystal needs to be connected between XTAL1 and XTAL2.


Figure 2. Crystal connection for the DS8500.

Microcontroller interface

The HART protocol requires signals to be communicated in a specific 11-bit UART format: a start bit, 8 data bits, one parity bit, and a stop bit. The modulator and the demodulator blocks of the DS8500 need to interface with a microcontroller UART to satisfy the protocol requirement.

In demodulator mode, the DS8500 expects a valid UART start signal to synchronize the data communication. The interface between the HART modem and the microcontroller is also shown in Figure 1. Referring back to Figure 1, the microcontroller must contain the HART software stack required for communication. D_IN is the digital-signal data input to the DS8500 which will modulate it to an FSK_OUT signal. D_OUT is the digital-signal data output from the DS8500 that has been demodulated from an FSK_IN signal. RTS receives the microcontroller's request to initiate the demodulate (Rx) or modulate (Tx) mode of the modem.

Active-low RST provides a reset to the DS8500 and ensures that all the internal registers and filters start from a known default value. OCD is a carrier-detect signal that determines an FSK signal with a valid amplitude at the input of the demodulator. A logic high on OCD indicates that the FSK_IN signal amplitude is greater than 120mV; a logic low indicates that the FSK_IN signal amplitude is less than 80mV or that there is no carrier signal. Optionally, the microcontroller can provide a 3.6864MHz clock to the DS8500.

Modulator waveform

Figure 3 shows the DS8500 in modulate mode where D_IN is the input to the modem and FSK_OUT is the modulated output. The data is provided in an 11-bit UART format.


Figure 3. Modulator waveform.

Demodulator waveform

Figure 4 shows the DS8500 in demodulate mode where FSK_IN is the input to the modem and D_OUT is the output to the UART.


Figure 4. Demodulator waveform.
[!--empirenews.page--]

External filters

Due to the digital nature of DS8500 and its built-in digital filters, the number of external passive components required for modem operation is greatly reduced.

Figure 5 shows the few external components needed on the receive and transmit sides. The demodulator in DS8500 requires just a simple lowpass filter with a cutoff frequency of 10kHz (R3, C3) and a highpass filter with a cutoff frequency of 480Hz (C2, R2) to separate the HART signal from the analog signal and interferences. The resistor-divider formed by R1 and R2 provides an input bias voltage of VREF/2 to the DS8500's receive-side circuitry. The RC values shown below are just an example; a different set of RC values can be used, if the cutoff frequencies of lowpass and highpass filters are met.

Together these external components and the internal filters reject the low-frequency analog signals and prevent them from compromising digital reception. In addition, high-frequency components are also attenuated to prevent interference above the HART extended frequency band.


Figure 5. Receive/transmit side external components.

DS8500 as slave or master

The DS8500 modem can be used in either the slave side or the master side of HART communication. Typically, on the slave side the HART modem is part of the intelligent process transmitter unit; on the master side the modem is part of the HART master modem cable that connects the central control unit or the handheld unit to the current loop. Figure 6 shows the interface between master, slave, and current loop.


Figure 6. HART devices connections.

Figure 7 shows a HART slave using DS8500 circuitry and the top-level blocks necessary for an intelligent process transmitter. A temperature process transmitter serves as an example for this circuit. The sensor on the process transmitter measures the system temperature in current or voltage and then passes the data to the ADC. The ADC, in turn, converts these analog signals to digital equivalents for the microcontroller to process. The microcontroller provides remote memory along with computation power. The microcontroller typically hosts the HART stack and is responsible for the protocol implementation; it also processes the digital data from the HART modem. Microcontroller capabilities can also be used for sensor calibration, linearization and signal conditioning. The DAC is primarily responsible for driving the current loop.


Figure 7. DS8500 on the slave side of HART communication. D_IN receives data from the microcontroller's UART. D_OUT transmits data to the UART. Active-low RST is the DS8500 reset. OCD is a carrier-detect signal that determines a FSK signal with a valid amplitude at the input of the demodulator.

On the master side, the DS8500 can be part of the master modem that resides either on the central control unit or the handheld HART communicator. Figure 8 shows the master-side configuration. In this case, the DS8500 communicates to the PC through an RS-232 serial port. The HART protocol is usually supported by software that can be installed on the computer.


Figure 8. DS8500 on the master side of HART communication. D_IN receives data from the microcontroller's UART. D_OUT transmits data to the UART. Active-low RST is the DS8500 reset. OCD is a carrier-detect signal that determines a FSK signal with a valid amplitude at the input of the demodulator.



Maxim cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a Maxim product. No circuit patent licenses are implied. Maxim reserves the right to change the circuitry and specifications without notice at any time.
本站聲明: 本文章由作者或相關(guān)機構(gòu)授權(quán)發(fā)布,目的在于傳遞更多信息,并不代表本站贊同其觀點,本站亦不保證或承諾內(nèi)容真實性等。需要轉(zhuǎn)載請聯(lián)系該專欄作者,如若文章內(nèi)容侵犯您的權(quán)益,請及時聯(lián)系本站刪除。
換一批
延伸閱讀

今天,小編將在這篇文章中為大家?guī)碚{(diào)制解調(diào)器的有關(guān)報道,通過閱讀這篇文章,大家可以對調(diào)制解調(diào)器具備清晰的認(rèn)識,主要內(nèi)容如下。

關(guān)鍵字: 調(diào)制解調(diào)器 MODEM 多路復(fù)用

摘要:介紹了一種使用3G手機短信(SMS)進行家電遠程控制的物聯(lián)網(wǎng)系統(tǒng)的設(shè)計方法,該方法的主要思路是3GMODEM和紅外線遙控的結(jié)合應(yīng)用,可在3GMODEM收到短信并通過系統(tǒng)控制平臺處理后發(fā)送控制數(shù)據(jù)給單片機控制器,然后...

關(guān)鍵字: SMS 3G MODEM 紅外線遙控 家電控制

為了應(yīng)對傳統(tǒng)現(xiàn)場儀表的功能升級需求,增強現(xiàn)場儀表與控制主機之間的通信能力,設(shè)計并實現(xiàn)了一款以MSP430單片機為主控芯片,使用HART調(diào)制解調(diào)器DS8500和環(huán)路供電型4~20 mA數(shù)/模轉(zhuǎn)換器AD421搭建HART通信...

關(guān)鍵字: MSP430 控制器 HART協(xié)議 S8500

1、現(xiàn)場總線系統(tǒng)的結(jié)構(gòu)現(xiàn)場總線是一種互聯(lián)現(xiàn)場自動化設(shè)備及其控制系統(tǒng)的雙向數(shù)字通信協(xié)議。一個現(xiàn)場總線系統(tǒng)可以看成是由一個數(shù)字通信設(shè)備和監(jiān)控設(shè)備組成的分布式系統(tǒng)。實際

關(guān)鍵字: 現(xiàn)場總線 調(diào)度自動化 MODEM 工控

最近陷入反壟斷漩渦的高通,其新產(chǎn)品研發(fā)可并沒有閑著。最新的第五代多模LTE Modem明年即將與大家見面,憑借高通的實力,LTE Cat.10 Modem 將不會讓大家失望。高通LTE Cat.10 Modem 可以帶來...

關(guān)鍵字: LTE MODEM 多模 高通

嵌入式WEB服務(wù)器的主要設(shè)計思想就是將嵌入式系統(tǒng)和 WEB技術(shù)結(jié)合起來,將 WEB技術(shù)引入到現(xiàn)場測量和控制設(shè)備中,從而實現(xiàn)基于嵌入式 WEB服務(wù)器的控制系統(tǒng)。用戶可以通過現(xiàn)有

關(guān)鍵字: Linux WEB服務(wù)器 MODEM FRAM

摘要:介紹了一種數(shù)話同傳控制器的實現(xiàn)方法。該控制器以單片機AT89S52和EPLD芯片EPM7128為核心,采用GMSK調(diào)制解調(diào)器和AMBE話音 Codec以及新的數(shù)話同傳方案,在一個普通的模擬調(diào)頻話音信道上(帶寬25...

關(guān)鍵字: 控制器 AMBE PS MODEM

摘要:提出了由直擴MODEM、GPS、通信控制器和DTE終端組成的網(wǎng)絡(luò)無線通信系統(tǒng)工作原理、組成及實現(xiàn)方法,給出了系統(tǒng)的硬件框圖和軟件流程圖,并介紹了它的一種典型應(yīng)用。 關(guān)鍵詞:GPS接收機 直擴MDOEM 網(wǎng)型 通信...

關(guān)鍵字: GPS MODEM 無線通信系統(tǒng) 通信控制器

杭州晶華微電子有限公司專業(yè)從事集成電路芯片開發(fā)、生產(chǎn)和銷售業(yè)務(wù)。晶華掌握先進的數(shù)?;旌霞呻娐吩O(shè)計和測試技術(shù),可以為客戶提供高性價比模擬、數(shù)字、數(shù)?;旌蟂OC通用產(chǎn)品以及定制設(shè)計和成套解決方案。那在IIC 2

關(guān)鍵字: IIC MODEM 工控 SD

【導(dǎo)讀】上海2012年9月19日電 /美通社/ -- 日前,聯(lián)芯科技在2012年中國國際通信展現(xiàn)場展示了其 TD-HSPA/GGE 基帶芯片 LC1713,以及采用該芯片的包括中興、宇龍、聯(lián)想在內(nèi)的多款旗艦智能終端?;?..

關(guān)鍵字: MODEM 智能終端 芯片 芯科

數(shù)字電源

15504 篇文章

關(guān)注

發(fā)布文章

編輯精選

技術(shù)子站

關(guān)閉