Class IGreaterEqual
Version 1.0
Modified 08-MAR-2026 11:05:32.00
Code rt_plc_arithm.c
 IGreaterEqual compares two integer values and returns true if the first
 is greater than or equal the second.


RtBody attributes pwr_sClass_IGreaterEqual
Int32 In1 In1 Integer input 1.
Int32 In2 In2 Integer input 2.
Boolean Status sts True if In1 is greater or equal In2.

DevBody attributes 
PlcNode PlcNode  


GraphPlcNode
object_type 11
parameters[0] 2
parameters[1] 0
parameters[2] 1
parameters[3] 0
subwindows 0
graphmethod 1 (standard, common attributes)
graphindex 0
default_mask[0] 3
default_mask[1] 1
segname_annotation 1
compmethod 4
compindex 0
tracemethod 3
traceindex 1
executeordermethod 2
objname IGe
graphname IGe
debugpar Status


Template Object


Attributes detail


In1 Input
Class Input
Type Int32
Flags NOREMOVE | NOINVERT | NOEDIT | REDUTRANSFER
GraphName In1
Body RtBody
 Integer input 1.

In2 Input
Class Input
Type Int32
Flags NOINVERT | REDUTRANSFER
GraphName In2
Body RtBody
 Integer input 2.

Status Output
Class Output
Type Boolean
Flags STATE | NOEDIT | REDUTRANSFER
GraphName sts
Body RtBody
 True if In1 is greater or equal In2.

PlcNode Buffer
Class Buffer
Type PlcNode
Flags INVISIBLE
Body DevBody