Jan 11, 2024

3 Allen Bradley PLC Certifications & Courses

Allen Bradley is one of the top providers of automation and control products, including programmable logic controllers (PLCs). As industrial processes become more automated, there is a growing demand for skilled PLC programmers and technicians. 

Allen Bradley offers various certifications to demonstrate knowledge and skills working with their Logix 5000 platform, Studio 5000 software, etc. 

In my opinion, these certifications can help boost careers in manufacturing, processing, oil and gas, and other industries using Allen Bradley PLCs. The credentials also enable easier troubleshooting and optimization of equipment.


Allen Bradley PLC Certifications




Allen Bradley PLC Certifications


Below are the certifications and courses that Allen Bradley provides. Most of them are instructor-led for a certain duration and at the end of the course, you can do your certification.


Accelerated Logix5000 Maintainer Certificate Level 1


The Accelerated Logix5000 Maintainer Certificate Level 1 focuses on hardware troubleshooting, interpretation of ladder logic in a Studio 5000 Logix Designer® project, and maintenance skills. 

In this 5 day course, learners start with gaining fundamental knowledge about basic concepts and terminology. 

I think this credential provides a solid foundation for electricians, instrumentation techs, and others to keep PLC hardware and installations running smoothly. The skills help equipment uptime while minimizing production disruptions.




Accelerated Logix5000 Programmer Certificate Level 1

The Accelerated Logix5000 Programmer Certificate Level 1 course offered by Allen Bradley is a comprehensive and intensive program designed to equip participants with essential skills in programmable logic controllers (PLCs) using the Logix5000 system. 

Tailored for individuals seeking proficiency in industrial automation and control systems, this course focuses on the fundamental concepts and practical applications associated with the Logix5000 platform.

The curriculum begins with a thorough exploration of the basic concepts, control systems, Downloading, Uploading, and Going Online on the software and terminology related to Logix5000. 

Participants delve into understanding the intricacies of the Studio 5000 Logix Designer application, a key tool for developing, programming, and maintaining Logix5000 controllers.  You are also given enough time to test and create a ladder diagram. 






Advanced Logix 5000 Programmer Certificate 



The 4-day Advanced Logix 5000 Programmer course delivers advanced knowledge for experienced PLC programmers.

Tailored for quick learners, the course delves into advanced programming methods, intricate instructions, and optimization techniques within the Studio 5000 Logix Designer® environment. Beyond mastering ControlLogix® and CompactLogix™ controllers, participants also explore controller project security, event logging, and leverage the tools in the Studio 5000 Automation Engineering & Design Environment®. 

This comprehensive program not only equips learners to perform advanced tasks such as programming sophisticated instructions and optimizing controller performance but also introduces them to Integrated Architecture Builder® and Studio 5000 Architect® software for complete control system design and management.

Upon completion, participants are prepared for the Advanced Logix 5000 Programmer certificate exam, seamlessly blending theoretical knowledge with hands-on skills. The course's emphasis on developing highly optimized projects aligns to empower individuals to meet detailed specification requirements, making it an invaluable step towards becoming a proficient Logix 5000™ programmer.




In conclusion, pursuing Allen Bradley PLC certifications provides a dynamic pathway for individuals to master the intricacies of programmable logic controllers and elevate their proficiency in industrial automation. 

Whether starting with the foundational Accelerated Logix5000 Programmer Certificate Level 1 or advancing to the specialized Advanced Logix 5000 Programmer Certificate, these certifications offer a blend of theoretical knowledge and hands-on skills. 

Beyond the immediate benefits of practical expertise, earning these certifications signals a commitment to staying current in the rapidly evolving field of industrial automation, enhancing one's career prospects. 

Jun 8, 2023

PLC Programming Languages

In summary, PLC programming languages are basically of two types: Textual languages and Graphical languages. There are 5 programming languages under those categories:


