Creating the Custom Collector Using the Wizard

About this task

You can create a custom collector using the Visual Studio wizard or the sample application available as part of the installation. If you want to create a collector using the wizard, follow the below procedure.

The toolkit, by default, gets saved in the same installation folder as Historian in the Program files folder of your computer. For example, C:\Program Files\Proficy\Proficy Historian\CollectorToolkit\CollectorToolkit. The example here indicates that Historian is installed in C drive. If Historian is installed in D drive, the location changes accordingly.

Procedure

  1. Navigate to the folder where the toolkit utility is saved. For example, C:\Program Files\Proficy\Proficy Historian\CollectorToolkit\CollectorToolkit in the case of a 32-bit collector and C:\Program Files\Proficy\Historian\x86\CollectorToolkit in case of a 64-bit collector.
  2. Double-click the CollectorToolkit.sln file. A Microsoft Visual Studio window opens in Administrator mode.
  3. Right-click the project in the Solution Explorer pane and click one of the following: Build Solution or Rebuild Solution.

    An output window appears indicating whether the Build or Rebuild has been successful. If you see the message, Build succeeded or Rebuild All succeeded, it indicates that the wizard has been activated. If the wizard is successful, the CollectorToolkit.ico and CollectorToolkit.vsz files appear in the wizards folder in Visual Studio.

  4. Proceed to create a custom collector.