<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Does BACnet4J support Bitstring-Value Object?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I noticed that currently BACnet4J supports many new objects, however bitstring-value object is not able to locate in the code. Further in the alarm events, I could see support for CHANGE_OF_BITSTRING. So would like to check whether I overlooked the code for support of Bitstring-Value object.</p>
<p dir="auto">Please guide.</p>
<p dir="auto">Best Regards,<br />
Kishore</p>
]]></description><link>https://forum.mango-os.com/topic/4403/does-bacnet4j-support-bitstring-value-object</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 02:34:44 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4403.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Aug 2019 06:23:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Does BACnet4J support Bitstring-Value Object? on Mon, 19 Aug 2019 17:25:51 GMT]]></title><description><![CDATA[<p dir="auto">I believe so, yes. The method in AnalogInputObject to support intrinsic reporting is a convenience to pass the necessary information and add the right mixin. There is a class <a href="https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/mixin/event/eventAlgo/ChangeOfBitstringAlgo.java" rel="nofollow ugc">https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/mixin/event/eventAlgo/ChangeOfBitstringAlgo.java</a> which would serve as the event algorithm one would pass into the mixin, <a href="https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/mixin/event/IntrinsicReportingMixin.java" rel="nofollow ugc">https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/mixin/event/IntrinsicReportingMixin.java</a> as is done in the AnalogInputObject class. One would simply instantiate the BACnetObject class, and work from there.</p>
]]></description><link>https://forum.mango-os.com/post/23193</link><guid isPermaLink="true">https://forum.mango-os.com/post/23193</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 19 Aug 2019 17:25:51 GMT</pubDate></item><item><title><![CDATA[Reply to Does BACnet4J support Bitstring-Value Object? on Mon, 19 Aug 2019 15:25:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Yes, I look for similar one. Since bitstringValue.java is not available under obj folder similar to other objects like AnalogInput.java etc...I thought bitStringValue is not supported.</p>
<p dir="auto">After your clarification I understand that bitStringValue object along with intrinsic reporting is supported.</p>
<p dir="auto">Please confirm.</p>
<p dir="auto">regards,<br />
Kishore</p>
]]></description><link>https://forum.mango-os.com/post/23189</link><guid isPermaLink="true">https://forum.mango-os.com/post/23189</guid><dc:creator><![CDATA[kishorevenki]]></dc:creator><pubDate>Mon, 19 Aug 2019 15:25:42 GMT</pubDate></item><item><title><![CDATA[Reply to Does BACnet4J support Bitstring-Value Object? on Mon, 19 Aug 2019 13:08:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi Kishore,</p>
<p dir="auto">Perhaps this is what you seek: <a href="https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/ObjectProperties.java#L946" rel="nofollow ugc">https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/ObjectProperties.java#L946</a></p>
]]></description><link>https://forum.mango-os.com/post/23186</link><guid isPermaLink="true">https://forum.mango-os.com/post/23186</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 19 Aug 2019 13:08:10 GMT</pubDate></item></channel></rss>