Work Instructions Care Points Unit Test
  • 17 Sep 2022
  • 1 Minute to read
  • Contributors

Work Instructions Care Points Unit Test


Article Summary

Work Instructions Care Points Unit Test

This application explains how to setup and use the Work Instructions Care Points custom widget

Purpose

The purpose of the Work Instructions Care Points Unit Test is to allow users to learn and understand how to setup and use the Work Instructions Care Points custom widget in their Tulip applications. Custom widgets are coded widgets that sit on top of the Tulip platform to give additional functionality that is not currently part of the main platform. The Work Instructions Care points widgets can be used in work instructions to highlight key points. Includes 4 widgets ( EHS, Quality, Best Practice, Hazard)

Setup

Custom Widget Plugins interact with your application through the use of properties and events. Properties are the shared data that exists between your application and widget, while events are signals that your widget can send to your application. In your app editor you can build triggers based off these events. Events can be made to send data to your application as well.

Each Work Instruction Care Point Widget makes use of one property and zero events. The property being used in each widget (EHS, Quality, Best Practice, Hazard) is named 'Message' and is of type text and is read-only. This property allows you to input a text message that you want to display on your care point widget.

How it Works

The Work Instructions Care Points Unit Test provides examples of how each care point widget can be customized to display important messages regarding EHS, Quality, Best Practices and Hazard warnings. Each care point widget takes in a message input of type text and displays this message to users.


Was this article helpful?