Document Purpose:
To provide the test engineer a guide in Defining the Software DIB ( DUT Interface Board ).
What does the Software DIB do?
The Software DIB provides to the Tester a definition of the hardware DIB. This allows for the application of calibration data related to the DIB to be applied during test.
Major steps:
Creating the Software DIB:
- It is encouraged that a Software DUT be created before proceeding.
- Under the Programmers Message Window select Test and then Device Interfaces. At this point a Device Interfaces window will open up ( Figure 1 ). Select New and a Fixture class window will open up ( Figure 2 ).
- After selecting the Fixture class the user will automatically be asked for the name of the new DIB.
- After naming the new DIB the user will then be asked to select the DUT associated with the DIB as shown in Figure 3. The Device Interface window will automatically be updated with the new DIB at this point.
< Major Steps >
< Creating the Software DIB >
< Creating the Software DIB > >
< Major Steps > < Creating the Software DIB >
Editing the Pins of the Software DIB:
1. Highlight the DIB that you wish to edit as shown in Figure 4. Using a right mouse button click a menu will appear. From this menu choose Edit.
2. A Device Interface Definition window as found in Figure 5 will appear. It would also be helpful to have the Pins editing window open for the DUT intended for the DIB ( Fig. 6 ). This is done by:
- Selecting Test then Devices from under the Message Window.
- Highlighting the desired DUT to be used and, with a right mouse button click, choosing Pins from the menu.
4. Enter the DIB Type in the upper left hand field.
5. Edit the Fixture Connection >> Device Pin interface by highlighting the desired path to be changed. Once you have highlighted the path choose the Device Pin field and select the DUT pin associated with that path. Also make sure that you select a Calibration Type for each pin were required. Once the Fixture Connections have all been defined, as shown in Figure 7, select OK and the edit window will close.
< Major Steps >
< Editing Pins >
< Editing Pins >
< Editing Pins >
< Major Steps > < Editing Pins >
Manually Adding A Calibration Factor:
1. Select the "Inspect" button in the Devive Interface Definition window. A listing of the calibration factors contained in the software DIB will appear.
2. Highlight any of the calibration factors present in the window and with a RMBC select "Add Item" from the pull down menu that will appear. Give your calibration factor a name and select "OK" from the naming window selection.
3. Highlight the newly created calibration factor and notice that its value is "nil" in the right hand side of the window.
4. Highlight the "nil" and type RiLogD new:1 or RiRealD new:1 in its place.
5. Click on one of the other calibration factors and you will be asked to save changes - answer "Yes". The new calibration factor should show up as RiLogD(0.0) or RiRealD(1.0) depending on what you typed in previously.
6. To edit the number, double click on the calibration factor and a window will open up that will allow you to actually change the number value.