 |
ALPHA-VISION® DataObject dependent Actions: Obj_IncrData
|
Obj_IncrData
SUMMARY
Obj_IncrData - Increment status or value
SYNTAX
Obj_IncrData(
<PointId>,
<Attribut>,
<Value>)
ARGUMENTS
- PointId
-
- DataObject
- Attribut
-
- Status or Value
- Value
-
- Inkrement Value
DESCRIPTION
Increments the value or status of a DataObject by the defined value.
EXAMPLES
Obj_IncrData(ABCD_1234,Status,1)
The status of Dataobject ABCD_1234 is incremented by 1.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times