From the above diagram, the relationship between X1, X2, X a and C a is given by the following equations:

Size: px
Start display at page:

Download "From the above diagram, the relationship between X1, X2, X a and C a is given by the following equations:"

Transcription

1 Cross-Coupled Drive of Dual-Motor Gantry System Usually, the control of the multi-motor gantry system is done by either the classic master-slave or the full coordination method on PMAC. In this application note, a cross-coupled method for controlling dualmotor gantry system is presented. Cross-Coupling When cross-coupled, the feedback from the two gantry motors, X1 and X2, are used to create two control axes in PMAC. One of which is the summation of the two feedback, X. The other is the subtraction of one of the feedback from the other, C a. The trajectory command will be generated directly for these two control axes. The control outputs from the PID will then be de-coupled into two components, UX1 and UX2, one for each motor. The following shows a schematic diagram of the Cross-coupled method. From the above diagram, the relationship between X1, X2, X a and C a is given by the following equations: For a gantry system, the control target would be: X a = X 1 + X 2 Ca = X 1 X 2 X d = 2xDesiredPosition C d = 0 Hardware Setup There are some special requirements for connecting the gantry motors to PMAC. 1. Four motor channels are required to use with the two gantry motors. Two of them are connected physically to the motors (amplifiers). Two are used for de-coupling of the control signal. The two physical motor channels must be the higher number channels. For example, if motor channel 1 to 4 are used in the application, the gantry motors should be connected to channel 3 and Three encoder channels are required to create the cross-coupled feedback in PMAC. Two of them would be the direct feedback of the gantry motors. The third one should be connected to the feedback device of one of the gantry motors in a reverse sense. For quadrature encoder, this could be done by swapping the A and B channels to PMAC. Gantry with Cross Coupling 1

