Please accept our apologies for not responding sooner: everybody has been so busy we just haven't had any spare time in the past few days.
ors19516 wrote:If It is able to import data from AutoCAD, it should be explained isn't it?
AutoCAD allows you to export data in a few concrete formats such as *.sat , *.3ds , *.bmp and so on. Which is the suitable one?
Just for the avoidance of doubt I assume this is the section of the manual that you are referring to:
The Site Manager manual wrote:For example, this is an extract from some data generated from an AutoCAD design file for an ambulatory care hospital by selecting appropriate layers and printing out the lines in the appropriate format
-35.25 -32.25
-35.25 25.35
-35.25 -32.25
-2.6 -32.25
-35.25 -25.1
-35.25 25.35
...
This tells you how to get data from AutoCAD into a Ubisense building plan: you do it by selecting appropriate layers and printing out the lines in the appropriate format, which is the format shown. This should be easy to do using the AutoCAD API or if you don't have AutoCAD and only have something in their proprietary DWG or DXF formats you can use CAD Import .NET
http://www.cadsofttools.com/en/products ... _.net.html to translate the format into our walls file format.
ors19516 wrote:Later, in site manager, to load wall files it request *.dat files or building data files *.xbd. I'm doing some tests with the data content on the file.
For instance, I'm applying this kind of format:
-35.25 -35.25
-35.25 25.35
-35.25 -32.25
-2.6 -32.25
which is exactly the same example you are giving us in the site manager manual. It should create a vertical wall, and an horizontal wall connected by the point (-35.25, -35.25). But if I load this text document as *.dat file in the "Load wall" option it only creates the vertical walls. I have done a few tests with different coordinates and is always the same. If I try to load a file with only horizontal walls coordinates, it gives an error "Cannot load file".
I have just tried exactly this on my 2.1.4 installation by cutting and pasting the data from your posting and I get the expected result as shown below. Maybe you also have a non-text character in your file?

- Area showing example walls file: this is what I get from your data
I hope this helps. Try posting the file to here if you can't work out what what is wrong with it.