Description of configuration files
Autoexec.ini
This file defines executable files to start with FJ software at the same time.
[FZ-Controller]
fileName0=FZ-Sub.exe
fileName1=FZ-User.exe
[FZ-Simulator]
fileName0=FZ-User.exe
[FZ-RemoteClient]
fileName0=FZ-User.exe
Sections are to be used as below.
Section name
|
Description
|
FZ-Controller
|
This option is used when software detected camera connection.
|
FZ-Simulator
|
This option is used when software cannot detect camera connection.
|
FZ-RemoteClient
|
This option is used together with remote operation. For details, refer to the article How to make Remote operation.
|
Toolmenu.ini
This file defines executable files which can be launched from [Tool] menu.
FZ-Analyzer.exe
FZ-SystemSetting.exe
In order to launch developped
PanDA Form from FJ software, register it on this file.
ProcItem.ini
This file defines the list of processing items which can be used with FJ software.
[ProcItem]
CameraImage=ITEM_IMAGEINPUT
CameraImageGigE=ITEM_IMAGEINPUT
CameraImageHDR=ITEM_IMAGEINPUT
CameraImageHDRLite=ITEM_IMAGEINPUT
CameraSwitch=ITEM_IMAGEINPUT
MeasureImageSwitch=ITEM_IMAGEINPUT
Search=ITEM_MEASURE
FlexibleSearch=ITEM_MEASURE
SensitiveSearch=ITEM_MEASURE
EcmSearch=ITEM_MEASURE
...
To add a developped
Processing item, add a line as below.
<Processing item identification name>=<Processing item category>
Processing item category
Identifier
|
Description
|
ITEM_IMAGEINPUT
|
Processing items for input images.
|
ITEM_MEASURE
|
Processing items for making measurement or inspection.
|
ITEM_IMAGEPROCESS
|
Processing items for converting images.
|
ITEM_SUPPORT
|
Processing items for supporting measurement or inspection.
|
ITEM_BRANCH
|
Processing items for control measurement flow.
|
ITEM_OUTPUT
|
Processing items for data output to external devices.
|
ITEM_DISPLAY
|
Processing items for display.
|
FZ-Option.ini
This file defines the setting of FJ movement.
Main Identifications are below.
Section
|
Identification
|
Explanation
|
FZ-Logging
|
imageLoggingEnabled
|
Image loggin Enable/Disable
0:Disable
1:Enable
|
SerialNormal
|
enabled
|
Serial communication Enable/Disable
0:Disable
1:Enable
|
portName
|
Set the port No. to use
When port No. is less than 10(X):COMX
When port No. is over 10(YY):\\.\COMYY
|
UdpNormal
|
enabled
|
UDP communication Enable/Disable
0:Disable
1:Enable
|
TcpNormal
|
enabled
|
TCP communication Enable/Disable
0:Disable
1:Enable
|
EtherNetIP
|
enabled
|
EtherNetIP communication Enable/Disable
0:Disable
1:Enable
|
localMacAddress
|
Describe MAC address in use by the format below
XX-XX-XX-XX-XX-XX
|
FZ-Systemsetting.ini
Refer to
List of system data.
Version.ini
This file contains system information displayed from menu bar [Function -> System Information].
[Version]
Machine=FJ-XXX
Version=Ver.X.XX
Date=2011/05/30A
ProcItem_*.msg
These files describes name of processing items in supported languages.
Currently English (eng), Japanese (jpn), Simplified Chinese (chs) and Traditional Chinese (cht) are supported.
ProcItem_eng.msg
ApproximateCircle=Circle Regression
ApproximateLine=Line Regression
Branch=Conditional Branch
Calculation=Calculation
CameraImage=Camera Image Input
CameraImageGigE=Camera Image Input GigE
...
In order to add developped
ProcessingItem, add a line like this :
<Processing item identification name>=<Name of processing item in target language>