2 PMAC Setup The following is an example of setting the coordinate system, encoder conversion table and I-Variables for such application in PMAC. This example assumes the gantry motors are connected to PMAC channel 3 and 4. The direct feedback of the encoders are brought to PMAC through encoder channel 3 and 4 and the reversed feedback signal of the second gantry motor is brought in through encoder channel 2. The following diagram illustrates the setup of this example in PMAC. Note that one of the PID loops must be given a negative proportional gain value (Ix30). As a result, the firmware version 1.16 or later is required. In this example, the I430 variable is set to a negative value. For any hardware setting which is different from this example, refer to the diagram given above for correct loop gain setting. In addition, the Proportional Gains (Ix30) acting on the Error signal from the C axis loop (motors #2 and #4 in the above example), must be twice the Ix30 values acting on the Error signal from the X axis loop (motors # 3 and #1 in the above example). This is required so that the DAC signals sent to the amplifiers reflect both traverse and skew correction. Coordinate System Definition &1 #1->X #2->C #3->X #4->C Encoder Conversion Table Setup WY$720,$C008 ;Feedback of X1 WY$721,$1C00C ;Add to X2 WY$722,$C008 ;Feedback of X1 WY$723,$1C004 ;Add to X3 (i.e. -X2) WY$724,$0 ;End of conversion table I-Variables Setup Not all the I-Variable setup for PMAC is included. The proportional gain (Ix30) value given below is solely for illustrative purpose, the actual value in the system should be the one obtained from tuning. I102 = $F9 ;Output to #4 DAC offset ;For PMAC2, I102 = $FD I103 =$721 ;Use (X1+X2) feedback I104 =$721 I130 = ;Positive proportional gain (half i230 & i430) I202 = $BD ;Output to #3 DAC offset ;For PMAC2, I202 = $C1 2 Gantry with Cross Coupling

3 I203 =$723 I204 =$723 I230 = I302 = $C00B I303 = $721 I304 = $721 I330 = I402 = $C00A I403 = $723 I404 = $723 I430 = ;Use (X1-X2) feedback ;Positive proportional gain ;Output to #3 DAC ;For PMAC2, I302 = $C012 ;Use (X1+X2) feedback ;Positive proportional gain (half i230 & i430 ;Output to #4 DAC ;For PMAC2, I402 = $C01A ;Use (X1-X2) feedback ;Negative proportional gain A sample program for commanding this system is given below. This program will move the gantry system to a position of units from the current position. OPEN PROG 1 CLEAR LINEAR ;Linear mode move INC ;Incremental mode TA10 ;10 msec. acceleration time TM1000 ;1 sec. move time X20000 C0 ;command move = 2*desired position DWELL0 Homing PLC The homing PLC is intended to use with the cross-coupled gantry system. Some of the parameters setup here is a continuation of the cross-coupled gantry system. The command involved in the homing PLC and the setup section may not be applicable to all systems. Check the logic and modify it as needed. Setup Encoder Conversion Table WY$720,$C008 ;Feedback of X1... WY$721,$1C00C ;Add to feedback of X2 WY$722,$C008 ;Feedback of X1... WY$723,$1C004 ;Add to feedback of X3 (i.e. -X2) WY$724,$C008 ;Encoder 3 - feedback of X1 WY$725,$C00C ;Encoder 4 - feedback of X2 WY$726,$0 ;End of conversion table Setup Master Address, Ix05 and Ix06, for Slaving to Actual Position I305 = $725 I306 = 0 I405 = $724 I406 = 0 Setup Homing Parameters, Ix23 and Ix26 This section definitely needs changes according to the true system. Because of the uncertainty in the position of each motor at power up, it is suggested to set the home offset at least equal to the sum of the maximum skewness and the distance between the home switch. I323 = 5 I326 = 0 I423 = 5 I426 = 0 Result of Encoder Conversion Entry M1->X$721,0,24,S M2->X$723,0,24,S M3->X$724,0,24,S M4->X$725,0,24,S Gantry with Cross Coupling 3

4 Open Loop Indication Bit, Mx38 M138->X$3D,18,1 M238->X$79,18,1 M338->X$B5,18,1 M438->X$F1,18,1 In-position Bit, Mx40 M340->Y$994,0,1 M440->Y$A54,0,1 Home Complete Bit, Mx45 M345->Y$994,10,1 M445->Y$A54,10,1 Present Actual Position Mx62 M162->D$002B M262->D$0067 M362->D$00A3 M462->D$00DF Previous Actual Position, Mx98 M198->Y$2A,0,24,S M298->Y$66,0,24,S M398->Y$A2,0,24,S M498->Y$DE,0,24,S Previous Velocity Position, Mx99 M199->Y$31,0,24,S M299->Y$6D,0,24,S M399->Y$A9,0,24,S M499->Y$E5,0,24,S Avoid PLC0 to Start Running at Power up I5 = 2 OPEN PLC 1 CLEAR Kill All Gantry Motors CMD^K WHILE (M138=0 OR M238=0 OR M338=0 OR M438=0) Disable Master Slave I306=0 I406=0 De-couple the Gantry System I102=$C003 I202=$C002 I303=$724 I304=$724 M398=M3 M399=M3 I403=$725 I404=$725 M498=M4 M499=M4 Set Back I430 to Positive Value or Change I915 to 3 or 7 to Reverse Polarity I430=ABS(I430) ;i915=7 Put Some Delay before Motor Re-enable P1000 is an Arbitrary Choose P-Variable P1000=0 WHILE (P1000<2000) P1000=P Gantry with Cross Coupling

5 Home Motor #3 First close position loop on motor #4 CMD"#4J/" WHILE (M438=1) Put Motor #4 Slaving to Motor #3, Then Home Motor #3 I406=1 M345=0 CMD"#3HM" WHILE (M345=0 OR M340=0) Put Motor #4 as Master and Motor #3 as Slave, then Home Motor #4 I406=0 I306=1 M445=0 CMD"#4HM" WHILE (M445=0 OR M440=0) Disable Master Slave I306=0 Jog Motor #3 Back to Zero Position to De-skew the System CMD"#3J=0" P1000=0 WHILE (P1000<1000 OR M340=0) P1000=P DIS PLC 0 I5=3 Reset Control Flag (P1001) and Wait for PLC 0 to Finish P1001=0 ENA PLC 0 WHILE (P1001=0) I5=2 DIS PLC 1 OPEN PLC 0 CLEAR Cross-couple the Gantry System I102=$F9 I202=$BD I303=$721 I304=$721 I403=$723 I404=$723 I430=-1*ABS(I430) Zero out the Position of Motor #1 & #2, then put them in Closed Loop The following assignments are equivalent to CMD"#1HMZ#2HMZ" M162=0 M262=0 M362=0 M462=0 M198=M1 M199=M1 M298=M2 M299=M2 M398=M1 M399=M1 M498=M2 M499=M2 CMD"#1j/#2j/" Set Control Flag P1001=1 DIS PLC 0 Gantry with Cross Coupling 5

PCM-24 Press Feed Controller

PCM-24 Press Feed Controller PCM-24 Press Feed Controller Information furnished by EMERSON EMC is believed to be accurate and reliable. However, no responsibility is assumed by EMERSON EMC for its use. EMERSON EMC reserves the right

More information

Understanding VFD. Variable Frequency Drive. nfi. nfi

Understanding VFD. Variable Frequency Drive. nfi. nfi Understanding VFD Variable Frequency Drive Practical Demonstration of VFD Delta- M Series 1.5 KW I/P: 230V 1/3 Phase O/P: 230 3 Phase VFD Status Screen Motor OFF Command Freq. Parameters Direction Amperes

More information

DISTRIBUTED MOTION CONTROL

DISTRIBUTED MOTION CONTROL DISTRIBUTED OTION CONTROL Jacob Hefer Elmo otion Control Westford, A Abstract Distributed motion control is a reality; today's processing power, deterministic protocols and network technology make that

More information

Rotary Knife Controller

Rotary Knife Controller PCM-22 Rotary Knife Controller Information furnished by EMERSON Motion Control is believed to be accurate and reliable. However, no responsibility is assumed by EMERSON Motion Control for its use. EMERSON

More information

CDHD Servo Drive. Technical Training Manual. Manual Revision: 2.0 Firmware Version: 1.3.x Software Version: 1.3.x.x

CDHD Servo Drive. Technical Training Manual. Manual Revision: 2.0 Firmware Version: 1.3.x Software Version: 1.3.x.x CDHD Servo Drive Technical Training Manual Manual Revision: 2.0 Firmware Version: 1.3.x Software Version: 1.3.x.x CDHD Introduction Revision History Document Revision Date Remarks 1.0 June 2012 Initial

More information

GSK988T TURNING CENTER CNC SYSTEM

GSK988T TURNING CENTER CNC SYSTEM GSK988T TURNING CENTER CNC SYSTEM GSK988T is a new CNC controller for slant bed CNC lathe and turning center, adopt micro processor of 400MHz high performance, and it can control five feeding axes (including

More information

PCM-22 Rotary Knife Controller Operators Manual

PCM-22 Rotary Knife Controller Operators Manual PCM-22 Rotary Knife Controller Operators Manual Information furnished by EMERSON EMC is believed to be accurate and reliable. However, no responsibility is assumed by EMERSON EMC for its use. EMERSON EMC

More information

Electronic Lineshaft With Alignment F7 Drive Software Technical Manual

Electronic Lineshaft With Alignment F7 Drive Software Technical Manual Electronic Lineshaft With Alignment F7 Drive Software Technical Manual Software Number: VSF11005X, Drive Models: CIMR-F7UXXXXXX-064, CIMR-F7UXXXXXX-065 Document Number: TM.F7SW.064, Date: 02/25/2010, Rev:

More information

Software Engineering 2DA4. Slides 9: Asynchronous Sequential Circuits

Software Engineering 2DA4. Slides 9: Asynchronous Sequential Circuits Software Engineering 2DA4 Slides 9: Asynchronous Sequential Circuits Dr. Ryan Leduc Department of Computing and Software McMaster University Material based on S. Brown and Z. Vranesic, Fundamentals of

More information

SRV02-Series. Rotary Pendulum. User Manual

SRV02-Series. Rotary Pendulum. User Manual SRV02-Series Rotary Pendulum User Manual Table of Contents 1. Description...3 2. Purchase Options...3 2.1 Modular Options...4 3. System Nomenclature and Components...5 4. System Configuration and Assembly...6

More information

HICON Mach4 Software Integration

HICON Mach4 Software Integration HICON Mach4 Software Integration Ethernet Motion Controller Document Revision 1.4 (Updated 05/02/2016) 2016 Vital Systems Inc Phoenix, AZ USA For more information please visit the product web page: www.vitalsystem.com/hicon

More information

WINTER 15 EXAMINATION Model Answer

WINTER 15 EXAMINATION Model Answer Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate

More information

Single Axis Position Controller

Single Axis Position Controller SERIES P8721-000-P Single Axis Position Controller Closed loop Analogue with +/- 10v control and 2 or 3 switched speed operation 200 Line programme Manual Operation Single Operation Auxiliary functions

More information

CNC Router Parts Plasma Software Setup and Usage Guide

CNC Router Parts Plasma Software Setup and Usage Guide Plasma Software Setup and Software Setup for the TMC3in1 Mach3 If your control PC is not currently set up with Mach3 software, follow the CNC Router Parts CNC Software Setup Guide to install the correct

More information

Motion Control G7 Drive Software Technical Manual

Motion Control G7 Drive Software Technical Manual Software Number: VSG13306X, Drive Models: CIMR-G7UXXXXX-117 Document Number: TM.G7SW.117, Date: 05/16/08, Rev: 08-05 Motion Control G7 Drive Software Technical Manual Contents: 1.0 Overview... 3 2.0 Changes

More information

B. Sc. III Semester (Electronics) - ( ) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791)

B. Sc. III Semester (Electronics) - ( ) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791) B. Sc. III Semester (Electronics) - (2013-14) Digital Electronics-II) BE-301 MODEL ANSWER (AS-2791) Section-[A] i. (B) ii. (A) iii. (D) iv. (C) v. (C) vi. (C) vii. (D) viii. (B) Ans-(ix): In JK flip flop

