What language is most appropriate for use in PLC (s)? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What language is most appropriate for use in PLC (s)?

Language used in machinery and equipment of industries and production processes. 🚥⚙️🚦🏭

11th Jun 2019, 12:20 PM
Sidnei Ferreira da Silva
Sidnei Ferreira da Silva - avatar
2 Answers
+ 4
There are 5 standard languages in IEC 61131-3 and the Ladder Diagram language is the most popular in general but the most appropriate language seems to depend more on context. If you're starting some new PLC code at a company, let 2 things determine the language you use. 1. The kind of PLC task you're working on. Generally pick the simplest language for the task. 2. The language(s) used by the company on past PLC programming tasks. Try to be consistent. Try to make your language and the code you create easier to understand by making it more familiar. If you're planning to study one before applying for PLC programming jobs, check some local job postings or network with other PLC programmers in your area to see what is most popular there. I would study all 5 to get at least the basics and enough knowledge to quickly get productive with each. This article introduces the 5 standard PLC languages: https://plcgurus.net/plc-programming-languages/
11th Jun 2019, 5:57 PM
Josh Greig
Josh Greig - avatar
+ 1
Thank you Josh Greig
11th Jun 2019, 6:07 PM
Sidnei Ferreira da Silva
Sidnei Ferreira da Silva - avatar