Click or drag to resize

TS50 Methods

The TS50 type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to device using specified port name and settings.
(Inherited from UHF.)
Public methodControlBuzzer
Make reader buzzer to sound a specified beep pattern.
Public methodDirectIoMultiAck
Used by manufacture only.
(Inherited from UHF.)
Public methodDisconnect
Close connection.
(Inherited from UHF.)
Public methodGetAllSettings
Gets all TS50 Settings. Any modification to the settings object will take effect after calling SetAllSettings(Boolean, Settings).
Public methodGetFirmwareVersion
Gets the firmware version of the reader.
(Inherited from UHF.)
Public methodGetInventoryActiveMode
Gets the operation mode of inventory a tag.
Public methodGetTagPrivacyImpinjQt
Gets tag Impinj's QT technology settings. Only works for Impinj tag.
Public methodInventoryTags (Inherited from UHF.)
Public methodLockTag(DictionaryMemoryBank, LockAction)
Lock or unlock specified memory.
Public methodLockTag(String, DictionaryMemoryBank, LockAction)
Lock or unlock specified memory.
Public methodLockTag(String, String, DictionaryMemoryBank, LockAction)
Public methodReadTag(String, MemoryBank, Int32, Int32)
Reads tag raw data from given memory bank.
Public methodReadTag(String, String, MemoryBank, Int32, Int32)
Reads raw data from tag with specified EPC.
Public methodReadTagWithResult(String, MemoryBank, Int32, Int32)
Public methodReadTagWithResult(String, String, MemoryBank, Int32, Int32)
Public methodSetAllSettings
Sets all TS50 Settings.
Public methodSetInventoryActiveMode
Sets the operation mode of inventory a tag.
Public methodSetKeyboardFormat
Sets the keyboard output format. [Prefix]Output1[FieldSeparator]Output2[Suffix][Delimiter].
Public methodSetOutputTagData

Sets the output tag decoded data when inventory a tag.

When a tag is inventoried, TS50 will try to decode its EPC accroding to the Filter form priority 1 to priority 4. Decode format priority is fixed, but each decode format can be selected or deselected (must select at least one format). Priority3_RawData include additional options include PC, EPC, TID. Affect Settings: Filter, BarcodeReadFormat, TagMemorySelection.
Public methodSetTagPrivacyImpinjQt
Sets tag Impinj's QT technology settings. Only works for Impinj tag.
Public methodSetTagPrivacyImpinjShortRange
Sets tag Impinj range settings. Only works for Impinj tag.
Public methodSetTagPrivacyUntraceable
Sets tag Gen2 untraceable.
Public methodStartInventory
Starts the process of tag inventory using specified trigger source.
(Inherited from UHF.)
Public methodStopInventory
Stops the process of tag inventory.
(Inherited from UHF.)
Public methodWriteEPC(String, Byte)
Writes EPC into tag. Note this API will automatically calculate and write the Gen2 PC based on the EPC length. UMI, XI, T, bits will set to 0. AFI or Attribute byte will set to 0. If you want to write EPC with specified T, AFI or Attribute, call WriteTag(String, MemoryBank, Int32, Byte) instead.
Public methodWriteEPC(String, String, Byte)
Writes EPC into tag with specified EPC. Note this API will automatically calculate and write the Gen2 PC based on the EPC length. UMI, XI, T, bits will set to 0. AFI or Attribute byte will set to 0. If you want to write EPC with specified T, AFI or Attribute, call WriteTag(String, String, MemoryBank, Int32, Byte) instead.
Public methodWriteTag(String, MemoryBank, Int32, Byte)
Writes raw data into tag.
Public methodWriteTag(String, String, MemoryBank, Int32, Byte)
Writes raw data into tag with specified EPC.
Public methodWriteTagEx(String, SGTIN_198)
Encode GTIN barcode to SGTIN-198 and write into tag's EPC bank.
Public methodWriteTagEx(String, SGTIN_96)
Encode GTIN barcode to SGTIN-96 format and write into tag's EPC bank.
Public methodWriteTagEx(String, SGTIN_96_EAS)
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into tag's EPC bank.
Public methodWriteTagEx(String, UDCTagData)
Encode GTIN barcode to UDC format (GIGA-TMS) and write into tag's EPC bank.
Public methodWriteTagEx(String, String, SGTIN_198)
Encode GTIN barcode to SGTIN-198 and write into specified tag's EPC bank.
Public methodWriteTagEx(String, String, SGTIN_96)
Encode GTIN barcode to SGTIN-96 format and write into specified tag's EPC bank.
Public methodWriteTagEx(String, String, SGTIN_96_EAS)
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into specified tag's EPC bank.
Public methodWriteTagEx(String, String, UDCTagData)
Encode GTIN barcode to UDC format (GIGA-TMS) and write into specified tag's EPC bank.
Top
See Also