![]() |
ALPHA-VISION® Functions of Data Object Server: Obj_AttrCmp |
| Operator | Operation |
|---|---|
| < | Obj_QueryAttr(<PointId1>, <Attribute1>) < Obj_QueryAttr(<PointId2>, <Attribute2>) |
| <= | Obj_QueryAttr(<PointId1>, <Attribute1>) <= Obj_QueryAttr(<PointId2>, <Attribute2>) |
| > | Obj_QueryAttr(<PointId1>, <Attribute1>) > Obj_QueryAttr(<PointId2>, <Attribute2>) |
| >= | Obj_QueryAttr(<PointId1>, <Attribute1>) >= Obj_QueryAttr(<PointId2>, <Attribute2>) |
| = | Obj_QueryAttr(<PointId1>, <Attribute1>) = Obj_QueryAttr(<PointId2>, <Attribute2>) |
| != | Obj_QueryAttr(<PointId1>, <Attribute1>) != Obj_QueryAttr(<PointId2>, <Attribute2>) |
| 1 | the compare operation returns true |
| 0 | the compare operation returns false or both attributes have different types or <Operator> is misspelled. |
Obj_AttrCmp(<=,SINUS,Value,COSINUS,RangeEnd)