<< Click to Display Table of Contents >>
ASCOM Protocol |
This Driver allows using a Block Tag for reading events. This Block Tag must have all [B] parameters set to 0 (zero) and a size of 3 (three) Elements.
B1 |
0 (zero) |
B2 |
0 (zero) |
B3 |
0 (zero) |
B4 |
0 (zero) |
Size |
3 (three) |
This Block Tag must be configured with writing disabled. Block Tags return events on a list, therefore they can return 0 (zero) or more events. To properly handle these events, users must use a Block Tag's OnRead event, which is called for each event sent by a panel. In this event's script, the Block Tag Elements can be accessed to determine the type of event generated, according to the next table.
Types of events
Element |
Description |
---|---|
0 (zero) |
A String indicating the event |
1 (one) |
An Integer indicating a zone number |
2 (two) |
A String sent in a message |