
Programming
To Use Direct Control
Other examples:
OUTPUT 70918;”ROUT:CLOS 2,(@103);”
Switch Port 2, SCU address 1, channel 3.
OUTPUT 70918;”ROUT:CLOS 1,(@2);”
Switch Port 1, SCU address 0, channel 2.
OUTPUT 70918,”ROUT:CLOS 1,(@132);”
Switch Port 1, SCU address 1, channel 32.
Sending multiple switch addresses is possible. In the following example:
•An example is provided for standard systems (SCU address 0).
•An example is provided for a typical custom system, with an SCU address of 1.
Both examples select channel 1, 2 and 3 in sequence.
NOTE | Because the switches are SP2Ts or SP4Ts, when a channel on a module is |
| closed, all other channels on that module are open. For example, when 1 is |
| closed, 2, 3 and 4 are open; when 2 is closed, 1, 3, and 4 are open. |
| OUTPUT 70918;”ROUT:CLOS 1,(@1,2,3);” |
| |
| example for standard systems |
| OUTPUT 70918;”ROUT:CLOS 1,(@101,102,103);” |
| example for custom systems |
| Another method of executing the above command is |
| OUTPUT 70918;”ROUT:CLOS 1,(@1:3);” |
| example for standard systems |
| OUTPUT 70918;”ROUT:CLOS 1,(@101:103);” |
| example for custom systems |
| The colon : represents 1 through 3 (or 101 through 103). |
| To set a delay between the closing of each switch state, the ROUTe:DELAy |
| command is used. The input parameter is time in |
| 10 OUTPUT 70918;”*RST;” |
| Reset the 85330A. |
| 20 OUTPUT 70918;”ROUT:DELA 10000;” |
| Set the time between switch states in |
| 30 OUTPUT 70918;”ROUT:CLOS 1,(@101:104);” |
| Close switch state 101 through 104. |
85330A Multiple Channel Controller |