Rockwell-automation 1761 MicroLogix 1000 Programmable Controllers Manual de usuario Pagina 126

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 422
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 125
Preface
MicroLogix 1000 Programmable Controllers User Manual
7–4
Less Than or Equal (LEQ)
Use the LEQ instruction to test whether one value (source A) is less than or equal to
another (source B). If the value at source A is less than or equal to the value of
source B, the instruction is logically true. If the value at source A is greater than the
value of source B, the instruction is logically false.
Source A must be a word address. Source B can be either a constant or word
address. Negative integers are stored in two’s complement form.
Greater Than (GRT)
Use
the GR
T instruction to test whether one value (source A) is greater than another
(source B). If the value at source A is greater than the value of source B, the
instruction is logically true. If the value at source A is less than or equal to the value
of source B, the instruction is logically false.
Source A must be a word address. Source B can be either a constant or word
address. Negative integers are stored in two’s complement form.
Greater Than or Equal (GEQ)
Use the GEQ instruction to test whether one value (source A) is greater than or
equal to another (source B). If the value at source A is greater than or equal to the
value of source B, the instruction is logically true. If the value at source A is less
than the value of source B, the instruction is logically false.
Source A must be a word address. Source B can be either a constant or word
address. Negative integers are stored in two’s complement form.
True False
23.60 6.60
Execution Times
(µsec) when:
LEQ
LESS THAN OR EQUAL
Source A
Source B
True False
23.60 6.60
Execution Times
(µsec) when:
GRT
GREATER THAN
Source A
Source B
True False
23.60 6.60
Execution Times
(µsec) when:
GEQ
GRTR THAN OR EQUAL
Source A
Source B
Vista de pagina 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 421 422

Comentarios a estos manuales

Sin comentarios