38 lines
1.6 KiB
XML
38 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- 射线源类型 | Ray Source Type -->
|
|
<add key="RaySource:SourceType" value="Comet225" />
|
|
|
|
<!-- PVI 通讯参数 | PVI Communication Parameters -->
|
|
<add key="RaySource:PlcIpAddress" value="192.168.12.10" />
|
|
<add key="RaySource:PlcPort" value="11159" />
|
|
<add key="RaySource:StationNumber" value="1" />
|
|
<add key="RaySource:PortNumber" value="11" />
|
|
<add key="RaySource:CpuName" value="cpu" />
|
|
<add key="RaySource:ConnectionTimeout" value="5000" />
|
|
|
|
<!-- 硬件参数范围 | Hardware Parameter Ranges -->
|
|
<add key="RaySource:MinVoltage" value="20" />
|
|
<add key="RaySource:MaxVoltage" value="225" />
|
|
<add key="RaySource:MinCurrent" value="10" />
|
|
<add key="RaySource:MaxCurrent" value="1000" />
|
|
|
|
<!-- 外部程序配置 | External Program Configuration -->
|
|
<add key="RaySource:AdvanceExePath" value="C:\Program Files (x86)\Feinfocus\FXEControl_3.1.1.65\FXEControl.exe" />
|
|
<add key="RaySource:HostExePath" value="" />
|
|
|
|
<!-- 操作超时配置 | Operation Timeout Configuration -->
|
|
<add key="RaySource:InitializationTimeout" value="30000" />
|
|
<add key="RaySource:WarmUpTimeout" value="300000" />
|
|
<add key="RaySource:StartUpTimeout" value="180000" />
|
|
<add key="RaySource:AutoCenterTimeout" value="120000" />
|
|
<add key="RaySource:FilamentAdjustTimeout" value="120000" />
|
|
<add key="RaySource:GeneralOperationTimeout" value="10000" />
|
|
|
|
<!-- 灯丝寿命管理配置 | Filament Lifetime Management Configuration -->
|
|
<add key="RaySource:SerialNumber" value="SN08602861" />
|
|
<add key="RaySource:TotalLifeThreshold" value="1000" />
|
|
</appSettings>
|
|
</configuration>
|