Dreamine.PLC.Omron.CxComponent 1.0.1
Dreamine.PLC.Omron.CxComponent 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
OmronCxComponentOptions.cs
이 파일의 문서화 페이지로 가기
2
11public sealed class OmronCxComponentOptions
12{
21 public string ProgId { get; set; } = "OMRON.Compolet.CJ2Compolet";
22
31 public string PeerAddress { get; set; } = "127.0.0.1";
32
41 public string PeerAddressPropertyName { get; set; } = "PeerAddress";
42
51 public string ActivePropertyName { get; set; } = "Active";
52
61 public string ReadVariableMethodName { get; set; } = "ReadVariable";
62
71 public string WriteVariableMethodName { get; set; } = "WriteVariable";
72}