<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.optrix.com.au/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>ARDI Documentation</title>
        <description></description>
        <link>https://docs.optrix.com.au/</link>
        <lastBuildDate>Thu, 10 Sep 2026 11:01:08 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://docs.optrix.com.au/_media/wiki:dokuwiki.svg</url>
            <title>ARDI Documentation</title>
            <link>https://docs.optrix.com.au/</link>
        </image>
        <item>
            <title>Value Predicting Model</title>
            <link>https://docs.optrix.com.au/twinengine:value_predicting_modell</link>
            <description>Value Predicting Model

Traditional anomaly detection AI models are outlier detection models.

They&#039;re similar to a check engine light in that they explain that there is an anomaly, but they do very little to help explain what the anomaly actually is, which results in users needing to explore their data to find the cause of the alert.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Tue, 08 Sep 2026 22:27:35 +0000</pubDate>
        </item>
        <item>
            <title>Outlier Detection Model</title>
            <link>https://docs.optrix.com.au/twinengine:outlier-detection_model</link>
            <description>Outlier Detection Model

Outlier Detection Models are the simplest form of anomaly detector.

Unlike value-predicting models, this type of AI simply gives a simple reading to say &#039;this is normal&#039; or &#039;this is unusual&#039;.

Unfortunately, they aren&#039;t able to explain why they are indicating an anomaly - they only let you know that the data coming from the asset(s) is unexpected.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Tue, 08 Sep 2026 06:38:13 +0000</pubDate>
        </item>
        <item>
            <title>Differences Between Model Types</title>
            <link>https://docs.optrix.com.au/twinengine:differences_between_model_types</link>
            <description>Differences Between Model Types

The anomaly detection system offers three different types of model that can be used depending on how much data you have about your process.

You choose between these model types when creating a new anomaly detector.

If your process is reliable and repeatable, you should be able to use either the</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Tue, 08 Sep 2026 06:37:21 +0000</pubDate>
        </item>
        <item>
            <title>Example Stacks</title>
            <link>https://docs.optrix.com.au/capture:examples</link>
            <description>Example Stacks

Below you will find some examples of working analytic stacks.

Complete Examples

Daily Production Figures 

Daily Machine Running Times 

Daily Per-Product Totals 

Per-Batch Machine Setup 

Per-Batch Machine Setup with Inspection Results 

Modelling a Virtual Sensor 

Creating a Classifier AI 

Creating a Time Series AI 


Specific Scenarios

Calculating an Average 

Calculating a Total</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Tue, 08 Sep 2026 04:38:40 +0000</pubDate>
        </item>
        <item>
            <title>Merging Batches, Inspections and Process Data - created</title>
            <link>https://docs.optrix.com.au/capture:merging_batches_and_inspections</link>
            <description>Merging Batches, Inspections and Process Data

One of the most powerful uses of Capture is in integrating your batch, inspection and process data into a single table.

To do this, we&#039;re going to require three things.

* A source of batch event data (ie. a batch database)</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Tue, 08 Sep 2026 04:36:49 +0000</pubDate>
        </item>
        <item>
            <title>Reset</title>
            <link>https://docs.optrix.com.au/capture:reset</link>
            <description>Reset

This deletes any tables of data.

Parameters

None

Description

This layer is normally used to remove any data remaining in a table before performing another query.

It&#039;s most often used when you want to get additional information after extracting data using a layer like</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Tue, 08 Sep 2026 04:11:43 +0000</pubDate>
        </item>
        <item>
            <title>Flatten</title>
            <link>https://docs.optrix.com.au/capture:flatten</link>
            <description>Flatten

Converts the columns of a table into the attributes of a frame.

This deletes the table. 

