<?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[Wishlist]]></title><description><![CDATA[What do you want to see that you don&#x27;t already? All requests are seriously considered. Let us know by posting your enhancement description along with a clever fruit metaphor.]]></description><link>https://forum.mango-os.com/category/6</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 17:26:48 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/category/6.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 19 Aug 2023 04:17:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Feature Request: run the main loop of start() method of TcpSlave&#x2F;UdpSlave in another thread]]></title><description><![CDATA[@gbccccc first you need to define what "new slave is started successfully means".
If just binding to the port and waiting for connections is enough then you can assume that if you call the method and a ModbusInitException is thrown then it is not running.  Otherwise it is bound to the port and waiting for connections.
If you want to know that something is connected you could extend the TcpSlave class like this:
public class MonitoredTcpSlave extends TcpSlave {

    public MonitoredTcpSlave(int port, boolean encapsulated) {
        super(port, encapsulated);
    }

    public boolean hasConnection() {
        return !listConnections.isEmpty();
    }
}

As a last resort you could create your own TcpSlave by extending com.serotonin.modbus4j.ModbusSlaveSet.ModbusSlaveSet
]]></description><link>https://forum.mango-os.com/topic/5767/feature-request-run-the-main-loop-of-start-method-of-tcpslave-udpslave-in-another-thread</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5767/feature-request-run-the-main-loop-of-start-method-of-tcpslave-udpslave-in-another-thread</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Sat, 19 Aug 2023 04:17:23 GMT</pubDate></item><item><title><![CDATA[Can we please get copy and paste back for data sources?]]></title><link>https://forum.mango-os.com/topic/5605/can-we-please-get-copy-and-paste-back-for-data-sources</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5605/can-we-please-get-copy-and-paste-back-for-data-sources</guid><pubDate>Mon, 09 Jan 2023 23:37:25 GMT</pubDate></item><item><title><![CDATA[Gradle Bacnet and Modbus Dependencies]]></title><description><![CDATA[No Gradle is not supported, I don't see this being supported any time soon.
]]></description><link>https://forum.mango-os.com/topic/5013/gradle-bacnet-and-modbus-dependencies</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5013/gradle-bacnet-and-modbus-dependencies</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Mon, 30 Nov 2020 09:27:52 GMT</pubDate></item><item><title><![CDATA[New User Forced Password Change or Invitation Email]]></title><description><![CDATA[@craigweb Ah awesome! Thanks Craig.
]]></description><link>https://forum.mango-os.com/topic/4816/new-user-forced-password-change-or-invitation-email</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4816/new-user-forced-password-change-or-invitation-email</guid><dc:creator><![CDATA[cbyrne]]></dc:creator><pubDate>Thu, 28 May 2020 06:20:35 GMT</pubDate></item><item><title><![CDATA[Watch list builder in &#x27;tags&#x27; setting error implement after saving]]></title><link>https://forum.mango-os.com/topic/4813/watch-list-builder-in-tags-setting-error-implement-after-saving</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4813/watch-list-builder-in-tags-setting-error-implement-after-saving</guid><pubDate>Wed, 27 May 2020 13:39:18 GMT</pubDate></item><item><title><![CDATA[Radius Authentication]]></title><description><![CDATA[I guess I was getting at - what industry are you in and what type of equipment are we talking about? Feel free to send a private message.
]]></description><link>https://forum.mango-os.com/topic/4621/radius-authentication</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4621/radius-authentication</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Mon, 09 Dec 2019 21:34:41 GMT</pubDate></item><item><title><![CDATA[Machine Learning Module]]></title><link>https://forum.mango-os.com/topic/4548/machine-learning-module</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4548/machine-learning-module</guid><pubDate>Wed, 30 Oct 2019 04:47:58 GMT</pubDate></item><item><title><![CDATA[Pages sorted by folder in the dashboard designer or editor selector]]></title><description><![CDATA[The best advice I can give is that the drop-down on the dashboard designer is filterable.  Just start typing your pages name.
]]></description><link>https://forum.mango-os.com/topic/4488/pages-sorted-by-folder-in-the-dashboard-designer-or-editor-selector</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4488/pages-sorted-by-folder-in-the-dashboard-designer-or-editor-selector</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Mon, 23 Sep 2019 19:04:06 GMT</pubDate></item><item><title><![CDATA[BACnet publisher in Modern Mango UI missing ability in auto assigning of BACnet Object instance ID]]></title><description><![CDATA[v3.7.x will automatically set the instance ID.
]]></description><link>https://forum.mango-os.com/topic/4482/bacnet-publisher-in-modern-mango-ui-missing-ability-in-auto-assigning-of-bacnet-object-instance-id</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4482/bacnet-publisher-in-modern-mango-ui-missing-ability-in-auto-assigning-of-bacnet-object-instance-id</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Sat, 21 Sep 2019 14:11:21 GMT</pubDate></item><item><title><![CDATA[Maximum of events&#x2F;alarms]]></title><description><![CDATA[Hi Ralf,
We have explored adding the ability to set event detectors to not raise the event more than once in some amount of time, but that feature was not merged in at the time so hasn't become part of Mango yet.
I think what you're requesting would be something like that, but for data source events, which is a good idea if it is a good idea to do it for event detectors.
Thanks for the suggestion!
]]></description><link>https://forum.mango-os.com/topic/4466/maximum-of-events-alarms</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4466/maximum-of-events-alarms</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 11 Sep 2019 16:26:37 GMT</pubDate></item><item><title><![CDATA[Text rendering suffix]]></title><description><![CDATA[Hi Ralf,
You are right! Thanks for bringing this to our attention!
Edit: Posted a little fast... Here's the git issue: https://github.com/infiniteautomation/ma-dashboards/issues/299
You could work around this by using a JSON or CSV import, or using the old UI.
]]></description><link>https://forum.mango-os.com/topic/4464/text-rendering-suffix</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4464/text-rendering-suffix</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 10 Sep 2019 07:45:28 GMT</pubDate></item><item><title><![CDATA[Watchlist tag name selection display too wide, overlapping,]]></title><description><![CDATA[I agree with this-- This is an issue I see as well.
Would nice to have another format for this thing.
Cheers,
-Greg
]]></description><link>https://forum.mango-os.com/topic/4454/watchlist-tag-name-selection-display-too-wide-overlapping</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4454/watchlist-tag-name-selection-display-too-wide-overlapping</guid><dc:creator><![CDATA[Turbo]]></dc:creator><pubDate>Sat, 07 Sep 2019 07:20:48 GMT</pubDate></item><item><title><![CDATA[Bulk selection checkbox for watchlist and bacnet points adding post discovery]]></title><description><![CDATA[maybe a limit could be implemented so if "select all" was clicked it would only select up to 30.
]]></description><link>https://forum.mango-os.com/topic/4453/bulk-selection-checkbox-for-watchlist-and-bacnet-points-adding-post-discovery</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4453/bulk-selection-checkbox-for-watchlist-and-bacnet-points-adding-post-discovery</guid><dc:creator><![CDATA[craig]]></dc:creator><pubDate>Sat, 07 Sep 2019 07:03:26 GMT</pubDate></item><item><title><![CDATA[Multiple Set Points in Event Handler]]></title><description><![CDATA[@phildunlap said in Multiple Set Points in Event Handler:

