Post Buy Requirement
MA
Delhi, India
Add Review

Other Products / Services #1535673

Servo Drives

A servo drive is a special electronic amplifier used to power electric servomechanisms. A servo drive monitors the feedbacksignal from the servomechanism and continually adjusts for deviation from expected behavior. A servo drive receives a command signal from a control system, amplifies the signal, and transmits electric current to a servo motor in order to produce motion proportional to the command signal. Typically the command signal represents a desired velocity, but can also represent a desired torque or position. A sensor attached to the servo motor reports the motor's actual status back to the servo drive. The servo drive then compares the actual motor status with the commanded motor status. It then alters the voltage frequency or pulse width to the motor so as to correct for any deviation from the commanded status.In a properly configured speed control system, the servo motor rotates at a velocity that very closely approximates the velocity signal being received by the servo drive from the control system. Several parameters, such as stiffness (also known as proportional gain), damping (also known as derivative gain), and feedback gain, can be adjusted to achieve this desired performance. The process of adjusting these parameters is called performance tuning.Although many servo motors require a drive specific to that particular motor brand or model, many drives are now available that are compatible with a wide variety of motors.Servo systems can be used in CNC machining, factory automation, and robotics, among other uses. Their main advantage over traditional DC or AC motors is the addition of motor feedback. This feedback can be used to detect unwanted motion, or to ensure the accuracy of the commanded motion. The feedback is generally provided by an encoder of some sort. Servos, in constant speed changing use, have a better life cycle than typical AC wound motors. Servo motors can also act as a brake by shunting off generated electricity from the motor itself.
View Complete Details

Programmable Logic Controller

Aprogrammable logic controller(PLC) orprogrammable controlleris adigital computerused forautomationofelectromechanicalprocesses, such as control of machinery on factoryassembly lines, amusement rides, orlight fixtures. PLCs are used in many industries and machines. Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. Programs to control machine operation are typically stored in battery-backed-up ornon-volatile memory. A PLC is an example of ahard real timesystem since output results must be produced in response to input conditions within a limited time, otherwise unintended operation will result. PLC ProgrammingPLC programs are typically written in a special application on a personal computer, and then downloaded by a direct-connection cable or over a network to the PLC. The program is stored in the PLC either in battery-backed-up RAM or some other non-volatile flash memory. Often, a single PLC can be programmed to replace thousands of relays. Under the IEC 61131-3 standard, PLCs can be programmed using standards-based programming languages. A graphical programming notation called Sequential Function Charts is available on certain programmable controllers. Initially most PLCs utilized Ladder Logic Diagram Programming, a model which emulated electromechanical control panel devices (such as the contact and coils of relays) which PLCs replaced. This model remains common today. IEC 61131-3 currently defines five programming languages for programmable control systems
  • Function block diagram (FBD)
  • Ladder diagram (LD)
  • Structured text (ST; similar to the Pascal programming language)
  • Instruction list (IL; similar to assembly language)
  • Sequential function chart (SFC)
These techniques emphasize logical organization of operations. While the fundamental concepts of PLC programming are common to all manufacturers, differences in I/O addressing, memory organization and instruction sets mean that PLC programs are never perfectly interchangeable between different makers. Even within the same product line of a single manufacturer, different models may not be directly compatible.
View Complete Details

Electric Motor Soft Starter

A motor soft starter is a device used with AC electric motors to temporarily reduce the load and torque in the power train of the motor during start up. This reduces the mechanical stress on the motor and shaft, as well as the electrodynamics stresses on the attached power cables and electrical distribution network, extending the lifespan of the system. Motor soft starters can consist of mechanical or electrical devices, or a combination of both. Mechanical soft starters include clutches and several types of couplings using a fluid, magnetic forces, or steel shot to transmit torque, similar to other forms of torque limiter. Electrical soft starters can be any control system that reduces the torque by temporarily reducing the voltage or current input, or a device that temporarily alters how the motor is connected in the electric circuit. Electrical soft starters can use solid state devices to control the current flow and therefore the voltage applied to the motor. They can be connected in series with the line voltage applied to the motor, or can be connected inside the delta () loop of a delta-connected motor, controlling the voltage applied to each winding. Solid state soft starters can control one or more phases of the voltage applied to the induction motor with the best results achieved by three-phase control. Typically, the voltage is controlled by reverse-parallel-connected silicon-controlled rectifiers (Thyristor), but in some circumstances with three-phase control, the control elements can be a reverse-parallel-connected SCR and diode. Another way to limit motor starting current is a series reactor. If an air core is used for the series reactor then a very efficient and reliable soft starter can be designed which is suitable for all type of 3 phase induction motor [ synchronous / asynchronous ] ranging from 25 KW 415 V to 30 MW 11 KV. Using an air core series reactor soft starter is very common practice for applications like pump, compressor, fan etc. Usually high starting torque applications do not use this method. Soft starters can be set up to the requirements of the individual application. In pump applications, a soft start can avoid pressure surges. Conveyor belt systems can be smoothly started, avoiding jerk and stress on drive components. Fans or other systems with belt drives can be started slowly to avoid belt slipping. In all systems, a soft start limits the inrush current and so improves stability of the power supply and reduces transient voltage drops that may affect other loads.
View Complete Details

Human Machine Interface

The user interface, in the industrial design field of human-machine interaction, is the space where interaction between humans and machines occurs. The goal of interaction between a human and a machine at the user interface is effective operation and control of the machine, and feedback from the machine which aids the operator in making operational decisions. Examples of this broad concept of user interfaces include the interactive aspects of computer operating systems, hand tools, heavy machinery operator controls, and process controls. The design considerations applicable when creating user interfaces are related to or involve such disciplines as ergonomics and psychology. A user interface is the system by which people (users) interact with a machine. The user interface includes hardware (physical) and software (logical) components. User interfaces exist for various systems, and provide a means of :
  • Input, allowing the users to manipulate a system
  • Output, allowing the system to indicate the effects of the users' manipulation
