Dear Community,
Is it possible to set the Time tag of Timer through parameter OR somehow through c# code?
Thank you.
Hi Muhammad,
you want an automation routine to dynamically update this to execute something faster or slower on a connector level?
not sure if it would serve your use case, and it is not exactly change one specific timer, but are you aware that each element in DataMiner has a General Parameter called Timer Base? The Timer base ranges from 0 to 1, and it functions as a multiplier to the Timers in the connector (i.e. all of them). You can set this manually or with automation (similar to setting any parameter on an element), and basically you could say that you slow down or speed up the time for that element (all Timers would go off faster or slower).
a use case could be for example that you say: whenever an element goes into critical alarm state, I want to double the speed of the data collection on it, or whenever it is in active service use, or at specific times of the day, etc.