Splash.

Slides:



Advertisements
Similar presentations
INPUT-OUTPUT ORGANIZATION
Advertisements

11-1 ECE 424 Design of Microprocessor-Based Systems Haibo Wang ECE Department Southern Illinois University Carbondale, IL I/O System Design.
Supervisory Control & Data Acquisition DAQ Networking.
More fun with Timer/Counters
4-1 Timers Timers can be used for  timing  event counting  pulse width measurement  pulse generation  frequency multiplication There are 8 Timers.
Inputs: Digital and 4 configurable for Digital or 10 bit Analog Outputs:4 - 8 amp Relays or 700ma Transistors (1 PWM) 4 Line by 18 Character fully.
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Digital Thermostat and Data Logger Brandon Wagner and David Southwick.
In this presentation you will:
Supervisory Control & Data Acquisition Communication Technology Modbus Protocol.
Presents The Silver Family An Integrated Approach to Processors, Data Communication and Head End Integration.
Data Protection Card Submit: Assaf Matia Technion Guide: Eran Segev Rafael Guide: Henri Delmar Winter & Spring 2004.
Chapter 5 Input/Output Clocks User Interfaces: Keyboard, Mouse Power.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
Infineon Technologies Corp. June 99 1 HOT167-1 Version 2.0 * C167CS not yet supported by DAvE V1.0 CD ROM. See “Hints regarding DAvE.” Exercise 7ASC_1.
7-1 Digital Serial Input/Output Two basic approaches  Synchronous shared common clock signal all devices synchronised with the shared clock signal data.
Timers and Interrupts Shivendu Bhushan Summer Camp ‘13.
DP Cabinet.
Monitoring systems COMET types MS55 & MS6 MS55/MS6 Configuration.
Shell and Flashing Images Commands and upgrades. RS-232 Driver chip – ST3232C Driver chip is ST3232C Provides electrical interface between UART port and.
Computers in Surveying SVY2301 / E4006 Automated Surveying.
The special unit for special tasks.  Installation possibilities Private area Special object Industrial park.
Technology Date 10/17/00, Page 1 Technology s PROFIBUS Technology Chips - Modules - Development Kits.
7/23 Timers in Coldfire Processor Computer Science & Engineering Department Arizona State University Tempe, AZ Dr. Yann-Hang Lee (480)
Unit 10.2 Timer Examples. Example – Music Generation Channel 6 – Set up as a timer Output to Generate Square Waves Channel 4 – Set up as a timer Output.
Lecture Set 9 MCS-51 Serial Port.
AT91 Embedded Peripherals
The Application Friendly Mesh Protocol. Functional Overview Self Forming and Self Healing Message Security Transparent and Packet Mode Commands Event.
Advanced Microprocessor1 I/O Interface Programmable Interval Timer: 8254 Three independent 16-bit programmable counters (timers). Each capable in counting.
NS Training Hardware. Serial Controller - UART.
Atmel Atmega128 Overview ALU Particulars RISC Architecture 133, Mostly single cycle instructions 2 Address instructions (opcode, Rs, Rd, offset) 32x8 Register.
1 i-Pendant for the R-J3iC & R-30iA Controllers ArcTool Version (GMAW) i Pendant New.
8251 USART.
1 Lab 4: D/A Converter Lab 4: D/A Converter This is a simple resistive network for a D/A converter Port 1, Port 0 are digital inputs ==> 00 (minimum),
1. PIC ADC  PIC18F877 has 8 analog input channels i.e. port A pins(RA0 to RA5) and port E pins(RE1 and RE2). These pins are used as Analog input pins.
1 4-Integrating Peripherals in Embedded Systems. 2 Introduction Single-purpose processors  Performs specific computation task  Custom single-purpose.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
CORDLESS MOUSE FEATURES BY TV REMOTE USING PIC MICROCONTROLLER
DIGITAL MULTIMETER DMG
Application Case Study Christmas Lights Controller
CMV-NET Chigo VRF Network Centralized Control System
Chip Config & Drivers – Required Drivers:
Serial mode of data transfer
Monitoring systems COMET types MS55 & MS6
Modbus Link/Plus.
SCADA for Remote Industrial Plant
Haiwell PLC Modules Introduce
Smart Ethernet I/O P2P and GCL Introduction
DT80 range Modbus capability
RS232 Converter SB-DN-RS232N.
Serial I/O and Data Communication.
SERIAL PORT PROGRAMMING
1 Input-Output Organization Computer Organization Computer Architectures Lab Peripheral Devices Input-Output Interface Asynchronous Data Transfer Modes.
Zigbee Networks Using Xbee Modules
Siemens Step 7 Project with Controllere in 7 Steps: Step 1
TB8100 Technical Training July 2005
8251A UNIVERSAL SYNCHRONOUS ASYNCHRONOUS RECEIVER TRANSMITTER
Serial Communication Interface
Communications channels تقديم المهندس سنان محمد حسن
Programmable Interval timer 8253 / 8254
Programmable Interval timer 8253 / 8254
Training Module Introduction to the TB9100/P25 CG/P25 TAG Customer Service Software (CSS) Describes Release 3.95 for Trunked TB9100 and P25 TAG Release.
Splash.
Splash.
8253 – PROGRAMMABLE INTERVAL TIMER (PIT). What is a Timer? Timer is a specialized type of device that is used to measure timing intervals. Timers can.
CHAPTER SERIAL PORT PROGRAMMING. Basics of Serial Communication Computers transfer data in two ways: ◦ Parallel  Often 8 or more lines (wire.
TPC Electronics Meeting, 13/01/05 Carmen González Gutiérrez
PIC Serial Port Interfacing
PIC Serial Port Interfacing
Presentation transcript:

Splash

Computer Controlled Interface (CCI) Aimed at third party system integrators who want to develop their own remote monitoring and diagnostic applications. Connect via RS232 at 1200 to 115,000 baud. Can not run both Service Kit and CCI interface at the same time, must be either / or. Simple ASCII based interface protocol. Protocol uses Tait propriety ‘command’ and ‘response’ packets. Due 20 December 2004

CCI Commands The packet structure for commands to the base station is: Responses Commands The packet structure for commands to the base station is: [IDENT] [SIZE] ([PARAMS]) [CHECKSUM] <CR> IDENT : Defines the packet type where r=read, a=action, v= version SIZE : Number characters that make up the [PARAMS] field PARAMS : Optional parameter depending on the message type. Read = Defines the data values to return Action = Defines the action to initiate on the base station. Version = No parameter required. CHECKSUM : An 8 bit checksum of the message. Example To read the current RSSI voltage: r 08 30000001 9D To go to channel 1: a 04 0500 6A

CCI Responses The packet structure for responses from the base station is: [IDENT] [SIZE] [ERROR] ([PARAMS]) [CHECKSUM] <CR> <.> IDENT : Defines the packet type where r=read, a=action, v= version SIZE : Number characters that make up the [PARAMS] field ERROR : Status of last command where: 00 = successful operation, optional PARMS will follow 01 = unsupported command 02 = checksum error 03 = parameter error 04 = invalid terminating character 05 = BS not ready PARAMS : Optional parameter depending on the message type. Read = A string of characters of variable length representing the data value Action = No parameter returned. Version = A string representing the CCI version number. CHECKSUM : An 8 bit checksum of the message. <.> : The “.” (dot) character. Every response is terminated with a dot. Example Current PA output power value: r 04 00 32 45 CCI version number: v 02 01 6A

Monitor over 200 parameters... Reciter: RSSI, Sinad, Line levels, Watchdog, Channels, Frequencies, PA Tx power, Reverse Power, Duty Cycle, Temperatures, Supply Currents, PMU Temperatures, States, Voltages, Currents Other Digital inputs and outputs, Subaudible tones, Task Manager variables, Alarms, Versions, Serial Numbers, Hardware

Control over 400 parameters... Channels – Go to channel Custom Actions, Fan Tests, Reset Counters – Reset, increment, decrement Flags – Set, Clear, Toggle Timers – Start, stop Power Save – Enable, Disable, Toggle Digital outputs – Set, Clear, Toggle Modes – LCB, TTR, CTCSS, DCS, Alarms

Splash