Table 4-1
Assigning a node number to an instrument from the front panel
Series 2600 MAIN MENU
1) Press the
MENU
key to access
MAIN MENU.
2) Select
COMMUNICATION
menu.
3) Select
TSPLINK_CFG
menu.
4) Select
NODE
menu.
5) Set the
NODE
number (
01
to
64
) for the instrument.
Series 2600 System SourceMeters User’s Manual
Controlling Multiple SourceMeters 4-3
Return to
2600S-900-01 Rev. A / May 2006
For remote programming, the
tsplink.node
attribute is used to set the node
number for an instrument:
tsplink.node = N
where
: N = 1 to 64
The node number of an instrument can be determined by reading the
tsplink.node
attribute as follows:
nodenumber = tsplink.node
print(nodenumber)
The above
command will return the node number. For example, if the node
number is 1, the value
1.000000e00
will be returned.
Step 3: Reset the TSP-Link
Reference
Refer to “Initialization” in Section 9 of the Series 2600 Reference
Manual for more information on resetting the TSP-Link.
After all the node numbers are set, you must reset (initialize) the TSP-Link
interface system. For initialization to succeed, all units must be powered on when
the TSP-Link reset is performed.
The TSP-Link reset can be performed from the
MAIN MENU
of any instrument in
the system; this process is summarized in
Table 4-2
Resetting the TSP-Link from the front panel
Series 2600 MAIN MENU
1) Press the
MENU
key to access
MAIN MENU.
2) Select
COMMUNICATION
menu.
3) Select
TSPLINK-CFG
menu.
4) Select
RESET
to initialize the TSP-Link.
For remote programming, the following command initializes the TSP-Link:
tsplink.reset()