33 lines
922 B
XML
33 lines
922 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<WorkpieceProjectConfig>
|
|
<!-- BinocularMark TCP 客户端配置 -->
|
|
<BinocularMark
|
|
serverIP="127.0.0.1"
|
|
serverPort="5901"
|
|
reconnectInterval="5000"
|
|
heartbeatInterval="30000"/>
|
|
|
|
<!-- EpicEye 3D 相机配置(仅 WorkpiecePositionApp 需要) -->
|
|
<EpicEyeDevices>
|
|
<Device name="EpicEye_1" ip="192.168.1.100" index="1"/>
|
|
</EpicEyeDevices>
|
|
|
|
<!-- 调试配置 -->
|
|
<Debug
|
|
enableDebug="true"
|
|
saveDebugImage="false"
|
|
savePointCloud="false"
|
|
printDetailLog="true"
|
|
debugOutputPath="./debug"/>
|
|
|
|
<!-- 串口配置(用于机械臂通信,可选) -->
|
|
<Serial
|
|
portName="COM6"
|
|
baudRate="115200"
|
|
dataBits="8"
|
|
stopBits="1"
|
|
parity="0"
|
|
flowControl="0"
|
|
enabled="true"/>
|
|
</WorkpieceProjectConfig>
|