structured language - Definition. Was ist structured language
Diclib.com
Online-Wörterbuch

Was (wer) ist structured language - definition

ONE OF THE FIVE LANGUAGES SUPPORTED BY THE IEC 61131-3 STANDARD, DESIGNED FOR PROGRAMMABLE LOGIC CONTROLLERS (PLCS)
Structured Control Language

structured language      
Structured Query Language         
RELATIONAL DATABASE LANGUAGE THAT ALLOWS TO EXTRACT FROM DATA TABLES A SERIES OF RECORDS WITH SELECTION, SORTING AND COMPUTATION CRITERIA, OR TO UPDATE, DELETE OR ADD NEW RECORDS
SQL programming language; SQL language; Structured Query Language; Structured query language; SQL keywords; Sql; Comment (SQL); Grant (SQL); SQL database; SEQUEL; SQL script; SQL Servers; Transaction Control Language; SQL (programming language); SQL datatypes; SQL functions; Structure Query Language; SQL data types; .sql; Revoke (SQL); Sql types; ANSI SQL; Procedural SQL; Alternatives to SQL; Criticism of SQL; Distributed SQL processing; History of SQL; ISO/IEC TR 19075; Data types in SQL; Procedural extensions to SQL; Interoperability of SQL statements
SQL
Structured type         
COMPOSITE USER-DEFINED DATA TYPE IN SQL
Structured user-defined type
The SQL:1999 standard introduced a number of object–relational database features into SQL, chiefly among them structured user-defined types, usually called just structured types. These can be defined either in plain SQL with CREATE TYPE but also in Java via SQL/JRT.

Wikipedia

Structured text

Structured text, abbreviated as ST or STX, is one of the five languages supported by the IEC 61131-3 standard, designed for programmable logic controllers (PLCs). It is a high level language that is block structured and syntactically resembles Pascal, on which it is based. All of the languages share IEC61131 Common Elements. The variables and function calls are defined by the common elements so different languages within the IEC 61131-3 standard can be used in the same program.

Complex statements and nested instructions are supported:

  • Iteration loops (REPEAT-UNTIL; WHILE-DO)
  • Conditional execution (IF-THEN-ELSE; CASE)
  • Functions (SQRT(), SIN())