Search the Community

Showing results for tags 'Languages'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 3 results

  1. As the industry of plc and scada softwares continue to integrate more and more programming languages into their IDE, what is the most common language that should be learned by controls engineers (excluding Ladder Logic)?  I mainly use Python and VB for scripting but I am curious what languages other SCADA and PLC programming environments use. Should I be sticking to a specific language and learning it well or just know a little bit of them all? Let me know your thoughts!!
  2. PLC programming languages are used to program the automation devices in the industrial field. The device connect through PLCs can perform certain tasks like moving products or sorting them. The 5 most popular PLC Programing languages nowadays are all part of International Electrotechnical Commission Section 61131-3 Standard. IEC Standard is a set of rules that standardize PLC languages. The PLC programming language can be divided into two section: text-based and graphical.   Text-based Languages: Instruction List (IL) Structured Text (ST) Graphical Languages: Ladder Logic Diagram (LLD) Sequential Function Charts (SFC) Function Block Diagram (FBD)   Five Popular PLC Programming Languages You Need to Know
  3. I am using a KTP700 BASIC HMI panel. I have two languages in the HMI program. On the inbuilt Logon screen, I want to show English text in size 21, French text in size 15. In Runtime settings > Languages and Fonts, I give each language different font sizes, but when I run the program on the HMI panel, they both show up the same size. (For example, I set English to font size 21, and French to font size 15. However, if I access the password screen in English, then later in French, the text is shown in font size 21 in both occasions). This is a problem because the French words are longer, and hence some letters get cut off. Any ideas about how to get around this? (besides just using font size 15 for both?)