Resources for IT Professionals > Forums Home > BizTalk Server Forums > BizTalk Server RFID > problem writing tag on Impinj speedway reader
Ask a questionAsk a question
 

Answerproblem writing tag on Impinj speedway reader

  • Wednesday, October 07, 2009 4:37 PMneuromante Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, can someone help me please, i have this problem when i try write a tag on a Impinj Speedway reader, the antenna's power is set to full and i put the tag very closer to the antenna, i try this with and without the reader attached process running, with and without the event mode enabled. i dont know what is happening.

    code: 

    DeviceConnection connection;
    connection = new DeviceConnection("reader 1");
    string id = "161600000045";
    byte[] tagid = ASCIIEncoding.ASCII.GetBytes(id);
    connection.Open();
    connection.WriteTagId("Antenna_1", tagid, null, null, null, null);
    connection.Close();

    biztalk rfid throw the following an exception:

    when antenna's power is not at 100%:
    The command execution failed due to error <commandError><errorCode>There was an error</errorCode><message>The command WriteIdCommand executed incorrectly.  Error returned was Insufficient_Power.</message><errorKey>1073741923</errorKey><parameters></parameters><providerException></providerException></commandError>. Resolve the issue that is causing the exception, and then retry the operation.

    when antenna's power is set to 100%

    The command execution failed due to error <commandError><errorCode>There was an error</errorCode><message>The command WriteIdCommand executed incorrectly.  Error returned was Nonspecific_Reader_Error.</message><errorKey>1073741923</errorKey><parameters></parameters><providerException></providerException></commandError>. Resolve the issue that is causing the exception, and then retry the operation.

    thanx


Answers

  • Tuesday, October 13, 2009 6:52 AMAndrew_ZhuMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,
    I would recommend you also contact with Impinj's engineer for help.
    http://www.impinj.com/support/default.aspx

    Regards
    Microsoft Online Community Support
  • Tuesday, October 13, 2009 9:55 AMKranthi Kumar M [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Please contact Impinj, just as Andrew has suggested. (I assume you are using the LLRP Provider provided with BizTalk RFID). These are errors that are being reported by the device, and they are not caused by BizTalk RFID per se.

All Replies

  • Tuesday, October 13, 2009 6:52 AMAndrew_ZhuMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,
    I would recommend you also contact with Impinj's engineer for help.
    http://www.impinj.com/support/default.aspx

    Regards
    Microsoft Online Community Support
  • Tuesday, October 13, 2009 9:55 AMKranthi Kumar M [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Please contact Impinj, just as Andrew has suggested. (I assume you are using the LLRP Provider provided with BizTalk RFID). These are errors that are being reported by the device, and they are not caused by BizTalk RFID per se.