現在のリピート回数を取得します。
Ret = AioGetAiRepeatCount ( Id , AiRepeatCount )
Id [
VB.NET: Short ] [ C, C++: short ] [ C#: short ] [
Python: ctypes.c_short ]
AioInit 関数で取得したデバイスIDを指定します。
AiRepeatCount
[ VB.NET: Integer ] [ C, C++: long * ] [ C#: out int
] [ Python: ctypes.POINTER(ctypes.c_long) ]
リピート回数を格納する変数のアドレスを指定します。
Ret [ VB.NET: Integer ] [ C, C++: long ] [ C#: int ] [ Python: ctypes.c_long ]
戻り値 |
内容 |
0 |
正常終了 |
7 |
スタンバイモードから復帰したため、AioResetDevice関数を実行してください |
10001 |
無効なIDが指定されました |
10002 |
ドライバを呼び出せません |
11540 |
AiRepeatCountのポインタがNULLです |
20001 |
使用しているデバイスではこの関数を使用することができません |
20003 |
他のプロセスがデバイスを使用しているため、実行できません |
全てのデバイスでAiRepeatCount = 0
この値を0にリセットするには、AioResetAiMemory関数を実行します。
アナログ入力機能を持たないデバイスでは使用できません。
デバイス動作中での実行が可能です。
現在のリピート回数を取得します。
VB.NET |
Dim
Ret As Integer |
C, C++ |
long
Ret; |
C# |
int
Ret; |
Python |
Ret
= ctypes.c_long() |
AioSetAiRepeatTimes AioGetAiRepeatTimes