Anti-Sway Function Anti-Sway Block Confidential Property of Schneider Electric Schneider Electric.

Slides:



Advertisements
Similar presentations
RFQ Tuning and RFQ Control Status
Advertisements

KEB COMBIVERT F5-M Exercises.
Internal | 01/22/2013 | DC-IA/SFS31 | Carsten Kobusch | Rexroth Parameter Training EN V1.0 | © Bosch Rexroth AG All rights reserved, also regarding.
Add and Use a Sensor & Autonomous For FIRST Robotics
LabView Basics.
1/1/ / faculty of Electrical Engineering eindhoven university of technology Architectures of Digital Information Systems Part 1: Interrupts and DMA dr.ir.
Tool removed during cycle Fault #2 Conditions for setting Tool cocked prox switch goes open during cycle AND force on load cell drops below limit in fault.
Kuliah Mikrokontroler AVR Comparator AVR Eru©September 2009 PENS.
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
Motor control drive in circles Pragmas configure motors Turning right in function of time Turning left in function of time Main program starts from here.
EZ Positioning with SINAMICS S120 Agenda
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
PLUTO Electric Screwdriver
1 Applied Control Systems Technology. 2 Pin configuration Applied Control Systems.
Program ultrasonic range sensor in autonomous mode
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
AS (ATJ) Specifications and testing requirements for passing iterations 1A, 1B, 2, 3A and 3B.
Weston Schreiber & Joshua Gabrielse Robotics Summer Training Programming #1: EasyC Basics.
Date: File:PRO1_12E.1 SIMATIC S7 Siemens AG All rights reserved. Information and Training Center Knowledge for Automation Troubleshooting.
Engineering 1040: Mechanisms & Electric Circuits Winter 2015 Interfacing Light-Emitting Diodes (LEDs) & Push Buttons to Microcontrollers.
Tuning. Overview Basic Tuning Difference between commutation methods Use of digital filters Vertical axis – no brake Overview 2.
Maciej Ostręga Michal Zimny IBL CO 2 cooling progress meeting
1 Lecture on Lab 6 Lab 7 Lab 8. 2 Lab 6: Open Loop Controller As you learned in lab 5, there are two kinds of control systems: open loop and closed loop.
Understanding The 2008 FRC Robot Controller Chris Gregory FRC1089 – Team Mercury
Unicos Object Library Programming Templates IOError / IOSimu for I/O object  IOError --> Hardware Electrical failure (i.e mA open loop). Detected.
Our Vision. Your Safety ™
CUE – Make Any Pump an E-Pump
SmartMQn Motor Protective Functions Ken Jannotta Jr. Horner APG, LLC.
Homing Estun Overseas Dept Purpose In position mode, homing is often done before operating the machine in order to get precise positions. In.
0 Configuring a 3500 Using iTools 2 iTools Workshop - getting started Start iTools and from the New File menu choose 3504 v1.04 programmer.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
Ryan C. Semler Fall 2009 EE330 Final Design Project.
How do ABI test Digital ICs?. Test principles ABI digital tests are designed to find faults on boards. To do this the following principles are used: Confirm.
SPECIAL FUNCTIONS ON ASDA-A2. To Audience Advance level This slide will teach some special functions on ASDA-A2. For better understanding the content,
Altivar 32 So slim, So smart!
THE MOTION FUNCTION OF ASDA-A2
1. PIC ADC  PIC18F877 has 8 analog input channels i.e. port A pins(RA0 to RA5) and port E pins(RE1 and RE2). These pins are used as Analog input pins.
GreenJacket IMDL Summer 2002 Final Report Matthew Chernosky August 6, 2002.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Introduction to ASIC,FPGA,PLDs (16 marks)
BRX Technical Training
SPiiPlus Training Class
NXT Mindstorms Kit Programming
Level Control Level control commissioning (System tab)
Arxterra: Understanding the Communication Between Arduino and Phone
Motion & Drives Training
Architectures of Digital Information Systems Part 1: Interrupts and DMA dr.ir. A.C. Verschueren Eindhoven University of Technology Section of Digital.
ABB i-bus® KNX Light Controller LR/S x.16.1 with LF/U 2.1.
Electrical and Controls
Programmable Logic Controllers: I/O
Microcontroller basics
EPC3000 Controllers Helping deliver an efficient and secure process Maintain the highest standard of production quality and ease your.
RL78 POC and LVD © 2010 Renesas Electronics Corporation. All rights reserved.
Refer to Chapter 10 in the reference book
Types of Motion This presentation will explore: Types of Movement
Reference Sources Profibus Documentation Contacts
AT91 Memory Interface This training module describes the External Bus Interface (EBI), which generatesthe signals that control the access to the external.
Thursday, 22 November 2018 Logic Gates
Sensors and Logic Switches
Pro Battery - Common Service Tool
I2C Protocol and RTC Interfacing
Marcial Ferrúa, ARABB Metals
It has 12 inputs and a dedicated clock input.
Universal Dim Actuator UD/S
5.2 Relations and Functions
XOR Function Logic Symbol  Description  Truth Table 
AD5933 報告人:葉榮陞 指導教授:沈毓泰.
Obstacle Detection.
easYgen-3000XT Series Training
What is the function rule for the following graph?
Presentation transcript:

