例: パラメータファイル
Type,parameters
Name,Description,Type,Units,Constraint,Value_list,Value_range
Manufacturer,This is the manufacturer of the object,string,,Constrained,,
Speed,The nominal speed the object runs at,real,RPM,Constrained,,"[0,4000]"
Offset,,integer,,constrained,[unset],"[-200,200]"
Cardinality,,string,,unconstrained,"[1..N,0..N,1,N,0..1]",
上記のサンプルファイルでは、以下の表に示すようなパラメータを作成します。
タイプ
名前
パラメータ
タイプ
説明
単位
拘束
値のリスト
値の範囲
Cardinality
!string
[1..N,0..N,1,N,0..1]
UNSET
Manufacturer
!string
The manufacturer of the object
No
UNSET
UNSET
Offset
!integer
Yes
[UNSET]
[-200,200]
Speed
!real
The nominal speed of the object
RPM
Yes
UNSET
[0.00,4000.00]