Questions tagged [octane-sdk]

Octane SDK is a development kit created by Impinj for operating their RFID equipment

Octane SDK is a development kit created by Impinj for operating their RFID equipment. It has a version for both C# .NET and Java. Functionalities include connecting to an RFID scanner, receiving tag information upon scanner read, and writing to tags.

9 questions
1
vote
2 answers

Impinj: How to get an event when rfid tag goes out of range?

How do we configure reader to fire an event when the tag moves out of RFID reader read range?
Ravi Kumar G N
  • 396
  • 1
  • 3
  • 11
1
vote
1 answer

How to encode an RFID UHF tag only once using Impinj speedway

Im using ocatne SDK C# and impinj speedway R420 to encode RFID UHF gen2 tags. I used the samples of the SDK to write to the tags and it is working, my problems start when i want encode continuous and i will explain. I want to put a single tag in the…
idan357
  • 342
  • 6
  • 17
1
vote
1 answer

maven dependency + local jar in build path = slf4j conflict

I try to use the IMPINJ Octane SDK Java which comes as a jar including all needed dependencies together with Spark Framework in a maven project. To include the Spark Framework I use maven and the Octane SDK jar is added to the build path. My pom.xml…
rabenhorst
  • 73
  • 1
  • 5
0
votes
1 answer

How to implement Impinj Octane SDK with Springboot?

I'm working with Impinj Octane SDK 3.7.0 and Java Spring boot. I want to import the package to my solution, but I'm finding several problems with it. This is what I have done so far: mvn install:install-file…
0
votes
1 answer

Microfocus ALM OCTANE REST API - Get existing manual test's step details

I am trying to get existing manual test steps from ALM using the below REST API https://almoctane-apj.saas.microfocus.com/api/shared_spaces/shared_space_id/workspaces/workspace_id/tests/manual_test_id/script but I get the following result. { …
Sachin Bhatia
  • 237
  • 2
  • 9
0
votes
0 answers

How to add automated test result for a particular test in ALM Octane using API

I am trying to post the test result along with test step using ALM Octane API, but I am not able to do that. This is what I have tried to post:
bunnu
  • 1
0
votes
1 answer

Impinj connect doesn't work in port 8080

When I connect my impinj to my pc, I can ping it but I can't access to the web page with the port 8080. The tutorial I used is : https://support.impinj.com/hc/en-us/articles/202756528-Keyboard-Wedge-with-Speedway-Connect-Software-VIDEO- Could you…
KingMaker
  • 83
  • 1
  • 1
  • 13
0
votes
2 answers

RFID Locking user memory

I am working on the RFID tags.I am using Speedway Revolution Reader(R-420) for reading the tags. http://www.impinj.com/Speedway_Revolution_UHF_RFID_Reader.aspx I am using Confidex Steelware Micro ETSI Monza tags (Product No.…
-1
votes
2 answers

Impinj - OctaneJDK - Read and set attributes: Epc and Antenna Port Number

I am implementing with OctaneSDK an application to read some data the reader SPEEDWAY Revolution R220. In my implementation class I have the following method: The section 2 is related to the desire to find the EPC code and number of Athena. My…