Anti-Sway Function Anti-Sway Block Confidential Property of Schneider Electric Schneider Electric

Pin Description Input and Output Page 2Confidential Property of Schneider Electric |

Input Pins Page 3Confidential Property of Schneider Electric | InputData TypeDescription i_xEnBOOLAnti-sway activation. TRUE: Enables Anti-sway FALSE: Disables Anti-sway, linear ramp Refer to detailed description below this table. i_xInit This function initializes the internal calculation for the Anti-sway correction. It returns the function to the factory settings (internal variable = 0). The initialization is performed on the rising edge. This function is used after each drive detects the alarm and after each movement which was not requested by the block (Drive detected alarm, Quick Stop, Forced local, Communication alarm...). Initialization of the FB is only possible after the currently active Anti-sway profile is finished. TRUE: Initialization FALSE: No action i_xDrvFwdBOOLForward command. In FB enabled state starts generation of Anti-sway profile. In FB disabled state starts generation of linear speed profile.

Input Pins Page 4Confidential Property of Schneider Electric | InputData TypeDescription i_xDrvRevBOOLReverse command. In FB enabled state starts generation of Anti-sway profile. In FB disabled state starts generation of linear speed profile. i_wDrvSpdRefWORDDrive speed reference input. Range: Scaling/Unit: RPM (alternatively 0.1 Hz, the unit must be the same as for i_stPAS.wDrvSpdRefMax) i_xLsFwdStopBOOLStop movement of the trolley/bridge in a forward direction. Movement is stopped using a linear ramp defined in i_stPAS.wDecEmgy with no Anti-sway profile. NOTE: If a limit switch sensor is not employed in the application, set the input to TRUE. NOTE: This input is processed in both, the enabled and disabled state of the FB.

Input Pins Page 5Confidential Property of Schneider Electric | InputData TypeDescription i_xLsRevStopBOOLStop movement of the trolley/bridge in a reverse direction. Movement is stopped using a linear ramp defined in i_stPAS.wDecEmgy with no Anti-sway profile. NOTE: If a limit switch sensor is not employed in the application, set the input to TRUE. NOTE: This input is processed in both, the enabled and disabled state of the FB. i_xLsFwdSlowWORDSlow-down forward position. NOTE: If a limit switch sensor is not employed in the application, set the input to TRUE. NOTE: This input is processed only in enabled state of the FB. Refer to detailed description below this table. i_xLsRevSlowBOOLSlow-down reverse position. NOTE: If a limit switch sensor is not employed in the application, set the input to TRUE. NOTE: This input is processed only in enabled state of the FB. Refer to detailed description below this table.

Input Pins Page 6Confidential Property of Schneider Electric | InputData TypeDescription i_xBrakFbck BOOLBrake feedback. TRUE: Brake released FALSE: Brake engaged NOTE: This input is processed in both, the enabled and disabled state of the FB. NOTE: If this input is not used, i_stPAS.wBrakDly parameter must be set to TRUE. Refer to detailed description below this table. i_rCbleLenActlREALActual cable length. Range: Scaling/Unit: 1 m Refer to detailed description below this table. i_stPASPASConfiguration parameter, set during commissioning phase. Refer to Sub-Structured Description (see SoMachine Help).Sub-Structured Description

Output Pins Page 7Confidential Property of Schneider Electric | InputData TypeDescription q_xEnBOOLTRUE: Enables the Anti-sway function. FALSE: Disables the Anti-sway function. q_xAswActvBOOLAnti-sway correction active. TRUE: Anti-sway active FALSE: Anti-sway inactive q_xDrvFwdBOOLForward command. Connect this output to the forward command input of the Altivar_Control FB. TRUE: Forward FALSE: Not forward q_xDrvRevBOOLReverse command. Connect this output to the reverse command input of the Altivar_Control FB. TRUE: Reverse FALSE: Not reverse q_wAswSpdRefREALUnsigned speed reference output. Use this output to control the drive via function blocks from the Altivar Library (ATV). Range: 0...stPAS.wDrvSpdRefMax Scaling/Unit: 1 RPM

Output Pins Page 8Confidential Property of Schneider Electric | InputData TypeDescription q_iAswSpdRefREALSigned speed reference. Range: -stPAS.wDrvSpdRefMax...stPAS.wDrvSpdRefMax Scaling/Unit: 1 RPM q_xBrakCtrlBOOLBrake control. TRUE: Open brake FALSE: Close brake Refer to detailed description below this table. q_rDistStopREALCalculated stop distance. Range: -3.4e e+38 Scaling/Unit: m Refer to detailed description below this table. q_wStatWORDStatus register. Range: Refer to detailed description below this table. q_wAlrmId WORDDetected alarm identification. Refer to Notifications.Notifications Range: q_xAlrmBOOLDetected alarm bit. TRUE: Alarm detected FALSE: No alarm detected NOTE: Alarm reset automatically after the cause of the alarm is removed.