Home Previous Next


Setting the Device Address

The GPIB address (primary address) of the instrument is factory-set to 20. It can be changed manually via the Primary Address softkey in the Setup - Remote menu or via GPIB bus. For remote control, addresses 0 through 30 are permissible.

In addition to the primary address, up to 30 secondary addresses can be assigned to the individual function groups and test modes. This concept of extended addressing allows the same remote commands to be used in several function groups and modes. Secondary address 0 is reserved for the CMU base system. The other secondary addresses are set via the Second. Address softkey in the Setup - Remote menu or via remote control.

Note:
In the Setup – Remote menu, secondary addresses between 1 and 29 can be assigned. When using the National Instruments driver, add 96 to the secondary address. For example, specify a secondary address of 96 to access secondary address 0 on the instrument.

Changing the addresses manually:

Via GPIB bus interface:

<Addr_2>;<Command> (logical addressing of secondary address; use semicolon)

Via RS-232 interface:

*SEC <Addr_2> followed by <Command> is equivalent to <Addr_2>;<Command>, provided that secondary address <Addr_2> has been appropriately defined.


Home Previous Next