-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (113 loc) · 6.54 KB
/
index.html
File metadata and controls
133 lines (113 loc) · 6.54 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DataMaster - 主页 | DataMaster </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="DataMaster - 主页 | DataMaster ">
<meta name="description" content=" DataMaster 项目的主页,这里提供项目概述、快速入门指南和资源链接">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="public/docfx.min.css">
<link rel="stylesheet" href="public/main.css">
<meta name="docfx:navrel" content="toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="">
<meta name="docfx:docurl" content="https://github.com/MAS-Copilot/mas-data-master/blob/main/docs/index.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for "{query}"">
<meta name="loc:searchNoResults" content="No results for "{query}"">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="landing" data-yaml-mime="">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="index.html">
<img id="logo" class="svg" src="images/logo.svg" alt="DataMaster">
DataMaster
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="content">
<div class="actionbar">
<nav id="breadcrumb"></nav>
</div>
<article data-uid="">
<h2 id="-项目简介">🚀 项目简介</h2>
<p>DataMaster 是 MAS 自动化体系中的核心上位机平台,用于工业设备的数据管理、视觉处理、流程编排与设备通信。系统基于 .NET / C# 与 WPF 构建,采用模块化架构设计,支持视觉算法、路径规划、设备通信以及数据持久化等多种工业应用场景</p>
<h2 id="-开发者模式">🛠️ 开发者模式</h2>
<p>开发者模式用于调试与扩展 DataMaster 系统功能,在该模式下将启用部分开发辅助能力,包括:</p>
<ul>
<li>DM 视觉工作台中的源文件编辑</li>
<li>数据库中定义数据交换的引用程序集、自定义属性显示</li>
<li>Prisma 配置中使用环境变量为<code>MAS.PrismaTalk_API</code>的明文密钥</li>
<li>配置页面中显示每个单独的修改次数</li>
<li>DXF 解析中的源文件编辑</li>
<li>数据库使用环境变量为<code>DB_PASSWORD</code>的明文密码</li>
<li>Biud 中的源文件编辑</li>
<li>Word 打印中的源文件编辑</li>
<li>VM 视觉工作台中受保护项目的源文件保留</li>
</ul>
<hr>
<p><img src="images/DatamasterHome.png" alt="datamaster"></p>
<p><img src="https://img.shields.io/badge/.NET-8.0-purple" alt="NET7">
<img src="https://img.shields.io/badge/IDE-VSCode-blue?logo=visual-studio-code" alt="VSCode">
<img src="https://img.shields.io/badge/IDE-Visual%20Studio-5C2D91?logo=visual-studio" alt="Visual Studio 2022">
<img src="https://img.shields.io/badge/Windows-11-blue?logo=windows" alt="Windows11">
<img src="https://img.shields.io/badge/Python-14354C.svg?logo=python&logoColor=white" alt="Python">
<img src="https://img.shields.io/badge/C%23-239120.svg?logo=csharp&logoColor=white" alt="Csharp">
<img src="https://img.shields.io/badge/HTML5-E34F26?style=flat-square&logo=html5&logoColor=white" alt="HTML5">
<img src="https://img.shields.io/badge/CSS3-1572B6?style=flat-square&logo=css3&logoColor=white" alt="CSS3">
<img src="https://img.shields.io/badge/JavaScript-323330.svg?logo=javascript&logoColor=F7DF1E" alt="JavaScript">
<img src="https://img.shields.io/badge/ReSharper-.NET-green?logo=jetbrains&logoColor=white" alt="ReSharper">
<img src="https://img.shields.io/badge/BitBucket-darkblue?logo=bitbucket" alt="BitBucket">
<img src="https://img.shields.io/badge/Git-F05032?logo=git&logoColor=white" alt="Git">
<img src="https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=white" alt="MySQL">
<img src="https://img.shields.io/badge/copyright-MAS-red.svg" alt="copyright">
<img src="https://img.shields.io/badge/ReSharper-35495E?logo=jetbrains&logoColor=white" alt="ReSharper"></p>
</article>
<div class="contribution d-print-none">
<a href="https://github.com/MAS-Copilot/mas-data-master/blob/main/docs/index.md/#L1" class="edit-link">Edit this page</a>
</div>
<div class="next-article d-print-none border-top" id="nextArticle"></div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx" rel="noreferrer">docfx</a>, | Copyright (c) MAS(厦门威光) Corporation. All rights reserved.</span>
</div>
</div>
</footer>
</body>
</html>