1. Structured Text (ST)
2. Instruction List (IL)
3. Ladder Diagram (LD)
4. Function Block Diagram (FBD)
5. Sequential Function Chart (SFC) 


The first 2 are Textual languages and the other 3 are Graphical languages.


Now, let's discuss the above PLC programming languages in detail.



PLC Programming Languages



Introduction 


If you've ever wondered how complex industrial processes are automated, the answer lies in Programmable Logic Controllers (PLCs). These robust electronic devices have revolutionized industries by providing a reliable and efficient means of controlling machinery and processes. 

At the heart of PLC programming lies a range of specialized programming languages that enable engineers and technicians to communicate with these powerful controllers. 


In this article, we'll explore different types of PLC programming languages, their significance, and how to choose the right one for your automation needs.




What is a PLC?



A Programmable Logic Controller (PLC) is a digital computer used to control and automate industrial processes. PLCs are widely used in manufacturing plants, power stations, water treatment facilities, and various other applications that require precise control and monitoring. 

These devices are designed to withstand harsh environments, making them ideal for industrial automation.


Importance of PLC Programming Languages


PLC programming languages serve as the interface between human operators and the PLC hardware. 

They allow engineers to develop logic programs that dictate the behavior of the PLC. The choice of programming language directly impacts the automation system's efficiency, readability, and maintainability. 

It is crucial to select the appropriate programming language based on the specific application requirements and the skillset of the programmer.



5 Common PLC Programming Languages



1. Structured Text (ST)

Structured Text (ST) is a high-level programming language that resembles Pascal or C programming. It allows for complex calculations, data manipulation, and advanced control algorithms. 

ST is often preferred for applications requiring extensive mathematical computations or complex data structures.


2. Instruction List (IL)

Instruction List (IL) is a low-level programming language that resembles assembly language. 

It provides direct control over the PLC's internal operations and is often used in performance-critical applications or when optimizing code execution speed is crucial.


3. Ladder Logic

Ladder Logic is the most widely used programming language in the world of PLCs. It derives its name from the ladder-like diagram representation, resembling electrical relay circuits. 

Ladder Logic is intuitive and easy to understand, making it an excellent choice for beginners. It is particularly suitable for discrete control applications.



4. Function Block Diagram (FBD)

Function Block Diagram (FBD) is a graphical programming language that uses interconnected blocks to represent functions and operations. 

It is ideal for visualizing complex control systems and is often used in applications with multiple parallel processes.


5. Sequential Function Chart (SFC)

Sequential Function Chart (SFC) is a graphical programming language that enables the description of sequential processes. 

It is particularly suitable for applications with complex sequences of operations or state-based control systems.


 

Advantages and Disadvantages of Different PLC Programming Languages


Let's examine the pros and cons of the most commonly used PLC programming languages:



Structured Text (ST)


Advantages:

- Supports complex calculations and data manipulation.
- Resembles high-level programming languages.
- Ideal for applications with advanced control algorithms.

Disadvantages:

- Steeper learning curve for beginners.
- Requires a good understanding of programming concepts.


Instruction List (IL)


Advantages:

- Provides direct control over the PLC's internal operations.
- Optimizes code execution speed.
- Suitable for performance-critical applications.

Disadvantages:

- Difficult to read and understand.
- Limited readability and maintainability.


Ladder Logic


Advantages:

- Easy to understand and learn.
- Graphical representation resembles electrical circuits.
- Well-suited for discrete control applications.

Disadvantages:

- Limited capabilities for complex calculations.
- Not suitable for handling large amounts of data.



Function Block Diagram (FBD)


Advantages:

- Visual representation of interconnected blocks simplifies complex control systems.
- Easy to understand and modify.
- Suitable for applications with parallel processes.

Disadvantages:

- Limited availability of FBD programming resources.
- May not be the best choice for small-scale applications.


Sequential Function Chart (SFC)



Advantages:

- Enables graphical representation of sequential processes.
- Supports state-based control systems.
- Easy to visualize complex control sequences.

