Dreamine.PLC.Mitsubishi.MC 1.0.1
Dreamine.PLC.Mitsubishi.MC 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.PLC.Mitsubishi.MC.Protocol 네임스페이스 참조

클래스

class  MitsubishiMcBinary3EFrameBuilder
class  MitsubishiMcBinary3EResponse
class  MitsubishiMcBinary3EResponseParser
class  MitsubishiMcEndian

열거형 타입

enum  MitsubishiMcCommand : ushort { BatchRead = 0x0401 , BatchWrite = 0x1401 }
enum  MitsubishiMcDeviceCode : byte {
  SM = 0x91 , SD = 0xA9 , X = 0x9C , Y = 0x9D ,
  M = 0x90 , D = 0xA8 , B = 0xA0 , W = 0xB4 ,
  R = 0xAF , ZR = 0xB0
}
enum  MitsubishiMcFrameFormat { Binary3E = 0 , Ascii3E = 1 }
enum  MitsubishiMcSubCommand : ushort { Word = 0x0000 , Bit = 0x0001 }

열거형 타입 문서화

◆ MitsubishiMcCommand

Mitsubishi MC 프로토콜 명령 코드를 정의합니다.

열거형 멤버
BatchRead 

일괄 읽기 명령입니다.

BatchWrite 

일괄 쓰기 명령입니다.

MitsubishiMcCommand.cs 파일의 11 번째 라인에서 정의되었습니다.

◆ MitsubishiMcDeviceCode

Mitsubishi MC 바이너리 프레임 디바이스 코드를 정의합니다.

열거형 멤버
SM 

특수 릴레이입니다.

SD 

특수 레지스터입니다.

입력 릴레이입니다.

출력 릴레이입니다.

내부 릴레이입니다.

데이터 레지스터입니다.

링크 릴레이입니다.

링크 레지스터입니다.

파일 레지스터입니다.

ZR 

ZR 파일 레지스터입니다.

MitsubishiMcDeviceCode.cs 파일의 11 번째 라인에서 정의되었습니다.

◆ MitsubishiMcFrameFormat

Mitsubishi MC 프로토콜 프레임 형식을 정의합니다.

열거형 멤버
Binary3E 

Binary 3E 프레임입니다.

Ascii3E 

ASCII 3E 프레임입니다.

MitsubishiMcFrameFormat.cs 파일의 11 번째 라인에서 정의되었습니다.

◆ MitsubishiMcSubCommand

Mitsubishi MC 프로토콜 하위 명령 코드를 정의합니다.

열거형 멤버
Word 

워드 디바이스 접근입니다.

Bit 

비트 디바이스 접근입니다.

MitsubishiMcSubCommand.cs 파일의 11 번째 라인에서 정의되었습니다.