Back to contents pageHow to set up a Ubisense system (2)

How to set up a Ubisense system (2)

Summary

This article follows on from How to set up a Ubisense system (1). It only briefly describes what to do next - its main purpose is to point you to some of the other articles.



Prerequisites

You should know the information in the following article:



Guide

There are a number of things you didn't see in part 1:

Adding more cells will be discussed in this article. Then, you will have seen most of the possible configuration that can be done in Location Engine Config (LEC). Configuration of the rest of your system is done using different tools, including Site Manager. This guide is intended to describe what you will almost always want to do. It will point you to the other articles if you need help with how to do things.



21) Add the rest of your Location Engine (Sensor) Cells

As you did in part 1. Things to remember:



22) Add your tags

Use the LEC "tags" tab, normally just to add a range covering all your tags.



23) Configure your filters

How to configure filters using Location Engine Config



24) Get yourself on the map

The first thing to do with Site Manager is get yourself on a Ubisense map:

  1. In Site Manager's "Objects" tab, create a "Person" object with your name.
  2. Give your person a representation.
  3. Assign a tag to your person.
  4. Create an area.
  5. Create a cell hierarchy.
You should see your person moving around on the map as you walk around with the tag.



25) Create spatial zones

The next thing is to give some context to your raw location data. In general, (x, y, z) coordinates are not very useful, but the next level of data abstraction is very useful: create a spatial relationship. You should see a zone on your map change colour as you cross in and out.

Taking this to the next stage, you can monitor your spatial relationship in a C# software application.



Back to top