VT welcomes much needed office space!

After years in its cramped 4th floor offices in North Tel Aviv, Visonic Technologies has upped desks & belongings and has moved to new headquarters in the heart of Israel’s ‘Silicon Valley. The new workplace boasts twice the floor space to accommodate the ongoing expansion of VT’s marketing, sales and product development activities.

“We are excited about the move to our new state-of-the-art facilities,” says Michael Wasserstein; President & Chief Executive Officer of Visonic Technologies. “The move will help enhance VT’s global presence in the growing active RFID/RTLS security and safety marketplace, plus strengthen our ability to more effectively collaborate with our technology vendors and business partners.”

vt-hq-low-res

VT’s new World Headquarters is located at: 23 Habarzel Street – Tel Aviv 69720,
phone +972-3-768-1400 and fax +972-3-768-1415. (View Relocation Photos)

RFID Solutions Online’s top 10 Articles of 2008

RFID Solutions Online presents its annual top 10 RFID articles of 2008, Enjoy:

rfidonli

1.
12 Steps To Successful RFID Implementation
By Venture Research
2.
Beyond Baggage: Aviation RFID Gets Ready To Soar
By Motorola
3.
Active RFID Vs. Passive RFID Technology
By Atlas RFID Solutions, Inc.
4.
The Increasing Importance Of Choosing The Right RFID Middleware
By Sybase iAnywhere
5.
ABCs Of RFID: Understanding And Using Radio Frequency Identification
By Intermec Technologies Corporation
6.
Active RFID And RTLS In Manufacturing
By IDTechEx Ltd.
7.
Innovate With Embedded RFID
By SkyeTek, Inc.
8.
Seven Considerations For Your RFID Project
By Domino Integrated Solutions Group
9.
Embedded RFID: Transforming The Management Of Medical Devices And Supplies
By SkyeTek, Inc.
10.
Understanding The Key Issues In Radio Frequency Identification
By Motorola

Active RFID summit, 2006

tuvAlmost 3 years ago,  in the Active RFID summit (Atlanta, USA), we had a decent representation for Visonic Technologies – Tuviya Katz.
This is his presentation summary:

Active RFID is in wide usage in health care. Till now, the trend has been to deploy single-focus, stand-alone safety solutions.

And, recently, asset tracking products are being both considered and deployed.

As a consequence of this a-little-at-a-time approach, senior healthcare management has failed to realize the full potential of Active RFID.

Healthcare is now starting to view Active RFID as a scaleable enabling technology rather than single purpose products or solutions.

This rethinking is shaping the worldwide drive to leverage the already in-place applications, the push to build-out existing infrastructure and the motivation to put into place new backend ERPs, patient care and other third-party options. As result of these international advances; unified risk mitigation and asset tracking solutions, built upon Active RFID has become both technically and financially feasible for the majority of healthcare facilities“.

Visonic Technologies’ Annual Partners forum

david-web-image1
Hi All,

Visonic Technologies will hold its annual Partner forum in January in Budapest.
We will be unveiling a number of significant developments that have been under development for the past year or two.

VT’s new IP and RS-485 based infrastructure to be released this spring, a multi-site architecture for Eiris, temperature sensing tags and more.

Whether you specialize in access control, staff security, asset tracking, nurse call, wandering patient or infant protection, I strongly recommend that you join us to see these developments for yourself  and enjoy the sites of Budapest.

wer

For additional information see our web site at www.visonictech.com

“An All Weather Asset Tracking Tag”

wt

This is what IDS-Packaging INDIA wrote about Visonic Technologies:

“Tel Aviv-based Visonic Technologies has released an All Weather Asset Tracking Tag that provides a robust tag for tagging and monitoring heavy industrial mobile assets and has significantly reduced the needed infrastructure by greatly increasing the tag’s radio range.
It is capable of communicating using a number of standard radio protocols that are in use in both the supply chain and security industries. The new tag features continuous long range RF communication with the control network; an LF receiver for reporting when the tag passes a particular gate; a motion sensor; a tamper sensor; and an optional temperature sensor.”

Visonic Technologies Wants YOU !

uu1

Visonic Technologies is looking for an embedded software developer:

  • Electronics engineer / software engineer
  • At least 1 year experience with writing C and Assembler
  • Experience with communication protocols
  • Experience with real time location systems ( RTLS ) – advantage!

Don’t be shy… Apply!

– for more information:  info@visonic.com

VT’s products mission

Visonic Technologies offers integrated active RFID/RTLS solutions to enhance security and safety throughout the enterprise.
Offering a wide range of products from niche-market applications to high-end unified visibility and safety solutions, Visonic Technologies caters to the needs of industries and institutions where the identification, location, security and safety of people and assets is mission critical to business performance.

Visonic Technologies development tips

Avner Arbel

Avner Arbel - Director of software development


Nowadays, at Visonic Technologies we’re working to develop the next generation of our Elpas network technologies.

When designing new network solutions, especially when it comes to real time location systems (RTLS), there are a number of key design guidelines and principles that should be considered.
I particularly like the list of principles enumerated and discussed in RFC 1958, which is well worth reading! The necessity of those principles is even greater in the active RFID/RTLS environment since we are dealing with multiple layers.

For example, in every Elpas RFID solution, we have active and passive mobile and stationary tags that transmit identification and tracking data; strategically located wall and ceiling mounted readers and receivers that receive the transmitted tag data; the LonTalk, Ethernet/IP and/or Wi-Fi networks that relay the received tag data to the local positioning EIRIS server and the calculation that determines location down to room level precision.

Summarized below are what I consider to be the top 10 architectural principles, which I have listed in order of their importance:

1. Make sure it works – Do not finalize the design or standard until multiple prototypes have successfully communicated with each other.
2. Keep it simple – When in doubt, use the simplest solution.
3. Make clear choices – If there are several ways of doing the same thing, choose one. Having two or more ways of doing the same thing is looking for trouble. Standards often have multiple options, modes or parameters because powerful parties insist that their way is best.
Designers should strongly resist this tendency. Just say no!
4. Exploit modularity – This principle leads directly to the idea of having protocol stacks, each of whose layers is independent of all other ones.
5. Expect heterogeneity – Diverse hardware, transmission facilities and applications will occur on any large network. To handle them, network design must be simple, general, and flexible.
6. Avoid static options and parameters – If parameters are unavoidable (e.g., max. packet size), it is best to have the sender and receiver negotiate a value rather than arbitrary define a fixed choice.
7. Look for a good design; it need not be perfect – Often good design cannot handle weird special cases. Rather than messing up the architecture, designers should put the burden of creating the work around, on the people with the strange requirements.
8. Be strict when sending and tolerant when receiving – Send packets that rigorously comply with the standards, but anticipate incoming packets that may not be fully conformant and be flexible enough to deal with them.
9. Think about scalability – If the system is to effectively handle millions of hosts and billions of users, no centralized databases of any kind can be tolerated since the load must be spread as evenly as possible over available resources.
10. Consider performance and cost – If a network has poor performance or outrageous costs, nobody will use it.

I also highly recommend that you take a look at Andrew S Tanenbaum’s classic book on computer networking entitled: Computer Networks (4th Edition). The book is arguably the best single resource for gaining a good technical understanding of modern networking – from the underlying physical layer hardware up through today’s most popular network applications.