More information

Topic: Instructional David G. Thomas December 23, 2015

Topic: Instructional David G. Thomas December 23, 2015 Procedure to Setup a 3ɸ Linear Motor This is a guide to configure a 3ɸ linear motor using either analog or digital encoder feedback with an Elmo Gold Line drive. Topic: Instructional David G. Thomas December

More information

PCM-16 Phase Synchronization Controller Operators Manual

PCM-16 Phase Synchronization Controller Operators Manual PCM-16 Phase Synchronization Controller Operators Manual Information furnished by EMERSON EMC is believed to be accurate and reliable. However, no responsibility is assumed by EMERSON EMC for its use.

More information

Preface 11 Key Concept 1: Know your machine from a programmer s viewpoint 17

Preface 11 Key Concept 1: Know your machine from a programmer s viewpoint 17 Table of contents Preface 11 Prerequisites 11 Basic machining practice experience 11 Math 12 Motivation 12 Controls covered 12 What about conversational controls? 13 Controls other than Fanuc 13 Limitations

More information

Logic and Computer Design Fundamentals. Chapter 7. Registers and Counters

Logic and Computer Design Fundamentals. Chapter 7. Registers and Counters Logic and Computer Design Fundamentals Chapter 7 Registers and Counters Registers Register a collection of binary storage elements In theory, a register is sequential logic which can be defined by a state

More information

RYKO Italia s.r.l. V. Casale Morano Po (Al) t f

RYKO Italia s.r.l. V. Casale Morano Po (Al) t f Italia RYKO Italia s.r.l. V. Casale 43-15025 Morano Po (Al) t.0142 494411 f. 85872 June 30, 2003 ITALIA SERVICE BULLETIN - # 4-013 VFD parameter settings for conveyor equipment with Mitsubishi PLC MACHINES

More information

MC700 / MC720 Motion Control Firmware for Rotating Cutters and Printing Rolls. Cutting Pulse Sensor Optional: Print Mark Sensor

MC700 / MC720 Motion Control Firmware for Rotating Cutters and Printing Rolls. Cutting Pulse Sensor Optional: Print Mark Sensor CT 703.03 Firmware MC700 / MC720 Motion Control Firmware for Rotating Cutters and Printing Rolls Cutting Pulse Sensor Optional: Print Mark Sensor Slave Encoder Master Encoder Cutting Roll Drive 0-10V MC700

More information

SRV02-Series. Ball & Beam. User Manual

SRV02-Series. Ball & Beam. User Manual SRV02-Series Ball & Beam User Manual Table of Contents 1. Description...3 1.1 Modular Options...4 2. System Nomenclature and Components...5 3. System Setup and Assembly...6 3.1 Typical Connections for

More information

Simple motion control implementation

Simple motion control implementation Simple motion control implementation with Omron PLC SCOPE In todays challenging economical environment and highly competitive global market, manufacturers need to get the most of their automation equipment

More information

MODULE 3. Combinational & Sequential logic

MODULE 3. Combinational & Sequential logic MODULE 3 Combinational & Sequential logic Combinational Logic Introduction Logic circuit may be classified into two categories. Combinational logic circuits 2. Sequential logic circuits A combinational

More information