Disadvantages:

- Not suitable for all types of control applications.
- Requires careful design to avoid excessive complexity.



Choosing the Right PLC Programming Language


When selecting a PLC programming language, several factors should be considered:


Application Requirements


The nature of the automation application plays a vital role in determining the suitable programming language. 

For example, discrete control applications are well-suited for Ladder Logic, while complex calculations may require Structured Text (ST).


Programmer's Skillset


The expertise of the programmer should be taken into account. If the programmer is proficient in a particular programming language, it may be more efficient to use that language for development and troubleshooting.


Industry Standards


In some industries, specific programming languages may be favored due to standardization or compatibility reasons. It is essential to consider industry guidelines and regulations when choosing a PLC programming language.


Conclusion


PLC programming languages form the backbone of automation systems, enabling precise control over industrial processes. By understanding the characteristics and advantages of different programming languages, you can make informed decisions when developing automation solutions. 



FAQs


FAQ 1: Can I use multiple programming languages in the same PLC?

Yes, some PLCs support multiple programming languages. This can be useful when different parts of an application require specific language features or when integrating existing code written in different languages.


FAQ 2: Is there any free PLC programming software available?

Yes, some manufacturers offer free versions of their PLC programming software, allowing users to practice and develop programs without the need for expensive licenses. However, advanced features may be limited in the free versions.


FAQ 3: Can I convert programs written in one language to another?

In some cases, it is possible to convert programs between PLC programming languages using software tools or manual rewriting. However, the level of automation and ease of conversion may vary depending on the complexity and structure of the original program.


FAQ 4: Which programming language is best for beginners?

Ladder Logic is often recommended for beginners due to its graphical representation and simplicity. However, it is essential to consider the specific application requirements and industry standards when choosing a programming language.


FAQ 5: How can I keep up with the latest trends in PLC programming languages?

To stay updated with the latest trends in PLC programming languages, follow industry publications, attend conferences and webinars, and engage in online communities dedicated to automation and PLC programming. 

Regularly exploring the manufacturer's resources and software updates can also provide insights into new features and capabilities.

Jun 1, 2023

How To Download Omron CX Programmer (CX-One) for Free

Want to download Omron CX programmer or CX-One, if yes, then this is the tutorial for you.  To download Omron CX programmer for free you will have to go to the Omron website, fill in your information and download the software from the link in your email.


In this article, we will explore the possibilities and guide you through the process of downloading Omron CX Programmer legally and safely.




How To Download Omron CX Programmer (CX-One) for Free




What is Omron CX Programmer?


Omron CX-Programmer is a software package developed by Omron Corporation, specifically designed for programming and configuring their PLCs.  Basically, it is called CX-One now after rebranding of the software.

How to Remove Omron PLC Password


It provides a user-friendly interface, allowing engineers and technicians to develop, test, and troubleshoot PLC programs efficiently. With Omron CX-Programmer, users can easily create ladder logic programs, monitor PLC operation, and perform various other tasks related to PLC programming.



Steps to Download Omron CX Programmer for Free



1. Go to https://automation.omron.com/en/ca/forms/cx-one-software-download-request-form and fill out the download request form for CX-programmer.



Omron CX Programmer Download Page




2. Once you have submitted the form, you will get a success message to check your email. It will basically take 5-10 mins to receive the email.



Omron CX-One Program download confirmation





3. Once you have received the email, it will have the download link for the full Omron CX programmer or CX-One software. If you have a valid license then you can use this option

Don't worry if you don't have the license as the email will come with a 30-day trial license for you to test and create PLC programs for your Omron PLCs.


Omron CX Programmer Download link




This is how you download Omron CX-Programmer easily. If you are having any difficulty in receiving the download email, please wait for few mins and also check spam folder of your inbox.

FAQs

1. Can I download Omron CX Programmer for free from any website?

