1.SCR组立服务器G型动静盘组装岗位,一体机上要增加一个按键,名字叫动盘与支架等级匹配ok,这个要关联到机种登录里面,目前只有一个机种会要这个按键,每个工件都要点这个按键,需要关联到给我PLC的放行信号里面

2.SCR组立服务器G型筒体烧嵌岗位,需要增加一个治具号,13位字符串
This commit is contained in:
2026-04-22 14:35:43 +08:00
parent 37b95aead5
commit 3aebbfb416
7 changed files with 140 additions and 27 deletions

View File

@@ -38,6 +38,12 @@ namespace DynStatDisk.App.Model
[Column(Name = "DynStatDiskKeyMatch", IsNullable = true, StringLength = 10)]
public string DynStatDiskKeyMatch { get; set; }
/// <summary>
/// 动静盘支架匹配
/// </summary>
[Column(Name = "DyDiskBrackMatch", IsNullable = false, StringLength = 10)]
public string DyDiskBrackMatch { get; set; }
///// <summary>
///// 电器盒盖
///// </summary>