RFID Tags and Readers

I would like to know the implementation/development process of RFID Tags and Readers.
Is there any referece hardware architecture by which i can develop RFID readers with CDC/CLDC kit and use Java RFID software.
Or is there any RFID tag and reader referece platform available to have CDC/CLDC kit with Java RFID software.

I think you will get better answers if you post this to a forum that is for Flash.  This one is for Director.  Anyway, you can probably not stop it from reading a tag more than once.  But you can store the last tag in an array, along with the time it was scanned.  Then, before you do anything with this info, you would compare it to that array and if it is the same as the last scan, and the time is less than 3 seconds, then ignore it and don't do anything.  If it is different or if it is more than 3 seconds, then do whatever you need to with the tag.

Similar Messages

  • Serial Numbers on an RFID Tag

    I am new to RFID technology. My question is: Can 1 RFID tag be designed to capture and transmit 5 non-consecutive serial numbers contained in 1 container box?
    If you can tell me if this is possible with minimum effort or much effort, please let me know.
    Then, if you also know Oracle's e-Business Suite (EBS), let me know if it's possible to have the scanning of such an RFID tag with 5 non-consecutive serial numbers populate the Serial Numbers form in EBS like on a shipping transaction.

    Thanks, Sam.
    The EBS modules would be Inventory and Shipping. We do not use WMS.
    Uh, I do not know 'edge'. We do not use RFID currently and our volumes are small.
    Here's the business issue, whether the solution is RFID or not: Our company makes lasers for fiber optics. Originally, we just made high-end lasers (low volume, high dollar) that were placed into individual container boxes with a barcode label with its single serial number on the outside. All of these lasers were serialized as finished goods in Oracle. Whenever we ship such a laser, we have someone scan the picked lasers manually with a barcode reader one container box at a time. This has not been an issue, since volumes are small.
    But now we sell low-end lasers (higher volume, lower dollar), which often are sold in containers of 5. Each of the 5 small lasers have an individual, non-consecutive serial number. Our business areas want these items serialized in Oracle EBS as well, even though it makes more sense to me to track these items by LOT NUMBERS, not individual SERIAL NUMBERS.
    The dilemma is: When we ship, let's say, 1000 of these small lasers by picking 200 multi-pack containers, how do we have the shipping guy scan in the 1000 serial numbers?
    One way is to print 5 small individual S/N barcode labels on the multi-pack container, then have the poor guy scan in 1000 S/N's into the Oracle Shipping form from the 200 containers.
    That's why I was asking if there could be an easy RFID solution. Perhaps log the 5 S/N's in the multi-pack container onto 1 RFID tag. Then have the guy scan the RFID tag and have it insert the 5 S/N's onto the Shipping S/N form, one S/N at a time with a tab entry to go to the next S/N line. That way, the guy only scans 200 RFID tags. Is this crazy (not possible)?

  • RFID tag detection failure on Logout and Login to MI Client

    Hi,
    We have implemented RFID in our MAM3.0 ; application. Every thing is working fine after login to client and could read the data from the tag. But once logout from the client (by clicking on logout from MI client) and login again, I am unable to read the data from the RFID tag. Seems that it is not connecting to the RFID reader. I am getting CAF exception and RFID read exception.
    I am using MI2.5 SP 21 Client
    Below is the trace of the exception
    RFID READ ERROR: RFID tag detection failure
    [20090205 15:06:07:058] E [Unknown                  ] com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID tag detection failure
    com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID tag detection failure
    at com.sap.mbs.mam.rfid.util.impl.ZRFIDTagHandlerImpl.executeRFIDTagRead()
    at com.sap.mbs.mam.notification.control.ZNotificationEdit.onRFIDInsert()
    at com.sap.mbs.core.control.AbstractViewController.process()
    at com.sap.mbs.core.control.DefaultStateMachine.process()
    at com.sap.mbs.core.web.FrontServlet.doHandleEvent()
    at com.sap.mbs.mam.application.web.FrontServlet.doHandleEvent()
    at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe()
    After restarting the device, I am able to read the data from RFID tag. Did anyone encounter this kind of error for this particular scenario. Please advise how to resolve this issue.
    Thanks in Advance,
    Chinna.

    Hi,
    please refer this link
    RFID tag reading failed - MI 7.0, MAM 3.0
    Regards
    Manohar

  • 2.4GHz RFID Tags for Cisco WCS and Location Appliance

    hi,
    someone knows a company that produce small 2,4Ghz active rfid tags that i can include in my wlan network?
    i'm running WCS, Location Appliance and WLC 4404 and 4402
    thx

    aeroscout, pango and wherenet are cisco partners. see http://www.cisco.com/en/US/products/ps6386/products_qanda_item0900aecd8029371a.shtml

  • Error with this Alien-RFID-Tag-List kind of  tag format in flex 1.5

    Hi all
    I am trying to display the following XML file which i am
    getiing from RFID reader when i send the command to reader. I am
    using flex 1.5.
    <Alien-RFID-Tag-List>
    <Alien-RFID-Tag>
    <TagID>1000 0000 0000 0000</TagID>
    <DiscoveryTime>2006/07/14
    12:28:18</DiscoveryTime>
    <LastSeenTime>2006/07/14 12:28:18</LastSeenTime>
    <Antenna>0</Antenna>
    <ReadCount>98</ReadCount>
    </Alien-RFID-Tag>
    </Alien-RFID-Tag-List>
    For this I am using the following codes
    private function onResultAl(oEvent:Object):Void {
    var aResultAl:Array =
    mx.utils.ArrayUtil.toArray(oEvent.result.Alien-RFID-Tag-List.Alien-RFID-Tag);
    for(var i:Number = 0; i<aResultAl.length; i++){
    _aDPAL.addItem(aResultAl
    <mx:HTTPService id="aldt" url="aliendata.jsp"
    result="onResultAl(event)" fault="alert(event.fault.faultstring);"
    resultFormat="xml"/>
    <mx:DataGrid id="aldg" dataProvider="{_aDPAL}" width="630"
    height="350">
    <mx:columns>
    <mx:Array>
    <mx:DataGridColumn columnName="TagID" headerText="Tag
    ID"/>
    <mx:DataGridColumn columnName="DiscoveryTime"
    headerText="Read Counts"/>
    <mx:DataGridColumn columnName="LastSeenTime"
    headerText="Reliability"/>
    <mx:DataGridColumn columnName="Antenna"
    headerText="Antenna No"/>
    <mx:DataGridColumn columnName="ReadCount"
    headerText="Read Time"/>
    </mx:Array>
    </mx:columns>
    </mx:DataGrid>
    But if i run then I am getting the error :There is no
    property with the name 'RFID'.
    Could anybody tell me why the compiler is ignoring after dash
    in this <Alien-RFID-Tag-List> kind of tag format?
    Thanx
    kvijai

    hi all
    Please have a look and tell me why I am getting this error.
    Thanx
    kvijai

  • Reading RFID tags with LabVIEW

    Is there an RFID reader which is compatible with LabVIEW (preferably from NI)?
    I'm looking into tagging test samples and then reading sample data with LabVIEW.  Has anyone done this?
    I'm just starting my research so if you can give me some pointers or information about RFID in general it would be useful (costs, suppliers, caveats, and so on).
    Thanks,
    Dave

    Hi Dave,
    We have a DevZone tutorial on The State of Radio Frequency Identification (RFID). Take a look through this, it has a lot of information. Also, scroll down to the bottom of this page, it discusses what NI products can be used for RFID reading. We also have a Case Study called "Using National Instruments Software and Hardware to Develop and Test RFID Tags".
    Hope this helps a bit!
    Regards,
    Claire Reid
    National Instruments

  • New MVC with Standard Tags and DB sample

    I have posted initial build of a new learning application on
              SourceForge "basicPortal" under CVS
              http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/basicportal/basicportal
              It is using Struts with Standard Tags and X: Transform from DB, Realm
              base security, CURD, etc. etc. I have big plans for this, to be 20% of
              code that gets used 80% of time and "faces" and expression language
              compliant.
              (Err.. this build is not for newbies, but I will update it .... a lot
              and often.)
              To keep up on this and related topics, there is a mail list
              http://www.netbean.net/mailman/listinfo/mvc-programmers
              that also gets you password to other baseBeans.com features.
              and a newsgroups readers news.baseBeans.com.
              Hope you like,
              Vic C.
              

    Looking at the XFILES.5.xml file and Install.vbs files of the XFILES installer, it appears that the XDBPM_SUPPORT and XFILES_DBA_TASKS actions will only be run if you enter a SYSDBA user in the "DBA User" field of the installer. However, for some reason, Oracle seems to have commented out the command that checks to ensure that the DBA user you entered is a SYSDBA user, and the "DBA User" field defaults to SYSTEM, which is not a SYSDBA user. Since I got things working I haven't tried rerunning the installer with a SYSDBA user, but maybe it will work better. The installation documentation and/or the installation scripts need to be updated to reflect the need for a SYSDBA user.
    Regarding the APEX version of XFILES, this has not installation instructions whatsoever, and there are prerequisite steps to get this to install correctly as well. I tried importing the f102.sql file into APEX and it failed on the prereq validation because an "XFILES/Apex" folder wasn't found in XML DB. I went looking for anything that creates this directory and I found that there is another XFILES_DBA_TASKS.sql script specifically for the APEX version. It is included in the f102.sql file. So I cut and paste the contents into SQL*Plus and ran it as SYS. I was then able to install the f102 application.

  • Alarm forwarding from rfid tags (Aeroscout)

    Hello all,
    I have an issue regarding alarm forwarding from rfid tags, to 3rd party systems via sms or e-mail
    When the alarmbutton on the Aeroscout T3 tag is pushed, we would like the following info to be
    forwarded: tag-name and current location.
    As it is now, the forwarded data seems only to contain tag info, not location info (the wireless network
    and the location services works flawlessly).
    Does anyone out there have any pointers as to how i could set this up properly, or
    maybe point me in the right direction for a doc or link on the matter?
    Current setup:
    Cisco 1300 AP's
    Cisco 4400 WLC + Cisco CT 5508 controllers
    Cisco MSE 3300 location appliance
    Cisco WCS management
    Aeroscout T3 Rfid
    If any more info is needed to help out on this, please let me know and i'll do my best.
    Best regards
    Ole V.

    If you want to statically place an Aeroscout tag you can do that in Mobileview.  This wouldn't be a bad idea for a tag that is never going to move. 
    I'm presuming your using the Aeroscout CLE for tag tracking and PI has nothing to do with the location measurements.  Aeroscout engine (CLE) 4.5 improved floor hopping errors and there might be some other filtering or changes you could make in Aeroscout's System Manager to help with floor hopping as well.  I would suggest that you contact Aeroscout/Stanley support as this is more on their end.
    Thanks,
    Kevin

  • Sapscript Syntax to write a RFID Tag on a label with Printronix SL5000r

    Hello everybody,
    does anyone know the syntax in SAPscript, to write data on a RFID Label with the label printer SL5000r from Printronix. I know you need the command "RFWTAG". But do you also need a special font?
    It would be great, if someone could post an example. e.g. to write 1234567890 on the RFID tag.
    Many thanks in advance!
    Bernd

    Hi Andreas,
    based on our conversation on the phone:
    Have a look here: SAP NOte: 734102
    It tells you what is necessars to get it working. I guess in your case the vendor does not deliver the correct driver for the SAP framework. As I said, you need the exact driver for the SAP driver framework. Cause it was not available in our case, we had to develop that one from scratch. But the model you use - if you ask the person that sells it, he was very helpful in our case as well and it was only a question of a few days to get it working correctly with our own JNI Implementation.
    Perhaps the following Notes can be helpfull as well:
    793100 - MAM RFID tag initialization instruction
    791037 - SAP Mobile RFID Interface Software Installation/Deployment
    Regards,
    Oliver
    P.s. Special greets to Kai and a Merry xMas for you all!

  • RFID tag reading failed - MI 7.0, MAM 3.0

    Hello at all,
    I try to make RFID available for Mi7.0 SR14, MAM3.0 SR5, DB2e, Windows Mobile 5, RFID Reader - Microsensys CFCard, Passive Tags (non metal and on metal9).
    Currently I don't be able to read any RFID tag. The standard software of RFID scanner manufacturer can read them without any problems. I got the technical details of tags from manufacturer of tags too (see pirfmsycfcrd.tagcfg).
    So my questions are:
    Why the standard MAM application cannot identify the tags at least?
    What can be wrong in my configuration or what I did wrong?
    How we can write Tags inital for MAM? Software?
    Please take a look to the details of my scenario below:
    Thanks a lot in advance if you can help.
    Kind regards
    Andreas Dommes
    I was preparing drivers as described in note 761833 - PIRFMSYCFCRD_ReleaseNote_v1_2_6.htm. Following compoenent have been installed in sequence on device:
    MOBILEENGINE_JSP (701400)
    DB2E (9.1.2)
    CONNECTOR_WM50_XSL_CRM (126)
    MICROSENSYS_DRIVER_ADDON_WM50 (adapted PIRFMSYCFCRD_WM50_XSL_CRM by means of 761833)
    XMAM30_HANDHELD_SR05
    <h3>eSerial driver also installed (litte Hack mentioned in release-notes of driver - Timbatec-Recon Device</h3>
    following flag I set manually (as described in 761833 - PIRFMSYCFCRD_ReleaseNote_v1_2_6.htm)
    HKEY_LOCAL_MACHINE/Drivers/PCMCIA/elSerail/EnableXScaleHacks = 1
    <h3>Following settings we use</h3>
    File: pirfmsycfcrd.cfg (we increased timeout (*2)
    Configs=DriverParameters
    DriverParameters=
    DriverParameters.CFPort=COM2:
    DriverParameters.IdentifyTimeout=6000
    DriverParameters.PortType=0
    DriverParameters.ReadTimeout=4000
    DriverParameters.WriteTimeout=4000
    DriverParameters._Type=DriverParameters
    File: pirfmsycfcrd.md
    Types=DriverParameters,Integrated
    Parameters.DriverParameters=ReadTimeout,WriteTimeout,IdentifyTimeout,PortType,CFPort
    DriverParameters.ReadTimeout=4000
    DriverParameters.WriteTimeout=4000
    DriverParameters.IdentifyTimeout=6000
    DriverParameters.PortType=0
    DriverParameters.CFPort=COM2:
    Parameters.Integrated
    File: pirfmsycfcrd.tagcfg - relevant for us is type "TIHFIPLUS"
    Configs=EM4135,MYD_ISO,ICODESLI,TIHFIPLUS
    EM4135=
    EM4135.Name=EM4135
    EM4135.NoOfBytes=288
    EM4135.NoOfBytesPerBlock=8
    EM4135.TagIDLen=8
    EM4135.TagIDPasswordLen=0
    EM4135.Type=0x01,\ 0x16
    EM4135.UserReadableAreas=0-287
    EM4135.UserWritableAreas=0-287
    EM4135._Type=Tag
    ICODESLI=
    ICODESLI.Name=ICODESLI
    ICODESLI.NoOfBytes=112
    ICODESLI.NoOfBytesPerBlock=4
    ICODESLI.TagIDLen=8
    ICODESLI.TagIDPasswordLen=0
    ICODESLI.Type=0x01,\ 0x04
    ICODESLI.UserReadableAreas=0-111
    ICODESLI.UserWritableAreas=0-111
    ICODESLI._Type=Tag
    MYD_ISO=
    MYD_ISO.Name=MYD_ISO
    MYD_ISO.NoOfBytes=992
    MYD_ISO.NoOfBytesPerBlock=4
    MYD_ISO.TagIDLen=8
    MYD_ISO.TagIDPasswordLen=0
    MYD_ISO.Type=0x01,\ 0xF5
    MYD_ISO.UserReadableAreas=0-991
    MYD_ISO.UserWritableAreas=0-991
    MYD_ISO._Type=Tag
    TIHFIPLUS=
    TIHFIPLUS.Name=TIHFIPLUS
    TIHFIPLUS.NoOfBytes=240
    TIHFIPLUS.NoOfBytesPerBlock=4
    TIHFIPLUS.TagIDLen=8
    TIHFIPLUS.TagIDPasswordLen=0
    TIHFIPLUS.Type=0x00,\ 0x07
    TIHFIPLUS.UserReadableAreas=0-239
    TIHFIPLUS.UserWritableAreas=0-239
    TIHFIPLUS._Type=Tag
    <h3>Following error occurred, if I try to read RFID tag:</h3>
    RFID-Tag couldn't read
    [20081208 15:32:57:706] D [MI/API/Runtime/JSP       ] AbstractMEHttpServlet:getEvent() done with event name = 'onRFIDRead'
    [20081208 15:32:57:716] P [MI/PIOS                  ] Called method: ConnectorImpl.open()
    [20081208 15:32:57:720] D [MI/PIOS                  ] param: parameters=com.sap.ip.me.api.pios.rfid.RfidParameters@19e6af
    [20081208 15:32:57:729] P [MI/PIOS                  ] Called method: RfidConnectionImpl(-1).RfidConnectionImpl()
    [20081208 15:32:57:735] P [MI/PIOS                  ] Called method: ConnectorImpl.getConfigFile()
    [20081208 15:32:57:740] D [MI/PIOS                  ] param: driverInfo=com.sap.ip.me.api.pios.connection.DriverInfo@19e6bc
    [20081208 15:32:57:745] P [MI/PIOS                  ] Called method: ConnectionHelper.open()
    [20081208 15:32:57:753] D [MI/PIOS                  ] param: conn=com.sap.ip.me.api.pios.impl.rfid.RfidConnectionImpl@19e682
    [20081208 15:32:57:758] D [MI/PIOS                  ] param: params=com.sap.ip.me.api.pios.rfid.RfidParameters@19e6af
    [20081208 15:32:57:761] D [MI/PIOS                  ] param: configFile=/MI/pios/config/pirfmsycfcrd.cfg
    [20081208 15:32:57:766] P [MI/PIOS                  ] Called method: RfidConnectionImpl(-1).open
    [20081208 15:32:57:772] D [MI/PIOS                  ] param: DrvName:=pirfmsycfcrd
    [20081208 15:32:57:776] D [MI/PIOS                  ] param: DrvDescription:=Microsensys CF RFID
    [20081208 15:32:57:780] D [MI/PIOS                  ] param: DrvVersion:=1.2.6.11
    [20081208 15:32:57:783] D [MI/PIOS                  ] param: MIDir:=/MI/
    [20081208 15:32:57:787] D [MI/PIOS                  ] param: PIOSDir:=/MI/pios/
    [20081208 15:32:57:790] D [MI/PIOS                  ] param: LogDir:=/MI/pios/log/
    [20081208 15:32:57:794] D [MI/PIOS                  ] param: ConfigDir:=/MI/pios/config/
    [20081208 15:32:57:797] D [MI/PIOS                  ] param: InstallDir:=/MI/pios/install/
    [20081208 15:32:57:801] D [MI/PIOS                  ] param: PropsDir:=/MI/pios/props/
    [20081208 15:32:57:804] D [MI/PIOS                  ] param: CfgFile:=/MI/pios/config/pirfmsycfcrd.cfg
    [20081208 15:32:57:814] D [MI/PIOS                  ] param: IsTraceOn:=true
    [20081208 15:32:57:817] D [MI/PIOS                  ] param: EffectiveSeverity:=90
    [20081208 15:32:57:821] D [MI/PIOS                  ] param: isOpen:=false
    [20081208 15:33:01:830] P [MI/PIOS                  ] Called method: RfidConnectionImpl(314944).identify
    [20081208 15:33:01:834] D [MI/PIOS                  ] param: tagTypeList=EM4135,0,8,288,8,{{0-287}{0-287};ICODESLI,0,8,112,4,{{0-111}{0-111};MYD_ISO,0,8,992,4,{{0-991}{0-991};TIHFIPLUS,0,8,240,4,{{0-239}{0-239}
    [20081208 15:33:07:861] E [Unknown                  ] RFID READ ERROR: RFID-Etikett nicht erkannt
    [20081208 15:33:07:864] E [Unknown                  ] com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID-Etikett nicht erkannt
    com.sap.mbs.mam.rfid.exception.RFIDTagAccessException: RFID-Etikett nicht erkannt
         at com.sap.mbs.mam.rfid.util.impl.RFIDTagHandlerImpl.executeRFIDTagRead()
         at com.sap.mbs.mam.rfid.control.RFIDList.onRFIDRead()
         at com.sap.mbs.core.control.AbstractViewController.process()
         at com.sap.mbs.core.control.DefaultStateMachine.process()
         at com.sap.mbs.core.web.FrontServlet.doHandleEvent()
         at com.sap.mbs.mam.application.web.FrontServlet.doHandleEvent()
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGetNotThreadSafe()
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.doGet()
         at javax.servlet.http.HttpServlet.service()
         at com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet.service()
         at javax.servlet.http.HttpServlet.service()
         at org.apache.tomcat.core.ServletWrapper.doService()
         at org.apache.tomcat.core.Handler.service()
         at org.apache.tomcat.core.ServletWrapper.service()
         at org.apache.tomcat.core.ContextManager.internalService()
         at org.apache.tomcat.core.ContextManager.service()
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection()
         at org.apache.tomcat.service.TcpWorkerThread.runIt()
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
         at java.lang.Thread.run()
    [20081208 15:33:08:047] P [MI/PIOS                  ] Called method: RfidConnectionImpl(314944).close
    <h3>Error log of pirfmsycfcrd.log</h3>
    Mon Dec 08 16:30:00 2008 : Starting Log: [\Windows\pirfmsycfcrd.dll 1.2.6.11]
    Mon Dec 08 16:30:00 2008 : CRfidPeripheral::RfOpen=
    Mon Dec 08 16:30:04 2008 : ExportObject::Open
    Mon Dec 08 16:30:04 2008 : CRfidPeripheral::RfIdentify=
    Mon Dec 08 16:30:04 2008 : Calling CRfidPeripheral::GetTagTypeByName=
    Mon Dec 08 16:30:04 2008 : CMicrosensysRFID::Rfid_Identify - *** Starting identify process ***
    Mon Dec 08 16:30:10 2008 : *** Identify process finished ***
    Mon Dec 08 16:30:10 2008 : CRfidPeripheral::RfClose=
    Mon Dec 08 16:30:10 2008 : ExportObject::Close
    Mon Dec 08 16:30:10 2008 : ExportObject::Destroy
    Mon Dec 08 16:30:10 2008 : ExportObject::~CExportObject
    Mon Dec 08 16:32:57 2008 : Starting Log: [\Windows\pirfmsycfcrd.dll 1.2.6.11]
    Mon Dec 08 16:32:57 2008 : CRfidPeripheral::RfOpen=
    Mon Dec 08 16:33:01 2008 : ExportObject::Open
    Mon Dec 08 16:33:01 2008 : CRfidPeripheral::RfIdentify=
    Mon Dec 08 16:33:01 2008 : Calling CRfidPeripheral::GetTagTypeByName=
    Mon Dec 08 16:33:01 2008 : CMicrosensysRFID::Rfid_Identify - *** Starting identify process ***
    Mon Dec 08 16:33:07 2008 : *** Identify process finished ***
    Mon Dec 08 16:33:08 2008 : CRfidPeripheral::RfClose=
    Mon Dec 08 16:33:08 2008 : ExportObject::Close
    Mon Dec 08 16:33:08 2008 : ExportObject::Destroy
    Mon Dec 08 16:33:08 2008 : ExportObject::~CExportObject

    Hi Andreas,
    based on our conversation on the phone:
    Have a look here: SAP NOte: 734102
    It tells you what is necessars to get it working. I guess in your case the vendor does not deliver the correct driver for the SAP framework. As I said, you need the exact driver for the SAP driver framework. Cause it was not available in our case, we had to develop that one from scratch. But the model you use - if you ask the person that sells it, he was very helpful in our case as well and it was only a question of a few days to get it working correctly with our own JNI Implementation.
    Perhaps the following Notes can be helpfull as well:
    793100 - MAM RFID tag initialization instruction
    791037 - SAP Mobile RFID Interface Software Installation/Deployment
    Regards,
    Oliver
    P.s. Special greets to Kai and a Merry xMas for you all!

  • Database Schema to store RFID tag events

    I am designing a Middleware to capture RFID tag events from an RFID Reader and save to Oracle 10g. Does anyone has done similar data schema to store RFID data? If yes, could you share your experience with us.

    Hi,
    <br><br>
    See if this forum help you: <a class="jive-forum-name" id="jive-forum-9" href="forum.jspa?forumID=211">Sensor-Based Services and RFID</a>
    <br><br>
    Cheers

  • Re: RFID Tag Read from SAP ITS mobile

    Hello,
    I am also using MC3190 RFID Handheld and facing the same problem. can you guide me

    thanks for the reply, we are using Internet Explorer for opening the URL.
    I have another issues like
    1. getting the scanned EPC value in the cursor position on the screen if datawedge application running in background but as soon as the EPC value appears int he field, the screen turns to "Page not found error" ( though in screen sequence next screen available) in short the problem is after getting EPC value in cursor field, without waiting for user/system action the page goes out.
    2. I want to write the EPC value on the RFID tag using the handheld but its not happening
    3. does the RFID handheld returns any value when EPC written succesfully on the tag ( such as tag written successfully )
    your inputs will be really useful for me.
    Thanks,
    Neha

  • RFID Tag reading thru Sensormatic RFID reader

    All,
    Did any body tested the Sensormatic RFID reader with AII ? How to test the HTTP connection between the reader and AII ? We have configured the HTTP RFC destination in SAP AII. But when we read the TAG from the reader, we are not able trace any response from the reader. How to configure the reader ? How will the Reader understand and send the info to AII. Anybody configured the Sensormatic RFID reader for the outband slap & ship scenario. Thanks.
    Regards,
    Velu

    Hi,
    please refer this link
    RFID tag reading failed - MI 7.0, MAM 3.0
    Regards
    Manohar

  • Support RFID tag?

    Hi
    Can anyone explain does SAP ECC 6.0 has the ability to support RFID tags via EPC standards?
    Let me know what ar ethe other standards does RFID tag comply with?
    Please explain
    Thanks,
    Sen

    Hello Sen,
    I suggets you to go through the documentation available on SAP service market website.
    service.sap.com/SCM --> Warehousing -->
    It contains lot more information about warehouse management with technical details and functioanalitites.
    Hope this helps.
    Regards
    Arif Mansuri

  • How can I check if there are meta tags and description tags for my pages on website?

    I want to check if the pages on my website have keywords or meta tags and description. How can I do that?

    In Contribute, Edit the Page and the click on Format, Keywords and Descriptions.

Maybe you are looking for

  • How can I call a Report From database function

    Hi all, I want to call a Report from a database function. Could you hel me??? Rgds

  • List workflow Error Occurred when more than 10 fired at the same time?

    SPF 2010 I have created a list workflow that simply copies the value from Columns A, B, C to D, E, F respectively then it compares that D, E, F match A, B, C if TRUE, then NUL A, B, C then if confirms A, B, C "is empty" if TRUE, then complete the wor

  • CollapsiblePanel with XML data source

    I've been working with the CollapsiblePanel for the past two nights. I can't make the panel collapse at runtime when I have XML data attached. I validated by downloading one of the Adobe Lab CollapsiblePanel samples. I validated that I could make the

  • Conversion of a floating point type field

    Hi, I'm fetching field ATFLV from table AUSP for a particular value of ATINN.ATFLV is a floating point type field. Can anyone please guide me as to how to convert this field(ATFLV) from floating point no. to a simple no.? Helpful answers will be rewa

  • ASR9000 PBTS limitation

    i have some question regarding the PBTS : we can't configure more than 8 TE in the default class ,is this limitation will solved on the coming release    can i have one forwarding class assigned to 32 TE tunnels and traffic loadbalance  through all o