Yes, you can download Omron CX Programmer for free from the official website of Omron. It comes with free trial license of 30 days.


2. Are there any legal alternatives to downloading Omron CX Programmer or CX-One full for free?

No, downloading Omron CX-Programmer for free is not legally possible. It is recommended to explore authorized methods such as purchasing a license or accessing trial versions.


3. Can I use Omron CX Programmer without a license?

Using Omron CX Programmer without a valid license is against copyright laws and can lead to legal consequences. It is essential to obtain a proper license for legal and authorized usage.


4. How can I ensure the downloaded Omron CX Programmer is safe and not infected with malware?

To ensure safety, use a reliable antivirus program and download from reputable sources. Scan the downloaded files for any potential threats before installation.


5. Can I use cracked or illegally activated versions of Omron CX Programmer?

Using cracked or illegally activated software is against the law and can lead to severe consequences. It is important to respect intellectual property rights and use authorized versions of the software.


Feb 21, 2023

20 Innovative Industrial Automation Projects to Improve Efficiency and Productivity

Industrial automation has become an increasingly popular way to improve efficiency, reduce costs, and enhance the safety of manufacturing processes. Automation can be applied to a wide range of applications, from managing the flow of raw materials to monitoring and controlling the speed of a production line. 


In this blog, we will explore 20 innovative industrial automation projects that can help improve efficiency and productivity. 


20 Innovative Industrial Automation Projects to Improve Efficiency and Productivity



20 Innovative Industrial Automation Projects



1. Automated system for controlling the flow of raw materials in a manufacturing plant.

2. Automated system for monitoring energy usage in industrial facilities.

3. Automated system for tracking and managing inventory in a warehouse.

4. Automated system for measuring and controlling air quality in an industrial environment.

5. Automated system for sorting and organizing parts in a machine shop.

6. Automated system for controlling the temperature of an industrial oven.

7. Automated system for monitoring and controlling the speed of a conveyor belt.

8. Automated system for controlling the pressure and temperature in a chemical processing plant.

9. Automated system for sorting and packing products in a distribution center.

10. Automated system for tracking and managing personnel in an industrial facility.


PLC Programming For Counting Encoder Pulses



11. Automated system for controlling the flow of water in a manufacturing plant.

12. Automated system for monitoring and controlling the lighting levels in an industrial facility.

13. Automated system for tracking and managing raw materials in a warehouse.

14. Automated system for measuring and controlling humidity levels in an industrial environment.

15. Automated system for sorting and organizing components in a machine shop.

16. Automated system for controlling the speed of a production line.

17. Automated system for monitoring and controlling the temperature of a chemical processing plant.

18. Automated system for sorting and labeling products in a distribution center.

19. Automated system for tracking and managing hazardous materials in an industrial facility.

20. Automated system for controlling the flow of electricity in a manufacturing plant.


Conclusion


Industrial automation projects are an effective way to improve efficiency, save costs, and enhance safety. From controlling the flow of raw materials to monitoring and controlling the speed of a production line, there is a range of applications for automation in industrial settings. 

We hope this blog has helped you gain insight into some of the most innovative industrial automation projects that can help improve efficiency and productivity.

Feb 18, 2019

4 Industrial Automation Certifications You Must Know

Today competition is in every field has increased a lot and to be different from other employees, we have to do different things. There are certification in every field and to get good recognition gaining certification is very important. Not only it increases competency but also gives professional recognition. So today in this post we have listed some industrial automation certification, which will help you in boosting your knowledge and career. Subscribe to Automation-Talk by Email.


Industrial Automation Certifications



4 Industrial Automation Certifications You Must Know



1. ControlLogix Certificate Program by Rockwell: Rockwell automation is a well know company in automation and their PLC's are used in every sector. So if you are a PLC programmer having experience in ControlLogix PLC's, then this certification is certainly for you. This is a self-preparatory program and you will have to follow the given syllabus.

