Method GetFreeVariable
GetFreeVariable(string)
自由変数を文字列で取得します。 MENOU-RNではPLC自由入力で設定した変数名を使用できます。 変数が存在しない場合や値を受信していない場合はnullを返します。
Declaration
public string GetFreeVariable(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | 変数名 |
Returns
| Type | Description |
|---|---|
| string | 変数の値 |