DSM/SCM Event Management Programming Manual

SPI Programming Considerations for DSM/SCM
DSM/SCM Event Management Programming Manual529844-003
3-8
Filter Table Examples
Filter Table Examples
The filter specifications in Example 3-2 select all DSM/SCM event messages by
checking for the DSM/SCM subsystem number.
The filter specifications in Example 3-3 select event messages only for selected
DSM/SCM commands. After checking for the DSM/SCM subsystem number, the filter
checks for these commands by comparing the value of the ZEMS-TKN-
EVENTNUMBER token with the value of the appropriate DSM/SCM event number. To
filter other DSM/SCM event messages, select different tokens for comparison.
Example 3-2. Passing All DSM/SCM Events
?COMMENT
Pass all DSM/SCM events
owner subsys event#
?PASS
TANDEM DSMSCM *
Example 3-3. Passing Specific DSM/SCM Events
?COMMENT
Pass specific DSM/SCM events with pass values
owner subsys event# passval
?PASS
TANDEM DSMSCM 1000..1025 10
2000..2095 20
5000..5095 50