You will complete a series of three required ControlLogix courses related to your maintenance or programming job responsibilities, plus one course elective.

To earn the ControlLogix certificate, the program requirements must be completed within 12 months. For more details please check here.


2. RSTrainer for RSLogix 5000 Software: This is another certification program by Rockwell which is a computer based training. To clear this certification you can get study material after registration and this course is available in both computer-based and web-based delivery formats and is part of a series of e-Learning courses designed to teach you RSLogix 5000 software.

Syllabus for this certification includes:

Introduction to RSLogix 5000 Software
• Installing RSLogix 5000 Software
• Identifying Main Window Components
• Configuring the Display
• Navigating through the Software
• Using Help Options

Creating and Configuring a New Project
• Creating and Managing Project Files
• Configuring a Controller
• Organizing Tasks, Programs, and Routines
• Configuring a Local I/O Module
• Organizing Data
• Producing and Consuming Tags
• Exporting and Importing Tags

Get more detail here

3. SITRAIN Certification Program: This is the certification program by Siemens and under this program, there are many certifications. This is a worldwide recognized program and the certification is valid for 3 years. Below chart shows the entry qualification for each certification.

Siemens certification program

The certifications are divided as per PLC make and model viz. Certification based on SIMATIC S7-300/-400 with STEP 7 V5.x and Certification based on SIMATIC S7-1500 with TIA Portal and there are some compulsory training which you must attend before attending these certifications. There are also certifications in the Process Automation field. Get more information here.


4. Professional Certificate of Competency in Programmable Logic Controllers (PLCs) & SCADA Systems: This certification is from Engineering Institute of Technology (EIT) which is endorsed by the International Society of Automation (ISA). This is a general purpose certification course for new learners and include basic concept of SCADA and PLC system, PLC programming (ladder logic), industrial communication protocols, PLC panel designing and much more.

Syllabus, fees and more information can be found here.

Apart from this certifications, there are many local institutes which gives you the PLC programming and SCADA training at low cost. In this program they teach about 2-3 different make PLC, SCADA, PLC programming, Electrical etc. If you know any other industry wide automation certification, please let us know through your comments.

Jan 24, 2019

Best Free PLC Simulator

While in a learning phase of ladder logic we usually don't have PLC programming software to test our logic made in paper or even you don't have a PLC software for your testing and reference. In that case, you can use some free PLC simulator which are available online. There is some site which provides students and trainer free PLC simulating software. Subscribe to Automation-Talk by Email.


 

Free PLC Simulator

 

Best Free PLC Simulator



1. LogixPro 500 PLC Simulator by TheLearningPit.com

LogixPro 500 is the ideal tool for learning the fundamentals of ladder logic programming. The full version of our LogixPro 500 Simulator is available for download and free evaluation. What this means is that you can download and try out LogixPro 500 in a 15 day Trial Evaluation mode, and make up your own mind as to whether it's the most advanced PLC Simulator and best training value on the market today.


Recommended Article: Best PLC Ladder Programming Books

 

2. TRiLOGI PLC Simulator software

TRiLOGI" is the name of the ladder or ladder + BASIC programming software for the Nano-10, FMD and F-series PLCs via LAN or the Internet. It can also be used for programming the legacy M-series (T100MD+ and T100MX+) PLCs, although some of features are not available to the legacy PLCs.

It is a perfect training tool for learning PLC programming. Students or technicians can quickly create a ladder logic program on their laptop and instantly test the program using the simulator. Do try it.


 

3.FREE Online PLC Simulator

plcsimulator.net provide free online PLC simulator. This PLC simulator will help you to enhance your PLC programming skills. Just visit the site and test your Ladder logic skills.



These were some of the best PLC simulator which are available online for FREE. If we find more such PLC simulator we will update your through our Email newsletter.

Dec 14, 2018

How to Change Servo Drive Parameter using Omron CX Drive

