GetVal

<< Click to Display Table of Contents >>

マニュアル > リファレンス > メソッド >

GetVal


 

キャッシュから値を取得します。

 

 


構文

Value = AxEng1.GetVal(

                         TagPath

                         )


パラメータ

TagPath

 

type:

string

 

タグパス。 例)U01.F01.T01

 

戻り値

Value

 

type:

object

 

タグの値。

 


解説

キャッシュから値を高速に取得できます。キャッシュを定期的に更新するためStartUpdateメソッドを呼び出す必要があります。

 

 

 

 

 


参照

 

StartUpdate

StopUpdate