I can't find the T_comp instruction in TIA Portal v16

703 views Asked by At

or what to do instead of T_COMP? (LAD)

T_COMP compares two tags with a time data type. For LAD and FBD, the comparison function is displayed with an EN/ENO box. For STL, it is a block call. To compare time data types for SCL tags, use the comparison expression (see Chapter 13.3.1 “Execution of “simple” comparison function” on page 570). The tags to be compared are present at parameters IN1 and IN2. The parameter OUT provides the comparison result: Signal state “1” (TRUE) if the comparison is fulfilled and signal state “0” (FALSE) if it is not fulfilled.

t_comp pic

2

There are 2 answers

2
Evandro Moreira On BEST ANSWER

You can use simple comparisons in LAD too.

Time comparison LAD pic

0
mrsargent On

T_COMP is available in extended instructions for LAD and FBD. I believe that is what you are asking.

enter image description here