Objectives
In this Exercise using Monitor you will learn how to :
- Add built-in Monitor Packaing Hopper Asset
The Monitor built-in Packaging Hopper Asset will provide the timeseries data that you will use in the exercise to determine how frequently the ambient temperature is above 27 degrees Celcius. The food that is being packaged has a shorter shelf life when it is packaged at higher temperatures. Remote operational support teams monitor the Packaging Hopper to ensure it is operating within the required operating ambient temperature ranges and without anomalies.
Before you begin:
This exercise requires that you have completed the pre-requisites required for all Exercises Ensure you instructor has provided you the notebooks needed for this lab.
Create a Packaging Hopper in Monitor
In this exercise you quickly create some simulated packaging hopper operational time series data that you will use in
your exercises. You will analyze the data from simulated industry hopper within Monitor functions and alerts.
You will also create a constant for the maximum temperature maximum_temp
in degrees celcius that is allowed.
- Click
Setup
side menu to add a new asset type using aSample Packagin Hopper Type
asset template in Monitor. - Click
Sample Packaging Hopper type
You will create a simulated set of packaging assets (entities). - Click
Next
button. - Append your initials to the
Asset Type Name
and click onNext
button. - Note how Monitor has added 5 Hoppers with IDs of 71000 to 710004. Click on your
Asset Type
and click onSetup Asset Type
button. - Note how Monitor has added an instance asset dashboard for each Hoppers with IDs of 71000 to 710004. Click on your
Monitor
Tab - Click on one of the Hopper assets like
73000
to see it's data.
Next Step
You now have asset time series data for 5 asset that you can analyze and Monitor. In the next exercise you will add a constant for the max_temp_celcius. The PythonFunction will use the constant for the max_temp in Celcius that the ambient temperature can be.