Obj_SetValAsObj

SUMMARY

Obj_SetValAsObj - Set Value as Objectnumber

SYNTAX

Obj_SetValAsObj(<PointID_1>,<PointID_2>)

ARGUMENTS

PointID_1, PointID_2
- DataObject

DESCRIPTION

Puts the value of DataObject_1 to the Data Object-Number of DO_2; used to create a relationship in the Target-Station.

EXAMPLES

Obj_SetValAsObj(ABC_1,XYZ_2)
The Data Object-Number of XYZ_2 is read and than written as value to Data Object ABC_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