1000TII TURNING CNC CONTROLLER

1000TII TURNING CNC CONTROLLER 1000TII TURNING CNC CONTROLLER 1000TII from CNCmakers Limited, is a superior turning machine CNC system with high performance 32-bit microprocessor, new structure design and open PLC process. It is employed

More information

FS340 and FS641. High Performance Low Cost Controller for Flying Shears and Saws

FS340 and FS641. High Performance Low Cost Controller for Flying Shears and Saws control motion interface motrona GmbH Zwischen den Wegen 32 78239 Rielasingen - Germany Tel. +49 (0)7731-9332-0 Fax +49 (0)7731-9332-30 info@motrona.com www.motrona.com FS340 and FS641 High Performance

More information

Electromechanical Automation Applications Note

Electromechanical Automation Applications Note Electromechanical Automation Applications Note Product: Trilogy coils & Positioners Rev: 1.0 Subject: Wiring and Setup of Trilogy to Compax3 This applications note clarifies the connections with the Trilogy

More information

Working with CSWin32 Software

Working with CSWin32 Software Working with CSWin32 Software CSWin32 provides a PC interface for Coiltek s ultrasonic control products. The software expands the palette of control features of the CS-5000 and CS-6100 series controls;

More information

Understanding VFD Allen Bradley Power Flex 4M Variable Frequency Drive. nfi

Understanding VFD Allen Bradley Power Flex 4M Variable Frequency Drive. nfi Understanding VFD Allen Bradley Power Flex 4M Variable Frequency Drive nfi Practical Demonstration of VFD Motor Speed Directly Proportional to Frequency Motor RPM= (120*F)/P Powerflex- 4M 0.4 KW= 0.5 Hp

More information

This document last edited May 2015 for version Some commands may not be available in previous versions of firmware.

This document last edited May 2015 for version Some commands may not be available in previous versions of firmware. AP22 Screen Commands This document last edited May 2015 for version 2.90. Some commands may not be available in previous versions of firmware. Instructions To start any of the command screens below you

More information

WaveMaker III Gartech Enterprises Inc. 12/17/2012

WaveMaker III Gartech Enterprises Inc. 12/17/2012 WaveMaker III Gartech Enterprises Inc. 12/17/2012 1 Preface: WaveMaker III standalone unit is produced for those desiring a flexible wave form generator. This unit is capable of providing selectable waveform

More information

Decade Counters Mod-5 counter: Decade Counter:

Decade Counters Mod-5 counter: Decade Counter: Decade Counters We can design a decade counter using cascade of mod-5 and mod-2 counters. Mod-2 counter is just a single flip-flop with the two stable states as 0 and 1. Mod-5 counter: A typical mod-5

More information

Digital Ratio Controller

Digital Ratio Controller Digital Ratio Controller RSC-406 Control Panel USER S MANUAL RATIO CONTROLLER SPEED RUN PRG ERR RATIO % CH RSC-406 Prelude Thank you for applying our RSC-406 Ratio Controller (abb.406) to you machinery

More information

Modbus for SKF IMx and Analyst

Modbus for SKF IMx and Analyst User manual Modbus for SKF IMx and SKF @ptitude Analyst Part No. 32342700-EN Revision A WARNING! - Read this manual before using this product. Failure to follow the instructions and safety precautions

More information

Single Axis Position Controller

Single Axis Position Controller SERIES P9511 Single Axis Position Controller Compact Construction Simple Go-to operation Integrated Relay Output Integrated Mains Power Supply ELEKTRO-TRADING sp. Z o.o. 44-109 Gliwice, ul. Mechaników

More information

PS User Guide Series Seismic-Data Display

PS User Guide Series Seismic-Data Display PS User Guide Series 2015 Seismic-Data Display Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. File 2 2. Data 2 2.1 Resample 3 3. Edit 4 3.1 Export Data 4 3.2 Cut/Append Records

More information

DAAB DB409 INSTRUCTION MANUAL FOR THE VFD-EL FREQUENCY CONVERTER. For the DAAB EP104 automatic control system with software version 4.

DAAB DB409 INSTRUCTION MANUAL FOR THE VFD-EL FREQUENCY CONVERTER. For the DAAB EP104 automatic control system with software version 4. DAAB DB409 INSTRUCTION MANUAL FOR THE VFD-EL FREQUENCY CONVERTER For the DAAB EP104 automatic control system with software version 4.07 Revision: 12 FAAC Nordic AB BOX 125, SE-284 22 PERSTORP SWEDEN, +46

More information

Ensemble QLAB. Stand-Alone, 1-4 Axes Piezo Motion Controller. Control 1 to 4 axes of piezo nanopositioning stages in open- or closed-loop operation

Ensemble QLAB. Stand-Alone, 1-4 Axes Piezo Motion Controller. Control 1 to 4 axes of piezo nanopositioning stages in open- or closed-loop operation Ensemble QLAB Motion Controllers Ensemble QLAB Stand-Alone, 1-4 Axes Piezo Motion Controller Control 1 to 4 axes of piezo nanopositioning stages in open- or closed-loop operation Configurable open-loop

More information

ArcPro Mach4 Plasma Screen User Guide

ArcPro Mach4 Plasma Screen User Guide ArcPro Mach4 Plasma Screen User Guide Document Revision 1.10 (Updated June 13, 2017) 2017 Vital Systems Inc. Phoenix, AZ USA For more information please visit the product web page: http://www.vitalsystem.com/arcpro

More information

Dancer control slims down while gaining functionality

Dancer control slims down while gaining functionality Dancer control slims down while gaining functionality Delta Servo drives with onboard control plus integrated HMI eliminate the need for a PLC on a film handling module. When Company X decided to build

More information

DIRECT DRIVE ROTARY TABLES SRT SERIES

