|
Dreamine.PLC.Omron.CxComponent 1.0.1
Dreamine.PLC.Omron.CxComponent 산업 자동화 및 I/O 기능을 제공합니다.
|
정적 Public 멤버 함수 | |
| static string | Format (PlcAddress address) |
| static string | FormatOffset (PlcAddress address, int delta) |
Dreamine PLC 주소를 CX-Compolet 변수 또는 주소 문자열로 변환합니다.
OmronCxAddressNameFormatter.cs 파일의 14 번째 라인에서 정의되었습니다.
|
inlinestatic |
PLC 주소를 CX-Compolet 주소 문자열로 변환합니다.
| address | 변환할 PLC 주소입니다. |
| NotSupportedException | 주소의 장치 형식을 CX-Compolet이 지원하지 않을 때 발생합니다. |
OmronCxAddressNameFormatter.cs 파일의 48 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : FormatOffset().

|
inlinestatic |
오프셋 증분을 적용한 PLC 주소를 CX-Compolet 주소 문자열로 변환합니다.
| address | 시작 PLC 주소입니다. |
| delta | 주소 오프셋에 더할 증분입니다. |
| NotSupportedException | 주소의 장치 형식을 CX-Compolet이 지원하지 않을 때 발생합니다. |
OmronCxAddressNameFormatter.cs 파일의 107 번째 라인에서 정의되었습니다.
다음을 참조함 : Format().
다음에 의해서 참조됨 : Dreamine.PLC.Omron.CxComponent.Clients.OmronCxComponentPlcClient.ReadBitsCoreAsync(), Dreamine.PLC.Omron.CxComponent.Clients.OmronCxComponentPlcClient.ReadWordsCoreAsync(), Dreamine.PLC.Omron.CxComponent.Clients.OmronCxComponentPlcClient.WriteBitsCoreAsync(), Dreamine.PLC.Omron.CxComponent.Clients.OmronCxComponentPlcClient.WriteWordsCoreAsync().

