<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://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 - checklist</title>
        <description></description>
        <link>http://docs.optrix.com.au/</link>
        <lastBuildDate>Wed, 27 May 2026 01:27:59 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>http://docs.optrix.com.au/_media/wiki:dokuwiki.svg</url>
            <title>ARDI Documentation</title>
            <link>http://docs.optrix.com.au/</link>
        </image>
        <item>
            <title>Checklist Administration</title>
            <link>http://docs.optrix.com.au/checklist:admin</link>
            <description>Checklist Administration

The checklist addon allows you to create interactive, mobile-friendly action checklists to cover a wide range of on-site tasks.

As well as offering a simple checklist, it makes them interactive by embedding ARDI information, such as maps, live data and documentation.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Property Substitution</title>
            <link>http://docs.optrix.com.au/checklist:attribute_substitution</link>
            <description>Property Substitution

Text properties such as the job name, step title and step description can use attribute substitution to replace the text in your file with properties from the asset your checklist has been assigned to.

For example, you can have the following</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Email Completed Checklists</title>
            <link>http://docs.optrix.com.au/checklist:email_records_to_an_email_address</link>
            <description>Email Completed Checklists

Description

This script sends a record of a completed checklist to the provided email address(es). 

This also includes any image attachments. 

Full Script


import email, smtplib, ssl
from email.mime.base import MIMEBase
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
import os
import sys
import traceback
from email import encoders
from datetime import datetime

#Set default details
host=&#039;mail.host&#039;
username=&#039;mail.username&#039;
passw…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Checklist Addon</title>
            <link>http://docs.optrix.com.au/checklist:intro</link>
            <description>Checklist Addon

The checklist addon allows you to create interactive, mobile-friendly action checklists to cover a wide range of on-site tasks.

As well as offering a simple checklist, it makes them interactive by embedding ARDI information, such as maps, live data and documentation.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Following / Filling In Checklists</title>
            <link>http://docs.optrix.com.au/checklist:parts</link>
            <description>Following / Filling In Checklists

Checklists are filled in from top to bottom so that you perform each action in the correct order.

[300]

Overall User Interface

You&#039;ll find the name of the checklist at the top of the page.

At the bottom, you&#039;ll find the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Checklist Submission Script</title>
            <link>http://docs.optrix.com.au/checklist:submission_script</link>
            <description>Checklist Submission Script

This script should be located in the /checklist folder of the site - so on a Windows platform in the default site, you&#039;d most likely find it at C:\Program Files (x86)\Optrix\ARDI\web\sites\default\checklist.

The file itself should be called &#039;submit.py&#039;.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Checklist File Format</title>
            <link>http://docs.optrix.com.au/checklist:the_checklist_file_format</link>
            <description>Checklist File Format

The checklist file format is an XML format that specifies the steps required to complete a single job.

Let&#039;s imagine we have an simple isolation procedure for shutting off a drive.

It&#039;s broken into five steps...

	*  Confirm asset identity</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Checklist Documentation</title>
            <link>http://docs.optrix.com.au/checklist:user</link>
            <description>Checklist Documentation

Checklists allow you to use simple, web-based forms to complete tasks such as inspections, tests and calibrations from your computer or smart device.

The system is designed to be quite simple to access and use.

Opening a Checklist</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Checklist Addon</title>
            <link>http://docs.optrix.com.au/checklist:welcome</link>
            <description>Checklist Addon

Checklist User Documentation 

Checklist Administrative Documentation</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Add Checklist To MySQL/MariaDB Database</title>
            <link>http://docs.optrix.com.au/checklist:write_records_to_a_mysql_mariadb_database</link>
            <description>Add Checklist To MySQL/MariaDB Database

Description

This script adds a record to an existing MySQL or MariaDB database.

This includes the ability to store images with the record in BLOB columns. We suggest using medium or large blobs, as the base blob type is not large enough to fit the files likely to be delivered from smartphones.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Add Checklist To Access Database</title>
            <link>http://docs.optrix.com.au/checklist:write_records_to_an_access_database</link>
            <description>Add Checklist To Access Database

Description

This script adds a record to an existing Access database (MDB or ACCDB, if you have the latest ODBC drivers installed).

Note that image storage is very inefficient in Access via the old OLE method, and the newer</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Write Values to an ARDI Asset</title>
            <link>http://docs.optrix.com.au/checklist:write_values_back_to_ardi_properties</link>
            <description>Write Values to an ARDI Asset

Description

This script updates the value of a property in ARDI itself.

This is useful if you have last modified date or last maintained by information inside ARDI properties.

You can also interrogate information from ARDI in the same script, so if you were interested in storing the</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
        <item>
            <title>Write Values to an Modbus/TCP Slave Device</title>
            <link>http://docs.optrix.com.au/checklist:write_values_to_a_modbus_tcp_slave_device</link>
            <description>Write Values to an Modbus/TCP Slave Device

Description

This script sets a value inside a Modbus/TCP slave device. 

This is used if you want to link the form system back into your control or information systems to advise that that a job - such as an isolation - has been completed.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 18 Dec 2025 22:50:17 +0000</pubDate>
        </item>
    </channel>
</rss>
