How to put limits in some parameter and get alarm sound when limit crosses. #4117
-
How to put limits in some parameter monitored in OpenMct and get alarm sound when limit crosses. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @Vaibhav2121 checkout our SinewaveLimitProvider for an example: https://github.com/nasa/openmct/blob/master/example/generator/SinewaveLimitProvider.js Once you create a provider you can add it using |
Beta Was this translation helpful? Give feedback.
-
@Vaibhav2121 , you could use a map to apply different limit evaluations to different parameters. Something like below.
|
Beta Was this translation helpful? Give feedback.
Hi @Vaibhav2121 checkout our SinewaveLimitProvider for an example: https://github.com/nasa/openmct/blob/master/example/generator/SinewaveLimitProvider.js
Once you create a provider you can add it using
openmct.telemetry.addProvider(provider)