User's Manual

SL900A_SetLogMode Method
Description:
This method can be used to issue an IDS SL900A Set Log Mode custom command as defined in the IDS SL900A
datasheet.
Parameters:
Name Description
Tag The tag to set log mode on.
LogMode The LogMode parameter. See the IDS SL900A datasheet for further details.
Syntax:
C# representation:
public void SL900A_SetLogMode(
CAENRFIDTag Tag,
uint LogMode)
Java and Android representation:
public void SL900A_SetLogMode(
CAENRFIDTag Tag,
int LogMode)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_IDS_SL900A_SetLog(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
unsigned int LogMode);
Remarks:
According to the IDS SL900A datasheet, the DelayTime parameter is composed as:
bit 31..24: RFU.
bit 23..21: Logging Form.
bit 20: Storage Rule.
bit 19: Ext1 sensor enable.
bit 18: Ext2 sensor enable.
bit 17: Temperature sensor enable.
bit 16: Battery Check enable.
bit 15..0: Log Interval.
bit 0: RFU.
CAEN RFID API – Reference Manual 65