BaltechScript / SetTimer Protocol Frame

Activate/deactivate one of the three Timers. TimerId is the ID of the timer to setup. The reader will wait TimerValue / 10 seconds before starting the corresponding timer event.

If TimerValue is 0, the timer will be deactivated. This means that the timer event will never be started.

The actual expiration time of the timer may vary between TimerValue - 100 ms and TimerValue. If you need to ensure a minimum delay before the timer expires add 100 ms, e.g. choose 300 ms if a delay of at least 200 ms needs to be guaranteed.

Properties

Format

Name Type/Size Description
TimerId Integer (8 bits) -
TimerValue Integer (16 bits) -