06.01.2015 Views

INfinity 510 Protocol Reference Guide - Sirit

INfinity 510 Protocol Reference Guide - Sirit

INfinity 510 Protocol Reference Guide - Sirit

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 15 - Modem Namespace<br />

modem.protocol.isob.write<br />

This function writes a specified bytedata to an ISO-B tag in the field. It writes<br />

a single bytethe supplied data, to the specified address. The parameters<br />

supported by this function are:<br />

tag_id – Specifies the address (byte offset) of the byte data to write to<br />

tag.<br />

address – Specifies the address (byte offset) of the data to write to tag.<br />

data – Specifies the data to be written to the tag starting at address.<br />

Length of data must be a byte multiple.<br />

antenna (optional) – Indicates antenna on which to execute the<br />

function. If an antenna is not specified, all antennas will be tried until<br />

the function succeeds or no more antennas are available.<br />

If the byte is locked, the function will respond with an<br />

error.tag.tag_not_writable response.<br />

The following example writes the byte 0xe4 at address 23 on a tag with ID =<br />

0x301122334455667788:<br />

>>> modem.protocol.isob.write (tag_id = 0x30112233445566,<br />

data = 0xe4, address = 23)<br />

ok<br />

Type<br />

Permissions<br />

Parameters<br />

function<br />

guest=x,admin=x<br />

tag_id (array)<br />

address (int)<br />

data (array)<br />

antenna (int)<br />

modem.protocol.isob.control.auto_quiet<br />

This variable enables the auto quiet feature for ISO-B tags. When set to<br />

True, tags that have been inventoried will remain quiet after having been<br />

identified. When set to False, tags are reset for every inventory cycle.<br />

Type<br />

Permissions<br />

Data Type<br />

Default<br />

var<br />

guest=r,admin=rw<br />

bool<br />

False<br />

<strong>INfinity</strong> <strong>510</strong> <strong>Protocol</strong> <strong>Reference</strong> <strong>Guide</strong> 169

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!