Appendix C: Examples
C–4 VX4380 256-Crosspoint Relay Matrix Module User Manual
The <nr1> response is a 3-digit ASCII-encoded integer. If the value of this
number is odd, the Operation Complete bit is set.
HScan through the entire scan list repeatedly until an ABORt command is
received.
WRITE initiate:continuous
HStop sequencing through the scan list. Open the relay that was closed last.
WRITE abort
Example 2
HMake sure that all of the crosspoint relays are open.
WRITE ROUTE:OPEN:ALL M1
HClose the 2-wire connection between row 1 and column 1 of section 1.
WRITE ROUTE:CLOSE (@M1(1!1!1))
HClose the 2-wire connection between row 2 and column 7 of section 3.
WRITE ROUTE:CLOSE (@M1(2!7!3))
HOpen the 2-wire connection between row 1 and column 1 of section 1.
WRITE ROUTE:OPEN (@M1(1!1!1))
HCheck for system errors.
WRITE SYSTEM:ERR?
READ 0, "No error"