Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-198
707B-901-01 Rev. A / August 2010
Example 1
enableRegister = status.system4.
status.system4.NODE56
status.system2.enable = enableRegister
Sets BIT11 and BIT14 of the status
system enable register set 4 using
constants.
Example 2
-- decimal 18432 = binary 0100 1000 0000 0000
enableRegister = 18432
status.system4.enable = enableRegister
Sets BIT11 and BIT14 of the status
system enable register set 4 register
using a decimal value.
Also see
System summary bit (System register)
status.system5.*
These attributes manage the status model's TSP-Link system summary register for nodes 57 through 64.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute
- -
- -
- -
- -
.condition (R)
Yes
Not applicable
Not saved
Not applicable
.enable (RW)
Yes
Status reset
Not saved
0
.event (R)
Yes
Status reset
Not saved
0
.ntr (RW)
Yes
Status reset
Not saved
0
.ptr (RW)
Yes
Status reset
Not saved
510
Usage
enableRegister = status.system5.condition
enableRegister = status.system5.enable
enableRegister = status.system5.event
enableRegister = status.system5.ntr
enableRegister = status.system5.ptr
status.system5.enable = enableRegister
status.system5.ntr = enableRegister
status.system5.ptr = enableRegister
enableRegister
The system event register's status in decimal form. A zero (0) indicates no bits set
(also send 0 to clear all bits). Other decimal values indicate various bit settings.