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.
Phil,
Awesome, Thanks! I solved the immediate issue by using the database data source, but I did want to understand how the text file data source worked, so thanks for the import code, I will give it a look.
Hi gquiroz,
I do not understand the question. That code was intended to be added into the .java class file that would be placed into the appropriate Mango/web/modules/dataFile/web/CompilingGrounds/* folder to be compiled by the tool on the data file data source edit page into a .class file, which is then run to import the file or poll or whatever.
The events table holds most of the information about an event, which some information about if a user has silenced it in the userEvents table. To delete all past event / alarm information one would purge these two tables (audit events are in the audit table)
A multi-state meta data point would probably be your easiest option.
Add the 4 binary data points as context points. The script would look something like this -
var a = contextA.value << 0;
var b = contextB.value << 1;
var c = contextC.value << 2;
var d = contextD.value << 3;
return a | b | c | d;
Hi Phil,
The two errors were from two different attempts. The first was placing the new zip file in the Mango directory and the second was tail -f for the log when ruining a stop/start.
As you mentioned, I look into the ports and it seems like this may be the issue since mysqld.exe is listening on port 8080 and mango is also on 8080. I will change the ports as recommended. Thank you.
@sbaik said in Button graphic layover:
@jared-wiltshire said in Button graphic layover:
@sbaik It doesn't have to be used in conjunction with a <ma-button> you can use it on any element/component. Try it out.
I must have tried to use it on other components before it was added as a directive. It works perfectly now. Thanks
No problems.
@pikey4 said in Menu & Pages:
Also have found that if I accidentally select Root - Top Level as a parent item on anything, it wipes the entire menu back to defaults. Which I have found out the hard way.
I was not able to reproduce that easily. So, if you have further observations on how to make that happen they may be useful.