In industrial automation, we install and program many servo motors and drive in industries every day and so sometimes it becomes very problematic to set each and every drive with the display panel. So to make this an easy process, you can also use servo drive software to make changes or set new parameters through your laptops. Today let me tell you about CX drive, which is Omron product and by which you can program your drive without touching display panel. Almost all the automation product manufacturing company provide servo drive software so you can check with your drive provider. Subscribe to Automation-Talk by Email.


Required Conditions

1. You must have CX-Drive installed on your laptops/desktops.

2. Servo drive should be connected to set or change parameter's online.


In this example we have selected R88D servo drive.


Recommended Reading: How to Reduce Electro-Magnetic Interference in Servo Drives

Steps to Change Servo Drive Parameter Using Omron CX Drive

1. Start CX Drive software in your laptop. If you have installed CX-One software and all its component, then it will be under Omron -- CX-One -- CX-Drive

2. Now click on new and make your servo drive project. Here you will have to select a servo drive model from the list and you can also set the maximum rating of the drive through settings.

CX drive new project

3. Now expand your new project and click on Parameter Editor. In parameter editor, you can even choose from different parameter list like basic parameters, gain parameters, vibration suppression parameter, analog control, special setting parameter etc.

CX drive parameters

4. Suppose we first want to set basic parameters, then just click on it and you will be shown all the basic parameters of the servo drive.

Now suppose we want to change control mode of the drive, then we can use parameter Pn001 and can set its value as required for the project. See the example below.

CX drive parameters pn001

Similarly, you can change any parameter of servo easily.

Now to transfer this new setting to your drive, just go to transfer, which is under drive tab and transfer the settings to your drive. And if you are not connected to your drive you can also save your setting for after use. I like this method because you can use the same settings for every drive and you can save your project parameter wise, which saves your precious time.

If you like our articles, please consider them sharing with your friends and do like us on Facebook. You can also share your views and feedback through comments.

Dec 4, 2018

How To Find PPR and Maximum Frequency of Encoder

Encoder comes with a specified PPR i.e pulse per Revolution and Maximum Frequency output of the pulses given by encoder. Generally, encoders are mounted on the shaft of the conveyor, so according to the resulting RPM we should select the encoder with a proper PPR and output frequency.


How To Find PPR and Maximum Frequency of Encoder


How to Find PPR and Maximum Frequency of Encoder



The encoder is interfaced with the PLC for counting the pulses given by encoder and taking the feedback. PLC inputs also have a frequency range for the pulses which it can accept. So calculating the frequency of pulses by the encoder is important in an application. Below is the formula to find the Max. The frequency of encoder in from the PPR and RPM.

Max. Frequency of encoder in Hz = (RPM / 60) * PPR

So if the encoder is mounted where the RPM = 2000 and PPR of the encoder is 360 the frequency of encoder will be 12KhZ. So we could find out that our PLC will be able to count pulses with this frequency or not.


Recommended Article: Using High Speed Counter in Omron PLC


Let us also see the difference between Single turn and Multi-Turn encoders.

In single turn Encoder, the output code is repeated after every single revolution of the encoder shaft i.e we can not actually determine how many turns have encoder made 1 or 1000.


In Multi-turn Absolute encoders, the output is unique for each revolution or for every shaft positions up to 4096 revolutions and we can get to know that the numbers of rotation of Encoder.

For more updates on Encoders you can subscribe to get all information in yours Inbox. Subscribe to Automation-Talk by Email.

Aug 30, 2018

How to Save Energy using VFD/Inverter/AC Drive

Variable Frequency Drive or VFD is a power electronics device which has revolutionized the Electrical Industry. VFD have made possible the speed and frequency control of the AC Motor. VFD gives a load of other advantages other than speed control. VFD is the best starting method for AC Motor. Also, the energy saving feature in drive makes an added advantage for saving the electricity and thus reducing the cost.


How to Save Energy


Save Energy by Using Baldor VFD


