2017-06-10 15 views
0

私はLLRPを使用してImpinjのスピードウェイのRFIDリーダーに接続しようとしていると私は、次のエラーコードを取得しています:Failed_Reason_Other_Than_A_Connection_Already_ExistsFailed_Reason_Other_Than_A_Connection_Already_Existsは何を意味しますか?

具体的には、私はGET_READER_CONFIGメッセージを送信し、取得しています:

<?xml version="1.0" encoding="UTF-8"?> 
<llrp:READER_EVENT_NOTIFICATION xmlns:llrp="http://www.llrp.org/ltk/schema/core/encoding/xml/1.0" Version="1" MessageID="0"> 
    <llrp:ReaderEventNotificationData> 
     <llrp:UTCTimestamp> 
      <llrp:Microseconds>50408-10-10T04:34:25.209Z</llrp:Microseconds> 
     </llrp:UTCTimestamp> 
     <llrp:ConnectionAttemptEvent> 
      <llrp:Status>Failed_Reason_Other_Than_A_Connection_Already_Exists</llrp:Status> 
     </llrp:ConnectionAttemptEvent> 
    </llrp:ReaderEventNotificationData> 
</llrp:READER_EVENT_NOTIFICATION> 

答えて

0

結局私が解決しました問題。

私の場合、理由はスピードウェイの地域が設定されておらず、その後RFIDが無効になっていたためです。 13は私の領域である

config system region 13 

が地域を設定するには、私はSSHを使ってログインし、次のコマンドを実行する必要がありました。地域を確認するには、次のコマンドを使用してください:

show 
system 
? region 
関連する問題