![Vision Components VC Smart Camera Скачать руководство пользователя страница 31](http://html1.mh-extra.com/html/vision-components/vc-smart-camera/vc-smart-camera_getting-started_1031724031.webp)
Getting Started VC Smart Cameras
27
5.5.2
Changing the name of the compiled program
Click on “C/C++ Build” in the left column, and choose the “Buils Settings” tab. Here you can give the
name of your choice to your program. Leave “.out” as extension.
Set the
program name
here
5.5.3
Compiler settings
The most important compiler settings are:
-
include file search paths
-
interrupt threshold: The advanced compiler setting “-mi100000” sets the interrupt threshold to
100,000 cycles, defining the maximum frequency interrupts are queried. Omitting this setting
can speed up some functions significantly. However in this case it is important to ensure that
inner loops perform less than 100,000 cycles, as interrupts (e.g. timer) can be out of sync
otherwise. The “
Code Optimization
” document, part of the “Advanced Programming Seminar”
covers the speed optimization of programs in detail.
1996-2011 Vision Components GmbH Ettlingen, Germany
Getting_Started_VC.pdf