• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Mert
    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
    M
    • Profile
    • Following 5
    • Followers 2
    • Topics 3
    • Posts 6
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Mert

    • M

      How to query field names for events, data-points , and realtime endpoints?

      How-To
      • rest api • • Mert
      1
      0
      Votes
      1
      Posts
      418
      Views

      No one has replied

    • M

      How can I make HTTP request with HttpBuilder in the new scripting environment?

      How-To
      • httpbuilder graal.js httprequest • • Mert
      5
      0
      Votes
      5
      Posts
      776
      Views

      M

      @terrypacker thanks a lot, an example code is more than enough. I will look into the library in detail and see how to use it in the upcoming days.

      Thanks once again!

    • M

      How to get event instance data as object using Script Event Handler

      How-To
      • • • Mert
      3
      1
      Votes
      3
      Posts
      623
      Views

      terrypackerT

      @mert sorry for the delay. Another option would be to use the Service that is injected into the context like this:

      const dataSourceService = services.dataSourceService; const ip = dataSourceService.get('xid');

      Also here is a collection of example scripts for the new environment and a few for the legacy one:

      https://github.com/infiniteautomation/script-examples