ProSoft Technology AN-X-PB User Manual
Page 37

AN-X-PBCAPT Page
33
Frame Destination Address, DA
You can select frames based on the destination node address.
Example: The following equation selects frames with destination node
25.
showonly
DA = 25
#
Frame Source Address, SA
You can select frames based on the source node address.
Example: The following equation selects frames with source node 2.
showonly
SA = 2
#
Frame Control, FC
The frame control identifies the type of frame. Refer to page 26 for
possible values. The symbolic names can be used in the equation.
Mask the FC byte using the predefind TYPMSK before using the FC in
comparisons.
Example: The following equation selects frames that consist of updates
to slaves or to the master.
showonly
(FC & TYPMASK) = SDNL
#
Destination SAP, DSAP
You can select frames based on the destination SAP. SAP values are
decimal.
Example: The following equation selects frames with destination SAP
62.
showonly
DSAP = 62
#