Project

General

Profile

Actions

バグ #1373

closed

二重接続の不具合

Added by Anonymous about 15 years ago. Updated about 14 years ago.

Status:
終了
Priority:
通常
Assignee:
-
Target version:
-
Start date:
04/01/2010
Due date:
% Done:

100%

Estimated time:

Description

AutoTestIn,AutoTestOut を二重接続をして ConnectTest を実行すると受信データがおかしいくなる。

実際にデータは以下のようになっております。(2つの線が接続されている場合)
1回目実行
送信データ「1,2,3,4,5,6,7,8,9」×2つポート分
受信データ「1,1,2,2,3,3,4,5,6」のみ(前の3件のデータが重複される)

2回目実行
送信データ「1,2,3,4,5,6,7,8,9」×2つポート分
受信データ「7,8,9,1,2,3,4,5,6」のみ(前の3件のデータは重複されない)

実行してから、毎回同じ結果となるわけではなく、
1回目と2回目は異なる結果になります。

手順
1. AutoTestIn,AutoTestOutを起動する。
2. RTSEにて、AutoTestIn,AutoTestOutのそれぞれ対応するポートを接続する。
3. AutoTestIn,AutoTestOutをActivateする。
4. AutoTestIn,AutoTestOutをDeactivateする。
5. 2.を行う。 (ポート間接続)
6. 3.4.を行う。 (Activate,Deactivate)
7. RTSEにて、AutoTestIn,AutoTestOutのポート間接続を切断する。
8. 7.を行う。(2.と5にて2重に接続しているため。)
9. 2.を行う。 (ポート間接続)
10. 3.4を行う。 (Activate,Deactivate)

Actions #1

Updated by Anonymous about 15 years ago

  • 新しいRTSEからバッファーを1にしてテストした結果、送信データと受信データがマッチングしました。
Actions #2

Updated by Anonymous about 15 years ago

  • % Done changed from 0 to 100
Actions #3

Updated by n-ando about 14 years ago

  • Status changed from 担当 to 終了
Actions

Also available in: Atom PDF