|
Dreamine.PLC.Mitsubishi.MC 1.0.1
Dreamine.PLC.Mitsubishi.MC 산업 자동화 및 I/O 기능을 제공합니다.
|
속성 | |
| string | Host = string.Empty [get, set] |
| int | Port = 5000 [get, set] |
| byte | NetworkNumber = 0x00 [get, set] |
| byte | PlcNumber = 0xFF [get, set] |
| ushort | DestinationModuleIoNumber = 0x03FF [get, set] |
| byte | DestinationModuleStationNumber = 0x00 [get, set] |
| ushort | MonitoringTimer = 0x0010 [get, set] |
| int | ConnectTimeoutMs = 3000 [get, set] |
| int | SendTimeoutMs = 3000 [get, set] |
| int | ReceiveTimeoutMs = 3000 [get, set] |
| MitsubishiMcFrameFormat | FrameFormat = MitsubishiMcFrameFormat.Binary3E [get, set] |
| MitsubishiMcTransportType | TransportType = MitsubishiMcTransportType.Tcp [get, set] |
| int | RetryCount = 1 [get, set] |
Mitsubishi MC 프로토콜 통신 연결 옵션을 나타냅니다.
MitsubishiMcConnectionOptions.cs 파일의 13 번째 라인에서 정의되었습니다.
|
getset |
밀리초 단위 연결 제한 시간을 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 93 번째 라인에서 정의되었습니다.
|
getset |
요청 대상 모듈 I/O 번호를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 63 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EFrameBuilder.BuildFrame().
|
getset |
요청 대상 모듈 스테이션 번호를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 73 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EFrameBuilder.BuildFrame().
|
getset |
MC 프레임 형식을 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 123 번째 라인에서 정의되었습니다.
|
getset |
PLC 호스트 주소를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 23 번째 라인에서 정의되었습니다.
|
getset |
모니터링 타이머를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 83 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EFrameBuilder.BuildFrame().
|
getset |
네트워크 번호를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 43 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EFrameBuilder.BuildFrame().
|
getset |
PLC 번호를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 53 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MC.Protocol.MitsubishiMcBinary3EFrameBuilder.BuildFrame().
|
getset |
PLC 포트를 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 33 번째 라인에서 정의되었습니다.
|
getset |
밀리초 단위 수신 제한 시간을 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 113 번째 라인에서 정의되었습니다.
|
getset |
송수신 재시도 횟수를 가져오거나 설정합니다. UDP는 제한 시간 재전송에 사용하고 TCP는 1 미만을 한 번으로 처리합니다.
MitsubishiMcConnectionOptions.cs 파일의 143 번째 라인에서 정의되었습니다.
|
getset |
밀리초 단위 송신 제한 시간을 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 103 번째 라인에서 정의되었습니다.
|
getset |
MC 전송 타입을 가져오거나 설정합니다.
MitsubishiMcConnectionOptions.cs 파일의 133 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MC.Clients.MitsubishiMcPlcClient.CreateTransport().