//using LogicComputer; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DTTest { public partial class E { } public partial interface IModelManagement { void SetTagName(DataSet ds_Init) ; /// /// PLC 信号 触发3D模型运动,内部使用 /// /// /// void PlcVarName_Trig_3DModel_Movement_Internal(string tagNamePlc, bool inputValue) ; } }