do you by any chance have any tutorial on how to set this because i am not good on angular
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.
Nomathamsanqa Philiso
@Nomathamsanqa Philiso
Latest posts made by Nomathamsanqa Philiso
-
RE: How to display Alarms/Events in a custom HTML dashboard?
-
RE: How to display Alarms/Events in a custom HTML dashboard?
Hi Thomas i do understand what you saying but the problem is i need the whole dashboard to be different the logos interface everything not only the data points these are totally different customers with different look and feel
-
RE: Dashboards input "ma-set-point-value"
thank you i already got help with that but thank you anyway. I would appreciate if you can help with this major problem i am facing i need to set two different dashboard for two different customers using the same mango is it possible to do that
-
RE: How to display Alarms/Events in a custom HTML dashboard?
i would like to know if its possible to have two different customers to use the same mango can i on the mango software set two dashboard for different customers and each customer to be able to see only their dashboard
-
RE: How to display Alarms/Events in a custom HTML dashboard?
@Will-Geller is this functionality working now because i am new on mango and i want to add events and alarms on my custom html dashboard but i have no idea how can i do that and also i want to set user permissions for multiple users using the same mango to be able to see only data relevant to them i have two customers using same mango
-
RE: Dashboards input "ma-set-point-value"
@phildunlap No this is not answering my question i already have mango installed all i wanted was to display on a numeric value on my own html dashboard i have created
<ma-get-point-value point-xid="DP_705360" point="water"></ma-get-point-value>
<ma-calc input="points | filter:{name:'Temperature' } | first" output="water"></ma-calc>
this what i have instead of displaying this like
<ma-gauge-chart point="water" start="0" band-1-end="10" band-1-color="red" band-2-end="20" band-2-color="green" band-3-end="25" band-3-color="red" style="width:70%; height:250px"></ma-gauge-chart> use this google chart i want to display just a single value like <p>{{water.value}} i want to know if this is acceptable in mango -
RE: Dashboards input "ma-set-point-value"
Thank you i got it working now i am trying to create snmp data points when i test the host by putting oid it gives an error message no response from host. i did ping the ip of my host device and its responding successfully also when i put my ip on ireasoning web browser its also responding
-
Hi joel i am trying to create a snmp data source when i test the oid value it gives the error host not responding when i test my ip of the device i am trying to read on ireasoning it is working what could be the problem with mango not reading my device and again what is the best way to present a power usage in html posted in User help
-
RE: Dashboards input "ma-set-point-value"
@JoelHaggar I do have my own html dashboard i created on my own but my problem is displaying the temperature of the device i am monitoring to my html page because i am new to mango i dont know how mango works all i want is to display this temperature on my html as a text value eg 27 if the temperature is 27 without the gauge chart
-
RE: Dashboards input "ma-set-point-value"
How can i display a data point value like the above example in html i want something like
Temperature
here must be a value
<p>Temperature</p>
{{temperature.value}}