Specifications

2 Release Notes
What’s New in Agilent Medalist i3070 08.30p Software Release
The Medalist i3070 08.30p software release provides the following
features*:
1. BT- Basic DLL Integration
2. Agilent Medalist i3070 LED Test
3. HP rp5800 Controller
4. Board Setting Allows IPG to Write AC or DC Mode Capacitor Test
5. Special Aux Feature
6. Third Party Software
1. BT-Basic DLL Integration
The BT- Basic DLL Integration feature allows users to call any external
DLL functions within the BT- Basic environment. A license (feature name
Ext_App_DLL) is needed to enable and execute the following three new
commands:
A specific API needs to be implemented in the user’s DLL to accept the
calls from BT- Basic, interpret the parameters passed from BT- Basic and
forward them to the actual functions. The function results are then passed
back to BT- Basic. It is the user’s responsibility to implement the API in
the DLLs.
Multiple DLLs may be loaded at same time.
* With the appropriate hardware on the Medalist i3070 Series 5 testhead.
Table 1
Command Syntax
dllload
dllload "<dll-name>", <dll-handle>, [<error variable>]
Example:
dllload "getboard_data.dll", Handle_1, Errflag
dllcall
dllcall <dll-handle>, "<custom function name>", [<return
number>], ["<return string>"], [<error variable>];
["<custom parameters>"]
Example:
dllcall Handle_1, "blank_check", Var_1, ErrMsg$, Errflag;
"0, 0xffff"
dllunload
dllunload [<dll-handle>], [<error variable>]
Example:
dllunload Handle_1, Errflag