• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. eksantrik
    3. Topics

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by eksantrik

    • E

      Creating data points for a postgresql data source

      User help
      • • • eksantrik
      3
      0
      Votes
      3
      Posts
      1.1k
      Views

      phildunlapP

      Hi eksantrik,

      Might you happened to have seen my post in this thread: https://forum.infiniteautomation.com/topic/3115/sql-data-source-query/2

      It may have some relevant information / inspiration.

      The connection between the SQL points is the 'column name' on the point. If 'Row-based query' is not checked on your data source, then the point will get the value in the value column if its column name matches the ID column. If you are doing a row-based query, then it's the first selected column contains the identifier.

    • E

      Connection to Historical point value DB (postgreSQL)

      User help
      • • • eksantrik
      2
      0
      Votes
      2
      Posts
      700
      Views

      Jared WiltshireJ

      @eksantrik The SQL Data Source should accomplish what you need.

      https://help.infiniteautomation.com/configuring-data-sources-and-data-points/
      Once you have added a SQL Data Source, click the blue help icon for more documentation.

    • E

      MSSQL Data Source ClassNotFoundException

      Mango Automation general Discussion
      • • • eksantrik
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      phildunlapP

      Hi eksantrik,

      The JDBC driver for MSSQL is not bundled with Mango. You can download it here: https://docs.microsoft.com/en-us/sql/connect/sql-connection-libraries#anchor-20-drivers-relational-access (has links for 6.0 and 6.2 for Java currently). You want the .tar.gz download, it'll have the driver compiled for Java 8, so copy that jar into your Mango/overrides/lib directory and try again.

    • E

      How to run an explore against a bacnet/ip controller which is located in another subnet

      BACnet4J general discussion
      • • • eksantrik
      2
      0
      Votes
      2
      Posts
      1.9k
      Views

      E

      Good day,

      We are trying to develop bacnet explorer using bacnet4j. the thing is that this explorer will not be in the same subnet as the bacnet controller most of the time. We can send who-is messages to the local broadcast address with destination network address 65535. We are trying to figure out how we can achieve the same when we are not in the same network as bacnet controller but we know the IP of the bacnet controller.

      Does bacnet4j support it?

      Thanks