|
Dreamine.PLC.Wpf 1.0.1
Dreamine.PLC.Wpf 산업 자동화 및 I/O 기능을 제공합니다.
|

Public 멤버 함수 | |
| void | SetClient (IPlcClient client, string channelName) |
| void | AppendLog (string operation, string address, string values, bool isSuccess, string message) |
속성 | |
| PlcMonitorViewModel | ViewModel [get] |
PLC 모니터 ViewModel을 애플리케이션에 노출하는 서비스 계약을 정의합니다.
IPlcMonitorService.cs 파일의 14 번째 라인에서 정의되었습니다.
| void Dreamine.PLC.Wpf.Services.IPlcMonitorService.AppendLog | ( | string | operation, |
| string | address, | ||
| string | values, | ||
| bool | isSuccess, | ||
| string | message ) |
PLC 모니터에 진단 로그 항목을 추가합니다.
| operation | 작업 이름입니다. |
| address | PLC 주소 텍스트입니다. |
| values | 작업 값 텍스트입니다. |
| isSuccess | 작업 성공 여부입니다. |
| message | 진단 메시지입니다. |
Dreamine.PLC.Wpf.Services.PlcMonitorService에서 구현되었습니다.
| void Dreamine.PLC.Wpf.Services.IPlcMonitorService.SetClient | ( | IPlcClient | client, |
| string | channelName ) |
모니터링할 PLC 클라이언트와 채널 이름을 교체합니다.
| client | 모니터링할 PLC 클라이언트입니다. |
| channelName | UI에 표시할 채널 이름입니다. |
| ArgumentNullException | client 가 null이면 구현체가 발생시킬 수 있습니다. |
Dreamine.PLC.Wpf.Services.PlcMonitorService에서 구현되었습니다.
|
get |
뷰에 노출되는 모니터 ViewModel을 가져옵니다.
Dreamine.PLC.Wpf.Services.PlcMonitorService에서 구현되었습니다.
IPlcMonitorService.cs 파일의 24 번째 라인에서 정의되었습니다.