DIRECT DRIVE ROTARY TABLES SRT SERIES DIRECT DRIVE ROTARY TABLES SRT SERIES Key features: Direct drive Large center aperture Brushless motor design Precision bearing system Integrated position feedback Built-in thermal sensors ServoRing rotary

More information

Section 6.8 Synthesis of Sequential Logic Page 1 of 8

Section 6.8 Synthesis of Sequential Logic Page 1 of 8 Section 6.8 Synthesis of Sequential Logic Page of 8 6.8 Synthesis of Sequential Logic Steps:. Given a description (usually in words), develop the state diagram. 2. Convert the state diagram to a next-state

More information

Three Axis Digital Readout System

Three Axis Digital Readout System NEWALL MEASUREMENT SYSTEMS C80 Three Axis Digital Readout System CONTENTS 2 SPECIFICATIONS 3 CONNECTIONS 4 MOUNTING 4 Arm Mounting (Non-adjustable) 4 Arm Mounting (Adjustable) 5 Face Mounting (Adjustable)

More information

Pseudorandom Stimuli Following Stimulus Presentation

Pseudorandom Stimuli Following Stimulus Presentation BIOPAC Systems, Inc. 42 Aero Camino Goleta, CA 93117 Ph (805) 685-0066 Fax (805) 685-0067 www.biopac.com info@biopac.com Application Note AS-222 05.06.05 Pseudorandom Stimuli Following Stimulus Presentation

More information

Zebra2 (PandA) Functionality and Development. Isa Uzun and Tom Cobb

Zebra2 (PandA) Functionality and Development. Isa Uzun and Tom Cobb Zebra2 (PandA) Functionality and Development Isa Uzun and Tom Cobb Control Systems Group 27 April 2016 Outline Part - I ZEBRA and Motivation Hardware Architecture Functional Capabilities Part - II Software

More information

THEATRE DESIGN & TECHNOLOGY MAGAZINE 1993 WINTER ISSUE - SOUND COLUMN WHITHER TO MOVE? By Charlie Richmond

THEATRE DESIGN & TECHNOLOGY MAGAZINE 1993 WINTER ISSUE - SOUND COLUMN WHITHER TO MOVE? By Charlie Richmond THEATRE DESIGN & TECHNOLOGY MAGAZINE 1993 WINTER ISSUE - SOUND COLUMN WHITHER TO MOVE? By Charlie Richmond Each time we get a request to provide moving fader automation for live mixing consoles, it rekindles

More information

Chapter 5: Synchronous Sequential Logic

Chapter 5: Synchronous Sequential Logic Chapter 5: Synchronous Sequential Logic NCNU_2016_DD_5_1 Digital systems may contain memory for storing information. Combinational circuits contains no memory elements the outputs depends only on the inputs

More information

AKD SYSTEM CONFIGURATION WITH KOLLMORGEN DDL LINEAR MOTORS

AKD SYSTEM CONFIGURATION WITH KOLLMORGEN DDL LINEAR MOTORS Appendix A: Non-Standard Convention: Configuring a DDL Motor with Feedback Counting in the Opposite Direction AKD SYSTEM CONFIGURATION WITH KOLLMORGEN DDL LINEAR MOTORS By Kenny Hampton 7/20/2018 Rev.

More information

High Speed Counter. Table of Contents

High Speed Counter. Table of Contents Table of Contents Table of Contents...2 Introduction...3 Configuration...4 Configuring Frequency HSC Type...6 Configuring Totalising HSC Type...6 Configuring Pulse HSC Type...7 Configuring Quadrature HSC

More information

Sapera LT 8.0 Acquisition Parameters Reference Manual

Sapera LT 8.0 Acquisition Parameters Reference Manual Sapera LT 8.0 Acquisition Parameters Reference Manual sensors cameras frame grabbers processors software vision solutions P/N: OC-SAPM-APR00 www.teledynedalsa.com NOTICE 2015 Teledyne DALSA, Inc. All rights

More information

THE ASTRO LINE SERIES GEMINI 4000 INSTRUCTION MANUAL

THE ASTRO LINE SERIES GEMINI 4000 INSTRUCTION MANUAL THE ASTRO LINE SERIES GEMINI 4000 INSTRUCTION MANUAL INTRODUCTION The Gemini 4100 and 4200 are both units in a multi-purpose series of industrial control units that are field-programmable to solve multiple

More information

Structural Diagnostics, Inc. Leaders In Automated Ultrasonic Testing. Immersion Tanks Large Gantries Custom Systems

Structural Diagnostics, Inc. Leaders In Automated Ultrasonic Testing. Immersion Tanks Large Gantries Custom Systems sdi Structural Diagnostics, Inc. sdi Leaders In Automated Ultrasonic Testing Immersion Tanks Large Gantries Custom Systems SDI-MasterScan Motion Control and WinScan Analysis The SDI MasterScan/WinScan

More information

IV 251. Signal Converter SSI Analogue and SSI Serial. Operating Instructions. control motion interface

IV 251. Signal Converter SSI Analogue and SSI Serial. Operating Instructions. control motion interface control motion interface IV 251 Signal Converter SSI Analogue and SSI Serial Suitable for operation with all sensors and encoders using SSI interface Scalable analogue outputs +/- 10 volts, 0-20 ma and

More information

E M E - Antenna Controller System - OE5JFL. Block diagram

E M E - Antenna Controller System - OE5JFL. Block diagram E M E - Antenna Controller System - OE5JFL Block diagram 1.Controller board Page 2 of 12 Short description of the features - Computation of position (without PC!) for Moon, Sun, Cassiopeia, Cygnus, Sagittarius,

More information

MOTION ESSENTIALS Quick Start Guide to Programming in Delta Motion

