Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1053_CycleLine
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 972f6287
由
刘韬
编写于
2024-03-18 15:03:09 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
添加mycronic料架禁用保存
1 个父辈
be302243
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
7 行增加
和
9 行删除
1053环形线IO设备配置(更新版X600设备接入).xlsx
DeviceLibrary/VirtuallyStore/TowerList.cs
DeviceLibrary/VirtuallyStore/VServerComm.cs
RemoteSheardObject/Class1.cs
TheMachine/TheMachine.csproj
TheMachine/device/Other/MycronicControl.cs
1053环形线IO设备配置(更新版X600设备接入).xlsx
0 → 100644
查看文件 @
972f628
此文件类型无法预览
DeviceLibrary/VirtuallyStore/TowerList.cs
查看文件 @
972f628
...
...
@@ -30,7 +30,8 @@ namespace DeviceLibrary
{
try
{
File
.
WriteAllText
(
"Config\\TowerList.json"
,
JsonConvert
.
SerializeObject
(
List
));
File
.
Copy
(
"Config\\TowerList.json"
,
"Config\\TowerList.json.bck"
,
true
);
ConfigHelper
.
Config
.
FileSave
(
JsonConvert
.
SerializeObject
(
List
),
"Config\\TowerList.json"
);
}
catch
(
Exception
ex
)
{
...
...
DeviceLibrary/VirtuallyStore/VServerComm.cs
查看文件 @
972f628
...
...
@@ -61,7 +61,7 @@ namespace DeviceLibrary
binding
.
AllowCookies
=
false
;
Uri
baseAddress
=
new
Uri
(
Setting_Init
.
Device_StoreServerURL
);
EndpointAddress
endpointAddress
=
new
EndpointAddress
(
baseAddress
.
ToString
());
towerAppWSClient
=
new
MydataWcfServiceTest
.
ServiceReference
2
.
TowerAppWS
Client
(
binding
,
endpointAddress
);
towerAppWSClient
=
new
MydataWcfServiceTest
.
ServiceReference
3
.
WSInterface
Client
(
binding
,
endpointAddress
);
}
private
void
ServerConnectTimer_Elapsed
(
object
sender
,
System
.
Timers
.
ElapsedEventArgs
e
)
...
...
@@ -590,7 +590,7 @@ namespace DeviceLibrary
return
true
;
}
MydataWcfServiceTest
.
ServiceReference
2
.
TowerAppWS
Client
towerAppWSClient
;
MydataWcfServiceTest
.
ServiceReference
3
.
WSInterface
Client
towerAppWSClient
;
/// <summary>
/// 存储MyCronic料仓的剩余容量 7X8=1000;7X12=345;13X32=100;
/// </summary>
...
...
RemoteSheardObject/Class1.cs
查看文件 @
972f628
...
...
@@ -183,7 +183,7 @@ public class ReelParam
public
int
HeightPos
=
0
;
public
string
RFID
=
""
;
public
ReelParam
clone
()
public
virtual
ReelParam
clone
()
{
ReelParam
dstobject
;
using
(
MemoryStream
mStream
=
new
MemoryStream
())
...
...
@@ -215,7 +215,7 @@ public class ReelParam
/// </summary>
/// <param name="NgPos"></param>
/// <param name="isInstore"></param>
public
void
logresult
(
int
NgPos
=
0
,
bool
isInstore
=
true
)
public
v
irtual
v
oid
logresult
(
int
NgPos
=
0
,
bool
isInstore
=
true
)
{
if
(!
islog
)
{
...
...
TheMachine/TheMachine.csproj
查看文件 @
972f628
...
...
@@ -41,10 +41,6 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Asa.PrintLabel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\PrintLabel\PrintLabel\bin\Debug\Asa.PrintLabel.dll</HintPath>
</Reference>
<Reference Include="Asa.RFID.PuYue, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\RFID\RFID_PuYue\bin\Debug\Asa.RFID.PuYue.dll</HintPath>
...
...
TheMachine/device/Other/MycronicControl.cs
查看文件 @
972f628
...
...
@@ -93,6 +93,7 @@ namespace TheMachine.device.Other
// 更新 TowerInfo 对象的 enable 属性
tower
.
Enable
=
checkBox
.
Checked
;
TowerList
.
SaveTowerInfo
();
}
private
void
Crc_LanguageChangeEvent
(
object
sender
,
EventArgs
e
)
{
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论