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.

  • "Persisent" Advanced Scheduler

    3
    0 Votes
    3 Posts
    1k Views
    R
    Will try, thanks Mat. Rodrigo
  • Mango SSO (single sign-on)

    2
    0 Votes
    2 Posts
    690 Views
    JoelHaggarJ
    This feature is coming in Mango v4. There should be a beta version released with this feature you can test in the next 1-2 weeks.
  • How to pass a XID from an input container to a query

    3
    0 Votes
    3 Posts
    1k Views
    MattFoxM
    @zenvakil said in How to pass a XID from an input container to a query: <ma-point-query query="'eq(dataSourceXid,DS_f4bd539a-6d8d-4557-8248-1650c7a447e9)&sort(deviceName,name)&limit(200)'" points="eventPoints"></ma-point-query> <ma-point-query query="'eq(dataSourceXid,'+myDataSource.xid+')&sort(deviceName,name)&limit(200)'" points="eventPoints"></ma-point-query> That's how I do it Fox
  • Problem OPC DA loss cannot selected server

    1
    0 Votes
    1 Posts
    557 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • How-to test SNMP Trap in Mango

    12
    0 Votes
    12 Posts
    9k Views
    terrypackerT
    @Ricardo there is some information here as to how to use iptables. I suggest you familiarize yourself with how they work as they are useful to redirect port I/O between privileged ports and non-privileged ports. https://docs-v3.mango-os.com/linux-security
  • Event on HTTP JSON Receiver data point age

    2
    0 Votes
    2 Posts
    683 Views
    cwangvC
    @ricardo Try the 'No change' event detector or others as shown below: [image: FEYI92a.png]
  • How to log out a user from Mango

    11
    0 Votes
    11 Posts
    3k Views
    M
    @MattFox @Elena Hi! We made changes then restarted Mango (both v3.7.7 and 4.0.0.beta3). Mango forced the user to log in again. But it doesn't consider user inactivity. Even if the user is actively working, Mango forces to log out after a period of time.
  • Label Text Column chart

    2
    0 Votes
    2 Posts
    882 Views
    MattFoxM
    Timestamp in this instance should be a unix timestamp unless you configure custom categories for the x axis. Fox
  • Error without mysql dump directories on env.properties

    5
    1 Votes
    5 Posts
    1k Views
    CraigWebC
    It is an operating system permission, not a MySQL permission
  • Mango Automation Client - Server Architecture

    1
    0 Votes
    1 Posts
    492 Views
    No one has replied
  • Sharing calculations between pages

    1
    0 Votes
    1 Posts
    557 Views
    No one has replied
  • Can we import the configuration export of v3.7.7 to v4.0.0?

    4
    0 Votes
    4 Posts
    1k Views
    terrypackerT
    @Nurr for this to work you will want to start up Mango 3.7.7 on the old database and then upgrade to Mango 4.0.0. We do not support restoring Mango 3.7.x on top of a new Mango 4.0.o database.
  • 1 Votes
    2 Posts
    1k Views
    M
    Hi @Dave-Frazier ! Any update for the topic? Thanks in advance,
  • How to simulate system events?

    4
    0 Votes
    4 Posts
    1k Views
    M
    Hi @terrypacker , Although we upgraded v3.7.7 to v.4.0.0.beta2, it is still written ' rest.testMode=false ' on the env.properties file. Hi @Dave-Frazier , Additionally, can please share documentation for /rest/latest/testing/raise-event ? How can I use it? Thanks!
  • State Chart X-Axis showing different time format

    15
    0 Votes
    15 Posts
    4k Views
    Z
    Hey Craig, Thanks for all the help. I ended up figuring it out :) <md-card flex=""> <md-card-content> <ma-get-point-value point-xid="UAR-STN-DP_Gen_BreakerState" point="point1"></ma-get-point-value> <ma-get-point-value point-xid="UAR-STN-DP_Gen_State" point="point2"></ma-get-point-value> <ma-point-values point="point1" values="point1Values" from="dateBar.to | maMoment:'subtract':1:'day'" to="dateBar.to" rollup="FIRST" rollup-interval="1 hours"> </ma-point-values> <ma-point-values point="point2" values="point2Values" from="dateBar.to | maMoment:'subtract':1:'day'" to="dateBar.to" rollup="FIRST" rollup-interval="1 hours"> </ma-point-values> <ma-state-chart style="height: 500px; width: 100%" series-1-title="{{point1.name}}" series-1-values="point1Values" series-1-labels="point1.getTextRenderer().values" series-2-title="{{point2.name}}" series-2-values="point2Values" series-2-labels="point2.getTextRenderer().values"> </ma-state-chart> </md-card-content> </md-card>
  • This topic is deleted!

    2
    1 Votes
    2 Posts
    84 Views
  • Disaster Simulation for Mango v3.7.7,

    5
    0 Votes
    5 Posts
    2k Views
    MattFoxM
    As long as your system configuration hasn't changed you will be fine.
  • Force read SNMP

    10
    0 Votes
    10 Posts
    3k Views
    CraigWebC
    @jcaballeroa I was able to replicate it, there is a bug. Once the bug is fixed it will be announced in the forum.
  • How to trace connected devices to Mango

    5
    0 Votes
    5 Posts
    2k Views
    J
    Hello, Thanks for your replies, I tried @Ralf suggestion and I think is all right. Thanks!