PanDA customization examples
These are examples of modifying screen with Visual Studio.
List of examples
Switch the window customized and normal
Display the measurement value (measurement count, OK count, NG count) graphically
Switch the screen layout at user login
Make a flow and register model automatically
Send the binary data via the serial interface
Register the models with the fixed size
Change scene by clicking buttons whose background is the workpiece image
Display a ruler in FJ screen
Set the same unit parameter collectively
Use Printer
How to use examples
At first, read paragraph
"Specification" in each articles, and try the examples.
Get zip file from the link, and drag&drop on FJ screen. Then demo tool appears and setting data containing Macro is loaded automatically.

Using demo tool, select images and make a measurement. Switching scenes or changing display view are also available from FJ screen.

After that, read
"How to implement" and understand the way of implementation.

Sample codes and project files are attouched to each articles.
To use them, extract them on "PanDA" folder of created work space, and build them.
Please refer
Develop user interface parts to know how to build the project.
IMPORTANT
The programs developed by modifying or utilizing these code samples shall be used at your own risk.
These sample codes have only limited functions since they are developed focusing on readability. Please add the functions and error handlings required in your environment to use them.