 |
ALPHA-VISION® DataObject dependent Actions: Obj_SetValAsDate
|
Obj_SetValAsDate
SUMMARY
Obj_SetValAsDate - Set value as date
SYNTAX
Obj_SetValAsDate(
<PointID>,
<Date>)
ARGUMENTS
- PointID
-
- DataObject
- Date
-
- New Date
DESCRIPTION
The value of the DataObject is set using the Date-Format, the time
remains unchanged.
Note:
To realize a change of date within the system the action
"Obj_SetValAsDate($LT/UT,)" is bound to a numeric edit-field;
in addition an ApplyGroup is defined.
The action:
"Apply_DateTime(ApplyGroup)"
then sends the newly set Date as a Time-Telegram.
EXAMPLES
Obj_SetValAsDate(Test,)
The value of the DataObject “Test” is set using the Date-Format.
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