Dreamine.PLC.Mitsubishi.MxComponent 1.0.1
Dreamine.PLC.Mitsubishi.MxComponent 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
MitsubishiMxComponentOptions.cs
이 파일의 문서화 페이지로 가기
2
12{
21 public static string DefaultProgId => Environment.Is64BitProcess
22 ? "ActUtlType64.ActUtlWrap"
23 : "ActUtlType.ActUtlType";
24
33 public string ProgId { get; set; } = DefaultProgId;
34
43 public int LogicalStationNumber { get; set; }
44
53 public string OpenMethodName { get; set; } = "Open";
54
63 public string CloseMethodName { get; set; } = "Close";
64
73 public string ReadDeviceMethodName { get; set; } = "GetDevice";
74
83 public string WriteDeviceMethodName { get; set; } = "SetDevice";
84
93 public string ReadDeviceBlock2MethodName { get; set; } = "ReadDeviceBlock2";
94
103 public string WriteDeviceBlock2MethodName { get; set; } = "WriteDeviceBlock2";
104}