H1 2024 Update Highlights
What new in TilliT since you last saw it?
New Activity Items
Digital Signature
For tasks that require a supervisor to sign off on the activity. A supervisor will need to enter their username and password to create a Digital Signature for the form. If any changes to the form occur, then a new signature is required.


Dynamic Option Item
This allows for the existing Option Item to be supplied a JSON object to represent the selectable fields. This allows forms to be much more dynamic. For example, the JSON object below produces the Option Item Output shown.
{
type: 'SINGLE', //Can be 'SINGLE' 'MULTIPLE' OR 'TREE'
items: [
{name: 'Option 1', value: '1', displayOrder: 1, pass: true},
{name: 'Option 2', value: '2', displayOrder: 2, pass: true}
]
}

Split Downtime Reason
Since TilliT registers downtimes by a change in state, it previously would not be possible to assign a single downtime event with multiple reasons. For example, the machine initially is manually stopped for 20 minutes to fix an issue, but then goes on lunch break for 30 minutes. In TilliT this would be a single downtime event of 50 minutes. The new Downtime Reason form item will give the option to split the event and allocate the different reasons for each. Check it out here in this helpful video
Station View
When a device running TilliT is only ever used for one Asset/Equipment, then station view offers an improved UX which prevents the overhead of navigating between assets. Click on Station View or on a Pinned Assets to be brought into the view.


Automated Activity
For machine data that needs to be regularly tracked and included in quality reporting, the automated activity allows for a data point on a machine to be captured and stored onto a form. A new activity will be created and instantly submitted with no operator interaction.

Boards
Track and take action on non-conformances inside Boards, a Kanban style management system baked directly inside TilliT. Boards are highly configurable with plenty of custom fields which can be user defined.
Asset Meter

Tasks that are dependent on total run hours, or number of units produced can be connected to an Asset Meter which uses actual performance metrics and not fixed schedules. Check out our forum post for more details https://forum.tillit.cloud/t/new-feature-video-asset-meter/80
Activity On Load Script
For advanced use cases requiring data to be extracted from a TilliT API or external API, an on load script allows for a query or script to run when the form is first loaded. The data can then be used by each of the items on the form.

Improved Articles
Articles have been upgraded to allow viewing on mobile devices, attaching to materials and uploading directly as a PDF file.

Orderless OEE
Assets now no longer need an order to have production counts and machine states recorded. As long as either a shift or order is running, then the performance stats of the asset will be tracked.
Improved Management of Master Data
Late in the half we began updating some of the Master Data pages to use a new layout. See the following examples of Assets and Activity Item Option Item.


Last updated