-
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 in Visual Test Shell for BACnet
-
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 in Visual Test Shell for BACnet
-
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 in Visual Test Shell for BACnet
-
Your modification of the script is valid. The script generator in VTS does not correctly generate for empty lists.
2009-11-09 15:07:25 UTC in Visual Test Shell for BACnet
-
The object-list property must contain the device object.
2009-11-09 15:00:13 UTC in Visual Test Shell for BACnet
-
Example usage in EPICS:
setpoint-reference: {{(analog-value,1),present-value}}
or
setpoint-reference: ?
VTS does not allow entry of this property as an empty list although this is allowed by the standard.
2009-11-04 13:44:04 UTC in Visual Test Shell for BACnet
-
VTS does not support entry of proprietary properties within a standard object. The vendor should document any proprietary properties in either their PICS document or as comments the EPICS for the test laboratory.
2009-11-04 13:36:31 UTC in Visual Test Shell for BACnet
-
ltribble made 1 file-release changes.
2009-10-26 17:37:01 UTC in Visual Test Shell for BACnet
-
ltribble made 1 file-release changes.
2009-10-26 17:33:01 UTC in Visual Test Shell for BACnet
-
ltribble made 2 file-release changes.
2009-10-26 17:32:01 UTC in Visual Test Shell for BACnet