plcopen/iec_std.csv
author etisserant
Tue, 05 Jun 2007 14:32:01 +0200
changeset 14 cd0133ed377b
child 18 ee18a387e80a
permissions -rw-r--r--
Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
14
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     1
Standard_functions_variables_types;name;comment;type;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     2
;N;Number of bits to be shifted;UINT;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     3
;L;Left position within character string;UINT;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     4
;P;Position within character string;UINT;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     5
;G;Selection out of 2 inputs (gate);BOOL;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     6
;K;Selection out of n inputs;ANY_INT;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     7
;MN;Minimum value for limitation;ANY;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     8
;MX;Maximum value for limitation;ANY;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
     9
;;;;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    10
;;;;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    11
;;;;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    12
;;;;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    13
;;;;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    14
;;;;;;;
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    15
Standard_functions_type;name;baseinputnumber;inputs;outputs;comment;overloaded;extensible
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    16
Type conversion;*_TO_**;1;(ANY);ANY;Data type conversion;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    17
;TRUNC;1;(ANY_REAL);ANY_INT;Rounding up/down;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    18
;BCD_TO_**;1;(ANY_BIT);ANY;Conversion from BCD;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    19
;*_TO_BCD;1;(ANY_INT);ANY_BIT;Conversion to BCD;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    20
;DATE_AND_TIME_TO_TIME_OF_DAY;1;(DT);TOD;Conversion to time-of-day;no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    21
;DATE_AND_TIME_TO_DATE;1;(DT);DATE;Conversion to date;no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    22
Numerical;ABS;1;(ANY_NUM);ANY_NUM;Absolute number;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    23
;SQRT;1;(ANY_REAL);ANY_REAL;Square root (base 2);yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    24
;LN;1;(ANY_REAL);ANY_REAL;Natural logarithm;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    25
;LOG;1;(ANY_REAL);ANY_REAL;Logarithm to base 10;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    26
;EXP;1;(ANY_REAL);ANY_REAL;Exponentiation;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    27
;SIN;1;(ANY_REAL);ANY_REAL;Sine;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    28
;COS;1;(ANY_REAL);ANY_REAL;Cosine;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    29
;TAN;1;(ANY_REAL);ANY_REAL;Tangent;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    30
;ASIN;1;(ANY_REAL);ANY_REAL;Arc sine;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    31
;ACOS;1;(ANY_REAL);ANY_REAL;Arc cosine;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    32
;ATAN;1;(ANY_REAL);ANY_REAL;Arc tangent;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    33
Arithmetic;ADD;1;(ANY_NUM, ANY_NUM);ANY_NUM;Addition;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    34
;ADD;1;(TIME, TIME);TIME;Time addition;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    35
;ADD;1;(TOD, TIME);TOD;Time-of-day addition;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    36
;ADD;1;(DT, TIME);DT;Date addition;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    37
;MUL;1;(ANY_NUM, ANY_NUM);ANY_NUM;Multiplication;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    38
;MUL;1;(TIME, ANY_NUM);TIME;Time multiplication;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    39
;SUB;1;(ANY_NUM, ANY_NUM);ANY_NUM;Subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    40
;SUB;1;(TIME, TIME);TIME;Time subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    41
;SUB;1;(DATE, DATE);TIME;Date subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    42
;SUB;1;(TOD, TIME);TOD;Time-of-day subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    43
;SUB;1;(TOD, TOD);TIME;Time-of-day subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    44
;SUB;1;(DT, TIME);DT;Date and time subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    45
;SUB;1;(DT, DT);TIME;Date and time subtraction;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    46
;DIV;1;(ANY_NUM, ANY_NUM);ANY_NUM;Division;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    47
;DIV;1;(TIME, ANY_NUM);TIME;Time division;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    48
;MOD;1;(ANY_NUM, ANY_NUM);ANY_NUM;Remainder (modulo);yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    49
;EXPT;1;(ANY_NUM, ANY_NUM);ANY_NUM;Exponent;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    50
;MOVE;1;(ANY_NUM, ANY_NUM);ANY_NUM;Assignment;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    51
Bit-shift;SHL;1;(ANY_BIT, N);ANY_BIT;Shift left;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    52
;SHR;1;(ANY_BIT, N);ANY_BIT;Shift right;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    53
;ROR;1;(ANY_BIT, N);ANY_BIT;Rotate right;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    54
;ROL;1;(ANY_BIT, N);ANY_BIT;Rotate left;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    55
Bitwise;AND;1;(ANY_BIT, ANY_BIT);ANY_BIT;Bitwise AND;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    56
;OR;1;(ANY_BIT, ANY_BIT);ANY_BIT;Bitwise OR;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    57
;XOR;1;(ANY_BIT, ANY_BIT);ANY_BIT;Bitwise EXOR;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    58
;NOT;1;(ANY_BIT, ANY_BIT);ANY_BIT;Bitwise inverting;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    59
Selection;SEL;0;(G, ANY, ANY);ANY;Binary selection (1 of 2);yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    60
;SEL;0;(G, ENUM, ENUM);ENUM;Binary selection (1 of 2);no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    61
;MAX;1;(ANY, ANY);ANY;Maximum;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    62
;MIN;1;(ANY, ANY);ANY;Minimum;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    63
;LIMIT;1;(MN, ANY, MX);ANY;Limitation;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    64
;MUX;0;(K, ANY, ANY);ANY;Multiplexer (select 1 of N);yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    65
;MUX;0;(K, ENUM, ENUM);ENUM;Multiplexer (select 1 of N);no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    66
Comparison;GT;1;(ANY, ANY);BOOL;Greater than;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    67
;GE;1;(ANY, ANY);BOOL;Greater than or equal to;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    68
;EQ;1;(ANY, ANY);BOOL;Equal to;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    69
;EQ;1;(ENUM, ENUM);BOOL;Equal to;no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    70
;LT;1;(ANY, ANY);BOOL;Less than;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    71
;LE;1;(ANY, ANY);BOOL;Less than or equal to;yes;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    72
;NE;1;(ANY, ANY);BOOL;Not equal to;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    73
;NE;1;(ENUM, ENUM);BOOL;Not equal to;no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    74
Character string;LEN;1;(STRING);INT;Length of string;no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    75
;LEFT;1;(STRING, L);STRING;string left of;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    76
;RIGHT;1;(STRING, L);STRING;string right of;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    77
;MID;1;(STRING, L, P);STRING;string from the middle;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    78
;CONCAT;1;(STRING, STRING);STRING;Concatenation;no;yes
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    79
;CONCAT;1;(DATE, TOD);DT;Time concatenation;no;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    80
;INSERT;1;(STRING, STRING, P);STRING;Insertion (into);yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    81
;DELETE;1;(STRING, L, P);STRING;Deletion (within);yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    82
;REPLACE;1;(STRING, STRING, L, P);STRING;Replacement (within);yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    83
;FIND;1;(STRING, STRING);INT;Find position;yes;no
cd0133ed377b Standard IEC functions declaration now made from iec_std.csv file for easier maintainance.
etisserant
parents:
diff changeset
    84
;;;;;;;