Use this wizard to import a VXI Plug&Play Function Panel driver file (*.fp).  It will convert to an ATEasy driver.

Alternatively, the user can also import FP file through File Open menu command.

The detailed information is in Using VXI Plug&Play Function Panel Drivers.

Function Panel File

Enter the Function Panel file name.  Or Click the Browse button to locate the file.

Driver Default Name

Enter the driver default name;that is, its logical name.  You can drop down the combo box to choose one from a list provided: ARB, COUNTER, DAQ, DMM, LOAD, MUX, PS, RELAY, SCOPE, SWITCH.

Convert VISA Basic Types to ATEasy Types

Click this checkbox if the user wishes to convert all VISA basic types in FP file to ATEasy data types during importing/converting process. Checking this option will convert function parameters data type such as ViUInt32 to DWord, if not checked the parameter type will be left as ViUInt32 and a Type ViUInt32 will be created as a typedef to DWord. To simplify the declaration of functions we recommend to check this check box.

Multiple Channel based FP driver

The user can this check  box to indicate that the FP file has multiple channels.  If this is not checked (default), then  a single channel driver is generated and the driver commands will not require passing the channel as the first argument. If it is checked, then, the commands generated will require the user to pass channel as the first argument.