Interface IWindowDataBind
数据窗口绑定
public interface IWindowDataBind : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Methods
ClearCount()
清除统计
void ClearCount()
ClearCount(string)
清除工位
void ClearCount(string station)
Parameters
stationstring
GetStationLimit()
获取工位上下限
void GetStationLimit()
OnEventConfigChange()
触发配置改变事件
void OnEventConfigChange()
ShowLimitValue()
显示上下限,OK、NG、NG率值
bool ShowLimitValue()
Returns
Udpate(InstrumentResult)
更新数据
void Udpate(InstrumentResult data)
Parameters
dataInstrumentResult数据
Udpate(MeasureResult)
更新数据
void Udpate(MeasureResult data)
Parameters
dataMeasureResult数据
Udpate(PositionResult)
更新数据
void Udpate(PositionResult data)
Parameters
dataPositionResult数据
Udpate(ScanCodeResult)
更新数据
void Udpate(ScanCodeResult data)
Parameters
dataScanCodeResult数据
WritePara(string, string, string)
写入参数
bool WritePara(string stationName, string stationItemName, string value)
Parameters
Returns
WriteValue(string, string, string, string, bool, string)
写入值
void WriteValue(string stationName, string stationItemName, string sn, string value, bool isOk, string message)
Parameters
stationNamestring工位名称(行)
stationItemNamestring工位项名称(列)
snstring条码
valuestring值
isOkboolOK
messagestring信息
Events
DataBufferChange
生产计数发生变化
event EventHandler<EventArgs> DataBufferChange
Event Type
DataOutputEvent
数据输出事件
event EventHandler<DataOutputArgs> DataOutputEvent
Event Type
EventConfigChange
配置发生改变
event EventHandler EventConfigChange