MOTION ESSENTIALS Quick Start Guide to Programming in Delta Motion MOTION ESSENTIALS Quick Start Guide to Programming in Delta Motion Table of Contents SCOPE... 2 DELTA MOTION.... 3 PROGRAMMING BASICS... 4 WELDING EXAMPLES... 5 TACK.NC.... 6 STITCH.NC.... 7 SQUARE.NC...

More information

ELCOM. Part Application Instruction. Release (V S 0.5) YS Kim S Jeong. OS Program Change to V S1.5 YS Kim S Jeong

ELCOM. Part Application Instruction. Release (V S 0.5) YS Kim S Jeong. OS Program Change to V S1.5 YS Kim S Jeong Page 1/23 Door System(S-type) Rev. No. 0 1 2 3 Revision History Date Aug. 2004 Jun 2006 Sep 2006 Oct 2008 Revision Contents Prepared by Checked by Release (V S 0.5) YS Kim S Jeong OS Program Change to

More information

Last time, we saw how latches can be used as memory in a circuit

Last time, we saw how latches can be used as memory in a circuit Flip-Flops Last time, we saw how latches can be used as memory in a circuit Latches introduce new problems: We need to know when to enable a latch We also need to quickly disable a latch In other words,

More information

CT340 and CT641. High Performance Low Cost Controller for Rotating Cutters and Printing Rolls. Operating Instructions

CT340 and CT641. High Performance Low Cost Controller for Rotating Cutters and Printing Rolls. Operating Instructions CT340 and CT641 High Performance Low Cost Controller for Rotating Cutters and Printing Rolls Precision controller for Rotating Cutters and Printing Rolls Easy parameter setting and immediately ready to

More information

Basic Specifications. Driver Model SD12B/15B SD20B SD30B SD30C SD40C SD50C SD75C

Basic Specifications. Driver Model SD12B/15B SD20B SD30B SD30C SD40C SD50C SD75C Basic Specifications Driver Model SD12B/15B SD20B SD30B SD30C SD40C SD50C SD75C Applicable Motor Maximum Current 8.4A 11.4A 17.0A 17.0A 22.8A 28.2A 42.3A Input Power Feedback System single-phase AC180V

More information

Optical Technologies Micro Motion Absolute, Technology Overview & Programming

Optical Technologies Micro Motion Absolute, Technology Overview & Programming Optical Technologies Micro Motion Absolute, Technology Overview & Programming TN-1003 REV 180531 THE CHALLENGE When an incremental encoder is turned on, the device needs to report accurate location information

More information

DCP100 Digital Control Programmer Specifications

DCP100 Digital Control Programmer Specifications DCP100 Digital Control Programmer Specifications EN01-6028 October 1996 Overview The DCP100 is a microprocessor based 1 /4 DIN programmer/controller for process variable versus time control of temperature,

More information

THE ASTRO LINE SERIES GEMINI 1000/2000 INSTRUCTION MANUAL

THE ASTRO LINE SERIES GEMINI 1000/2000 INSTRUCTION MANUAL THE ASTRO LINE SERIES GEMINI 1000/2000 INSTRUCTION MANUAL INTRODUCTION The Gemini 1000 and 2000 are both units in a multi-purpose series of industrial control units that are field-programmable to solve

More information

AFM1 Imaging Operation Procedure (Tapping Mode or Contact Mode)

AFM1 Imaging Operation Procedure (Tapping Mode or Contact Mode) AFM1 Imaging Operation Procedure (Tapping Mode or Contact Mode) 1. Log into the Log Usage system on the SMIF web site 2. Open Nanoscope 6.14r1 software by double clicking on the Nanoscope 6.14r1 desktop

More information

Midterm Exam 15 points total. March 28, 2011

Midterm Exam 15 points total. March 28, 2011 Midterm Exam 15 points total March 28, 2011 Part I Analytical Problems 1. (1.5 points) A. Convert to decimal, compare, and arrange in ascending order the following numbers encoded using various binary

More information

User Guide UD51. Second encoder small option module for Unidrive. Part Number: Issue Number: 5.

User Guide UD51. Second encoder small option module for Unidrive. Part Number: Issue Number: 5. EF User Guide UD51 Second encoder small option module for Unidrive Part Number: 0460-0084-05 Issue Number: 5 www.controltechniques.com Safety Information The option card and its associated drive are intended

More information

IV 251. Signal Converter SSI => Analogue and SSI => Serial. Operating Instructions. control motion interface

IV 251. Signal Converter SSI => Analogue and SSI => Serial. Operating Instructions. control motion interface control motion interface motrona GmbH Zwischen den Wegen 32 78239 Rielasingen - Germany Tel. +49 (0)7731-9332-0 Fax +49 (0)7731-9332-30 info@motrona.com www.motrona.com IV 251 Signal Converter SSI => Analogue

More information

Fast Quadrature Decode TPU Function (FQD)

Fast Quadrature Decode TPU Function (FQD) PROGRAMMING NOTE Order this document by TPUPN02/D Fast Quadrature Decode TPU Function (FQD) by Jeff Wright 1 Functional Overview The fast quadrature decode function is a TPU input function that uses two

More information

UNIT III. Combinational Circuit- Block Diagram. Sequential Circuit- Block Diagram

UNIT III. Combinational Circuit- Block Diagram. Sequential Circuit- Block Diagram UNIT III INTRODUCTION In combinational logic circuits, the outputs at any instant of time depend only on the input signals present at that time. For a change in input, the output occurs immediately. Combinational

More information

Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters

Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters Installation / Set-up of Autoread Camera System to DS1000/DS1200 Inserters Written By: Colin Langridge Issue: Draft Date: 03 rd July 2008 1 Date: 29 th July 2008 2 Date: 20 th August 2008 3 Date: 02 nd

More information

