ARCHIVE
LinuxMCE Forums
May 18, 2013, 09:40:42 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Demo maps ?  (Read 1389 times)
archived
Hello, I'm new here

Posts: 0


View Profile
« on: May 10, 2005, 03:23:21 pm »

Hi,

I remember talking about that some default demo maps will be delivered with Pluto to have some demo and not start with blank maps.

But can't remember if this was made and where are these maps ?

Support web site says that you "can download demo maps at the links below" - but I can't see any links...

Thanks in advance,

Rob.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #1 on: May 11, 2005, 10:38:35 am »

Hi,

I'm trying to put some devices on my maps. Is this feature working already ?

I have 4 surveillance cams and would like to put them on security map, but they don't appear on left side as is suggested in help for maps...

Thanks in advance,

Rob.
Logged
archived
Hello, I'm new here

Posts: 0


View Profile
« Reply #2 on: May 11, 2005, 12:32:12 pm »

Hi,
The surveillance cameras doesn't appear on the floorplan because it was a missing field in DeviceCategory_DeviceData table (PK_FloorplanObjectType).
Please do the following:
- run the query
Code:
insert into pluto_main.DeviceCategory_DeviceData
( FK_DeviceCategory, FK_DeviceData, IK_DeviceData, AllowedToModify, Description)
values
(  '93',  '11',  NULL,  '1',  'Floorplan object type')
either in console or in phpmyadmin;
- delete and recreate the cameras devices in order to inherit the device data from DeviceCategory_DeviceData;
- for every camera device, choose coresponding object type in wizard/device/surveillance cameras;
- go to device/floorplan wizard and choose "camera": you should see/move you cameras on the floorplan.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Pluto provided a snapshot of their forums with approximately 5,000 posts in February, 2007 when LinuxMCE branched off. Browse those forum posts in the Archive section. Those posts have been included in the search engine and can be found with keyword searches.