• 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
    Offline
    • Profile
    • Following 5
    • Followers 2
    • Topics 3
    • Posts 6
    • Groups 0

    Topics

    • M

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

      Watching Ignoring Scheduled Pinned Locked Moved How-To rest api
      1
      0 Votes
      1 Posts
      653 Views
      No one has replied
    • M

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

      Watching Ignoring Scheduled Pinned Locked Moved How-To httpbuilder graal.js httprequest
      5
      0 Votes
      5 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved How-To
      3
      1 Votes
      3 Posts
      1k 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