Is there a way to add custom Alarm Levels to use with my own events, rather than the stock "important", "safety", etc ones?
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.
Best posts made by fishfacs
-
Adding Alarm Level Types
Latest posts made by fishfacs
-
SQL Datasource Documentation
Hello,
I'm trying to locate the documentation for the SQL datasource so I can learn how to use it. I feel like I'm missing something obvious.
Questions I'm trying to get answered:
-
Does the SQL data source support insert statements? The field header would imply it only supports select statements.
-
If I am able to use insert statements, can I insert the value of other tags, or just static values typed directly into the query?
-
If I am able to use tags as part of an insert query, do I use the XiD of the tag, or the name of the tag in the query?
Some examples might help. I feel like there is a piece of documentation that would explain all of this, but I can't seem to find it. I click on documentation on the website and it leads me to a video explaining the datasource menu item, but not information about the specific data source types.
Any help would be appreciated,
Thanks
-
-
Adding Alarm Level Types
Is there a way to add custom Alarm Levels to use with my own events, rather than the stock "important", "safety", etc ones?
-
RE: Excel Report E-Mail FTL Template
Hi.
Sorry to drag up this old topic, but I had something very similar happen to me last week and this was the most relevant topic that came up in search.
When I upgraded to 3.6.0 last week, all of my email template ftl's for my excel reports disappeared causing the reports to stop working.
What is the correct directory to store these templates in so they don't get removed between updates?
-
ma-serial-chart Y axis
Hello,
I'm trying to have two values on the Y access of a graph. They are within the same numeric range. (0-100ish)
For example, I have a motor where I monitor Amps, and Hz of the motor speed controller over a period of time which can be selected by the date bar.
I can add Amps alone, and I can add Hz alone, but as soon as I try to add them together using different series, the page comes up blank.
Its also worth noting that I can add the Amps from multiple motors on different series, so I'm guessing it is a conflict with the units of Hz and A being on the same Y axis.
Below is the relevant code I'm using:
<ma-point-values point-xid="DP_motoramps" values="MotorAmps" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"> </ma-point-values> <ma-point-values point-xid="DP_motorvfd" values="MotorHz" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals}} {{dateBar.rollupIntervalPeriod}}"> </ma-point-values> <ma-serial-chart style="height: 100%; width: 100%" series-1-values="MotorAmps" series-1-title="Motor AMPS" series-2-values="MotorHz" series-2-title="Motor Hz" legend="true" balloon="true" export="true"> </ma-serial-chart>
Also, while I'm on the topic, I've noticed that when I mess up the syntax in any way, the preview in the page editor just shows up blank. Is there any log or debugger I can use to determine what is causing it not to render?
Thanks for the help.
-
RE: Menu Folders
Disregard. It started working as intended following a server reboot.
Thanks.
-
RE: Menu Folders
Bump
Sorry to drudge this back up. I was encountering the same problem, and the above solution does not appear to work for me.
The pages work fine in the root menu, but as soon as I add them to a menu folder, then refuse to render.
I have the above file added to my public file-store with the string, and this is referenced in the menu items configuration?
Anything else I can try?
-
Dashboards go blank when called from nested menu item
Hello,
I've created a few dashboards that work exactly as I need them. When I create a menu item linking to those pages, that also works fine. But as soon as I put those links into a folder on the menu, the pages turn up blank.
Any ideas what I'm doing wrong?
-
ma-serial-chart rendering bug?
Hello,
I was playing around with the dashboard builder today, and I noticed that if you stack two <ma-serial-chart> objects on top of each other, and set them both to style="height: 50%; width: 100%", the result will be as expected: Two charts taking up the entire screen width, and half of the screen height.
The problem is if you expand the date bar. This seems to cause the charts to both start to increase their height indefinitely. They don't stop until the page is reloaded.
Interesting quirk. Not sure if its just me.
-
NoSQL Offsite Backup
Hello,
I have a MangoES box. It is storing point historical data in an internal NoSQL database. I have configured backups to be made at appropriate intervals, as per the help file.
At the end of the help document regarding automatic backups, there is the following line:
"It is highly recommended that you copy these zip files (either manually or by some automated means) to an offsite location."
Does anyone have a recommended way of doing this automatically? One option is that I have a remote FTP server I could send the zip files to, but I'm not sure how to go about that. I also have access to a number of cloud drives, if that is easier.
Thanks in advance.
-
Excel report generation log
Sorry if this has been asked, but where are the log files for excel report generation. Some reports take longer than others, and I'm curious if there is a way to display and diagnose what functions are holding the report generation process up?