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.

  • Colorized XID import status

    2
    0 Votes
    2 Posts
    2k Views
    P
    It would be good if XID import status were displayed in different colors: currently all import results display in red, so errors do not stand out. This is especially a problem when there are a lot of points. e.g.: red=errors, green=added new XID, blue=updated existing XID Thanks.
  • 0 Votes
    2 Posts
    2k Views
    P
    Can you please ensure that the datapoint import routine will check to see if there is already a value for the given time stamp, and if so, overwrite the existing value instead of creating duplicate time entries with different values? This will not only prevent data duplication if an already-imported point time entry is re-imported, it may also provide an easy way to correct erroneous values that may have crept into the time history. Thanks.
  • Mango M2M and Mango Automation point value import/export compatibility

    2
    0 Votes
    2 Posts
    2k Views
    P
    Can you please make sure that MA 2.0x can import multiple Mango M2M point values with no reformatting whatsoever? I have over 300 datapoints, each containing thousands of entries. If I have to reformat anything at all in the CSV format between the two versions, it will not be a simple copy/paste, will greatly slow down the process, and will make it more prone to errors. Thanks.
  • New Version of BACnet4J

    4
    0 Votes
    4 Posts
    3k Views
    P
    It isnt new but a better alarming with bacnet4j would be great. It would be nice when sended alarms can be acknowledged, a better mechanisn to send notification messages (sometimes it doesnt works) and when it get a GetAlarmSummary request that it can be answered from bacnet4j. But in all bacnet4j is a great project.
  • 0 Votes
    6 Posts
    4k Views
    P
    Thanks, I'll try that script. However, it's far more tedious to edit the script than it is to just pick the values through the GUI, so in the long term it would be best to allow the multistate graphic object to display integer datapoints.
  • BACNet MS/TP

    5
    0 Votes
    5 Posts
    3k Views
    M
    Ok, but a larger problem is that we don't have any equipment on hand with which to develop and test. Do you have a budget associated with your project? Also, are you using M2M or Automation?
  • Mixed Logging change + interval

    4
    0 Votes
    4 Posts
    2k Views
    M
    Regarding 3), note that you can change the plot type of the point to "step", which will have the same effect.
  • Pulse as event handler action

    4
    0 Votes
    4 Posts
    2k Views
    A
    It is a suggestion for implementation.
  • Chart colors

    4
    0 Votes
    4 Posts
    3k Views
    M
    Me too. Which is why they can be changed on the system settings page.
  • LOOP - BLINK - AUTOMATION

    2
    0 Votes
    2 Posts
    2k Views
    R
    Hi, I have a one question. I use the modbus serial for comunication. It is script: *#include <ModbusSlave.h> / First step MBS: create an instance / ModbusSlave mbs; / slave registers */ enum { MB_CTRL, /* Led control on, off or blink / MB_TIME, / blink time in milliseconds / MB_CNT, / count the number of blinks / MB_REGS / total number of registers on slave */ }; int regs[MB_REGS]; int ledPin = 13; void setup() { /* the Modbus slave configuration parameters / const unsigned char SLAVE = 1; const long BAUD = 9600; const char PARITY = 'n'; const char TXENPIN = 1; / Second step MBS: configure */ mbs.configure(SLAVE,BAUD,PARITY,TXENPIN); pinMode(ledPin, OUTPUT); } void loop() { /* Third and las step MBS: update in loop*/ mbs.update(regs, MB_REGS); if(regs[MB_CTRL]==1) { digitalWrite(ledPin,1); } else{ digitalWrite(ledPin,0); } }** But i want a blink effect in led and i modified the script: if(regs[MB_CTRL]==1) { digitalWrite(ledPin,1); delay(3000); digitalWrite(ledPin,0); delay(3000); } else{ digitalWrite(ledPin,0); } } Well, when i set the bit 1, the led blink but it don't enter in the else. Anyone had the same problem with supervisory and script? tank's *sorry, my english is very weak.
  • Different graph types

    2
    0 Votes
    2 Posts
    3k Views
    Z
    Hello M2M developers, a useful and, I think, not so difficult to implement feature should be a combo box to choose graph type both in watchlists and in report. It could be very useful to see some datas in bar graph format instead of line one, for example daily energy production of a solar plant. Thank you, best regards
  • Better representation of changes on graphs

    2
    0 Votes
    2 Posts
    3k Views
    R
    The default setting for loggint is "when point value changes". I understand this is for saving database space, a good reason. However, consider this scenario: I am counting the number of clicks of a switch from a device. Let's say it is at 10 from 7:00 until 7:59, and at 8:00 it reaches 11. In the current setup (at least on my version) if I select "when point value changes" then on the graph in mango there would be a straight line from 7:00 until 8:00. This is not really accurate however, as there really should be a line from 7:00 to 7:59 and a line from 7:59 to 8:00, which which show the jump, rather than a only slightly inclined line. This can be accomplished by saving every data point, but in the interest of saving space it could probably be optimized. To sum it up, my wish is: if "when point value changed" is selected, then draw a line from the first data point to the point BEFORE the value changes, and then connect this point to the changed value. Thanks.
  • Multiple point linking in one

    6
    0 Votes
    6 Posts
    4k Views
    R
    I guess it's more of an issue on the serverside scripts, but I would like to be able to use more than one point on a single script. To do this right now I use a meta data source to combine a few points into one (seperated by commas), and then on my serverside script I have a function which searches the string for the position of commas, and then splits the string into seperate variables. This is just a little inconvenient, seems like there should be a better/easier way of doing it.
  • Browser Not Supported

    8
    0 Votes
    8 Posts
    5k Views
    M
    Ok. The nag has been removed from M2M2.
  • Ping Implementation

    4
    0 Votes
    4 Posts
    3k Views
    C
    ICMP ping from Java is not a straightforward thing to do. There are lots of programs that are designed to track uptime of hosts like cacti, nagios and open nms that might be more suited than mango for tracking uptime. Or as you say get a slightly less barebones switch which has SNMP.
  • Compound Events - Condition Point Names Confusing

    3
    0 Votes
    3 Posts
    3k Views
    M
    Compound events were created before meta points and import/export, and so did not have the same convenient resources around to use. For now they have been excluded from M2M2, but if reintroduced they would be done differently - more like meta points as you suggest.
  • Points Manuel Override

    2
    0 Votes
    2 Posts
    3k Views
    M
    In other commercial SCADA systems, if a value is coming in wrong from the data source, until it gets fixed, you have the option to scan inhibit that point and can manually override it. Of course if you manually override the point, the point is marked somehow such as a different color. Just a thought.
  • Compound Events - Time Limit

    2
    0 Votes
    2 Posts
    3k Views
    M
    Could compound events be setup with a time condition? An example: Light is turned on and fan has been running (both conditions true) for 3 min? I understand you could set this up through each point and then do compound events based off that, but it gets a little confusing.
  • Select colour(color) of each data set on graph

    3
    0 Votes
    3 Posts
    3k Views
    M
    You can already do this in the M2M custom views (line color anyway, not background). Line color support is much better in M2M2.
  • ModBus only write register - datapoint

    6
    0 Votes
    6 Posts
    6k Views
    O
    Thank you M2MSanta :)