Apéndice 2. Programas. PLD GAL16v8

Size: px
Start display at page:

Download "Apéndice 2. Programas. PLD GAL16v8"

Transcription

1 Apéndice 2 Programas PLD GAL16v8 Name Daniel Ortega G; PartNo 00; Date 21/11/2005; Revision 01 ; Designer Engineer ; Company personal ; Assembly None ; Location ; Device g16v8 ; /* *************** INPUT PINS ******************** PIN 2 =p1 ; /* PIN 3 =p12 ; /* PIN 4 =s1 ; /* PIN 5 =s2 ; /* PIN 6 =s3 ; /* PIN 7 =os1 ; /* PIN 8 =os2 ; /* PIN 9 =os3 ; /* /* *************** OUTPUT PINS ******************** PIN 12 =s3_ ; /* PIN 13 =s2_ ; /* PIN 14 =s1_ ; /* PIN 15 =s33 ; /* PIN 16 =s22 ; /* PIN 17 =s11 ; /* s2_ = p1 $ p12; s3_ =!(p12); s1_ = p1 ; 89

2 s11 =!(!(os3) & s1) ; s22 =!(!(os1) & s2) ; s33 =!(!(os2) & s3) ; PIC 16F877 ;============================================================================= ;============================================================================= ; Author: Daniel Ortega G. ; Company: UDLAP. ; Revision: 1.00 ; Date: 2005 ; Assembled using MPASMWIN V3.20 ;============================================================================= list p=16f877 ;list directive to define processor #include <p16f877.inc> ;processor specific definitions errorlevel -302 ;suppress "not in bank 0" message CONFIG _CP_OFF & _WDT_OFF & _BODEN_OFF & _PWRTE_ON & _XT_OSC & _WRT_ENABLE_OFF & _LVP_OFF & _DEBUG_OFF & _CPD_OFF ; ;Bit Definitions flag equ 10 adover equ 0 adif equ 1 adgo equ 2 adie equ 6 gie equ 7 rp0 equ 5 ; ; Macros to select the register bank ; Many bank changes can be optimized when only one STATUS bit changes Bank0 MACRO ;macro to select data RAM bank 0 bcf STATUS,RP0 bcf STATUS,RP1 ENDM Bank1 MACRO ;macro to select data RAM bank 1 bsf STATUS,RP0 bcf STATUS,RP1 ENDM Bank2 MACRO ;macro to select data RAM bank 2 bcf STATUS,RP0 bsf STATUS,RP1 ENDM Bank3 MACRO ;macro to select data RAM bank 3 bsf STATUS,RP0 bsf STATUS,RP1 90

3 ENDM ; ;This code executes when a reset occurs. ando equ H'20' dor equ H'21' prod_h equ H'22' prod_l equ H'23' ando_h equ H'24' conta equ H'25' INDICE2 EQU 0X43 INDICE EQU 0X26 dd1 equ 0x27 dd2 equ 0x28 tmp equ 0x29 ddina equ 0x30 m1 equ 0x31 m2 equ 0x32 baja equ 0x33 dda equ 0x34 dd2_ equ 0x35 ddinb equ 0x36 signo equ 0x37 off equ 0x38 regtmp equ 0x39 pwma equ 0x40 ACC0 equ 0x41 ORG 0x0000 ;place code at reset vector pa dd12 dd3 ACC1 equ 0x42 equ 0x43 equ 0x44 equ 0x45 resulthi equ 0x46 resultlo equ 0x47 x equ 0x48 y equ 0x49 res_lo equ 0x50 ResetCode: clrf PCLATH ;select program memory page 0 goto Main ;go to beginning of program ; ;Main routine checks for for reception of a <CR> and ;s a routine to move the data to transmit back. Main: Bank0 clrf PORTA ; Initialize PORTA by clearing output Bank1 movlw 0xCF ; Value used to initialize data direction movwf TRISA ; PORTA<3:0> = inputs PORTA<5:4> = outputs ; TRISA<7:6> always read as '0' Bank0 clrf PORTB ;Initialize PORTB by clearing output data latches clrf PORTA ;Initialize PORTB by clearing output data latches clrf PORTD clrf baja; Bank1 movlw 0xFF; movwf TRISA; clrf TRISB ; PortB as outputs clrf TRISD 91

4 Bank0 initad initpwm LOOP MOVLW.249 MOVWF INDICE selectch1 convert addlw.16 movwf ddina; delayfrec delayfrec delayfrec selectch2 convert addlw.16 movwf ddinb movlw HIGH fasec ;load high 8-bit;address of Table movwf PCLATH ;into PCLATH MOVF INDICE,0 CALL fasec movwf PORTB movlw HIGH faseb ;load high 8-bit;address of Table movwf PCLATH ;into PCLATH MOVF INDICE,0 CALL faseb movwf PORTD movlw HIGH fasea ;load high 8-bit;address of Table movwf PCLATH ;into PCLATH MOVF INDICE,0 CALL fasea movwf dda; ;movwf PORTD movf ddina,0 modula_dd movwf dd1; ;movwf PORTD ;movlw 0x00 movf ddinb,0 modula_dd movwf dd2; movf addwf movwf dd12 ; xorwf dd1,0 ; movwf dd3 dd1,0 dd2,0 match BTFSS PIR1, TMR2IF GOTO match BCF PIR1, TMR2IF MOVF dd1,0; MOVWF CCPR1L MOVF dd12,0; MOVWF CCPR2L DECFSZ INDICE ; YA ES LA ULTIMA GOTO LOOP MOVLW.249 MOVWF INDICE ; APUNTA A LA 1A. MUESTRA 92

5 modula_dd GOTO LOOP clrf signo offset i2; ;para checar la alimentacion de 15 volts movwf movf mul8x8 resultlo dda,0 offset movf resulthi,0 addlw.127 resta sigue_ sublw.255 btfsc signo,0 goto resta goto sigue_ movwf pa; movlw.64 subwf pa,1 movf pa,0 i2; divw3 i2; movwf pa; ; movwf PORTB ;//////////////////////////////////////////////////////////////////////////// complemento2 movwf regtmp; comf regtmp,0; addlw.1 complemento incf signo,1 movwf regtmp; comf regtmp,0; addlw.1 offset movwf off; movlw.127 subwf off,0 btfss STATUS,C complemento initpwm MOVLW MOVWF MOVLW MOVWF MOVWF BSF MOVLW MOVWF BCF T2CON CCP1CON CCP2CON TMR2 0Xff PR2 0Xff CCPR1L CCPR2L INTCON STATUS, RP0 0Xff PR2 TRISC PIE1 STATUS, RP0 PIR1 93

6 MODE MOVLW 0X01C ; Bits 5-4(Least significant) Bits 3-0 =11xx PWM MOVWF CCP1CON MOVWF CCP2CON movlw B' ' khz khz movwf T2CON; ; BSF T2CON, TMR2ON ORG 0X100 fasea ;Prender 4 el TIMER 2 (ultimos LBS bits),,, PR =FF ;00 Prescaler ;01 Prescaler ;1x Prescaler khz ADDWF PCL,1 RETLW 0x7F.. ORG 0X200 fasec ADDWF PCL,1 RETLW 0xC5.. ORG 0X300 faseb ADDWF PCL,1 RETLW 0xEE ; ;Set up serial port and buffers. convert delay ; provide necessary sampling time bsf ADCON0, adgo ; start new A/D conversion loop btfsc ADCON0, adgo ; A/D over? btfsc ADCON0, 2 ; A/D over? goto loop ; no then loop movf ADRESH, W ; yes then get A/D value ;InitializeAD, initializes and sets up the A/D hardware. ;select ch0 to ch3, RC OSC., a/d interrupt. initad Bank1; clrf ADCON1; Bank0; movlw B' ' ;select:rc osc,ch0... movwf ADCON0 ;turn on a/d clrf ADRESH ;clr result reg. selectch1 Bank0; bcf bcf bcf ADCON0,CHS0 ADCON0,CHS1 ADCON0,CHS2 94

7 ;clrf ADRESH selectch2 Bank0; bsf ADCON0,CHS0 bcf ADCON0,CHS1 bcf ADCON0,CHS2 ;clrf ADRESH i2 rlf ACC0, f clrf ACC1 rlf ACC1, f movf ACC0,0 divw3 Bank0 movwf ACC0 movf ACC0, w addwf ACC0, f addwf ACC0, f addwf ACC0, f addwf ACC0, f incf ACC0,1 movf ACC0,0 mul8x8 ;* 2 cycles for - instruction MACRO btfsc STATUS,C addwf resulthi,1 rrf resulthi,1 rrf resultlo,1 ENDM clrf resulthi ;* 1 cycle rrf resultlo,f ;* 1 cycle ; retlw 0 ;* 2 cycles movf resultlo,0 ;This routine is a software delay of 10uS for the a/d setup. ;At 4Mhz clock, the loop takes 3uS, so initialize TEMp with ;a value of 3 to give 9uS, plus the move etc should result in 95

8 ;a total time of > 10uS. delay SD movlw.5 movwf tmp delayfrec SD2 decfsz tmp, F goto SD movlw.200 movwf tmp decfsz tmp, F goto SD2 END 96

; < [PROGRAM] > LIST P=18F452, R=DEC INCLUDE "p18f452.inc"

; < [PROGRAM] > LIST P=18F452, R=DEC INCLUDE p18f452.inc PROGRAM LISTING 7: MPASM EDGE DETECTION PROGRAM By Malcolm Stagg ; ; Edges Controller (EC) ; With Non-Maximal Suppression # ; [Source Code] # ; ---------------------------------- # ; By Malcolm Stagg #

More information

PIC18 Timer Programming. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan

PIC18 Timer Programming. Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan PIC18 Timer Programming Hsiao-Lung Chan Dept Electrical Engineering Chang Gung University, Taiwan chanhl@mail.cgu.edu.tw Functions of PIC18 timer Generate a time delay ( 計時器 ) Use internal clock pulse,

More information

HIN Diploma Master of Science P.o.box 385, Lodve Langes gate NARVIK

HIN Diploma Master of Science P.o.box 385, Lodve Langes gate NARVIK HIN Diploma Master of Science P.o.box 385, Lodve Langes gate 2 8501 NARVIK Telephone 76 96 60 00 Fax 76 96 68 10 Title: ncube Power supply Enclosures Date: June 27 2003 Graded: Open Pages: 147 Arthur:

More information

Low Power Tiny Iambic Keyer

Low Power Tiny Iambic Keyer Low Power Tiny Iambic Keyer Andy Palm N1KSN This is my first project with a Texas Instruments MSP430 microcontroller, specifically the Value Line MSP430G2211 chip. This chip is supplied with the inexpensive

More information

Swiss Server Client Command Protocol

Swiss Server Client Command Protocol =============================================================================== Swiss Server Client Command Protocol 2016-10-26 Peter S'heeren, Axiris -------------------------------------------------------------------------------

More information

Rotating Text Marquee. Stephen Rochelle, CoE Mark Randall, EE University of Evansville

Rotating Text Marquee. Stephen Rochelle, CoE Mark Randall, EE University of Evansville Rotating Text Marquee Stephen Rochelle, CoE Mark Randall, EE University of Evansville Presented at 2003 MUPEC Student Paper Conference April 26, 2003 Virtually all experts agree that demand for computer

More information

Onboard Failure Logging (OBFL)

Onboard Failure Logging (OBFL) 16 CHAPTER Prerequisites for OBFL, page 16-1 Restrictions for OBFL, page 16-2 Information About OBFL, page 16-2 Default Settings for OBFL, page 16-8 Enabling OBFL, page 16-9 Configuration Examples for

More information

Pascon Instruction set overview. ADDM mem1 mem2 mem3 // mem1 + mem2 => mem3. SUBM mem1 mem2 mem3 // mem1 - mem2 => mem3

Pascon Instruction set overview. ADDM mem1 mem2 mem3 // mem1 + mem2 => mem3. SUBM mem1 mem2 mem3 // mem1 - mem2 => mem3 Instruction Set for Pascon V 7.03 Arithmetic operations: ADD r1,r2,r3 // r1 + r2 => r3 SUB r1,r2,r3 // r1 - r2 => r3 MUL r1,r2,r3 // r1 * r2 => r3 DIV r1,r2,r3 // r1 / r2 => r3 ADI r data // r + data =>

More information

13. Back-End Design Flow for HardCopy Series Devices

13. Back-End Design Flow for HardCopy Series Devices 13. Back-End esign Flow for HardCopy Series evices H51019-1.4 Introduction This chapter discusses the back-end design flow executed by the HardCopy esign Center when developing your HardCopy series device.

More information

8. Description, Architecture, and Features

8. Description, Architecture, and Features 8. Description, Architecture, and Features H51007-2.3 Introduction HardCopy APEX TM devices extend the flexibility of high-density FPGAs to a cost-effective, high-volume production solution. The migration

More information

SHARE Pittsburgh 2014 High Level Assembler Bootcamp (16153, 16154, 16155)

SHARE Pittsburgh 2014 High Level Assembler Bootcamp (16153, 16154, 16155) Richard Cebula - IBM HLASM SHARE Pittsburgh 2014 High Level Assembler Bootcamp (16153, 16154, 16155) 2009 IBM Corporation Program Status Word (PSW) 2 2014 IBM Corporation Program Status Word (PSW) Reserved

More information

NHD-C160100DiZ-FSW-FBW

NHD-C160100DiZ-FSW-FBW NHD-C160100DiZ-FSW-FBW COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C160100-160 x 100 pixels DiZ- Model (I2C) F- Transflective SW- Side White LED backlight F- FSTN (+) B- 6:00

More information

Rexroth - 440RC Solid De-icer Controller Short Form Configuration & Setup Manual

Rexroth - 440RC Solid De-icer Controller Short Form Configuration & Setup Manual Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service Rexroth - 440RC Solid De-icer Controller Short Form Configuration & Setup Manual The Drive & Control Company

More information

Application Note, V1.0, Jul AP16145 XC2000/XE166. Microcontrollers

Application Note, V1.0, Jul AP16145 XC2000/XE166. Microcontrollers Application Note, V1.0, Jul. 2008 AP16145 XC2000/XE166 U s i n g E n h a n c e d I n t e r r u p t H a n d l i n g w i t h D A v E Microcontrollers Edition 2008-08-07 Published by Infineon Technologies

More information

The Use of RFID Sensors for Automatic Doorstop Application

The Use of RFID Sensors for Automatic Doorstop Application The Use of RFID Sensors for Automatic Doorstop Application Hedy Eko Hidayat Santoso 1 Herdi Saputra 3 Amien Shofyan 2 Khoirul Anam 2 Eko Supraptono 3 1.D3 Electrical Engineering Program, Electrical Engineering

More information

Automated Multi-storied Car Parking System Using RFID

Automated Multi-storied Car Parking System Using RFID American Scientific Research Journal for Engineering, Technology, and Sciences (ASRJETS) ISSN (Print) 2313-4410, ISSN (Online) 2313-4402 Global Society of Scientific Research and Researchers http://asrjetsjournal.org/

More information

RFM-003 User Manual RFM-003. User Manual 2005/06/01. Ver. 1.00C

RFM-003 User Manual RFM-003. User Manual 2005/06/01. Ver. 1.00C RFM-003 User Manual 2005/06/01 Ver. 1.00C Sunion Electronic Corporation 11F, 123-7, Shine De Rd., San Chung City, Taipei 241, Taiwan, R.O.C. TEL : +886-2-8512-1456 FAX : +886-2-8512-1457 http://www.sunion.com.tw/

More information

OptimoDE: Programmable Accelerator Engines Through Retargetable Customization

OptimoDE: Programmable Accelerator Engines Through Retargetable Customization OptimoDE: Programmable Accelerator Engines Through Retargetable Customization Nathan Clark, Hongtao Zhong, Kevin Fan, Scott Mahlke CCCP Research Group University of Michigan http://cccp.eecs.umich.edu

More information

BMC-7 CONTROLLER MANUAL

BMC-7 CONTROLLER MANUAL BMC-7 CONTROLLER MANUAL 1-1-3236-900-00 REV L May 6, 2013 *Please check with the factory for latest version of this controller manual* IMPORTANT PLEASE OBSERVE ALL MOTOR POLYGON ASSEMBLY (MPA) SPECIFICATIONS

More information

PDM16 & PDM32 User Manual

PDM16 & PDM32 User Manual MoTeC PDM16 & PDM32 User Manual Contents Introduction... 3 Operation... 4 Configuration...4 PDM Manager Software...4 PC Connection...4 Configuration Concepts...4 Conditions...7 Switch Inputs...7 CAN Inputs...8

More information

1 Introduction. Freescale Semiconductor Application Note. Document Number: AN3031 Rev. 0, 09/2006

1 Introduction. Freescale Semiconductor Application Note. Document Number: AN3031 Rev. 0, 09/2006 Freescale Semiconductor Application Note Document Number: AN3031 Rev. 0, 09/2006 Temperature Sensor for the HCS08 Microcontroller Family by: Donnie Garcia MCD Applications, Austin, Texas Rafael Peralez

More information

Remote AMD Operator Manual

Remote AMD Operator Manual Remote AMD Operator Manual SOFTWARE Remote AMD V1.0.3 User manual (English) Project name: Project: Order / Project NO.: 1-2 Index 1. Introduction ---------------------------------------------------- 1-4

More information

INDEX. 1 Introduction. 2 Software installation. 3 Open the program. 4 General parameters. 5 Tuning

INDEX. 1 Introduction. 2 Software installation. 3 Open the program. 4 General parameters. 5 Tuning SET UP MANUAL INDEX 1 Introduction 2 Software installation 3 Open the program 4 General parameters 5 Tuning 2 1 Introduction Here below the instruction to use the FLYJET software. 1.1 Software features

More information

NHD-C160100DiZ-FSW-FBW

NHD-C160100DiZ-FSW-FBW NHD-C160100DiZ-FSW-FBW COG (Chip-On-Glass) Liquid Crystal Display Module NHD- Newhaven Display C160100-160 x 100 Pixels DiZ- Model (I²C) F- Transflective SW- Side White LED Backlight F- FSTN (+) B- 6:00

More information

A PS/2 mouse is shown above with the cover removed. The ball (upper right) rolls two plastic X and Y axles with a slotted wheel at one end.

A PS/2 mouse is shown above with the cover removed. The ball (upper right) rolls two plastic X and Y axles with a slotted wheel at one end. A PS/2 mouse is shown above with the cover removed. The ball (upper right) rolls two plastic X and Y axles with a slotted wheel at one end. The slotted wheel passes through a square slotted case containing

More information

Programmable Device Server User Manual

Programmable Device Server User Manual Programmable Device Server User Manual Version 0.2, Mar 2016 Service and usage information for ids-718i-d ids-718im-d CR ids-728i-t CR ids-728im-t CR ids-448im-d Intelligent Device Server with 1 RS-232/422/485

More information

Managing the Switch. Displaying Information About Installed Hardware Modules

Managing the Switch. Displaying Information About Installed Hardware Modules Displaying Information About Installed Hardware Modules, page Displaying the Hardware Inventory for a Switch, page 3 Displaying the Backplane and Serial Number Information, page 4 Displaying Environmental

More information

Whitepaper ax eft-kernel EMV Level 2 Kernel - a Software Module for EFTPOS Terminals

Whitepaper ax eft-kernel EMV Level 2 Kernel - a Software Module for EFTPOS Terminals Abrantix AG Förrlibuckstrasse 66 CH 8005 Zürich Tel.: +41 43 433 70 30 Fax.: +41 43 433 70 31 www.abrantix.com info@abrantix.com Whitepaper ax eft-kernel EMV Level 2 Kernel - a Software Module for EFTPOS

More information

BD D Imager Barcode Scanner Configuration Guide

BD D Imager Barcode Scanner Configuration Guide BD-6580 2D Imager Barcode Scanner Configuration Guide Table Of Contents Chapter 1 Getting Started... 1 About This Guide... 1 Barcode Scanning... 2 Barcode Programming... 2 Factory Defaults... 3 Custom

More information

ELAD SPF-08 Switchable Preselector Filter Board for FDM SDRs USER MANUAL

ELAD SPF-08 Switchable Preselector Filter Board for FDM SDRs USER MANUAL ELAD SPF-08 Switchable Preselector Filter Board for FDM SDRs USER MANUAL www.eladit.com 1 Index 2 ELAD SPF-08 Overview... 3 3 ELAD SPF-08 Package Contents... 3 4 ELAD SPF-08 Hardware Description... 4 4.1

More information

Introduction to GAL Devices

Introduction to GAL Devices Introduction to GAL Devices February 2002 Overview Lattice, the inventor of the Generic Array Logic (GAL ) family of low density, E 2 CMOS PLDs is the leading supplier of low density CMOS PLDs in the world.

More information

ALLIED ELECTRONICS, INC STATION SITE CONTROLLER (SSC) Installation and Start Up Guide. ARCO / ANDI to Wayne PIB

ALLIED ELECTRONICS, INC STATION SITE CONTROLLER (SSC) Installation and Start Up Guide. ARCO / ANDI to Wayne PIB ALLIED ELECTRONICS, INC STATION SITE CONTROLLER (SSC) Installation and Start Up Guide ARCO / ANDI to Wayne PIB ALLIED ELECTRONICS, INC 2210 FARRAGUT AVENUE BRISTOL, PA 19007-0624 PHONE: 215.785.6200 FAX:

More information

Ingenico User Guide. iwl220. Optional Integrated Contactless Reader

Ingenico User Guide. iwl220. Optional Integrated Contactless Reader Ingenico User Guide iwl22 Optional Integrated Contactless Reader iwl2 Series iwl22 iwl WireLess Payment Terminal Bluetooth terminal with PSTN and IP communications Mobile terminal with GSM/GPRS communications

More information

Proposal. Support of Electric/Electronic Diagnosis in Production for Passenger Car Project in China. 1 Overview. 2 ECU Diagnosis in Production

Proposal. Support of Electric/Electronic Diagnosis in Production for Passenger Car Project in China. 1 Overview. 2 ECU Diagnosis in Production 1 / 8 Support of Electric/Electronic Diagnosis in Production for Passenger Car Project in China 1 Overview In Mercedes-Benz passenger car production the IS tester is used for both purely diagnostic functions

More information

SPECIFCATIONS. Model: Customer Approval: ET-035/043/050/056/070/080A. Design. Mechanic. Quality. Approved by ET-035/043/050/056/070/080A

SPECIFCATIONS. Model: Customer Approval: ET-035/043/050/056/070/080A. Design. Mechanic. Quality. Approved by ET-035/043/050/056/070/080A SPECIFCATIONS Model: ET-035/043/050/056/070/080A Customer Approval: Signature Date Design Mechanic Quality Approved by - 1 - Table of Contents 1.0 General Descriptio--- ------------------------------------------------------------------------------------------------3

More information

Epicor Eagle EMV Implementation Guide. Step-by-Step

Epicor Eagle EMV Implementation Guide. Step-by-Step Epicor Eagle EMV Implementation Guide Step-by-Step This Guide summarizes actions we believe you must follow to make your Eagle system EMV enabled as of the date of publication (February 2016). The information

More information

Datenblatt Touch Controller 4/5 Draht Resistiv TC-R4/5-232+USB

Datenblatt Touch Controller 4/5 Draht Resistiv TC-R4/5-232+USB Datenblatt Touch Controller 4/5 Draht Resistiv TC-R4/5-232+USB GMBH CONTENT. Application ------------------------------------------------------------------------------2 2.Function ---------------------------------------------------------------------------------2

More information

Validation, Verification and MER Case Study

Validation, Verification and MER Case Study Validation, Verification and MER Case Study Prof. Chris Johnson, School of Computing Science, University of Glasgow. johnson@dcs.gla.ac.uk http://www.dcs.gla.ac.uk/~johnson Introduction. Definitions and

More information

TEC Controller Constant Volume - Cooling Only, Application Application Note Building Technologies

TEC Controller Constant Volume - Cooling Only, Application Application Note Building Technologies TEC Controller Constant Volume - Cooling Only, Application 2030 Application Note 140-1021 Building Technologies Table of Contents Overview... 4 Hardware Inputs... 5 Hardware Outputs... 5 Secure Mode Operation...

More information

WELCOME. Standard Change Makers, Inc. Changer Maintenance Overview General Maintenance Guide for Standard Change-Makers Machines

WELCOME. Standard Change Makers, Inc. Changer Maintenance Overview General Maintenance Guide for Standard Change-Makers Machines WELCOME Standard Change Makers, Inc. Changer Maintenance Overview - - - General Maintenance Guide for Standard Change-Makers Machines Service Maintenance School Reviewing: The SC System Product Line. The

More information

HandPunch Terminal. Biometric Time Clock. Put your hands on the accurate, affordable solution.

HandPunch Terminal. Biometric Time Clock. Put your hands on the accurate, affordable solution. HandPunch Terminal Biometric Time Clock Put your hands on the accurate, affordable solution. Save Time by Automating Increase Payroll Accuracy Eliminate Buddy Punching Fast, Easy to Use & Reliable No Cards

More information

LV3296 OEM Scan Engine. User Guide

LV3296 OEM Scan Engine. User Guide LV3296 OEM Scan Engine User Guide Revision History Version Description Date V1.0.0 Initial release. October 31, 2015 Table Of Contents Revision History...-3- Chapter 1 Getting Started... 1 Introduction...

More information

SIWAREX FTC-B Weighing Module for Belt Scales Set-up of SIWAREX FTC with SIWATOOL FTC_B

SIWAREX FTC-B Weighing Module for Belt Scales Set-up of SIWAREX FTC with SIWATOOL FTC_B SIWAREX FTC-B Weighing Module for Belt Scales Set-up of SIWAREX FTC with SIWATOOL FTC_B Quick Guide For modules with order number 7MH4900-3AA01 1 Hardware Requirements... 3 2 Connections... 5 3 SIWATOOL

More information

Smart Strategic Approach for Functional Safety Implementation. Chandrashekara N Santosh Kumar Molleti

Smart Strategic Approach for Functional Safety Implementation. Chandrashekara N Santosh Kumar Molleti Smart Strategic Approach for Functional Safety Implementation Chandrashekara N Santosh Kumar Molleti August 2015 1 Table of Contents Abstract... 3 1. Introduction... 3 2. Approach-To-Concept... 4 2.1.

More information

IBM Item Capture Support V1 Supplies Host Support to the IBM 3890, IBM 3890/XP Series, and IBM 3890 Compatible Document Processors

IBM Item Capture Support V1 Supplies Host Support to the IBM 3890, IBM 3890/XP Series, and IBM 3890 Compatible Document Processors Software Announcement October 26, 1999 IBM Item Capture Support V1 Supplies Host Support to the IBM 3890, IBM 3890/XP Series, and IBM 3890 Compatible Document Processors Overview IBM Item Capture Support

More information

M3 Group System. General. In This Section

M3 Group System. General. In This Section General In This Section M3 Specifications M3 Group System General The M3 Group System includes a group dispatcher and up to twelve IMC, VVMC, VFMC traction or HS hydraulic controllers (HS uses HMC Group

More information

5Agilent 81110A/ 11A Performance Test

5Agilent 81110A/ 11A Performance Test 5 5Agilent 81110A/ 11A Performance Test 1 Introduction Use the tests in this chapter if you want to check that the Agilent 81110A Pulse Generator Frame with the Agilent 81111A 165 MHz Output Channel(s)

More information

Self-oscillating Half-bridge Driver

Self-oscillating Half-bridge Driver Self-oscillating Half-bridge Driver Features Floating channel designed for bootstrap operation to +600V Noise immunity of transient voltage Under-voltage lockout Programmable oscillator frequency Matched

More information

PISO-CAN200-D/T PISO-CAN400-D/T DASYLab CAN Driver User s Manual

PISO-CAN200-D/T PISO-CAN400-D/T DASYLab CAN Driver User s Manual PISO-CAN200-D/T PISO-CAN400-D/T DASYLab CAN Driver User s Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the date of delivery

More information

QC 1D Series : QC510X, 511X QC620X, 621X QC630X, 631X QC710X, 711X QC720X, 721X QC7506, User Guide

QC 1D Series : QC510X, 511X QC620X, 621X QC630X, 631X QC710X, 711X QC720X, 721X QC7506, User Guide QC 1D Series : QC510X, 511X QC620X, 621X QC630X, 631X QC710X, 711X QC720X, 721X QC7506, 7516 User Guide Revision History Version Description Date V1.0.0 Initial release. June 23, 2015 Table of Contents

More information

Gap Filler for Satellite DAB to Vehicular and Portable Receivers

Gap Filler for Satellite DAB to Vehicular and Portable Receivers Gap Filler for Satellite DAB to Vehicular and Portable Receivers Contents Satellite DAB Overview System E Standard Specification (CDM/TDM) Gap Filler Implementation Cell Planning Gap Filler ID Summary

More information

Ti RTOS Based Parking Lot Guidance System

Ti RTOS Based Parking Lot Guidance System I J C T A, 9(13) 2016, pp. 6165-6173 International Science Press Ti RTOS Based Parking Lot Guidance System Swathikaa S. V. and J. Selvakumar ABSTRACT This idea is proposed with the problem statement in

More information

Ver 5.1 Mini PCI / Mini PCI-E / LPC Combo-POST CODE -Card

Ver 5.1 Mini PCI / Mini PCI-E / LPC Combo-POST CODE -Card Ver 5.1 Mini PCI / Mini PCI-E / LPC Combo-POST CODE -Card This notebook Combo-POST CODE-Card supports three bus interfaces: MINI PCI, Mini PCI-E and LPC. For using this Combo-POST CODE-Card, one interface

More information

Method for a manufacturing WIP cart for integrated factory automation systems

Method for a manufacturing WIP cart for integrated factory automation systems Method for a manufacturing WIP cart for integrated factory automation systems Disclosed is a method for a manufacturing work-in-progress (WIP) cart for integrated factory automation systems. Benefits include

More information

8 stream capability with dual mode (H 2 S & total Sulphur)

8 stream capability with dual mode (H 2 S & total Sulphur) The model 902 H 2 S / Total Sulphur analyzer from Galvanic Applied Sciences Inc. is designed to measure H 2 S in gaseous streams. The 902 detection system is based on the lead acetate tape method. With

More information

SCANNING MADE SIMPLE. HR1060 Sardina handheld barcode scanner user guide

SCANNING MADE SIMPLE. HR1060 Sardina handheld barcode scanner user guide SCANNING MADE SIMPLE HR1060 Sardina handheld barcode scanner user guide Disclaimer 2016 Fujian Newland Auto-ID Tech. Co., Ltd. All rights reserved. Please read through the manual carefully before using

More information

SECURE DISPLAY PROCEEDING

SECURE DISPLAY PROCEEDING Signalling Technique for Railways Presentation: SECURE DISPLAY PROCEEDING Interlocking System ZSB 2000 1 Company presentation is a family-owned company in the fifth generation and has a reputation as a

More information

Using the Commonwealth Bank EFTPOS terminal with QuickPOS

Using the Commonwealth Bank EFTPOS terminal with QuickPOS Q U I C K P O S S U P P L E M E N T Using the Commonwealth Bank EFTPOS terminal with QuickPOS This special supplement shows you how to set up and use QuickPOS with the Commonwealth Bank s EFTPOS terminal.

More information

Technical Manual. Section 521 Built-In ACD Supervisor Guide

Technical Manual. Section 521 Built-In ACD Supervisor Guide Technical Manual Section 521 Built-In ACD Supervisor Guide USA Version 2.5 (ACD Version 3.0) Issued March 1999 FCC Warning Warning: This service information is designed for experienced repair technicians

More information

Version : Date : USER MANUAL METRON 2.2 C, CO, CR, D, S, SL, SU

Version : Date : USER MANUAL METRON 2.2 C, CO, CR, D, S, SL, SU Version : 2.2.008 Date : 15.02.2000 USER MANUAL Model: METRON 2.2 C, CO, CR, D, S, SL, SU Note The user manual AMD 2.2 consists of all possible types of electronics. The masks for the menu item frequency

More information

Agilent 4339B/4349B High Resistance Meters Technical Overview

Agilent 4339B/4349B High Resistance Meters Technical Overview Agilent 4339B/4349B High Resistance Meters Technical Overview Within Budget Without Compromise Introducing the Agilent Technologies 4339B and 4349B High Resistance Meters Used for Making Ultra- High Resistance

More information

Chapter 9: Multiplication.. Saj Alam and Samya Zain

Chapter 9: Multiplication.. Saj Alam and Samya Zain Chapter 9: Multiplication.. Saj Alam and Samya Zain Monday November 6, 2006 1 Simple Multiplication Examples 53 10 530 53 22 106 +106 1166 53 55 265 +265 3915 2 Multiplication A B = C A= Multiplicand n

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE CONFIGURATION GETTING STARTED GUIDE Chuck Atkinson, Inc. www.capretail.com, Sales@CAPretail.com, Support@CAPretail.com Sales (800) 826-5009, Support (817) 560-7007 Monday - Friday, 8:30am-5:30pm Central

More information

KOBOLD Model MPT Universal Panel Display. Operating Instructions DRAFT. KOBOLD Instruments, Inc.

KOBOLD Model MPT Universal Panel Display. Operating Instructions DRAFT. KOBOLD Instruments, Inc. Universal Panel Display KOBOLD Instruments, Inc. 1801 Parkway View Drive Pittsburgh, PA 15205 P +1.412.788.2830 www.koboldusa.com Disclaimer The information contained in this document is subject to change

More information

INSTRUCTION MANUAL CONTECH

INSTRUCTION MANUAL CONTECH INSTRUCTION MANUAL CONTECH PRICE COMPUTING SCALES EL-221, MIDC Electronic Zone, Mhape, Navi Mumbai-400701. Tel: 27618366 / 74 PRICE COMPUTING SCALES INTRODUCTION Contech CT series PRICE COMPUTING SCALES

More information

****SIMULATION IN HOST-TARGET TESTING****

****SIMULATION IN HOST-TARGET TESTING**** ****SIMULATION IN HOST-TARGET TESTING**** INTRODUCTION: This article describes the importance of simulation in host-target testing. And accordingly leads to a theoretical strategy that can be followed

More information

A Review of RFID ISO Standards & CEN TC225 Developments. Paul Chartier Principal, Praxis Consultants Chair, CEN TC225 RFID Ad Hoc October 2007

A Review of RFID ISO Standards & CEN TC225 Developments. Paul Chartier Principal, Praxis Consultants Chair, CEN TC225 RFID Ad Hoc October 2007 A Review of RFID ISO Standards & CEN TC225 Developments Paul Chartier Principal, Praxis Consultants Chair, CEN TC225 RFID Ad Hoc October 2007 RFID Standards Types of Standard Technology - air interface

More information

AUTO. John Chen Jennifer Tighe. Senior Project ELECTRICAL ENGINEERING DEPARTMENT. California Polytechnic State University.

AUTO. John Chen Jennifer Tighe. Senior Project ELECTRICAL ENGINEERING DEPARTMENT. California Polytechnic State University. AUTO AUTO-TUNING ANTENNA By John Chen Jennifer Tighe Senior Project ELECTRICAL ENGINEERING DEPARTMENT California Polytechnic State University December 2011 TABLE OF CONTENTS Section Page ACKNOWLEDGEMENTS...

More information

Operating instructions. METTLER TOLEDO MultiRange Application software IND690-Batch.

Operating instructions. METTLER TOLEDO MultiRange Application software IND690-Batch. Operating instructions METTLER TOLEDO MultiRange Application software IND690-Batch www.mt.com/support Congratulations on choosing the quality and precision of METTLER TOLEDO. Proper use according to these

More information

MD20xx Laser Barcode Scanner

MD20xx Laser Barcode Scanner MD20xx Laser Barcode Scanner User Manual Version: MD20xx_UM_EN_V1.1.3 Notice Ensure that the optional DC adapter works at +5V, especially for the RS-232 interface cable. Make sure you carefully read the

More information

DC210 Spreader Control Manual. General Description

DC210 Spreader Control Manual. General Description DC210 Spreader Control Manual p/n DC210M1A General Description The DC210 implements a digital rate control for granular and liquid systems typically used to regulate snow and ice highway spreading equipment.

More information

SoftMax Pro 5 Software

SoftMax Pro 5 Software SoftMax Pro 5 Software THE INDUSTRy STANDARD IN MICROPLATE DATA ANALySIS > SIMPLE AND CUSTOMIZABLE ASSAy SETUP > flexible AND POWERfUL DATA ANALySIS > COMPLETE fda 21 CfR PART 11 COMPLIANCE TOOLS > INTEGRATION

More information

! CAUTION: Read and follow these instructions.

! CAUTION: Read and follow these instructions. OmniLog SAFETY AND INSTALLATION INSTRUCTIONS! CAUTION: Read and follow these instructions. Avoid Contact with Hazardous Live Parts WARNING: Risk of electrical shock. Refer servicing to qualified personnel.

More information

Kevin Kuo EMERGING DISPLAY CUSTOMER ACCEPTANCE SPECIFICATIONS (LED TYPES) EXAMINED BY : FILE NO. CAS ISSUE : JUN.03,2002 APPROVED BY:

Kevin Kuo EMERGING DISPLAY CUSTOMER ACCEPTANCE SPECIFICATIONS (LED TYPES) EXAMINED BY : FILE NO. CAS ISSUE : JUN.03,2002 APPROVED BY: EXAMINED BY : Kevin Kuo APPROVED BY: FILE NO. CAS-10184 EMERGING DISPLAY ISSUE : JUN.03,2002 TECHNOLOGIES CORPORATION TOTAL PAGE : 7 VERSION : 3 CUSTOMER ACCEPTANCE SPECIFICATIONS MODEL NO. : 20400 (LED

More information

Lecture #10. ********************************* Outline - 1 min ********************************* Tomasulo Loop Example Exceptions In-order Commit

Lecture #10. ********************************* Outline - 1 min ********************************* Tomasulo Loop Example Exceptions In-order Commit Lecture #10 Review -- 1 min Registers not bottleneck Avoid WAR, WAW Not limited to basic blocks Lasting Contributions -- dynamic scheduling -- register renaming -- load/store disambiguation Outline - 1

More information

SL 300 (Europe) MIDI IMPLEMENTATION CHART

SL 300 (Europe) MIDI IMPLEMENTATION CHART MANUFACTURER MODEL DATE Ahlborn Orgel SL 300 (Europe) 12.09.95 SL 300 (Europe) MIDI IMPLEMENTATION CHART Transmitted Data Midi code Description 9n kk 00 Note Off 9n kk 40 Note On Notes Bn 07 aa Bn 5C 7F

More information

IEE and Microsoft SQL

IEE and Microsoft SQL IEE and Microsoft SQL Amit Grover, IT Business Solution Manager Daniel Lizano, IT Business Solution Group Manager Ray King, Microsoft Industry Solutions Organization Business Value for Power & Utility

More information

Sartorius isi30-000q (SartoPac 85)

Sartorius isi30-000q (SartoPac 85) 98646-001-25 Sartorius isi30-000q (SartoPac 85) Industrial Weighing Technology Sampling and Evaluation Program for Average Weight Control, Statistical Process Control and Weight Controls in Accordance

More information

TTL/Bipolar PROM and RAM Reference Guide booklet V5 - print version Also a few old CMOS PROMS. TS = Tri-State output OC = Open Collector output

TTL/Bipolar PROM and RAM Reference Guide booklet V5 - print version Also a few old CMOS PROMS. TS = Tri-State output OC = Open Collector output TTL/Bipolar PROM and RAM Reference Guide booklet V5 - print version Also a few old CMOS PROMS Added some modern PROM-pin and -speed compatible CMOS EPROM types, also some military versions, which use a

More information

XPEDITER/TSO Batch Execution

XPEDITER/TSO Batch Execution XPEDITER/TSO Batch Execution 1 XPEDITER/TSO Batch Execution General Questions Question Page(s) Can I test one step in the middle of a jobstream, or must I test all the steps leading to that? 2 What are

More information

DICKSON SM101/SM150/SM175 & TM121/TM125 DICKSON. Dispaly Loggers Operation. Useful Features. Applications & Product. Specifications.

DICKSON SM101/SM150/SM175 & TM121/TM125 DICKSON. Dispaly Loggers Operation. Useful Features. Applications & Product. Specifications. SM101/SM150/SM175 & TM121/TM125 Dispaly Loggers Operation Contents: Applications and Accessories Frequently Asked Questions Calibrations DicksonWare Troubleshooting Warranty / Order Form SM101 Self Contained

More information

Managed IT Services OUR TECHNOLOGY & DELIVERABLES

Managed IT Services OUR TECHNOLOGY & DELIVERABLES Managed IT Services OUR TECHNOLOGY & DELIVERABLES Executive Summary s a CIO, the decision to self-manage or to rely on a third party to manage and maintain your IT infrastructure has always been an important

More information

020L: Superior SH2A Design Process using Model Based Design (MBD), Virtualization and Hardware-in- Loop (HIL) Systems Lab

020L: Superior SH2A Design Process using Model Based Design (MBD), Virtualization and Hardware-in- Loop (HIL) Systems Lab 020L: Superior SH2A Design Process using Model Based Design (MBD), Virtualization and Hardware-in- Loop (HIL) Systems Lab Renesas Electronics America Inc. Mark Ramseyer Staff Application Engineer 13 October

More information

Keep available whenever necessary.

Keep available whenever necessary. Model No. HEC001 series HEC003 series HEC012 series HEC002 series HEC006 series Keep available whenever necessary. This manual is copyrighted and all rights are reserved by SMC Corporation, and may not,

More information

HR3290 CS Marlin. Wireless 2D Barcode Scanner User Guide

HR3290 CS Marlin. Wireless 2D Barcode Scanner User Guide HR3290 CS Marlin Wireless 2D Barcode Scanner User Guide Disclaimer 2016-2017 Fujian Newland Auto-ID Tech. Co., Ltd. All rights reserved. Please read through the manual carefully before using the product

More information

DIGITAL NITROUS PROCESSOR Installation and Instruction Manual

DIGITAL NITROUS PROCESSOR Installation and Instruction Manual DIGITAL NITROUS PROCESSOR Installation and Instruction Manual For Accel DFI part number: 74186 VER 3.1 INSTR74186 Table of Contents Introduction...3 Handheld Programmer Quick Menu Flow Chart...4 Programing

More information

DTMF BASED SMART AGRICULURE

DTMF BASED SMART AGRICULURE DTMF BASED SMART AGRICULURE POOJA B. MAHALE BHAGYASHREE B. BHOIR SHUBHANGI B. SHINDE pooja24696@gmail.com shree51118@gmail.com sbshinde1996@gmail.com DEPARTMENT OF ELECTRONICS AND TELECOMMUNICATION SHATABDI

More information

Communication and Software

Communication and Software Communication and Software /2 HART protocol /3 PROFIBUS /4 SIMATIC PDM /4 Overview /7 SIMATIC PDM Siemens FI 01 2006 Communication HART protocol Overview HART is a widely used communication standard for

More information

Barcode Scanner User Manual MS836 V1.0

Barcode Scanner User Manual MS836 V1.0 Barcode Scanner User Manual MS836 V1.0 CONTENTS......... 1... 1...... 2... 3... 4... 13... 14... 15... 17...... 17 19... 19... 20...22...23 23... 28......29...33...42... 60... 65... 85...87...88...98...1.

More information

EPX300 Portable Hardness Tester

EPX300 Portable Hardness Tester EPX300 Portable Hardness Tester CONTENTS 1 Introduction 1.1 Principle 1.2 Structure 1.3 Specifications 2 Test 2.1 Preparation 2.2 Test Procedure 2.3 Browse 2.4 Printing 3 Setup 3.1 Material 3.2 Direction

More information

An Evaluation Method for Signalling System on Concept of Availability

An Evaluation Method for Signalling System on Concept of Availability An Evaluation Method for Signalling System Based on Concept of Availability Shigeto Hiraguri Koji Iwata Ikuo Watanabe Railway Technical Research Institute 2-8-38 Hikari-cho, Kokubunji-shi, Tokyo 185-8540,

More information

Coating Thickness Gauge TG-100 series Applications: F Type Magnetic induction: Can measure the thickness of non-magnetic coating layers on magnetic substrate Such as: (aluminum, chrome, copper, enamel,

More information

Cisco Nexus 7000 Series FPGA/EPLD Upgrade Release Notes, Release 5.1

Cisco Nexus 7000 Series FPGA/EPLD Upgrade Release Notes, Release 5.1 Cisco Nexus 7000 Series FPGA/EPLD Upgrade Release Notes, Release 5.1 Part Number: A1 Release Date: March 22, 2012 Table 1 shows the online history changes for this document. Table 1 Online History Change

More information

Microcontroller S.Durgadevi 1, Anbananthi 2 1

Microcontroller S.Durgadevi 1, Anbananthi 2 1 Embedded System: Patient Life Secure System Based On Microcontroller S.Durgadevi 1, Anbananthi 2 1 Assistant Professor, Dept. of ECE, 2 Assistant Professor, Dept. of ECE, 1 Edayathangudi G.S.Pillay Engineering

More information

ISO : Rustam Rakhimov (DMS Lab)

ISO : Rustam Rakhimov (DMS Lab) ISO 26262 : 2011 Rustam Rakhimov (DMS Lab) Introduction Adaptation of IEC 61508 to road vehicles Influenced by ISO 16949 Quality Management System The first comprehensive standard that addresses safety

More information

SYSTEM REQUIREMENTS SAP BUSINESS ONE v9.1 & TASKCENTRE FOR SAP BUSINESS ONE

SYSTEM REQUIREMENTS SAP BUSINESS ONE v9.1 & TASKCENTRE FOR SAP BUSINESS ONE DATA SHEET SYSTEM REQUIREMENTS SAP BUSINESS ONE v9.1 SYSTEM REQUIREMENTS SAP BUSINESS ONE v9.1 & TASKCENTRE FOR SAP BUSINESS ONE Codestone hold top tier accreditations with the industry s leading IT vendors,

More information

Frontend flow. Backend flow

Frontend flow. Backend flow This section intends to document the steps taken in the first stage of this dissertation. In order to understand the design flow used by Synopsys HARDIP team, a PLL design was made, covering all the stages

More information

CONTENTS GENERAL Weighing Introduction

CONTENTS GENERAL Weighing Introduction CONTENTS 1.... GENERAL 1.1... Weighing Introduction 2.... SYSTEM OPERATION 2.1... General 2.2... Operation of the System 2.3... Weighing cycle - Lift Truck 2.4... Zero Cycle 2.5... Tare Function 2.6...

More information

POS 108 USER MANUAL V 2.1

POS 108 USER MANUAL V 2.1 POS 108 POS108 Cash Drawer Alarm option The POS108 provides Retailers peace of mind with their employees. Thru selectable options, the POS108 can notify employees with an electronic buzzer if a cash drawer

More information

RENEWABLE ENERGY AGRICULTURE MONITORING SYSTEM USING FUZZY BASED PID CONTROLLER

RENEWABLE ENERGY AGRICULTURE MONITORING SYSTEM USING FUZZY BASED PID CONTROLLER INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER APPLICATIONS AND ROBOTICS ISSN 2320-7345 RENEWABLE ENERGY AGRICULTURE MONITORING SYSTEM USING FUZZY BASED PID CONTROLLER Anu D 1, Selvasankari T 2, Srinivasan

More information