Dreamine.PLC.Mitsubishi.MxComponent 1.0.1
Dreamine.PLC.Mitsubishi.MxComponent 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions 클래스 참조sealed

더 자세히 ...

속성

static string DefaultProgId [get]
string ProgId = DefaultProgId [get, set]
int LogicalStationNumber [get, set]
string OpenMethodName = "Open" [get, set]
string CloseMethodName = "Close" [get, set]
string ReadDeviceMethodName = "GetDevice" [get, set]
string WriteDeviceMethodName = "SetDevice" [get, set]
string ReadDeviceBlock2MethodName = "ReadDeviceBlock2" [get, set]
string WriteDeviceBlock2MethodName = "WriteDeviceBlock2" [get, set]

상세한 설명

Mitsubishi MX Component 연결 옵션을 제공합니다.

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

속성 문서화

◆ CloseMethodName

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.CloseMethodName = "Close"
getset

연결 닫기 COM 메서드 이름을 가져오거나 설정합니다.

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

63{ get; set; } = "Close";

◆ DefaultProgId

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.DefaultProgId
staticget

현재 프로세스 비트 수에 맞는 기본 MX Component ProgID를 가져옵니다.

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

◆ LogicalStationNumber

int Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.LogicalStationNumber
getset

MX Component에 구성된 논리 스테이션 번호를 가져오거나 설정합니다.

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

43{ get; set; }

◆ OpenMethodName

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.OpenMethodName = "Open"
getset

연결 열기 COM 메서드 이름을 가져오거나 설정합니다.

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

53{ get; set; } = "Open";

◆ ProgId

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.ProgId = DefaultProgId
getset

MX Component COM ProgID를 가져오거나 설정합니다.

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

33{ get; set; } = DefaultProgId;

◆ ReadDeviceBlock2MethodName

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.ReadDeviceBlock2MethodName = "ReadDeviceBlock2"
getset

워드 블록 읽기 COM 메서드 이름을 가져오거나 설정합니다.

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

93{ get; set; } = "ReadDeviceBlock2";

◆ ReadDeviceMethodName

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.ReadDeviceMethodName = "GetDevice"
getset

단일 장치 읽기 COM 메서드 이름을 가져오거나 설정합니다.

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

73{ get; set; } = "GetDevice";

◆ WriteDeviceBlock2MethodName

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.WriteDeviceBlock2MethodName = "WriteDeviceBlock2"
getset

워드 블록 쓰기 COM 메서드 이름을 가져오거나 설정합니다.

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

103{ get; set; } = "WriteDeviceBlock2";

◆ WriteDeviceMethodName

string Dreamine.PLC.Mitsubishi.MxComponent.Options.MitsubishiMxComponentOptions.WriteDeviceMethodName = "SetDevice"
getset

단일 장치 쓰기 COM 메서드 이름을 가져오거나 설정합니다.

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

83{ get; set; } = "SetDevice";

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: