FAQ and Support¶
Suport¶
If you run into any problems using OML that are not covered by the FAQ below, please do not hesitate to email a bug report to our mailing list with a detailed error description. Please include any log files, configuration files, SQL dumps or stack traces that you can generate.
The email address for the list is oml-user@lists.nicta.com.au. You will need to subscribe to send email to the list. You can subscribe at https://lists.nicta.com.au/wws/subscribe/oml-user. The list is archived at https://lists.nicta.com.au/wws/arc/oml-user.
Also please check our issue tracker to see whether your problem has already been reported and/or fixed. If you are a registered user on this site, feel free to add a new issue there instead of emailing us.
OML FAQ¶
I'm seeing lots of zeroes in my measurement database!¶
The OML client library has two ways of generating outputs from its filters: sample-based output and interval-based output. If you use interval-based filtering, the client library generates a measurement from every filter at the interval you specify. If there were no samples injected into a measurement point during that interval, any filters attached to that measurement point will still generate a "null" measurement output. For numeric types this is always a zero value. Check if you are using interval filtering and check how often your application is calling omlc_inject(3).