Commit 8a75715a authored by 潘栩锋's avatar 潘栩锋 🚴

添加 FLYADIODefine 添加使用注解

parent b35abc60
......@@ -9,6 +9,16 @@ namespace FLY.Thick.Base.Common
{
/// <summary>
/// AD盒IO定义,避免忘记IO口的定义,出现功能重复
///
/// 使用方法:
/// 1.每款机型例如吹膜 继承FlyADIODefine
/// 2.添加 输入口,输出口
/// 3.重载 GetInputPropertyNames 显示输出 输入口定义
/// 4.重载 GetOutputPropertyNames 显示输出 输出口定义
/// 5.重定义 static new FlyADIODefine Instance
///
/// 6.在Gage中 调用 FlyADIODefine.SetInstance(new FlyADIODefine());
/// 7.在Gage中 注册 AD盒事件, AD盒版本修改时,FlyADIODefine.SerVersion(version);
/// </summary>
public class FlyADIODefine: IFlyAdIoDefineService
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment