Difference between revisions of "V2/CMS Tutorial/User Tools/Creating Content/Measurement/Computed Measurement/Script"
From Senfi Docs
Elysia.Tan (talk | contribs) |
Elysia.Tan (talk | contribs) |
||
Line 7: | Line 7: | ||
===Add Script=== | ===Add Script=== | ||
− | + | # Select '''source measurements'''. | |
+ | # Fill in the '''init''' and '''compute''' functions. | ||
+ | #* Programming Language Used: Javascript | ||
+ | # [[#Test Script|Test Script]]. | ||
+ | # Revise code as necessary. | ||
+ | # Choose to [[File:enable.png|80px]] '''enable''' or [[File:disable.png|80px]] disable''' the script. | ||
===Test Script=== | ===Test Script=== | ||
+ | # Input data into the '''Testing Data Set'''. | ||
+ | #* New data sets can be created by selecting the [[File:add_data_set.png|30px]] '''Add''' button. | ||
+ | # Select the '''START TESTING''' button. | ||
+ | #* Log data will be shown in the '''Testing Console''' panel. | ||
+ | # Select the '''SEND DATA''' button. | ||
+ | #* Computed values will be shown in the '''Output (Measurement)''' and/or '''Output (Command)''' panel. |
Revision as of 14:16, 21 June 2021
Add Script
This section covers the following topics:
Add Script
- Select source measurements.
- Fill in the init and compute functions.
- Programming Language Used: Javascript
- Test Script.
- Revise code as necessary.
- Choose to enable or disable the script.