• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Shivan

    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
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Shivan

    @Shivan

    0
    Reputation
    431
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Shivan Unfollow Follow

    Latest posts made by Shivan

    • How to display Alarms/Events in a custom HTML dashboard?

      Hi All

      I've been searching the site and only find some solutions to solve this in DGLux however Im looking for a solution to it in HTML. Could someone please advise me?

      Thank you
      Shivan

      posted in Dashboard Designer & Custom AngularJS Pages
      S
      Shivan
    • RE: Using a Google map point to link to a data source in Mango.

      Thanks Woody. I did have a look at templating but that doesn't address my current issue exactly. I am using those methods for pulling across data from datasources and its working well.

      Thanks Will for your response. I will spend some time looking into your suggestion and get back to you after some time. Much appreciated.

      Regards
      Shivan

      posted in Dashboard Designer & Custom AngularJS Pages
      S
      Shivan
    • Using a Google map point to link to a data source in Mango.

      Hi All

      I am building an interface to represent data from various datasources. Currently i choose my datasource from a drop down list in the following manner:

      	<div layout="row">
      	    <md-input-container flex="" class="no-errors-spacer">
      	        <h2>Choose a device</h2>
      	        <md-select ng-model="deviceName" ng-init="deviceName='Generators'">
      	    	    <md-option ng-value="'Demo_Gen1'">Demo_Gen1</md-option>
      	    	    <md-option ng-value="'Demo_Gen2'">Demo_Gen2</md-option>
      	    	    <md-option ng-value="'Demo_Gen3'">Demo_Gen3</md-option>
      	    	    <md-option ng-value="'Demo_Gen4'">Demo_Gen4</md-option>
      	    	</md-select>
      	    </md-input-container>
      	</div>
      

      This works fine but now I want to use Google maps and specify the Lat and Long of each site using markers. I have achieved this task. My question is how can I link each marker to a specific datasource? Please let me know if I need to post up any additional code.

      Thank you
      Shivan

      posted in Dashboard Designer & Custom AngularJS Pages
      S
      Shivan