Bug #8
closedMissing support for DAVITOR legacy devices.
0%
Description
On gateway SLITE when browsing device (DT-13) 373 (Ytterbelysning) on net 3003
The DAVITOR USER properties 516 - 617 are missing in the definition-files.
//DAVITOR AB Propretary
bacqlCode = new PropertyIdentifier(512);
bacqlScriptState = new PropertyIdentifier(513);
bacqlScriptStateRequest = new PropertyIdentifier(514);
Also the schedule object cant be browsed.
The components can be read or written but nit browsed.
Controller.readProperty(373,schedule,instance_0,weeklySchedule);
Controller.readProperty(373,schedule,instance_0,objectName);
Controller.readProperty(373,schedule,instance_0,priorityForWriting);
Controller.readProperty(373,schedule,instance_0,effectivePeriod);
{ "endDate": { "nameOfMonth":"UNSPECIFIED", "dayOfWeek":"UNSPECIFIED", "month":-1, "year":2032, "day":255 }, "startDate": { "nameOfMonth":"UNSPECIFIED", "dayOfWeek":"UNSPECIFIED", "month":-1, "year":2020, "day":255 } }
What does month:-1 mean?
Controller.readProperty(373,schedule,instance_0,listOfObjectPropertyReferences);->
[
{"objectInstance":0,"property":85,"objectType":4},
{"objectInstance":0,"property":0,"objectType":0},
{"objectInstance":0,"property":0,"objectType":0}
]
property 85 is present value
object type 4 is Binary Output.
Controller.readProperty(373,schedule,instance_0,outOfService);
Controller.readProperty(373,schedule,instance_0,presentValue);
Updated by Torbjorn Carlqvist Admin over 2 years ago
- Target version set to 3.0.16
- Reported Version set to 3.0.15
Updated by Torbjorn Carlqvist Admin about 2 years ago
- Status changed from New to Resolved
- Assignee set to Torbjorn Carlqvist Admin
Updated by Torbjorn Carlqvist Admin about 2 years ago
- Status changed from Resolved to Closed
This was fixed.