Interface IInstrument
- Namespace
- AT.Librarys.Container.Toolkit.Instrument
- Assembly
- AT.Librarys.Container.dll
仪表接口
public interface IInstrument : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Properties
Connected
连接状态
bool Connected { get; }
Property Value
Station
工位
IInstrumentStation Station { get; set; }
Property Value
Methods
Connect()
连接
bool Connect()
Returns
Disconnect()
断开连接
bool Disconnect()
Returns
Execute(string, InstrumentItemPara)
执行
List<InstrumentItemResult> Execute(string sn, InstrumentItemPara para)
Parameters
snstringparaInstrumentItemPara
Returns
GetLimit(string, out double, out double)
获取上下限
bool GetLimit(string itemName, out double lu, out double ll)
Parameters
Returns
GetResultValueName()
获取结果值名称
List<string> GetResultValueName()
Returns
SetLimit(string, double, double)
设置上下限
bool SetLimit(string itemName, double lu, double ll)
Parameters
Returns
Trigger(string)
触发
string Trigger(string cmd)
Parameters
cmdstring命令