|
Dreamine.PLC.Mitsubishi.MxComponent 1.0.1
Dreamine.PLC.Mitsubishi.MxComponent 산업 자동화 및 I/O 기능을 제공합니다.
|
정적 Public 멤버 함수 | |
| static string | Format (PlcAddress address) |
| static string | FormatOffset (PlcAddress address, int delta) |
Dreamine PLC 주소를 MX Component 장치 문자열로 변환합니다.
MitsubishiMxDeviceNameFormatter.cs 파일의 14 번째 라인에서 정의되었습니다.
|
inlinestatic |
PLC 주소를 MX Component 장치 문자열로 변환합니다.
| address | 변환할 PLC 주소입니다. PlcAddress.Offset은 정규화된 숫자 오프셋이며 X/Y/B/W 오프셋은 16진수로 표시됩니다. |
| NotSupportedException | 주소의 장치 형식을 MX Component가 지원하지 않을 때 발생합니다. |
MitsubishiMxDeviceNameFormatter.cs 파일의 48 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : FormatOffset(), Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.ReadBitsCoreAsync(), Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.ReadWordsCoreAsync(), Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.WriteWordsCoreAsync().

|
inlinestatic |
오프셋 증분을 적용한 PLC 주소를 MX Component 장치 문자열로 변환합니다.
| address | 시작 PLC 주소입니다. |
| delta | 주소에 더할 증분입니다. |
| NotSupportedException | 주소의 장치 형식을 MX Component가 지원하지 않을 때 발생합니다. |
MitsubishiMxDeviceNameFormatter.cs 파일의 112 번째 라인에서 정의되었습니다.
다음을 참조함 : Format().
다음에 의해서 참조됨 : Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.ReadBitsOneByOne(), Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.ReadWordsOneByOne(), Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.WriteBitsCoreAsync(), Dreamine.PLC.Mitsubishi.MxComponent.Clients.MitsubishiMxComponentPlcClient.WriteWordsCoreAsync().