Baldor VS1MD series VFD have a special feature through which we can save energy and thus reduce the cost of electricity bills. In almost all the industries where there are many motors, most of the electricity bill is raised from current consumption by these motors. But by installing Baldor VFD we can get up to 30% energy savings and thus the cost of the drive can be recovered in just 1 Year.

All the drives have PWM output, so it means that even if we don’t set the parameter we will get the energy savings and that is for sure. If we compare two motors of same ratings, for example, there are two motors of 10 HP Motor A and Motor B. Motor A is run through Star Delta Starter and Motor B is through VFD.

Both the Motors A and B are used in the same application with the same load condition and the same environment. If we install an Electric Meter and monitor the Units consumption then we will find that there will be around 20 to 30% lesser electric units consumed by Motor B which is run through VFD.


Parameter Setting in Baldor VFD for Energy Savings


To boost the energy savings in Baldor VFD, there is one Parameter. Parameter Number F40, in this put the value in between 0 to 30. It adjusts the output voltage according to the load status. It is set as a percent of a maximum output voltage.

When there is any pump or fan application, setting this parameter can dramatically reduce energy consumption by decreasing the output voltage with light loads or load behavior.

We will be discussing more about VFD Application and its advantages, so till then subscribe to Automation-Talk by Email, so that you can get all the latest updates.

Aug 7, 2018

Understanding Torque and Its Simplest Explanation

In the past few topics of AC Motor basics we have seen about general motor terms, different types of motor load and the Calculation of Synchronous speed from Poles. We all frequently use term called Torque in our day to day work life. But, do we really know the actual meaning of "Torque". We got many request from our readers to explain the term torque in simple words. So get a cup of coffee and sit back. Subscribe to Automation-Talk by Email.


Understanding Torque and Its Simplest Explanation


What does Torque Signify?


In our industrial applications when we have to select the driving motor for any load we are always concerned about the horsepower, but believe me the real driving force is TORQUE and not horsepower. In the simplest word torque is the twisting/rotational force exerted by the drive on the load. Now let us take a simple example.

Do you remember that sometimes you try to open the lid or open a bottle but after so many tries it does not open? Do you know the reason why it doesn't open? Because we are unable to supply or apply the adequate torque to open the lid. The solution for this can be a) grit our teeth and try harder, b) use a rubber pad, or cloth, to increase the ability to transmit torque without slippage, or c) use a mechanical device to help multiply our torque producing capability. If still, it doesn't open then give it to some stronger person!!

Well, the main motive behind the above example was just to make u feel something about torque. We are always confused among HP and Torque. Now let us suppose that after so much try also the lid did not open and now we will wrap a cord around the lid and supply a force to the end of the cord through a scale. See the below diagram.




Example for Torque Calculation


Can we tell the torque required in this case? Yes, we can, the torque requirement will be the force as depicted on scale multiplied by the radius of the lid. For example, if the reading of force on the scale is 17 lbs( at the time of breakaway of lid) and the radius is 3 inches then the torque requirement would be:-

T = F * R = 17 * 3 = 51 lb.inches


Simplest Explanation of Torque


However, the above example gives a clear illustration of the torque but lets us discuss one more thing which is observed in industrial applications. If we recall the above example then we can derive one more term called "Stiction". Stiction can be defined as the amount of torque required to make a load lose and start the first revolution. Stiction is nothing but only the second name of the breakaway torque and frankly speaking for every industrial application the breakaway torque requirement of any load is greater than the continuous torque requirement for running the machine.


The amount of "stiction" present in a machine will be dependent on the characteristics of the machine as well as the type of bearings that are used on the moving parts. Below you can see a picture in which the breakaway torque requirement of different machines is shown.



So, we have got now a clear view of the torque and its characteristics, in the next few days we will try to see more different types of torques and detailed explanation of torque in a simple way. Till then you can subscribe to get all latest updates via Email.

Receive all updates via Facebook. Just Click the Like Button Below