LB_VisionProcesses/Communicators/CommunicatorConfig.cs
@@ -7,7 +7,7 @@ namespace LB_VisionProcesses.Communicators { [Serializable] [Process("通讯测试", Category = "通讯工具", Description = "创建通讯测试工具")] [Process("通讯模块", Category = "通讯工具", Description = "创建通讯模块工具")] public class CommunicatorConfig : IProcess { /// <summary> @@ -19,7 +19,7 @@ { this.dicCommunicators = dicCommunicators; strProcessName = "通讯测试"; strProcessName = "通讯模块"; strProcessClass = "LB_VisionProcesses.Communicators.CommunicatorConfig"; Params.Inputs.Add("通讯口名", "");