DSPMC v2 pn 7762S, 7762M. User Guide. Ethernet Motion Controller Data Acquisition System PID Controller

DSPMC v2 pn 7762S, 7762M. User Guide. Ethernet Motion Controller Data Acquisition System PID Controller DSPMC v2 pn 7762S, 7762M Ethernet Motion Controller Data Acquisition System PID Controller User Guide Document Revision 1207 (Updated January 14, 2014) 2014 Vital Systems Inc Phoenix, AZ USA For more information

More information

Field Service Procedure Replacement PCU Kit, Coastal

Field Service Procedure Replacement PCU Kit, Coastal 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the PCU assembly on the coastal series antennas. 2. Checklist: Initialization Rate Sensor Outputs Run the Built In Test

More information

Servo Tuner User Guide. Time (millisec) Time (milliseconds) Time (millisec)

Servo Tuner User Guide. Time (millisec) Time (milliseconds) Time (millisec) 11.310 Compumotor 5.655 TM Servo Tuner User Guide Servo Tuning Software for 6000 Series Controllers 0.00 0.00 Time (milliseconds) 150.00 Axis 1 Comm Pos (counts) Time (millisec) 0.000 205.975 0 0 0 0 0.000

More information

COMPANY. MX 9000 Process Monitor. Installation, Operating & Maintenance Manual AW-Lake Company. All rights reserved. Doc ID:MXMAN082416

COMPANY. MX 9000 Process Monitor. Installation, Operating & Maintenance Manual AW-Lake Company. All rights reserved. Doc ID:MXMAN082416 COMPANY MX 9000 Process Monitor Installation, Operating & Maintenance Manual 2016 AW-Lake Company. All rights reserved. Doc ID:MXMAN082416 1 Table of Contents Unpacking...3 Quick Guide...3 Connect to Sensor...3

More information

Logic Design Viva Question Bank Compiled By Channveer Patil

Logic Design Viva Question Bank Compiled By Channveer Patil Logic Design Viva Question Bank Compiled By Channveer Patil Title of the Practical: Verify the truth table of logic gates AND, OR, NOT, NAND and NOR gates/ Design Basic Gates Using NAND/NOR gates. Q.1

More information

Part No. ENC-LAB01 Users Manual Introduction EncoderLAB

Part No. ENC-LAB01 Users Manual Introduction EncoderLAB PCA Incremental Encoder Laboratory For Testing and Simulating Incremental Encoder signals Part No. ENC-LAB01 Users Manual The Encoder Laboratory combines into the one housing and updates two separate encoder

More information

SDA 3302 Family. GHz PLL with I 2 C Bus and Four Chip Addresses

SDA 3302 Family. GHz PLL with I 2 C Bus and Four Chip Addresses GHz PLL with I 2 C Bus and Four Chip Addresses Preliminary Data Features 1-chip system for MPU control (I 2 C bus) 4 programmable chip addresses Short pull-in time for quick channel switch-over and optimized

More information

Lab #10: Building Output Ports with the 6811

Lab #10: Building Output Ports with the 6811 1 Tiffany Q. Liu April 11, 2011 CSC 270 Lab #10 Lab #10: Building Output Ports with the 6811 Introduction The purpose of this lab was to build a 1-bit as well as a 2-bit output port with the 6811 training

More information

Keysight Technologies De-Embedding and Embedding S-Parameter Networks Using a Vector Network Analyzer. Application Note

Keysight Technologies De-Embedding and Embedding S-Parameter Networks Using a Vector Network Analyzer. Application Note Keysight Technologies De-Embedding and Embedding S-Parameter Networks Using a Vector Network Analyzer Application Note L C Introduction Traditionally RF and microwave components have been designed in packages

More information

The CIP Motion Peer Connection for Real-Time Machine to Machine Control

The CIP Motion Peer Connection for Real-Time Machine to Machine Control The CIP Motion Connection for Real-Time Machine to Machine Mark Chaffee Senior Principal Engineer Motion Architecture Rockwell Automation Steve Zuponcic Technology Manager Rockwell Automation Presented

More information

C8491 C8000 1/17. digital audio modular processing system. 3G/HD/SD-SDI DSP 4/8/16 audio channels. features. block diagram

C8491 C8000 1/17. digital audio modular processing system. 3G/HD/SD-SDI DSP 4/8/16 audio channels. features. block diagram features 4 / 8 / 16 channel LevelMagic2 SDI-DSP with level or loudness (ITU-BS.1770-1/ ITU-BS.1770-2, EBU R128) control 16 channel 3G/HD/SD-SDI de-embedder 16 in 16 de-embedder matrix 16 channel 3G/HD/SD-SDI

More information

Series 1100 ColorTS Servo Manual Registration System

Series 1100 ColorTS Servo Manual Registration System Series 1100 ColorTS Servo Manual Registration System 400 Oser Avenue Hauppauge NY 11788 631 434 3700 phone 631 434 3718 fax www.empregister.com December 14, 2005 TABLE OF CONTENTS TABLE OF CONTENTS...

More information

ZU 252. Incremental Counter Module With Analogue Output and Serial Interface. Operating Instructions. control motion interface

ZU 252. Incremental Counter Module With Analogue Output and Serial Interface. Operating Instructions. control motion interface control motion interface ZU 252 Incremental Counter Module With Analogue Output and Serial Interface Counter suitable for quadrature signals (A/B, 90º) as well as single channel inputs Counting inputs

More information

Review of Sequential Logic Circuits

Review of Sequential Logic Circuits Review of Sequential Logic Circuits 2 The definition of and system timing are integral parts of a sequential digital circuit. ata in a digital system moves from one storage device to the next by the virtue

More information

ZU 251. Incremental Counter Module With Analogue Output and Serial Interface. Operating Instructions. control motion interface

