初期値指定コンストラクタ

Namespace: FVIL.Video
Assembly: FVILdevice (in FVILdevice.dll) Version: 3.1.0.0 (3.1.0.5)

Syntax

C#
public CFviEncoderStatus2(
	uint overflow,
	uint underFlow,
	uint astate,
	uint bstate,
	uint zstate,
	uint encstate,
	int enccnt,
	uint relcnt,
	uint matchcnt
)
Visual Basic
Public Sub New ( 
	overflow As UInteger,
	underFlow As UInteger,
	astate As UInteger,
	bstate As UInteger,
	zstate As UInteger,
	encstate As UInteger,
	enccnt As Integer,
	relcnt As UInteger,
	matchcnt As UInteger
)

Parameters

overflow
Type: System..::..UInt32
絶対位置エンコーダ選択時、内部カウンタのオーバーフローフラグ 0:オーバーフローなし 1:オーバーフローしている
underFlow
Type: System..::..UInt32
絶対位置エンコーダ選択時、内部カウンタのアンダーフローフラグ 0:オーバーフローなし 1:オーバーフローしている
astate
Type: System..::..UInt32
A相状態
0:入力なし 1:入力あり
bstate
Type: System..::..UInt32
B相状態
0:入力なし 1:入力あり
zstate
Type: System..::..UInt32
Z相状態
0:入力なし 1:入力あり
encstate
Type: System..::..UInt32
エンコーダ状態
0:アイドル状態 1:トリガ待ち 2:カウント信号待ち 3:動作中
enccnt
Type: System..::..Int32
エンコーダカウント
relcnt
Type: System..::..UInt32
相対位置エンコーダカウント値
matchcnt
Type: System..::..UInt32
エンコーダ一致パルス数

Remarks

初期値を指定してインスタンスを構築します。

See Also