it doesn't sound to me like that'd solve how his users are going to identify points they want to control and control them easily. That's going to be an issue only his implementation of a dashboard / Mango could completely solve.

Agreed, but as he was only able to give an example without greater in depth information on the desired outcome, only wishing to be able to add multiple points to a context. I'd give him what I knew was freely available. I do not believe he wants to go into the grit of a custom dashboard page at this time. However, if that changes I'll be more than happy to assist.
Fox
]]></description><link>https://forum.mango-os.com/topic/4365/multiple-set-points-in-event-handler</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4365/multiple-set-points-in-event-handler</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 31 Jul 2019 22:20:56 GMT</pubDate></item><item><title><![CDATA[Group objects into a user component]]></title><description><![CDATA[https://forum.infiniteautomation.com/topic/4423/styling-a-custom-component-in-usermodule/9
https://forum.infiniteautomation.com/topic/4410/bug-with-amcharts-preview-works-but-page-view-does-not/8
https://forum.infiniteautomation.com/topic/3509/is-a-directive-or-ability-to-enable-and-disable-points-from-the-new-v3-ui-available-or-in-works/12
https://forum.infiniteautomation.com/topic/4216/video-component-codecs/5
https://forum.infiniteautomation.com/topic/3522/momentary-button/10
https://forum.infiniteautomation.com/topic/3273/slider-step-as-a-binary/2
https://forum.infiniteautomation.com/topic/2986/events-table-refreshing/4
https://forum.infiniteautomation.com/topic/2982/problem-with-assigning-value-using-mypoint-renderedvalue/2
https://forum.infiniteautomation.com/topic/2957/how-to-show-average-line-chart-of-multiple-datapoints/5
https://forum.infiniteautomation.com/topic/2862/bar-chart-category-as-x-axis/10
https://forum.infiniteautomation.com/topic/2831/publishing-live-dashboard/10
https://forum.infiniteautomation.com/topic/2900/dynamic-text-book-input/5
https://forum.infiniteautomation.com/topic/2844/how-to-use-json-receiver-data-point/5
]]></description><link>https://forum.mango-os.com/topic/4227/group-objects-into-a-user-component</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4227/group-objects-into-a-user-component</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Fri, 24 May 2019 00:20:38 GMT</pubDate></item><item><title><![CDATA[Horizontal split screens for the Dashboard Designer &quot;Edit markup&quot; page]]></title><description><![CDATA[Fair enough, each to their own.  As I said, I've never really noticed it nor I guess had a need for it which is why I've never tried.
@richard-mortimer said in Horizontal split screens for the Dashboard Designer "Edit markup" page:

I gotta say, after an hour of using it, I was impressed ...

