plcopen/iec_std.csv
changeset 2496 39049d615c0d
parent 1390 0f4d32a033e0
equal deleted inserted replaced
2495:016748ef5fc4 2496:39049d615c0d
    54 ;SUB;1;(TOD, TOD);TIME;_("Time-of-day subtraction")+" "+_("DEPRECATED");no;
    54 ;SUB;1;(TOD, TOD);TIME;_("Time-of-day subtraction")+" "+_("DEPRECATED");no;
    55 ;SUB_TOD_TOD;1;(TOD, TOD);TIME;_("Time-of-day subtraction");no;
    55 ;SUB_TOD_TOD;1;(TOD, TOD);TIME;_("Time-of-day subtraction");no;
    56 ;SUB;1;(DT, TIME);DT;_("Date and time subtraction")+" "+_("DEPRECATED");no;
    56 ;SUB;1;(DT, TIME);DT;_("Date and time subtraction")+" "+_("DEPRECATED");no;
    57 ;SUB_DT_TIME;1;(DT, TIME);DT;_("Date and time subtraction");no;
    57 ;SUB_DT_TIME;1;(DT, TIME);DT;_("Date and time subtraction");no;
    58 ;SUB;1;(DT, DT);TIME;_("Date and time subtraction")+" "+_("DEPRECATED");no;
    58 ;SUB;1;(DT, DT);TIME;_("Date and time subtraction")+" "+_("DEPRECATED");no;
    59 ;SUB_DT_TIME;1;(DT, DT);TIME;_("Date and time subtraction");no;
    59 ;SUB_DT_DT;1;(DT, DT);TIME;_("Date and time subtraction");no;
    60 ;DIV;1;(TIME, ANY_NUM);TIME;_("Time division")+" "+_("DEPRECATED");no;
    60 ;DIV;1;(TIME, ANY_NUM);TIME;_("Time division")+" "+_("DEPRECATED");no;
    61 ;DIVTIME;1;(TIME, ANY_NUM);TIME;_("Time division");no;
    61 ;DIVTIME;1;(TIME, ANY_NUM);TIME;_("Time division");no;
    62 _("Bit-shift");SHL;1;(ANY_BIT, N);ANY_BIT;_("Shift left");no;
    62 _("Bit-shift");SHL;1;(ANY_BIT, N);ANY_BIT;_("Shift left");no;
    63 ;SHR;1;(ANY_BIT, N);ANY_BIT;_("Shift right");no;
    63 ;SHR;1;(ANY_BIT, N);ANY_BIT;_("Shift right");no;
    64 ;ROR;1;(ANY_NBIT, N);ANY_NBIT;_("Rotate right");no;
    64 ;ROR;1;(ANY_NBIT, N);ANY_NBIT;_("Rotate right");no;
    81 _("Character string");LEN;1;(STRING);INT;_("Length of string");no;
    81 _("Character string");LEN;1;(STRING);INT;_("Length of string");no;
    82 ;LEFT;1;(STRING, L);STRING;_("string left of");no;
    82 ;LEFT;1;(STRING, L);STRING;_("string left of");no;
    83 ;RIGHT;1;(STRING, L);STRING;_("string right of");no;
    83 ;RIGHT;1;(STRING, L);STRING;_("string right of");no;
    84 ;MID;1;(STRING, L, P);STRING;_("string from the middle");no;
    84 ;MID;1;(STRING, L, P);STRING;_("string from the middle");no;
    85 ;CONCAT;1;(STRING, STRING);STRING;_("Concatenation");yes;
    85 ;CONCAT;1;(STRING, STRING);STRING;_("Concatenation");yes;
    86 ;CONCAT_DAT_TOD;1;(DATE, TOD);DT;_("Time concatenation");no;
    86 ;CONCAT_DATE_TOD;1;(DATE, TOD);DT;_("Time concatenation");no;
    87 ;INSERT;1;(STRING, STRING, P);STRING;_("Insertion (into)");no;
    87 ;INSERT;1;(STRING, STRING, P);STRING;_("Insertion (into)");no;
    88 ;DELETE;1;(STRING, L, P);STRING;_("Deletion (within)");no;
    88 ;DELETE;1;(STRING, L, P);STRING;_("Deletion (within)");no;
    89 ;REPLACE;1;(STRING, STRING, L, P);STRING;_("Replacement (within)");no;
    89 ;REPLACE;1;(STRING, STRING, L, P);STRING;_("Replacement (within)");no;
    90 ;FIND;1;(STRING, STRING);INT;_("Find position");no;
    90 ;FIND;1;(STRING, STRING);INT;_("Find position");no;