Generally, the goal of human-machine interaction engineering is to produce a user interface which makes it easy, efficient, and enjoyable to operate a machine in the way which produces the desired result. This generally means that the operator needs to provide minimal input to achieve the desired output, and also that the machine minimizes undesired outputs to the human. Ever since the increased use of personal computers and the relative decline in societal awareness of heavy machinery, the term user interface has taken on overtones of the graphical user interface, while industrial control panel and machinery control design discussions more commonly refer to human-machine interfaces. Other terms for user interface include humancomputer interface (HCI) and manmachine interface (MMI). HMI TypeDirect manipulation interface is the name of a general class of user interfaces that allow users to manipulate objects presented to them, using actions that correspond at least loosely to the physical world. Currently (as of 2009) the following types of user interface are the most common :
  • Graphical user interfaces (GUI) accept input via devices such as computer keyboard and mouse and provide articulated graphical output on the computer monitor. There are at least two different principles widely used in GUI design: Object-oriented user interfaces (OOUIs) and application oriented interfaces
  • Web-based user interfaces or web user interfaces (WUI) are a subclass of GUIs that accept input and provide output by generating web pages which are transmitted via the Internet and viewed by the user using a web browser program. Newer implementations utilize Java, AJAX, Adobe Flex, Microsoft .NET, or similar technologies to provide real-time control in a separate program, eliminating the need to refresh a traditional HTML based web browser. Administrative web interfaces for web-servers, servers and networked computers are often called control panels.
  • Touchscreens are displays that accept input by touch of fingers or a stylus. Used in a growing amount of mobile devices and many types of point of sale, industrial processes and machines, self-service machines etc
User interfaces that are common in various fields outside desktop computing : Command line interfaces, where the user provides the input by typing a command string with the computer keyboard and the system provides output by printing text on the computer monitor. Used by programmers and system administrators, in engineering and scientific environments, and by technically advanced personal computer users.
  • Touch user interface are graphical user interfaces using a touchpad or touch screen display as a combined input and output device. They supplement or replace other forms of output with haptic feedback methods. Used in computerized simulators etc.
  • Other types of user interfaces :
    • Attentive user interfaces manage the user attention deciding when to interrupt the user, the kind of warnings, and the level of detail of the messages presented to the user.
    • Batch interfaces are non-interactive user interfaces, where the user specifies all the details of the batch job in advance to batch processing, and receives the output when all the processing is done. The computer does not prompt for further input after the processing has started.
    • Conversational Interface Agents attempt to personify the computer interface in the form of an animated person, robot, or other character (such as Microsoft's Clippy the paperclip), and present interactions in a conversational form.
    • Crossing-based interfaces are graphical user interfaces in which the primary task consists in crossing boundaries instead of pointing
    • Gesture interfaces are graphical user interfaces which accept input in a form of hand gestures, or mouse gestures sketched with a computer mouse or a stylus
    • Intelligent user interfaces are human-machine interfaces that aim to improve the efficiency, effectiveness, and naturalness of human-machine interaction by representing, reasoning, and acting on models of the user, domain, task, discourse, and media (e.g., graphics, natural language, gesture)
    • Motion tracking interfaces monitor the user's body motions and translate them into commands, currently being developed by Apple
    • Multi-screen interfaces, employ multiple displays to provide a more flexible interaction. This is often employed in computer game interaction in both the commercial arcades and more recently the handheld markets
    • Noncommand user interfaces, which observe the user to infer his / her needs and intentions, without requiring that he / she formulate explicit commands
    • Object-oriented user interfaces (OOUI) are based on object-oriented programming metaphors, allowing users to manipulate simulated objects and their properties
    • Reflexive user interfaces where the users control and redefine the entire system via the user interface alone, for instance to change its command verbs. Typically this is only possible with very rich graphic user interfaces.
    • Tangible user interfaces, which place a greater emphasis on touch and physical environment or its element
    • Task-Focused Interfaces are user interfaces which address the information overload problem of the desktop metaphor by making tasks, not files, the primary unit of interaction
    • Text user interfaces are user interfaces which output text, but accept other form of input in addition to or in place of typed command strings
    • Voice user interfaces, which accept input and provide output by generating voice prompts. The user input is made by pressing keys or buttons, or responding verbally to the interface
    • Natural-Language interfaces - Used for search engines and on webpages. User types in a question and waits for a response
    • Zero-Input interfaces get inputs from a set of sensors instead of querying the user with input dialogs
    • Zooming user interfaces are graphical user interfaces in which information objects are represented at different levels of scale and detail, and where the user can change the scale of the viewed area in order to show more detail
    View Complete Details

    Electric Control Panel

    When it comes to availing well-designed Electric Control Panels that you can rely on, then the best choice is offered by Matrix Automation a reputed Manufacturer and Supplier. We manufacture Electric Control Panel using latest technology and test it on industry-set parameters to offer the best. Protected from various types of damage, our Electric Control Panel is suited for commercial, industrial and residential environment. Why Our Electric Control Panel?
    • Moisture proof
    • High overload capability
    • Short-circuit damage resistance
    • Thermal shock resistance
    • Superior fire resistant design
    • Maintenance free
    • Environmentally safe
    • Very low operating cost.
    View Complete Details
    Tell Us What are you looking for? Will call you back

    Contact Us

    • Vikas Chasta (Matrix Automation)
    • Plot no. -225, Dabri Industrial Area, Delhi - 110045
    • Share us via