25-1023工业控制-火力发电厂辅助控制系统
hk
2025-03-12 cfa43bdeea0b1fd7ea175fe72e609a76f1ba2747
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<NetworkConfigurationInfo>
    <Socket>
        <TCP>
            <IPAddress>127.0.0.1</IPAddress>
            <PortNumber>5099</PortNumber>
        </TCP>
        <RTSP>
            <IPAddress>127.0.0.1</IPAddress>
            <PortNumber>5999</PortNumber>
        </RTSP>
    </Socket>
    <Log>
        <Path>C:/FaceX/Log/</Path>
        <Size>51200</Size>
    </Log>
    <PictureManagement>
        <RootPath>C:\FaceX\Picture</RootPath>
    </PictureManagement>
    <PreprocessedPicture>
        <RootPath>C:\FaceX\PreprocessedPicture</RootPath>
    </PreprocessedPicture>
    <VideoManagement>
        <RootPath>C:\FaceX\Video</RootPath>
    </VideoManagement>
    <CNNModelSave>
        <Path>C:\FaceX\CNNModel</Path>
    </CNNModelSave>
    <VersionManagement>
        <RootPath>C:\FaceX\Version</RootPath>
    </VersionManagement>
    <StartupMode>
        <Mode>cold_start</Mode>
    </StartupMode>
</NetworkConfigurationInfo>