ZU 251. Incremental Counter Module With Analogue Output and Serial Interface. Operating Instructions. control motion interface control motion interface motrona GmbH Zwischen den Wegen 32 78239 Rielasingen - Germany Tel. +49 (0)7731-9332-0 Fax +49 (0)7731-9332-30 info@motrona.com www.motrona.com ZU 251 Incremental Counter Module

More information

ENGINEERING PUBLICATION

ENGINEERING PUBLICATION ENGINEERING PUBLICATION MOTION CONTROL DIVISION PRODUCT: JUSP-NS600 SIGMA II INDEXER SUBJECT: USING THE DIGITAL OPERATOR WITH THE SIGMA II INDEXER CATEGORY: TECH NOTE ENGINEER: Paul Zajac DISTRIBUTION:

More information

Netzer AqBiSS Electric Encoders

Netzer AqBiSS Electric Encoders Netzer AqBiSS Electric Encoders AqBiSS universal fully digital interface Application Note (AN-101-00) Copyright 2003 Netzer Precision Motion Sensors Ltd. Teradion Industrial Park, POB 1359 D.N. Misgav,

More information

TV Synchronism Generation with PIC Microcontroller

TV Synchronism Generation with PIC Microcontroller TV Synchronism Generation with PIC Microcontroller With the widespread conversion of the TV transmission and coding standards, from the early analog (NTSC, PAL, SECAM) systems to the modern digital formats

More information

Modbus Register Tables for SITRANS RD300 & WI100

Modbus Register Tables for SITRANS RD300 & WI100 AG021414 Modbus Register Tables for SITRANS RD300 & WI100 WARNING: As is typical with most instruments, the addition of serial communications carries an inherent risk; it allows a remote operator to change

More information

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port.

Command line direct mode: This is relevant when a PC application is used to send and receive commands over the network port. Serial Command Structure The Optika Collaborate UHD series feature an RJ-45 Ethernet port for control and monitoring over a network. This application note introduces the two user interface modes: Command

More information

802DN Series A DeviceNet Limit Switch Parameter List

802DN Series A DeviceNet Limit Switch Parameter List 802DN Series A DeviceNet Limit Switch Parameter List EDS file Version 2.01 1. Operate Mode 1 (Sensor Output #1) Normally Open Normally Closed 2. Operate Mode 2 (Sensor Output #2) Normally Open Normally

More information

TYPICAL QUESTIONS & ANSWERS

TYPICAL QUESTIONS & ANSWERS DIGITALS ELECTRONICS TYPICAL QUESTIONS & ANSWERS OBJECTIVE TYPE QUESTIONS Each Question carries 2 marks. Choose correct or the best alternative in the following: Q.1 The NAND gate output will be low if

More information

Special Applications Modules

Special Applications Modules (IC697HSC700) datasheet Features 59 1 IC697HSC700 a45425 Single slot module Five selectable counter types 12 single-ended or differential inputs TTL, Non-TTL and Magnetic Pickup input thresholds Four positive

More information

CM1-AD08V 0~5V, 1~5V, -10~10V, 0~10V An input signal is converted to a digital value from 0 to or from 8000 to 8000.

CM1-AD08V 0~5V, 1~5V, -10~10V, 0~10V An input signal is converted to a digital value from 0 to or from 8000 to 8000. 1260 CIMON-PLC CM1-AD08V 0~5V, 1~5V, -10~10V, 0~10V An input signal is converted to a digital value from 0 to 16000 or from 8000 to 8000. Average or sampling is the method used to process input signal.

More information

1. Convert the decimal number to binary, octal, and hexadecimal.

1. Convert the decimal number to binary, octal, and hexadecimal. 1. Convert the decimal number 435.64 to binary, octal, and hexadecimal. 2. Part A. Convert the circuit below into NAND gates. Insert or remove inverters as necessary. Part B. What is the propagation delay

More information

Patchmaster. Elektronik. The Pulse generator. February 2013

Patchmaster. Elektronik. The Pulse generator. February 2013 Patchmaster The Pulse generator Elektronik Telly Galiatsatos, BS 1987: Graduated at Queens College, NY Computer Science 1987-2007: Instrutech Corporation IT Engineering Support Software Engineer, Sales

More information

Model 5240 Digital to Analog Key Converter Data Pack

Model 5240 Digital to Analog Key Converter Data Pack Model 5240 Digital to Analog Key Converter Data Pack E NSEMBLE D E S I G N S Revision 2.1 SW v2.0 This data pack provides detailed installation, configuration and operation information for the 5240 Digital

More information

Sequential Circuits. Output depends only and immediately on the inputs Have no memory (dependence on past values of the inputs)

Sequential Circuits. Output depends only and immediately on the inputs Have no memory (dependence on past values of the inputs) Sequential Circuits Combinational circuits Output depends only and immediately on the inputs Have no memory (dependence on past values of the inputs) Sequential circuits Combination circuits with memory

More information

Source/Receiver (SR) Setup

Source/Receiver (SR) Setup PS User Guide Series 2015 Source/Receiver (SR) Setup For 1-D and 2-D Vs Profiling Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. Overview 2 2. Source/Receiver (SR) Setup Main Menu

More information

DATASHEET HMP8154, HMP8156A. Features. Ordering Information. Applications. NTSC/PAL Encoders. FN4343 Rev.5.00 Page 1 of 34.

DATASHEET HMP8154, HMP8156A. Features. Ordering Information. Applications. NTSC/PAL Encoders. FN4343 Rev.5.00 Page 1 of 34. NTSC/PAL Encoders NOT RECOMMENDED FOR NEW DESIGNS NO RECOMMENDED REPLACEMENT contact our Technical Support Center at 1-888-INTERSIL or www.intersil.com/tsc DATASHEET FN4343 Rev.5.00 The HMP8154 and HMP8156A

More information