en:software:qview:qview_6:ladder_library:20042

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:software:qview:qview_6:ladder_library:20042 [2014/10/30 10:03] qem202en:software:qview:qview_6:ladder_library:20042 [2019/08/29 17:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== OR of 2 Input  Variables =====
  
 +{{template>en:lib:tpl:tpl-s-funzladd-010
 +|funname=ORL_010 |
 +|funvers=1.0 |
 +|funstat=stable |
 +|funcomp=compatible |
 +|funimag=20042 |
 +}}
 +
 +**Input / Output : **
 +
 +^  Name  ^  Belonging Group   ^  Access  ^  Types of data  ^ Description ^
 +|  EN  |  Left Power Flow  | | |IEC1131-3 enable input|
 +|  A  |  Normal  |  R , RW  |  F , B , W , L , S  |Input variable A|
 +|  B  |  Normal  |  R , RW  |  F , B , W , L , S  |Input variable B|
 +|  Q  |  Normal  |  W , RW  |  F , B , W , L , S  |Logic result of the operation Q = (A) OR (B)|
 +|  ENO  |  Right Power Flow  | | |IEC1131-3 enable output|
 +
 +**Description :**
 +
 +The function ORL executes the logic OR between the parameters A and B based on the following table:
 +
 +^  A  ^  B  ^  Q  ^
 +|Equal to zero       |Equal to zero       |Zero |
 +|Equal to zero       |Different from zero |One  |
 +|Different from zero |Equal to zero       |One  |
 +|Different from zero |Different from zero |One  |
 +
 +----
 +<html><pagebreak /></html>