Menu

#3 SetpointReference value is Optional

closed-rejected
nobody
None
5
2009-11-07
2008-06-03
Emanuel
No

The SetpointReference in the loop object is a required property, but it's value is optional. This is explained in the BACnet specifications page 431 as follows:
______________________________________________
BACnetSetpointReference ::= SEQUENCE {
setpointReference [0] BACnetObjectPropertyReference OPTIONAL
}
__________________________________________________

I also included the toString() in SetPointReference and ObjectPropertyReference

Any comments or suggestions welcome.

Discussion

  • Emanuel

    Emanuel - 2008-06-03

    Setpointreference and ObjectPropertyReference

     
  • Matthew Lohbihler

    The original code in SetpointReference is sufficient:

    setpointReference = readOptional(queue, ObjectPropertyReference.class, 0);

     
  • Matthew Lohbihler

    • status: open --> closed-rejected
     

Log in to post a comment.