User guide
FUNCTION REFERENCE SET(TAG, VALUE)
REVISION 1 PAGE 325
SET(
TAG, VALUE
)
ARGUMENT TYPE DESCRIPTION
tag
int or real
The tag to be changed.
value
int or real
The value to be assigned.
DESCRIPTION
This function sets the specified tag to the specified value. It differs from the more normally
used assignment operator in that it deletes any queued writes to this tag and replaces them
with an immediate write of the specified value. It is thus used in situations where Fieldbus
Gateway Manager’s normal write behavior is not required.
F
UNCTION TYPE
This function is active.
R
ETURN TYPE
This function does not return a value.
E
XAMPLE
Set(Tag1, 100)










