APCI-8001, APCI-8008 and CPCI-8004
|
|
|
- Holly Curtis
- 9 years ago
- Views:
Transcription
1 POSITIONING AND CONTOURING CONTROL SYSTEM APCI-8001, APCI-8008 and CPCI-8004 Scanner Interface Rev. 9/
2
3 SCANNER INTERFACE 3 1 Introduction Using the scanner functions Boards already implemented Initialising the scanner Functions of the scanner module Scan control Scan trigger output Definition of the scan records PCAP programming SAP programming Using the scanner functions PCAP functions for scanner accesses rdscannerbuffer, read scanner buffer rdscannerbuffersize, read scanner buffer size rdscannerlsm, read scanner left spool memory rdscannerstatus, read scanner status... 11
4
5 SCANNER INTERFACE 5 1 Introduction The scanner functionality of the APCI-8001 / CPCI-8004 can be used to scan and temporarily store process data in real-time. In doing this, the process data is stored cyclically in a scan record. These records can be read out and processed as record arrays. The resource interface is necessary to use this functionality. It is described in the manual Resource Interface. This option can be used only if there is operating system version RwMos.ELF with the options optionscanner and optionresource. 2 Using the scanner functions 2.1 Boards already implemented APCI-3120: 16 analog inputs, 8 analog outputs APCI-3701: 16 inductive transducers APCI-3003: 4 analog inputs, simultaneous acquisition APCI-3501: 8 analog outputs 2.2 Initialising the scanner The following values for the universal object interface must be used when using the scanner module: Table 1: Object descriptor elements Object descriptor element Handle Value Must be initialised with 0 when starting the application or after rebooting the control system, and is then managed/used by the system. For PCAP programming: After the scanner functionality is cleaned, the handles for all elements must be reset to zero using the rdwr functionality. BusNumber 1100 DeviceNumber 0 Index 0, 1,... Function number for configuring/operating the scanner, according to table 2. SubIndex No function When the DeviceNumber > 0 and the index is 1, the scan objects are declared. The DeviceNumber must be assigned consecutively.
6 6 SCANNER INTERFACE The parameters to be written are returned as second parameters (value) by calling the function wroptionint or assigned directly at SAP programming. For more information on the object descriptor elements, see the manual "Universal Object Interface". 2.3 Functions of the scanner module Table 2: Functions of the scanner module for device No. 0 No. (index ) Name Type Explanation Return parameter (value) 1 CLEAN integer w Reset scanner 1 The value 1 must be returned. For PCAP programming: Immediately after the reset, the handles for all objects used must be reset to zero using the rdwr functionality. 2 INIT integer w Initialise scanner before start-up. 1 This means, for example, that the SizeOfRecord is calculated and the data buffer is emptied. Caution: By this calling also the variable HW_SCAN_STROBE is reset. 3 STARTSTOP integer r/w Start or stop scanner, or request status. 1 = Start 0 = Stop 4 STATUS integer r Read the status of the scanner The return value of this function is described for the rdscannerstatus function. 5 SIZEBUFFER integer r Request size of the total memory in the scan buffer (in bytes). Default: 100,000 bytes This value can be set using the SZSCANBUFFER environment variable in fwsetup. 6 TIMEFACTOR integer r/w Read/write time factor in scanning time for scanning data Default value: 1 1, 2,... 7 RECORDSTO SCAN 8 RECORDS SCANNED 9 SIZEOF RECORD integer w integer r integer r Read/write number of records that should be scanned. If 0 is entered here, scanning will be endless. If more records are to be scanned than fit into the data buffer, the scanned data must be read out during the scan process. Default value: 1 Request number of scanned records. By calling the function ScannerInit the value is reset to 0. Request size of the record to be scanned (in bytes). This value is only available after calling the INIT function. 0,1,...
7 SCANNER INTERFACE 7 No. (index ) Name Type Explanation Return parameter (value) 10 CHECK BUFFER 11 HW_SCAN_ STROBE integer r integer r/w Request size of the free memory in the scan buffer (in bytes). By setting of one or several bits in this register, fast hardware inputs can be defined as strobe inputs for the latch process. RWMOS.ELF must have the respecting options that this option can be used. bits FREE BUFFER 64 SYNCPULSE OUT integer w integer r/w Caution: This variable is reset by a calling of INIT. Internal function for the memory administration, it is not considered for the user. Only available with special hardware version: This register allows for a scanner-synchronous pulse output to trigger external components (see Chapter 2.5) Memory to be released in bytes bit-coded axis specification for pulse output 2.4 Scan control By default, the scan is realised in a time-controlled and sampling-synchronous manner. However, it is also possible to realise the scan in an event-controlled way. For this, as the last scan element, the resource WTLSTRB (#101) is defined for a defined axis. In this case, the scan is recorded when a latch-strobe-signal of the respecting axis has been recognised. Also here, the scan is realised sampling-synchronously. The parameter TIMEFACTOR should always be set to 1. The latch pulses must not be faster than the sampling times. The latch-strobe-signal is always reset during the recording of the scan record. 2.5 Scan trigger output In a special hardware version and with RWMOS from V , it is possible to output a hardware trigger signal synchronously to the scan. This signal can be used, for example, to synchronise external components during data acquisition. Depending on the hardware version, this signal may be an RS422 output or a digital 24 V output. For this, the scanner variable SYNCPULSEOUT (#64) has to be written on by a bit-coded value in which the axes for the pulse output are flagged by set bits. Example: 3 rd axis = pulse output, the value 4 has to be written in the variable SYNCPULSEOUT Normally, only one output will be prepared for such a purpose. In the corresponding axis, there is no zerotrace signal and no hardware latch available. When using a 24 V digital output, this can be connected in the usual way as well. The level actually output is the result of the disjunction (OR) of the indicated state information.
8 8 SCANNER INTERFACE Through appropriate hardware preparation, it is also possible to have a fast pulse output from the software environment via the resource #64 (see manual Resource Interface ), e.g. by writing on the resource #64, an RS422 output or, through appropriate hardware preparation, a digital output can be used at once. Note: The output of the digital outputs is updated only once per sampling interval of the controller (usually 1.28 ms). A fast pulse output allows for a multiple output during the sampling interval. 2.6 Definition of the scan records PCAP programming The data to be scanned is defined by function calls with the following data. The elements to be scanned must first be defined via the G3 Resource Interface. The scan record is constructed in the reverse order to that in which the individual elements are defined. All the elements of the G3 resource interface can be scanned. Table 3: Definition of the scan record Object descriptor Value element BusNumber 1100 AccessType Input/Output DateType (no function) DeviceNumber 1, 2,... Index 0, 1,... TIMEFACTOR for this element SubIndex Valid handle for an object descriptor from the G3 Resource Interface Note: The DeviceNumber must not be equal to 0, and must be assigned uniquely. The initialisation of the objects that shall be recorded, is realised with the access method ATAccessInputOutput (= 3). The contents of the parameter DataType at the object descriptors of the data to be recorded is of no importance. The variable TIMEFACTOR, which is entered into the index, allows scanning the data record only to whole numbered multiples of the recording intervals. With the value 1 the measurement value is recorded in each recording interval. With the value 0, the measurement value is never recorded. As standard, here the value 1 must be entered SAP programming An AT specifier is declared for each piece of data to be scanned. Example: var ScanListItem_rp: double AT %MRScannerBus.1.1.0; var ScanListItem_axst: integer AT %MDScannerBus.2.1.0; var ScanListItem_digi: integer AT %MDScannerBus.3.1.0; The resource to be scanned must then be assigned once to this variable (each time the SAP programme is started) with the help of the ptr operator. This assignment must be specified in the reverse order to that in which the data is stored in the scan record.
9 SCANNER INTERFACE 9 Example: ScanListItem_rp := ptr(g3r_rp_a1_r); // real position of axis 1 ScanListItem_digi := ptr(g3r_digi_a1_r); // digital inputs ScanListItem_ain_CH0 := ptr(g3r_ain_ch0_r); // analogue value channel 0 Please ensure that the data types used match. 2.7 Using the scanner functions Define the required ObjectDescriptor elements Define resources to be scanned, execute at least one read operation, so that there is a valid handle. Call scanner CLEAN Define a list of scan objects Program the number of records to be recorded using the variable RECORDSTOSCAN Call scanner INIT The scan can now be started and stopped again using scanner STARTSTOP The scanned data is read out using the PCAP command rdscannerbuffer (see below) Here, the scanner status can be requested at any time, using rdscannerstatus, for example. For PCAP programming: If the ResourceClean function is called repeatedly, all handles of the resource object descriptor elements must be reset. If the ScannerClean function is called repeatedly, all handles of the scanner object descriptor elements must be reset using the rdwr functionality.
10 10 SCANNER INTERFACE 2.8 PCAP functions for scanner accesses rdscannerbuffer, read scanner buffer DESCRIPTION: This function copies the current scanner buffer of the APCI-8001 / CPCI-8004 to a storage area of the calling application. The size parameter specifies the number of bytes to be read. The buffer parameter is an indicator of a storage area in the application, which must be at least size bytes. BORLAND DELPHI: function rdscannerbuffer (buffer: PChar; size: integer): integer; C: int rdscannerbuffer (char *buffer, int size); VISUAL BASIC: function rdscannerbuffer (buffer As String, ByVal size As Long) PARAMETER: The parameter buffer is a pointer to a buffer of the application. The buffer must be at least size bytes in size. The parameter size specifies the number of bytes to be read. RETURN VALUE: Number of bytes that were successfully copied into the buffer storage area. 0 if there is no data in the scanner -1 ScannerBuffer is defined to large -2 System error in the scanner module NOTE: The maximum number of bytes that can be read out can be calculated by subtracting the rdscannerbuffersize() and rdscannerlsm() functions described below. Less than the maximum can also be read out. For the subsequent data analysis, it is reasonable to read out always a multiple of the specified record length. Specific rwmos.elf software is required to execute this command. The data structure in which data is written must correspond to the selection of scan objects. The returned data is not aligned with the word limit rdscannerbuffersize, read scanner buffer size DESCRIPTION: This function returns the current size of the scanner buffer on the APCI-8001 / CPCI The return value is given in bytes. By default, the buffer size is set to 100,000 bytes. The buffer size can be increased to a maximum of 13 MB, using a flash environment variable. BORLAND DELPHI: function rdscannerbuffersize: integer; C: int rdscannerbuffersize(void); VISUAL BASIC: Function rdscannerbuffersize() As Long RETURN VALUE: Buffer size of the scanner buffer, in bytes. NOTE: Specific rwmos.elf software is required to execute this command rdscannerlsm, read scanner left spool memory DESCRIPTION: This function returns the currently free available working memory of the scanner buffer. During entry in the scanner, this value counts down to 0. During the scanner read-out, the value returns to the ScannerBufferSize. BORLAND DELPHI: function rdscannerlsm: integer; C: int rdscannerlsm(void); VISUAL BASIC: Function rdscannerlsm() As Long RETURN VALUE: Free available working memory of the scanner buffer, in bytes. NOTE: Specific rwmos.elf software is required to execute this command.
11 SCANNER INTERFACE rdscannerstatus, read scanner status DESCRIPTION: This function returns the current status of the scanner buffer on the APCI-8001 / CPCI BORLAND DELPHI: Function rdscannerstatus: integer; C: int rdscannerstatus(void); VISUAL BASIC: Function rdscannerstatus() As Long RETURN VALUE: Bit-coded scanner status. NOTE: Table: Bit-coded construction of the scanner status word Bit No. Name Function 0 empty Status flag: scanner is completely empty 1 full Status flag: scanner is full. The specified number of records has been entered. 2 inprocess Status flag: the scanner is currently processing data. 3 endless Status flag: the endless scan operating mode has been selected. 8 norecords Error flag: no records have been defined. Error during scan list generation. 9 overrun Error flag: scanner overrun. The scanner buffer is full. For endless scanning, the oldest, last entered, record is rejected. If endless scanning has not been configured, the scan process is stopped and no new records can be recorded anymore 10 Config error Error flag: An error was detected at configuration. - unknown data type 11 Scan Ressource Not Valid Error flag: A resource from the scan list is invalid. Possibly, the content of the resource interface was deleted. Specific rwmos.elf software is required to execute this command.
APCI-8001, APCI-8008 and CPCI-8004
POSITIONING AND CONTOURING CONTROL SYSTEM APCI-8001, APCI-8008 and CPCI-8004 ELCAM Interface Rev. 9/022014 www.addi-data.com CONTENTS 3 1 Introduction...4 2 Using the ELCAM functionality...5 2.1 Initialising
Programming Interface. for. Bus Master IDE Controller. Revision 1.0
Programming Interface for Bus Master IDE Controller Revision 1.0 5/16/94 Until this specification is ratified, it is solely owned and maintained by: Brad Hosler, Intel Corporation [email protected] (please
POSITIONING AND CONTOURING APCI-8001, APCI-8008 AND CPCI-8004 OPERATING MANUAL / OM CONTROL SYSTEM. Rev. 12/052015. www.addi-data.
POSITIONING AND CONTOURING CONTROL SYSTEM APCI-8001, APCI-8008 AND CPCI-8004 OPERATING MANUAL / OM Rev. 12/052015 www.addi-data.com CONTENTS 3 1 Introduction...4 2 System hardware...5 2.1 The boards APCI-8001,
Nemo 96HD/HD+ MODBUS
18/12/12 Pagina 1 di 28 MULTIFUNCTION FIRMWARE 2.30 Nemo 96HD/HD+ MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description
Keil C51 Cross Compiler
Keil C51 Cross Compiler ANSI C Compiler Generates fast compact code for the 8051 and it s derivatives Advantages of C over Assembler Do not need to know the microcontroller instruction set Register allocation
S4000TH HART. HART Communication Manual
HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized in writing by General
150127-Microprocessor & Assembly Language
Chapter 3 Z80 Microprocessor Architecture The Z 80 is one of the most talented 8 bit microprocessors, and many microprocessor-based systems are designed around the Z80. The Z80 microprocessor needs an
Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification
Application Note 3/2003 PC Master Software Communication Protocol Specification By Pavel Kania and Michal Hanak S 3 L Applications Engineerings MCSL Roznov pod Radhostem Introduction The purpose of this
Timer Value IRQ IACK
Real Time Clocks & s Programming with Real-time clocks Real-time clock is just another source of interrupts. Should have high priority in real-time systems Timing jitter must be accommodated or tolerated
Application Unit, MDRC AB/S 1.1, GH Q631 0030 R0111
, GH Q631 0030 R0111 SK 0010 B 98 The application unit is a DIN rail mounted device for insertion in the distribution board. The connection to the EIB is established via a bus connecting terminal at the
EZ-ZONE RMA & EtherNet/IP Configuration & Startup Using an Allen-Bradley CompactLogix PLC EtherNet/IP Fundamentals
EtherNet/IP Fundamentals EtherNet/IP is built on the Common Industrial Protocol (CIP) at a foundational level. When communicating using CIP there are two ways to communicate to/from the Master and Slave
Disturbance Recoder SPCR 8C27. Product Guide
Issued: April 1999 Status: Updated Version: C/26.04.2006 Data subject to change without notice Features Versatile digital disturbance recorder module for recording various phenomena in the electric power
Modbus and ION Technology
70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible
GEIGER COUNTER "Gamma Check Pro"
GEIGER COUNTER "Gamma Check Pro" OPERATING INSTRUCTIONS FOR THE SOFTWARE Item no. 1377508 VERSION 11/15 TABLE OF CONTENTS Page 1. Functions of the Software... 3 2. Software/Driver Installation... 3 3.
ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-17: Memory organisation, and types of memory
ADVANCED PROCESSOR ARCHITECTURES AND MEMORY ORGANISATION Lesson-17: Memory organisation, and types of memory 1 1. Memory Organisation 2 Random access model A memory-, a data byte, or a word, or a double
MBP_MSTR: Modbus Plus Master 12
Unity Pro MBP_MSTR 33002527 07/2011 MBP_MSTR: Modbus Plus Master 12 Introduction This chapter describes the MBP_MSTR block. What s in this Chapter? This chapter contains the following topics: Topic Page
APPLICATION PROGRAMMING INTERFACE
APPLICATION PROGRAMMING INTERFACE Advanced Card Systems Ltd. Website: www.acs.com.hk Email: [email protected] Table of Contents 1.0. Introduction... 4 2.0.... 5 2.1. Overview... 5 2.2. Communication Speed...
RS-485 Protocol Manual
RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design
PCI-SIG ENGINEERING CHANGE REQUEST
PCI-SIG ENGINEERING CHANGE REQUEST TITLE: Update DMTF SM CLP Specification References DATE: 8/2009 AFFECTED DOCUMENT: PCIFW30_CLP_1_0_071906.pdf SPONSOR: Austin Bolen, Dell Inc. Part I 1. Summary of the
The Answer to the 14 Most Frequently Asked Modbus Questions
Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in
7-1. This chapter explains how to set and use Event Log. 7.1. Overview... 7-2 7.2. Event Log Management... 7-2 7.3. Creating a New Event Log...
7-1 7. Event Log This chapter explains how to set and use Event Log. 7.1. Overview... 7-2 7.2. Event Log Management... 7-2 7.3. Creating a New Event Log... 7-6 7-2 7.1. Overview The following are the basic
Technical Note. Micron NAND Flash Controller via Xilinx Spartan -3 FPGA. Overview. TN-29-06: NAND Flash Controller on Spartan-3 Overview
Technical Note TN-29-06: NAND Flash Controller on Spartan-3 Overview Micron NAND Flash Controller via Xilinx Spartan -3 FPGA Overview As mobile product capabilities continue to expand, so does the demand
Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master
Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Page 1 of 13 Table of Contents 1 OVERVIEW... 3 2 INSTALLING AND CONFIGURING THE ANYBUS -X GENERIC GATEWAY AND ETHERNET
CHAPTER 7: The CPU and Memory
CHAPTER 7: The CPU and Memory The Architecture of Computer Hardware, Systems Software & Networking: An Information Technology Approach 4th Edition, Irv Englander John Wiley and Sons 2010 PowerPoint slides
COS 318: Operating Systems. I/O Device and Drivers. Input and Output. Definitions and General Method. Revisit Hardware
COS 318: Operating Systems I/O and Drivers Input and Output A computer s job is to process data Computation (, cache, and memory) Move data into and out of a system (between I/O devices and memory) Challenges
Softstarters. Type PSTX Fieldbus communication, Built-in Modbus RTU. 1SFC132089M0201 April 2015 1SFC132089M0201 1
Softstarters Type PSTX Fieldbus communication, Built-in Modbus RTU 1SFC132089M0201 April 2015 1SFC132089M0201 1 1 Modbus RTU The Modbus protocol is a fieldbus protocol that provides full control and status
DeviceNet Bus Software Help for Programming an Allen Bradley Control System
FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...
COMPUTER HARDWARE. Input- Output and Communication Memory Systems
COMPUTER HARDWARE Input- Output and Communication Memory Systems Computer I/O I/O devices commonly found in Computer systems Keyboards Displays Printers Magnetic Drives Compact disk read only memory (CD-ROM)
Creating the program. TIA Portal. SIMATIC Creating the program. Loading the block library. Deleting program block Main [OB1] Copying program blocks
Loading the block library 1 Deleting program block Main [OB1] 2 TIA Portal SIMATIC Getting Started Copying program blocks 3 Cyclic interrupt OB 4 Copying tag tables 5 Compiling a project 6 Load project
I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP
I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP 1. Functions An I. S. 1 fieldstation can be equipped with a primary and a redundant central unit (), whereby each has its own independent PROFIBUS
Ethernet/IP Explicit Messaging Using Unity Software
Data Bulletin 8000DB1025 07/2010 Raleigh, NC, USA Ethernet/IP Explicit Messaging Using Unity Software Retain for future use. Overview Presumption Requirements This data bulletin illustrates how to setup
AVR Timer/Counter. Prof Prabhat Ranjan DA-IICT, Gandhinagar
AVR Timer/Counter Prof Prabhat Ranjan DA-IICT, Gandhinagar 8-bit Timer/Counter0 with PWM Single Compare Unit Counter Clear Timer on Compare Match (Auto Reload) Glitch-free, Phase Correct Pulse Width Modulator
An Introduction To Simple Scheduling (Primarily targeted at Arduino Platform)
An Introduction To Simple Scheduling (Primarily targeted at Arduino Platform) I'm late I'm late For a very important date. No time to say "Hello, Goodbye". I'm late, I'm late, I'm late. (White Rabbit in
LADDER LOGIC/ FLOWCHART PROGRAMMING DIFFERENCES AND EXAMPLES
page 1/10 This document is designed as a quick-start primer to assist industrial automation programmers who are familiar with PLCs and Relay Ladder Logic programming to better understand the corresponding
Using the WAGO 750-340 PROFINET Coupler as Remote I/O with a Siemens S7 PLC
Using the WAGO 750-340 PROFINET Coupler as Remote I/O with a Siemens S7 PLC, English Version 1.0.0 2 General Copyright 2007 by WAGO Kontakttechnik GmbH & Co. KG All rights reserved. WAGO Kontakttechnik
PART B QUESTIONS AND ANSWERS UNIT I
PART B QUESTIONS AND ANSWERS UNIT I 1. Explain the architecture of 8085 microprocessor? Logic pin out of 8085 microprocessor Address bus: unidirectional bus, used as high order bus Data bus: bi-directional
SIMATIC S7-1200 Update to the S7-1200 System Manual, edition 04/2012 Product Information
SIMATIC S7-1200 Product Information In spite of efforts to ensure the accuracy and clarity in the product documentation, some of the pages in the S7-1200 Programmable Controller System Manual contain information
Modbus and ION Technology
Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. ACCESS meters are compatible with Modbus networks as both slaves and
Part Number 129777-01 Revision A, January 1996. 3500 Monitoring System Rack Configuration and Utilities Guide
Part Number 129777-01 Revision A, January 1996 3500 Monitoring System Rack Configuration and Utilities Guide Copyright 1995 Bently Nevada Corporation All Rights Reserved. No part of this publication may
How To Port A Program To Dynamic C (C) (C-Based) (Program) (For A Non Portable Program) (Un Portable) (Permanent) (Non Portable) C-Based (Programs) (Powerpoint)
TN203 Porting a Program to Dynamic C Introduction Dynamic C has a number of improvements and differences compared to many other C compiler systems. This application note gives instructions and suggestions
1. Computer System Structure and Components
1 Computer System Structure and Components Computer System Layers Various Computer Programs OS System Calls (eg, fork, execv, write, etc) KERNEL/Behavior or CPU Device Drivers Device Controllers Devices
Record Storage and Primary File Organization
Record Storage and Primary File Organization 1 C H A P T E R 4 Contents Introduction Secondary Storage Devices Buffering of Blocks Placing File Records on Disk Operations on Files Files of Unordered Records
LEN s.r.l. Via S. Andrea di Rovereto 33 c.s. 16043 CHIAVARI (GE) Tel. +39 0185 318444 - Fax +39 0185 472835 mailto: [email protected] url: http//www.len.
MA511 General Index 1 INTRODUCTION... 3 1.1 HARDWARE FEATURES:... 4 2 INTERFACE... 5 2.1 KEYBOARD... 6 2.2 POWER ON... 7 2.3 POWER OFF... 7 2.4 DETECTOR CONNECTION... 7 2.5 DETECTOR SUBSTITUTION...7 3
Backing Up and Restoring Data
Backing Up and Restoring Data Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco Unity Express application
4511 MODBUS RTU. Configuration Manual. HART transparent driver. No. 9107MCM100(1328)
4511 MODBUS RTU Configuration Manual HART transparent driver No. 9107MCM100(1328) 9107 CONTENTS Introduction... 3 Modbus basics... 3 Modbus RTU... 3 Supported Function Codes... 3 Modbus Parameters and
Freescale Semiconductor, I
nc. Application Note 6/2002 8-Bit Software Development Kit By Jiri Ryba Introduction 8-Bit SDK Overview This application note describes the features and advantages of the 8-bit SDK (software development
STIM202 Evaluation Kit
Table of contents: 1 FEATURES... 2 2 GENERAL DESCRIPTIONS AND SYSTEM CONTENTS... 2 3 SYSTEM REQUIREMENTS... 2 4 GETTING STARTED... 3 4.1 INSTALLATION OF NI-SERIAL CABLE ASSEMBLY DRIVER... 3 4.2 INSTALLATION
Embedded Systems Design Course Applying the mbed microcontroller
Embedded Systems Design Course Applying the mbed microcontroller Serial communications with SPI These course notes are written by R.Toulson (Anglia Ruskin University) and T.Wilmshurst (University of Derby).
SPA-Bus Communication Protocol V2.5. Technical description
EN Issued 96-01-23 Modified 2001.07.31 Version C Checked MP Approved TK SPA-bus Communication Protocol V2.5 Data subject to change without notice Contents 1.0 Introduction... 4 2.0 General description...
MONOCHROME RGB YCbCr VIDEO DIGITIZER
Active Silicon SNAPPER-PMC-8/24 MONOCHROME RGB YCbCr VIDEO DIGITIZER High quality analogue video acquisition board with square pixel sampling for CCIR, EIA (RS-170) standards, and nonstandard video formats.
The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1
The I2C Bus Introduction The I2C-bus is a de facto world standard that is now implemented in over 1000 different ICs manufactured by more than 50 companies. Additionally, the versatile I2C-bus is used
Install the DeviceNet Module using the following procedure:
Installation INSTALLATION INSTRUCTIONS: MCD DEVICENET MODULE Order Code: 175G9002 1. Installation Install the DeviceNet Module using the following procedure: 1. Remove control power and mains supply from
SYMETRIX SOLUTIONS: TECH TIP August 2015
String Output Modules The purpose of this document is to provide an understanding of operation and configuration of the two different String Output modules available within SymNet Composer. The two different
8254 PROGRAMMABLE INTERVAL TIMER
PROGRAMMABLE INTERVAL TIMER Y Y Y Compatible with All Intel and Most Other Microprocessors Handles Inputs from DC to 10 MHz 8 MHz 8254 10 MHz 8254-2 Status Read-Back Command Y Y Y Y Y Six Programmable
MICROPROCESSOR. Exclusive for IACE Students www.iace.co.in iacehyd.blogspot.in Ph: 9700077455/422 Page 1
MICROPROCESSOR A microprocessor incorporates the functions of a computer s central processing unit (CPU) on a single Integrated (IC), or at most a few integrated circuit. It is a multipurpose, programmable
2.8.3 / (Z80 Serial I/O)
283 / (Z80 Serial I/O) 80 SIO 80 / 80 bit bit bit bit SIO! 80 " Z80 SIO 2 # $ % Z80 SIO & IBM bisync ( byte) HDLC, IBM SDLC ( bit) '! # & ( modem modem )/" ' Cyclic Redundancy Check (CRC) ( ) 2831 Z80
Copley Camming User Guide
Copley Camming User Guide P/N 95-00501-000 Revision 2 June 2008 Copley Camming User Guide. TABLE OF CONTENTS About This Manual... 5 1: Operational Overview... 7 1.1: Host System Requirements... 8 1.2:
UNIVERSITY OF CALIFORNIA. Los Angeles. Software for A Fault Tolerant. Microcontroller Network. A thesis submitted in partial satisfaction
UNIVERSITY OF CALIFORNIA Los Angeles Software for A Fault Tolerant Microcontroller Network A thesis submitted in partial satisfaction of the requirements for the degree Master of Science in Computer Science
Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE A5 Programming the CPU 314C-2DP
Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE T I A Training Document Page 1 of 25 Module This document has been written by Siemens AG for training
PRODUCT MANUAL LUMENTO X4 LED. LED Controller ZN1DI-RGBX4. Program version: 1.0 Manual edition: a
PRODUCT MANUAL LUMENTO X4 LED LED Controller ZN1DI-RGBX4 Program version: 1.0 Manual edition: a INDEX 1. Introduction...3 1.1. Lumento X4... 3 1.2. Installation... 4 2. Configuration...6 3. ETS Parameterization...7
CONTROL OF MED INPUT/OUTPUT MODULES FROM OTHER LANGUAGES
CONTROL OF MED INPUT/OUTPUT MODULES FROM OTHER LANGUAGES USERS MANUAL SOF-732-3 Users Manual DOC-149 Rev. 1.1 Copyright 2007 All Rights Reserved MED Associates Inc. P.O. Box 319 St. Albans, Vermont 05478
Name: Class: Date: 9. The compiler ignores all comments they are there strictly for the convenience of anyone reading the program.
Name: Class: Date: Exam #1 - Prep True/False Indicate whether the statement is true or false. 1. Programming is the process of writing a computer program in a language that the computer can respond to
CANnes PC CAN Interface Manual
CANnes PC CAN Interface Manual Version: 1.21 October 1 st, 2004 D 20375 Hamburg, Germany Phone +49-40-51 48 06 0 FAX: +49-40-51 48 06 60 2 CANnes Card Manual V1.21 Version Version Date Author Comment 1.00
User Manual Document HTTP-Direct / FTPServer and FLASH file system
Smart solutions for comfort and safety User Manual Document HTTP-Direct / FTPServer and FLASH file system Version: 1.6 Date: October 2009 Status: Released Classification: Public HTTP-Direct / FTPServer
I/O Device and Drivers
COS 318: Operating Systems I/O Device and Drivers Prof. Margaret Martonosi Computer Science Department Princeton University http://www.cs.princeton.edu/courses/archive/fall11/cos318/ Announcements Project
How To Configure An Iec 60870-5 (Runtu) For A Testnet (Rntu)
SCADAPack E IEC 60870-5-101/104 Slave Technical Manual 2 SCADAPack E IEC 60870-5-101/104 Slave Technical Manual Table of Contents Part I IEC 60870-5-101/104 Slave Technical 4 1 Technical... Support 4 2
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate
Chapter 6 Updating Software Images and Configuration Files
Chapter 6 Updating Software Images and Configuration Files This chapter describes how to copy and save configuration files and software image files. Downloading and Uploading a Software Image on a TFTP
Time Synchronization & Timekeeping
70072-0111-14 TECHNICAL NOTE 06/2009 Time Synchronization & Timekeeping Time synchronization lets you synchronize the internal clocks of all networked PowerLogic ION meters and devices. Once synchronized,
SIMATIC. C7-621, C7-621 AS-i Control Systems. Volume 2 Working with C7 A B C D E. Contents. User Information. Introduction. Startup.
Contents User Information Introduction 1 Startup 2 SIMATIC C7-621, C7-621 AS-i Control Systems Volume 2 Working with C7 Manual Controlling Controlling with the C7 CPU 3 Addessing, Parameter Assignment,
Electronic Multi-Measuring Instrument
MITSUBISHI Electronic Multi-Measuring Instrument Programming Manual (CC-Link) Model ME96NSR-MB or ME96NSR with optional Plug-in Module : ME-0040C-NS96 CONTENTS 1. General Description... 2 2. Specification...
RPDO 1 TPDO 1 TPDO 5 TPDO 6 TPDO 7 TPDO 8
EN ZC - 6DI8DO CANopen I/O Module 6 Digital Input 8 Digital Output Or 8 Counters (3 bit) 8 Digital input 8 Digital output User Manual Contents: Features PDOs PDO Type Emergency Message Functional Diagrams
Work with Arduino Hardware
1 Work with Arduino Hardware Install Support for Arduino Hardware on page 1-2 Open Block Libraries for Arduino Hardware on page 1-9 Run Model on Arduino Hardware on page 1-12 Tune and Monitor Models Running
73M1866B/73M1966B FXOCTL Application User Guide November 2, 2009 Rev. 4.1 UG_1x66B_009
Simplifying System Integration TM 73M1866B/73M1966B FXOCTL Application User Guide November 2, 2009 Rev. 4.1 73M1866B/73M1966B FXOCTL Application User Guide 2009 Teridian Semiconductor Corporation. All
Device Management Functions
REAL TIME OPERATING SYSTEMS Lesson-6: Device Management Functions 1 1. Device manager functions 2 Device Driver ISRs Number of device driver ISRs in a system, Each device or device function having s a
DS1721 2-Wire Digital Thermometer and Thermostat
www.dalsemi.com FEATURES Temperature measurements require no external components with ±1 C accuracy Measures temperatures from -55 C to +125 C; Fahrenheit equivalent is -67 F to +257 F Temperature resolution
ABB i-bus EIB Universal Interfaces US/U 4.2 US/U 2.2
Product Manual ABB i-bus EIB US/U 4.2 US/U 2.2 Intelligent Installation Systems Intelligent and limitless Contents Page 1 General............................................. 3 1.1 Product and functional
Fingerprint Based Biometric Attendance System
Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id [email protected] [email protected] Contact Numbers 8097031667 9167689265
AKD EtherNet/IP Communication
AKD EtherNet/IP Communication Edition August 2012, Revision C Valid for firmware version 1.7 Patents Pending Part Number 903-200008-00 Keep all manuals as a product component during the life span of the
Chapter 6: From Digital-to-Analog and Back Again
Chapter 6: From Digital-to-Analog and Back Again Overview Often the information you want to capture in an experiment originates in the laboratory as an analog voltage or a current. Sometimes you want to
EZ DUPE DVD/CD Duplicator
EZ DUPE DVD/CD Duplicator User s Manual Version 3.0 0 TABLE OF CONTENTS Introduction 2 Setup 11 LCD Front Panel Overview 2 o Auto Start Time 11 Menu Overview 3-5 o Display Mode 12 Functions 6 o Button
Section 14. Compare/Capture/PWM (CCP)
M Section 14. Compare/Capture/PWM (CCP) HIGHLIGHTS This section of the manual contains the following major topics: 14.1 Introduction...14-2 14.2 Control Register...14-3 14.3 Capture Mode...14-4 14.4 Compare
Omron I/O Driver (Series 2) Programmable Serial Interface Card
Omron I/O Driver (Series 2) Programmable Serial Interface Card USER MANUAL Rev. P1.55 June 8, 2012 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998, 1999.
TSX ETY 110 Module 8
Module 8 Introduction Subject of this chapter What s in this Chapter? This chapter describes the implementation of a TSX ETY 110 module. This chapter contains the following sections: Section Topic Page
RcWare SoftPLC Modbus server mapping editor User manual
RcWare SoftPLC Modbus server mapping editor User manual 1 Contents 1 Contents... 2 2 Why SoftPLC as a Modbus server... 3 3 Installation and setup of the Modbus mapping editor... 4 4 Creating and editing
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter
NTE2053 Integrated Circuit 8 Bit MPU Compatible A/D Converter Description: The NTE2053 is a CMOS 8 bit successive approximation Analog to Digital converter in a 20 Lead DIP type package which uses a differential
MetroPro Remote Access OMP-0476F. Zygo Corporation Laurel Brook Road P.O. Box 448 Middlefield, Connecticut 06455
MetroPro Remote Access OMP-0476F Zygo Corporation Laurel Brook Road P.O. Box 448 Middlefield, Connecticut 06455 Telephone: (860) 347-8506 E-mail: [email protected] Website: www.zygo.com ZYGO CUSTOMER SUPPORT
Start-up of IVI-KHD2-4HRX, IVI-KHA6-4HRX at S7-300 V1.1. Table of Contents TABLE OF CONTENTS... 1
Table of Contents TABLE OF CONTENTS... 1 1. DESCRIPTION OF HARDWARE... 2 1.1 Modules and devices... 2 1.2 Set-up and installation... 2 2. SETTING UP PARAMETERS... 2 2.1 Setting up parameters in accordance
Applications & Tools. Configuration of Messages and Alarms in WinCC (TIA Portal) WinCC (TIA Portal) Application description December 2012
Cover Configuration of Messages and Alarms in WinCC (TIA Portal) WinCC (TIA Portal) Application description December 2012 Applications & Tools Answers for industry. Siemens Industry Online Support This
Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8700-90 (Notifier NFS-640 NFS-320 NFS2-640)
A Sierra Monitor Company Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8700-90 (Notifier NFS-640 NFS-320 NFS2-640) APPLICABILITY & EFFECTIVITY Effective for all systems manufactured
SECTION 13XXX CONTROL DESCRIPTION (DICP Models 02-412NC, 412, 622, 826, 1030)
PART 1 - GENERAL SECTION 13XXX CONTROL DESCRIPTION (DICP Models 02-412NC, 412, 622, 826, 1030) 1.01 SUMMARY This section describes the operation and control of a drip irrigation system. The major components
Multi-Protocol decoder 76 400
Multi-Protocol decoder 76 For locomotives with DC motors on digital layouts operating in the DCC- and Motorola data format. Features Regulated multi-protocol decoder for DCC and Motorola Suitable for DC
How To Write A Profibus Dpl (Profibus) Program
SIMATIC NET DP Base Programming Interface for CP 5613/CP 5614 Manual Preface, Contents Basic Steps in Creating a DP Application 1 Overview of PROFIBUS DP 2 Overview of the DP Base Interface 3 Description
NortechCommander Software Operating Manual MAN-00004 R6
NortechCommander Software Operating Manual MAN-00004 R6 If the equipment described herein bears the symbol, the said equipment complies with the applicable European Union Directive and Standards mentioned
EasyC. Programming Tips
EasyC Programming Tips PART 1: EASYC PROGRAMMING ENVIRONMENT The EasyC package is an integrated development environment for creating C Programs and loading them to run on the Vex Control System. Its Opening
This chapter describes the specifications of the embedded Ethernet function for Series 16i/18i/21i/160i/180i/210i/160is/180is/210is B.
B 63525EN/02 8 EMBEDDED ETHERNET FUNCTION 8. EMBEDDED ETHERNET FUNCTION This chapter describes the specifications of the embedded Ethernet function for Series 16i/18i/21i/160i/180i/210i/160is/180is/210is
Technical description APCI-/CPCI-1710. Multifunction counter board - Digital I/O -
DIN EN ISO 9001:2008 certified ADDI-DATA GmbH Airpark Business Center Airport Boulevard B210 77836 Rheinmünster Germany Phone: +49 7229 1847 0 Fax: +49 7229 1847 222 E-mail: [email protected] Technical
CPUs - CPU 315-2 PN/DP
Overview The CPU with a medium program memory and quantity framework High processing performance in binary and floating-point arithmetic Used as a central controller on production lines with central and
