Dreamine.PLC.Wpf 1.0.1
Dreamine.PLC.Wpf 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.PLC.Wpf.Services.IPlcMonitorService 인터페이스 참조

더 자세히 ...

Dreamine.PLC.Wpf.Services.IPlcMonitorService에 대한 상속 다이어그램 :

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 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ AppendLog()

void Dreamine.PLC.Wpf.Services.IPlcMonitorService.AppendLog ( string operation,
string address,
string values,
bool isSuccess,
string message )

PLC 모니터에 진단 로그 항목을 추가합니다.

매개변수
operation작업 이름입니다.
addressPLC 주소 텍스트입니다.
values작업 값 텍스트입니다.
isSuccess작업 성공 여부입니다.
message진단 메시지입니다.

Dreamine.PLC.Wpf.Services.PlcMonitorService에서 구현되었습니다.

◆ SetClient()

void Dreamine.PLC.Wpf.Services.IPlcMonitorService.SetClient ( IPlcClient client,
string channelName )

모니터링할 PLC 클라이언트와 채널 이름을 교체합니다.

매개변수
client모니터링할 PLC 클라이언트입니다.
channelNameUI에 표시할 채널 이름입니다.
예외
ArgumentNullExceptionclientnull이면 구현체가 발생시킬 수 있습니다.

Dreamine.PLC.Wpf.Services.PlcMonitorService에서 구현되었습니다.

속성 문서화

◆ ViewModel

PlcMonitorViewModel Dreamine.PLC.Wpf.Services.IPlcMonitorService.ViewModel
get

뷰에 노출되는 모니터 ViewModel을 가져옵니다.

Dreamine.PLC.Wpf.Services.PlcMonitorService에서 구현되었습니다.

IPlcMonitorService.cs 파일의 24 번째 라인에서 정의되었습니다.

24{ get; }

이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: