ÀÛ¼ºÀÚ : À¥°ü¸®ÀÚ |
2008-11-19 ¿ÀÈÄ 10:11:34 Á¶È¸¼ö : 8098¹ø |
Á¦¸ñ : AB-PLC Less Than Instruction [LES]
|
[LES]´Â Less Than Instruction ÀÇ ¾à¾î´Ù.
ºñ±³ ¸í·ÉµéÀº Á» °£´Ü Çϳ׿ä.
Source A [N7:6]ÀÇ µ¥ÀÌÅÍ ¿Í Source B µ¥ÀÌÅÍ Á¤¼ö 775 ºñ±³ Çؼ Source A º¸´Ù Source B°¡ Å©¸é Ãâ·Â Coil On
Source A < Source B
¾Æ ½±´Ù °ÅÁ® ¸ÔÀ» ¶§µµ ÀÖ³» ¤»¤»¤»
The LES instruction is used to test whether one values is less than another. If source A is less than the value at source B, the instruction is logically true. If the value at source A is greater than or equal to the value at source B, the intruction is logically false. The symbol for the less than command is illustrated above. The LES command is placed on the left side of the rung to determine if a rung will be true or false for an output command. There are two parameters to enter Source A and Source B:
Source A - must be a Address. Source B - can be either a program constant or an address. Negative integers are stored in two's complemntary form.
|
|
Add_File-1 : les.gif( 1.5 KB )
|
|
ÀÌÀü±Û º¸±â : AB-PLC Not Equal Instruction [NEQ]
´ÙÀ½±Û º¸±â : AB-PLC Greater Than Instruction [GRT]
|