Parameters
NameDefaultMeaningmethodA method namecolumnsAn array of column names (used only for stable)toleranceAn array of floating-point tolerance levels (used only for</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Mon, 07 Sep 2026 05:24:06 +0000</pubDate>
        </item>
        <item>
            <title>Creating Templates - created</title>
            <link>https://docs.optrix.com.au/display_list:creating_templates</link>
            <description>Creating Templates

Templates are defined in Javascript, through the templates dictionary. This can be defined in it&#039;s own JSON file along-side your other display files.

The dictionary key is the unique code for the template (such as &#039;vbarchart&#039; for a vertical bar-chart), followed by a string that contains the SVG text that will replace the parent object.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 06:17:45 +0000</pubDate>
        </item>
        <item>
            <title>Templates - created</title>
            <link>https://docs.optrix.com.au/display_list:templates</link>
            <description>Templates

Templates allow you to create complex, repeatable SVG elements in your Infographics.

For instance, we offer a vbarchart template that creates a bar-chart for a single point.

To use templates, create a basic SVG shape - such as a rect or</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 06:06:51 +0000</pubDate>
        </item>
        <item>
            <title>Setting Up a Marked-Up Display</title>
            <link>https://docs.optrix.com.au/display_list:set_up_your_marked-up_display</link>
            <description>Setting Up a Marked-Up Display

If you&#039;re making an SVG-based Infographic, your generate.js file will look like the one below.


class ActiveReport extends MarkupReport {
	
}


If you&#039;d like to add some code to handle data updates yourself (ie. performing analytics or manipulating data to make it more human-readable), you can add an</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 05:58:33 +0000</pubDate>
        </item>
        <item>
            <title>Infographics Addon</title>
            <link>https://docs.optrix.com.au/display_list:welcome</link>
            <description>Infographics Addon

The Infographics addon gives users easy access to fully customisable web-powered, interactive, data-driven visualisations.

These aren&#039;t limited to history - these can display, respond to and analyse live data as-it-happens, and show results in a wide variety of different ways.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 05:57:41 +0000</pubDate>
        </item>
        <item>
            <title>ARDI Visual Analytics</title>
            <link>https://docs.optrix.com.au/visan:start</link>
            <description>ARDI Visual Analytics

The Visual Analytics addon to ARDI has been built to give you the power to create analytics powered by your data and your logic, without writing any code.

Some of the functionality of Visual Analytics is being replaced via the</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 05:57:13 +0000</pubDate>
        </item>
        <item>
            <title>Markup Examples</title>
            <link>https://docs.optrix.com.au/display_list:markup_examples</link>
            <description>Markup Examples

Below are some examples of SVG markup.

Simple Text Indicator

A simple piece of text that shows the current value of Machine Temperature.


&lt;text x=&quot;10&quot; y=&quot;10&quot; fill=&quot;black&quot; arditext=&quot;{Machine.Temperature|2} Deg C&quot;/&gt;


Coloured Text Indicator</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 02:24:29 +0000</pubDate>
        </item>
        <item>
            <title>Marking Up SVGs</title>
            <link>https://docs.optrix.com.au/display_list:marking_up_svgs</link>
            <description>Marking Up SVGs

While the previous section has you building an SVG file from code, in some cases you&#039;d like to take an existing SVG document and make it &#039;live&#039; - creating diagrams that respond to data.

We provide the Live SVG library to help with these scenarios.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 02:14:06 +0000</pubDate>
        </item>
        <item>
            <title>Modifiers</title>
            <link>https://docs.optrix.com.au/display_list:modifiers</link>
            <description>Modifiers

When creating marked-up SVGs, you can add modifiers to anywhere where you substitute the value of an ARDI property.

This allows you to transform the value as its injected into your live display.

Each modifier is added with the vertical bar &#039;|&#039; symbol and is applied in order from left-to-right.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 02:13:17 +0000</pubDate>
        </item>
        <item>
            <title>Articulation Points</title>
            <link>https://docs.optrix.com.au/display_list:articulation_points</link>
            <description>Articulation Points

SVG files aren&#039;t always very suited to building animated, articulated objects, because the &#039;transform&#039; system used by SVGs - although powerful - isn&#039;t designed in a way that works well with rotating complex parts and joints. 

The SVGMarkup library - used when making</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 00:08:35 +0000</pubDate>
        </item>
        <item>
            <title>articulation.png - created</title>
            <link>https://docs.optrix.com.au/?image=display_list%3Aarticulation.png&amp;ns=display_list&amp;do=media</link>
            <description>&lt;img src=&quot;https://docs.optrix.com.au/_media/display_list:articulation.png?w=500&amp;amp;h=500&amp;amp;tok=f13fca&quot; alt=&quot;articulation.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 03 Sep 2026 00:02:17 +0000</pubDate>
        </item>
        <item>
            <title>Infographics Addon</title>
            <link>https://docs.optrix.com.au/display_list:admin</link>
            <description>Infographics Addon

The Infographics addon allows you to add custom web displays to your ARDI system, using your combined ARDI data to create your own visualisations.

These are made available on your ARDI website, and provide interactive, up-to-date and dynamic visualisations built from your data.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Wed, 02 Sep 2026 22:41:18 +0000</pubDate>
        </item>
        <item>
            <title>Examples</title>
            <link>https://docs.optrix.com.au/apprise:example_settings</link>
            <description>Examples

These are examples of Apprise notifications in ARDI.

Our Preferred Provider

Signl4 Event Notifications

Signl4 offers an online service that takes events and sends notifications to people in your organisation. 

Rather than only going to a fixed email, phone number or channel, these can then be directed to the people who are on-call or on-shift via app, SMS, email or phone. It tracks acknowledgements and comments and can automatically assign alert types and priorities.</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 20 Aug 2026 04:33:25 +0000</pubDate>
        </item>
        <item>
            <title>Pushover Notifications - created</title>
            <link>https://docs.optrix.com.au/apprise:popover_notifications</link>
            <description>Pushover Notifications

Pushover is a service that allows simple, almost-free messaging to devices over the Internet, including desktop PCs, phones and tablets.

For more comprehensive documentation, see &lt;https://appriseit.com/services/pushover/&gt;.

Setup

Open and sign into Pushover in a web browser at</description>
            <author>optrix@undisclosed.example.com (optrix)</author>
            <pubDate>Thu, 20 Aug 2026 04:32:59 +0000</pubDate>
        </item>
    </channel>
</rss>
