|
Dreamine.IO.Fastech.Ethernet 1.0.1
Dreamine.IO.Fastech.Ethernet 산업 자동화 및 I/O 기능을 제공합니다.
|


Public 멤버 함수 | |
| byte[] | BuildReadDigitalInputs (IReadOnlyList< IoPoint > points) |
| IoResult< bool[]> | ParseDigitalInputs (IReadOnlyList< byte > responseFrame, int count) |
| byte[] | BuildReadDigitalOutputs (IReadOnlyList< IoPoint > points) |
| IoResult< bool[]> | ParseDigitalOutputs (IReadOnlyList< byte > responseFrame, int count) |
| byte[] | BuildWriteDigitalOutputs (IReadOnlyDictionary< IoPoint, bool > values) |
| byte[] | BuildReadAnalogInputs (IReadOnlyList< AnalogIoPoint > points) |
| IoResult< double[]> | ParseAnalogInputs (IReadOnlyList< byte > responseFrame, int count) |
| byte[] | BuildReadAnalogOutputs (IReadOnlyList< AnalogIoPoint > points) |
| IoResult< double[]> | ParseAnalogOutputs (IReadOnlyList< byte > responseFrame, int count) |
| byte[] | BuildWriteAnalogOutputs (IReadOnlyDictionary< AnalogIoPoint, double > values) |
| IoResult | ParseWriteResponse (IReadOnlyList< byte > responseFrame) |
정적 Private 속성 | |
| const string | Message = "This Fastech Ethernet I/O model is not supported by the selected protocol. Provide an IFastechEthernetIoProtocol implementation verified against the target device manual and hardware." |
지원되지 않거나 검증되지 않은 Fastech Ethernet I/O 모델에 대해 명시적으로 실패하는 프로토콜입니다.
지원되지 않거나 검증되지 않은 Fastech Ethernet I/O 모델에 대해 명시적으로 실패하는 프로토콜입니다.
UnsupportedFastechEthernetIoProtocol.cs 파일의 22 번째 라인에서 정의되었습니다.
|
inline |
미지원 아날로그 입력 읽기 요청 생성을 거부합니다.
| points | 요청된 입력 지점입니다. |
| NotSupportedException | 항상 발생합니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 251 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 아날로그 출력 읽기 요청 생성을 거부합니다.
| points | 요청된 출력 지점입니다. |
| NotSupportedException | 항상 발생합니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 325 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 디지털 입력 읽기 요청 생성을 거부합니다.
| points | 요청된 입력 지점입니다. |
| NotSupportedException | 항상 발생합니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 디지털 출력 읽기 요청 생성을 거부합니다.
| points | 요청된 출력 지점입니다. |
| NotSupportedException | 항상 발생합니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 140 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 아날로그 출력 쓰기 요청 생성을 거부합니다.
| values | 요청된 출력 값입니다. |
| NotSupportedException | 항상 발생합니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 399 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 디지털 출력 쓰기 요청 생성을 거부합니다.
| values | 요청된 출력 상태입니다. |
| NotSupportedException | 항상 발생합니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 214 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 아날로그 입력 응답에 실패 결과를 반환합니다.
| responseFrame | 무시되는 응답 프레임입니다. |
| count | 무시되는 예상 수입니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 288 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 아날로그 출력 응답에 실패 결과를 반환합니다.
| responseFrame | 무시되는 응답 프레임입니다. |
| count | 무시되는 예상 수입니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 362 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 디지털 입력 응답에 실패 결과를 반환합니다.
| responseFrame | 무시되는 응답 프레임입니다. |
| count | 무시되는 예상 수입니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 103 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 디지털 출력 응답에 실패 결과를 반환합니다.
| responseFrame | 무시되는 응답 프레임입니다. |
| count | 무시되는 예상 수입니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 177 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
inline |
미지원 쓰기 응답에 실패 결과를 반환합니다.
| responseFrame | 무시되는 응답 프레임입니다. |
Dreamine.IO.Fastech.Ethernet.Protocol.IFastechEthernetIoProtocol를 구현.
UnsupportedFastechEthernetIoProtocol.cs 파일의 428 번째 라인에서 정의되었습니다.
다음을 참조함 : Message.
|
staticprivate |
Message 값을 보관합니다.
UnsupportedFastechEthernetIoProtocol.cs 파일의 32 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BuildReadAnalogInputs(), BuildReadAnalogOutputs(), BuildReadDigitalInputs(), BuildReadDigitalOutputs(), BuildWriteAnalogOutputs(), BuildWriteDigitalOutputs(), ParseAnalogInputs(), ParseAnalogOutputs(), ParseDigitalInputs(), ParseDigitalOutputs(), ParseWriteResponse().