-
The aim is not to write to the accumulator or to the proprietary object, it is only to read one of them.
Hear you can see a part of the auto generated script:
;Read All Property Tests
;-------------------------------------------------------------------------------------
SETUP ReadProperty Tests...
2009-11-10 16:00:13 UTC by gigi07
-
Can you provide additional information about the script created for the Accumulator and Proprietary sections. And what does VTS send when trying to write to the Accumulator or Proprietary object?.
2009-11-10 14:51:20 UTC by ltribble
-
Hi all,
I am trying to use the auto generated script for Read all properties but I have some troubles.
For all my accumulator and proprietary objects, my EPICS file is correctly loaded by VTS, without consistency errors.
But when the script try to read properties from an accumulator object or from a proprietary object, I always get the error 'Object identifier type expected'. I get this...
2009-11-10 10:39:24 UTC by gigi07
-
Thanks for your answer.
Do you know if these conditions are applicable for BTF too, or are requirements for VTS only?.
2009-11-10 08:26:31 UTC by gigi07
-
Okay, that typo and the fact that they don't mention that the a device's address list needs to contain a reference to itself threw me off.
Easy enough to fix though... Thanks!
2009-11-09 21:50:51 UTC by spyke555
-
The '?' within a BitString does not work in VTS. You should use the 'status-flags: ?' syntax. This will force the script to skip the comparison for the value of this property.
As for the device instance, you should put a valid instance number into the EPICS file and it should match the current instance number of the device you are going to test.
The ? should be used for property values...
2009-11-09 20:32:36 UTC by ltribble
-
The object-list property must contain all objects which are accessible via BACnet services (section 12.11.16). This includes the one and only device object. This is an BACnet requirement. Section D-11 has a typographical error. The device in the object-list should be (Device, Instance 2).
See also Section 5.1 of ASHRAE 135-2008
"A BACnetDevice is any device, real or vritual, that...
2009-11-09 20:25:08 UTC by ltribble
-
Hi all,
I have finished my EPICS file and now I am trying to use the test "Read all properties" associated in th EPICS view of VTS. Of course, I have a lot of errors in my test results ^^
First of all, I have a problem with the interpertation of my Status-flag in my EPICS file. I have set it to:
> status-flags: (F,?,F,F)
in lot of my status-flag property. In reality the "?" marker...
2009-11-09 16:39:12 UTC by gigi07
-
Perfect, thank you!
2009-11-09 16:01:19 UTC by spyke555
-
Is this a VTS requirements or a BACnet one? Searched through the BACnet standard and could not find this as a requirement.
Annex D of 135-2008 section D.11 does show a simple device (Device,2) which contains another device in it (Device,9) but it does not contain itself...
Thanks!
2009-11-09 16:00:01 UTC by spyke555