Obj_Simulate

SUMMARY

Obj_Simulate - Simulation of state and value

SYNTAX

Obj_Simulate(<PointID>,<Status>,<Value>)

ARGUMENTS

PointId
- DataObject
Status
- Status to be set
Value
- Value to be set

DESCRIPTION

For the defined DataObject the Status and Value can be set.

EXAMPLES

Obj_Simulate(Sinus,0,1)
For the DataObject ‘SINUS’ the Status is set to 0, and the Value to 1.

Note:
If no parameters are defined: Obj_Simulate(,,)
there are prompted for and filled in, in runtime


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