DelUnit

<< Click to Display Table of Contents >>

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

DelUnit


 

ユニット(PLC)の登録を解除します。

 

 

 


構文

bResult = AxEng1.DelUnit(

                                 UnitName

                                 )


パラメータ

UnitName

 

type:

string

 

ユニット名。例)” U01”

 

戻り値

bResult

 

type:

bool

 

FALSE - 失敗。TRUE - 成功。

 


解説

DelUnitメソッドでタグの第1階層であるユニットをプログラム中から削除します。ユニット内に定義されているフォルダやタグも同時に削除されます。

 

 

 

 


参照

 

AddUnit