Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to add new property identifier in analoginput?
-
hi all
currently i develop add on by adding new attribute( for example value1) in property identifier for my analoginput.
after added value1 attribute in propertyidentifier.java i got this error
Exception in thread "main" com.serotonin.bacnet4j.exception.BACnetServiceException: class=Property, code=Unknown property, message=Analog Input/Value1
at com.serotonin.bacnet4j.obj.ObjectProperties.getPropertyTypeDefinitionRequired(ObjectProperties.java:134)
at com.serotonin.bacnet4j.obj.ObjectProperties.validateValue(ObjectProperties.java:142)
at com.serotonin.bacnet4j.obj.BACnetObject.setProperty(BACnetObject.java:192)
at bacnet.objects.AnalogInput.<init>(AnalogInput.java:38)i welcome any inputs
Josh