Exercise: Checking Data Logging with Object
Data Log Configuration
Create an analog tag of type INT16 and name it Temperature.
Click on Tools>Script Editor to open the Script Editor window. Here, you will click the + icon and select Create New Script. In the Edit Script window, you can add a name to the script and select the type of script as Startup with a running period of 0 milliseconds.
Insert the following code inside the newly created script to simulate the change in temperature throughout the day.
Next, we will create a data logging model. Click on Tools>Data Log Editor to open the data log editor window.
Add Comment