beautypg.com

B&B Electronics VFG3000 - Manual User Manual

Page 274

background image

G

ET

I

NT

T

AG

(

INDEX

)

V

LINX

F

IELDBUS

G

ATEWAY

M

ANAGER

U

SER

M

ANUAL

P

AGE

258

G

ET

I

NT

T

AG

(

INDEX

)

A

RGUMENT

T

YPE

D

ESCRIPTION

index

int

Tag index number

D

ESCRIPTION

Returns the value of the integer tag specified by

index

. The index can be found from the tag

label using the function

FindTagIndex()

. This function will only work if the targeted tag is

an integer.

F

UNCTION

T

YPE

This function is active.

R

ETURN

T

YPE

int.

E

XAMPLE

Value = GetIntTag(10)

Returns the value of the tag with index 10.

Value = GetIntTag(FindTagIndex(“Power”))

Returns the value from the tag with label

Power

.