Dreamine.PLC.Mitsubishi.MC 1.0.1
Dreamine.PLC.Mitsubishi.MC 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
MitsubishiMcConnectionOptions.cs
이 파일의 문서화 페이지로 가기
2
4
14{
23 public string Host { get; set; } = string.Empty;
24
33 public int Port { get; set; } = 5000;
34
43 public byte NetworkNumber { get; set; } = 0x00;
44
53 public byte PlcNumber { get; set; } = 0xFF;
54
63 public ushort DestinationModuleIoNumber { get; set; } = 0x03FF;
64
73 public byte DestinationModuleStationNumber { get; set; } = 0x00;
74
83 public ushort MonitoringTimer { get; set; } = 0x0010;
84
93 public int ConnectTimeoutMs { get; set; } = 3000;
94
103 public int SendTimeoutMs { get; set; } = 3000;
104
113 public int ReceiveTimeoutMs { get; set; } = 3000;
114
124
134
143 public int RetryCount { get; set; } = 1;
144}