Glad to hear you've found something that works for you.
]]></description><link>https://forum.mango-os.com/topic/4130/horizontal-split-screens-for-the-dashboard-designer-edit-markup-page</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4130/horizontal-split-screens-for-the-dashboard-designer-edit-markup-page</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 03 Apr 2019 06:36:39 GMT</pubDate></item><item><title><![CDATA[Export alphanumeric point values]]></title><description><![CDATA[@jared-wiltshire said in Export alphanumeric point values:

The CSV exported from AmCharts is not and will not be supported for importing point values into Mango. You can obviously manipulate it into a format that is supported but its not intended to be imported straight back in.

I'm not talking about amcharts I'm talking about the old UI that allows you to export point values in excel or CSV format.
@jared-wiltshire said in Export alphanumeric point values:

would recommend using the watch list download button to export the point values. We are going to make a new point value import tool which supports these formats. At the moment there is not a tool to do so in our new UI which is quite a shortcoming.

Yeah this is something I've been wanting since 3.2 I should have asked for it sooner.. Given what you are saying I think I'll get a directive written and will post it here should others want it.
]]></description><link>https://forum.mango-os.com/topic/4119/export-alphanumeric-point-values</link><guid isPermaLink="true">https://forum.mango-os.com/topic/4119/export-alphanumeric-point-values</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 26 Mar 2019 00:54:27 GMT</pubDate></item><item><title><![CDATA[Custom modules for Mango 2.8]]></title><link>https://forum.mango-os.com/topic/3987/custom-modules-for-mango-2-8</link><guid isPermaLink="true">https://forum.mango-os.com/topic/3987/custom-modules-for-mango-2-8</guid><pubDate>Mon, 31 Dec 2018 05:36:05 GMT</pubDate></item><item><title><![CDATA[Suggested additions to Excel reports page]]></title><description><![CDATA[Hi Ian, thanks for the wishes / suggestions!


Can you provide an example of one such pattern? Mango won't complain about the repeat modulus being greater than the periods max value generally. Syntactically it makes sense, it just doesn't add anything. I did try saving with my day field set to "NOO" and got a validation popup and not redirected from the page. I change it to "SUN" (with day of month as ?) and it saves. Was not able to reproduce.


The "Select cron pattern" section can be a bit strange. Only the resulting cron pattern input needs to be correct.


]]></description><link>https://forum.mango-os.com/topic/3959/suggested-additions-to-excel-reports-page</link><guid isPermaLink="true">https://forum.mango-os.com/topic/3959/suggested-additions-to-excel-reports-page</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Wed, 12 Dec 2018 21:48:40 GMT</pubDate></item><item><title><![CDATA[Pop up window (face plate)]]></title><description><![CDATA[For anyone that finds this thread, you can create a dialog window in Mango 3.6 very easily -
&lt;ma-button label="Show dialog" ng-click="showDialog = {}"&gt;&lt;/ma-button&gt;

&lt;ma-dialog show-dialog="showDialog"&gt;
    &lt;div&gt;This is the dialog content&lt;/div&gt;
&lt;/ma-dialog&gt;

]]></description><link>https://forum.mango-os.com/topic/3720/pop-up-window-face-plate</link><guid isPermaLink="true">https://forum.mango-os.com/topic/3720/pop-up-window-face-plate</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Thu, 16 Aug 2018 12:46:23 GMT</pubDate></item><item><title><![CDATA[Alarming Categorization]]></title><description><![CDATA[These Alarm categories are actually builtin in the BACnet Controller and I think it is practical to leave it in the controller and just influence the bits beside most of the control logic are locally defined in the controller. CraigWeb suggestion is logical, thanks
]]></description><link>https://forum.mango-os.com/topic/3719/alarming-categorization</link><guid isPermaLink="true">https://forum.mango-os.com/topic/3719/alarming-categorization</guid><dc:creator><![CDATA[Joey Uson]]></dc:creator><pubDate>Thu, 16 Aug 2018 12:39:28 GMT</pubDate></item><item><title><![CDATA[Alarm Handling in Graphic Designer]]></title><description><![CDATA[Hi @Joey-Uson
Thats not such a bad Idea actually. Something you could do now though  is add a
&lt;ma-events-table event-type="eventType" alarm-level="alarmLevel" acknowledged="acknowledged" event-id="eventId" active-status="activeStatus" limit="10" sort="'-alarmLevel'"&gt;&lt;/ma-events-table&gt;
To the bottom of the page.
]]></description><link>https://forum.mango-os.com/topic/3718/alarm-handling-in-graphic-designer</link><guid isPermaLink="true">https://forum.mango-os.com/topic/3718/alarm-handling-in-graphic-designer</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 16 Aug 2018 12:21:30 GMT</pubDate></item><item><title><![CDATA[Google Cloud Big Query module for accessing&#x2F;storing data]]></title><description><![CDATA[Certainly! There's a lot of meat missing from the bones!

but if you are happy to discuss when you can I would be very grateful.

Of course!
]]></description><link>https://forum.mango-os.com/topic/3715/google-cloud-big-query-module-for-accessing-storing-data</link><guid isPermaLink="true">https://forum.mango-os.com/topic/3715/google-cloud-big-query-module-for-accessing-storing-data</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 14 Aug 2018 22:23:50 GMT</pubDate></item></channel></rss>