Creating Processing Items
Create processing items.
To create processing items, first create two execution files: a "UI" item used to perform user operations, and an "MS" item used to execute the actual internal processes. Create a UI item with Visual Basic .NET, and an MS with Visual C++.
In the sample program, a simple search processing item is created.
Setting Window
Measurement Window
Work Flow
The operation flow for creating a processing item is as follows:
1.Create a project.
With the FZW processing item creation wizard, create a project for creating a processing item.
2.Create internal processing (MS).
Create an execution file for all the actual internal processing such as measurement.
3.Create the Setting window user interface (UI).
Create an interface execution file for setting the parameters required to perform internal processing.
4.Debug the program.
With the simulation software, debug the created execution files.