This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Can I create my own custom measurements in FDCS?
Symptoms / Solutions: Load Pull Explorer provides a feature that allows the user to create a measurement type of arbitrary definition. To add a custom measurement in FDCS;
- The user must first create a driver for the instrument hardware that they want to measure from. FDCS provides a generic instrument type so that the user can create a driver for the user measurement. The detailed procedure for creating a generic instrument driver and creating custom measurements is described in User.Measurement.Guide document in the installation directory (Focus Microwaves\Load Pull Explorer\Manuals\Drivers). In general, this procedure involves the following steps:
- Open visual studio and open the project where the driver is to be defined. The user can use an existing project or create a new project/solution from scratch.
- Add a new class for the driver that is to be defined.
- In the new class interface implementation, implement the driver type using the dll located in the installation folder.
- Add the code for the implemented functions referring to the function references.
- Add the category information as FMWDRIVERCATEGORY_GENERICINSTRUMENT to the header file referring to the ComCategory.h file for the list of various categories. This definition is required so that the new driver will show up in the list of available drivers in Load Pull Explorer.
- Once the solution is built without any errors, it registers the new Generic Instrument driver.
For the detailed procedure for creating the Generic Instrument driver refer the additional information section below.
- Open a new FDCS project. During the instrument definition, select the instrument type as Generic Instrument. Choose the newly registered instrument driver.
- Open the Measurement Editor. From the available list of sequence items, double-click on the User Measurement item to add it to the Measurement Sequence as shown in figure below.
- Modify the User Measurement properties based on the user requirement.
- Save the configuration and run the set up to initiate the measurements.
Keywords: User measurements, Generic instruments, Custom measurements
Last date modified: March 17, 2017